summaryrefslogtreecommitdiff
path: root/sysutils/dvdisaster
AgeCommit message (Collapse)AuthorFilesLines
2009-01-04Change maintainer email to my NetBSD.org alias. At the same time, disownshattered1-2/+2
games/adom -- I don't use (play :-) it these days.
2008-11-23Updated to version 0.70.6heinz10-444/+28
Maintainer update by Sergey Svishchev (small changes by Klaus Heinz) Pkgsrc changes: - Required version of GTK2 is now 2.6.0 and up. - Many pkgsrc patches related to NetBSD support (scsi-netbsd.c, patch-ab, patch-ac, patch-ae and part of patch-ad) were committed to the stable branch of dvdisaster (0.70.x). The rest (except for patch-ah) was integrated into the unstable branch (0.71.x). Changes since version 0.70.4: ============================= NOTE to downstream maintainers: - Keep up the good work! Thanks :-) - GTK+ dependency has been bumped up to >= 2.6.0 (was formerly 2.0) 0.70 (pl6) 04-03-2008 - rolled back the Windows filename encoding fixes; they caused large file support to be broken Thanks to Markus G. for bringing this to my attention! 0.70 (pl5) 24-02-2008 various backports from 0.71.24: - enlarged scsi timeout for Linux as newer Kernels seem to freeze on timeout - Windows filename encoding fixes
2007-12-09Mark as FreeBSD/NetBSD/Darwin/Linux-only.wiz1-1/+6
Needs gcc. Add dependency on bzip2. Should fix Linux bulk build problem. From maintainer Sergey Svishchev in private mail.
2007-08-05Don't use malloc.h.joerg2-1/+16
2007-06-08Set PKGREVISION in order not to confuse people running the package fromheinz1-1/+2
pkgsrc-wip.
2007-06-08Initial import of dvdisaster 0.70.4. from pkgsrc-wip.heinz12-0/+828
The package was created by Sergey Svishchev, some changes done by me. CD and DVD media keep their data only for a finite time (typically for many years). After that time, data loss develops slowly with read errors growing from the outer media region towards the inside. Dvdisaster stores data on CD/DVD in a way that it is fully recoverable even after some read errors have developed. This enables you to rescue the complete data to a new medium. Data loss is prevented by using error correcting codes. Error correction data is either added to the medium or kept in separate error correction files. dvdisaster works at the image level so that the recovery does not depend on the file system of the medium. The maximum error correction capacity is user-selectable.