From owner-cvs-all@FreeBSD.ORG Mon Jan 23 15:14:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86DFD16A420; Mon, 23 Jan 2006 15:14:53 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11D4943D46; Mon, 23 Jan 2006 15:14:53 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NFEqii060101; Mon, 23 Jan 2006 15:14:52 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NFEqkU060100; Mon, 23 Jan 2006 15:14:52 GMT (envelope-from anray) Message-Id: <200601231514.k0NFEqkU060100@repoman.freebsd.org> From: Andrey Slusar Date: Mon, 23 Jan 2006 15:14:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/recoverdm Makefile distinfo pkg-descr pkg-plist ports/sysutils/recoverdm/files patch-Makefile patch-io.c patch-mergebad.c patch-recoverdm.c patch-utils.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2006 15:14:53 -0000 anray 2006-01-23 15:14:52 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/recoverdm Makefile distinfo pkg-descr pkg-plist sysutils/recoverdm/files patch-Makefile patch-io.c patch-mergebad.c patch-recoverdm.c patch-utils.h Log: This program will help you recover disks with bad sectors. You can recover files as well complete devices. In case if finds sectors which simply cannot be recoverd, it writes an empty sector to the outputfile and continues. If you're recovering a CD or a DVD and the program cannot read the sector in "normal mode", then the program will try to read the sector in "RAW mode" (without error-checking etc.). This toolkit also has a utility called 'mergebad': mergebad merges multiple images into one. This can be usefull when you have, for example, multiple CD's with the same data which are all damaged. In such case, you can then first use recoverdm to retrieve the data from the damaged CD's into image-files and then combine them into one image with mergebad. WWW: http://www.vanheusden.com/recoverdm/ PR: ports/92148 Submitted by: Jeffrey H. Johnson Revision Changes Path 1.733 +1 -0 ports/sysutils/Makefile 1.1 +21 -0 ports/sysutils/recoverdm/Makefile (new) 1.1 +3 -0 ports/sysutils/recoverdm/distinfo (new) 1.1 +38 -0 ports/sysutils/recoverdm/files/patch-Makefile (new) 1.1 +16 -0 ports/sysutils/recoverdm/files/patch-io.c (new) 1.1 +33 -0 ports/sysutils/recoverdm/files/patch-mergebad.c (new) 1.1 +38 -0 ports/sysutils/recoverdm/files/patch-recoverdm.c (new) 1.1 +15 -0 ports/sysutils/recoverdm/files/patch-utils.h (new) 1.1 +16 -0 ports/sysutils/recoverdm/pkg-descr (new) 1.1 +2 -0 ports/sysutils/recoverdm/pkg-plist (new)