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

Andrey Slusar anray at FreeBSD.org
Mon Jan 23 07:14:53 PST 2006


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 <CPE1704TKS at bellsouth.net>
  
  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)


More information about the cvs-ports mailing list