Sat Feb 4 21:57:54 2012 UTC ()
Update to 0.72.3.  Notable changes:

  - Blu-ray support
  - added CD raw reading and majority algorithm
  - C2 scanning support for CD media
  - changed treatment of CRC failures: old behaviour was to
    store a defective sector marker; now the actual sector
    contents are written to the image file.
  - Using the CDROM_SEND_PACKET ioctl() will hang parallel
    SCSI adapters. Added tests to determine the SCSI bus type,
    and switch to the SG_IO ioctl() when in doubt. [Linux]
  - fixed and documented -n command line options for RS02.


(shattered)
diff -r1.1.1.1 -r1.2 pkgsrc/sysutils/dvdisaster/DESCR
diff -r1.13 -r1.14 pkgsrc/sysutils/dvdisaster/Makefile
diff -r1.3 -r1.4 pkgsrc/sysutils/dvdisaster/PLIST
diff -r1.4 -r1.5 pkgsrc/sysutils/dvdisaster/distinfo
diff -r1.3 -r1.4 pkgsrc/sysutils/dvdisaster/patches/patch-ab
diff -r1.2 -r0 pkgsrc/sysutils/dvdisaster/patches/patch-ad
diff -r1.2 -r0 pkgsrc/sysutils/dvdisaster/patches/patch-af
diff -r1.2 -r0 pkgsrc/sysutils/dvdisaster/patches/patch-ag
diff -r0 -r1.1 pkgsrc/sysutils/dvdisaster/patches/patch-scsi-netbsd.c

cvs diff -r1.1.1.1 -r1.2 pkgsrc/sysutils/dvdisaster/DESCR (expand / switch to unified diff)

--- pkgsrc/sysutils/dvdisaster/DESCR 2007/06/08 20:19:13 1.1.1.1
+++ pkgsrc/sysutils/dvdisaster/DESCR 2012/02/04 21:57:54 1.2
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1CD and DVD media keep their data only for a finite time (typically for 1Optical media (CD, DVD, BD) keep their data only for a finite time
2many years). After that time, data loss develops slowly with read errors 2(typically for many years). After that time, data loss develops slowly
3growing from the outer media region towards the inside. 3with read errors growing from the outer media region towards the inside.
4 4
5Dvdisaster stores data on CD/DVD in a way that it is fully recoverable 5Dvdisaster stores data on CD/DVD/BD in a way that it is fully
6even after some read errors have developed. This enables you to rescue 6recoverable even after some read errors have developed. This enables you
7the complete data to a new medium. 7to rescue the complete data to a new medium.
8 8
9Data loss is prevented by using error correcting codes. Error correction 9Data loss is prevented by using error correcting codes. Error correction
10data is either added to the medium or kept in separate error correction 10data is either added to the medium or kept in separate error correction
11files. dvdisaster works at the image level so that the recovery does not 11files. dvdisaster works at the image level so that the recovery does not
12depend on the file system of the medium. The maximum error correction 12depend on the file system of the medium. The maximum error correction
13capacity is user-selectable. 13capacity is user-selectable.

cvs diff -r1.13 -r1.14 pkgsrc/sysutils/dvdisaster/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/dvdisaster/Makefile 2011/11/01 06:02:31 1.13
+++ pkgsrc/sysutils/dvdisaster/Makefile 2012/02/04 21:57:54 1.14
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.13 2011/11/01 06:02:31 sbd Exp $ 1# $NetBSD: Makefile,v 1.14 2012/02/04 21:57:54 shattered Exp $
2# 2#
3 3
4DISTNAME= dvdisaster-0.70.6 4DISTNAME= dvdisaster-0.72.3
5PKGREVISION= 7 
6CATEGORIES= sysutils 5CATEGORIES= sysutils
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdisaster/} 6MASTER_SITES= http://dvdisaster.net/downloads/
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= shattered@NetBSD.org 9MAINTAINER= shattered@NetBSD.org
11HOMEPAGE= http://www.dvdisaster.com/ 10HOMEPAGE= http://www.dvdisaster.net/en/
12COMMENT= Protects data on optical media with error correcting codes 11COMMENT= Protects data on optical media with error correcting codes
13 12
14ONLY_FOR_PLATFORM= Darwin-*-* FreeBSD-*-* Linux-*-* 13ONLY_FOR_PLATFORM= Darwin-*-* FreeBSD-*-* Linux-*-*
15ONLY_FOR_PLATFORM+= NetBSD-*-* 14ONLY_FOR_PLATFORM+= NetBSD-*-*
16 15
17PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
18 17
19BUILD_DEPENDS+= gettext-tools>=0.14:../../devel/gettext-tools 18BUILD_DEPENDS+= gettext-tools>=0.14:../../devel/gettext-tools
20 19
21BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0 20BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
22 21
23ONLY_FOR_COMPILER= gcc 22ONLY_FOR_COMPILER= gcc
24USE_LANGUAGES= c 23USE_LANGUAGES= c
@@ -27,22 +26,24 @@ USE_TOOLS+= bash gmake pkg-config @@ -27,22 +26,24 @@ USE_TOOLS+= bash gmake pkg-config
27 26
28MAKE_JOBS_SAFE= no 27MAKE_JOBS_SAFE= no
29 28
30HAS_CONFIGURE= yes 29HAS_CONFIGURE= yes
31CONFIGURE_ARGS+= --prefix=${PREFIX} 30CONFIGURE_ARGS+= --prefix=${PREFIX}
32CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc 31CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc
33CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale 32CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
34CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} 33CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
35CONFIGURE_ARGS+= --buildroot=${DESTDIR} 34CONFIGURE_ARGS+= --buildroot=${DESTDIR}
36CONFIGURE_ARGS+= --with-embedded-src-path=no 35CONFIGURE_ARGS+= --with-embedded-src-path=no
37CONFIG_SHELL= ${TOOLS_PATH.bash} 36CONFIG_SHELL= ${TOOLS_PATH.bash}
38MAKE_FILE= GNUmakefile 37MAKE_FILE= GNUmakefile
39 38
 39CHECK_PORTABILITY_SKIP+=macinst/launcher.sh
 40
40post-install: 41post-install:
41 rm -f ${DESTDIR}${PREFIX}/bin/dvdisaster-uninstall.sh 42 rm -f ${DESTDIR}${PREFIX}/bin/dvdisaster-uninstall.sh
42 43
43.include "../../archivers/bzip2/buildlink3.mk" 44.include "../../archivers/bzip2/buildlink3.mk"
44.include "../../converters/libiconv/buildlink3.mk" 45.include "../../converters/libiconv/buildlink3.mk"
45.include "../../devel/gettext-lib/buildlink3.mk" 46.include "../../devel/gettext-lib/buildlink3.mk"
46.include "../../devel/libgetopt/buildlink3.mk" 47.include "../../devel/libgetopt/buildlink3.mk"
47.include "../../x11/gtk2/buildlink3.mk" 48.include "../../x11/gtk2/buildlink3.mk"
48.include "../../mk/bsd.pkg.mk" 49.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/sysutils/dvdisaster/PLIST (expand / switch to unified diff)

--- pkgsrc/sysutils/dvdisaster/PLIST 2009/06/14 18:16:04 1.3
+++ pkgsrc/sysutils/dvdisaster/PLIST 2012/02/04 21:57:54 1.4
@@ -1,244 +1,1013 @@ @@ -1,244 +1,1013 @@
1@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:16:04 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.4 2012/02/04 21:57:54 shattered Exp $
2bin/dvdisaster 2bin/dvdisaster
 3man/cs/man1/dvdisaster.1
 4man/de/man1/dvdisaster.1
 5man/it/man1/dvdisaster.1
 6man/man1/dvdisaster.1
3share/doc/${PKGNAME}/CHANGELOG 7share/doc/${PKGNAME}/CHANGELOG
4share/doc/${PKGNAME}/COPYING 8share/doc/${PKGNAME}/COPYING
5share/doc/${PKGNAME}/CREDITS.cs 9share/doc/${PKGNAME}/CREDITS.cs
6share/doc/${PKGNAME}/CREDITS.de 10share/doc/${PKGNAME}/CREDITS.de
7share/doc/${PKGNAME}/CREDITS.en 11share/doc/${PKGNAME}/CREDITS.en
8share/doc/${PKGNAME}/README.MODIFYING 12share/doc/${PKGNAME}/README.MODIFYING
9share/doc/${PKGNAME}/TODO 13share/doc/${PKGNAME}/TODO
10share/doc/${PKGNAME}/cs/background.html 
11share/doc/${PKGNAME}/cs/background10.html 
12share/doc/${PKGNAME}/cs/background20.html 
13share/doc/${PKGNAME}/cs/background30.html 
14share/doc/${PKGNAME}/cs/background40.html 
15share/doc/${PKGNAME}/cs/background50.html 
16share/doc/${PKGNAME}/cs/background60.html 
17share/doc/${PKGNAME}/cs/background70.html 
18share/doc/${PKGNAME}/cs/download.html 
19share/doc/${PKGNAME}/cs/download10.html 
20share/doc/${PKGNAME}/cs/download20.html 
21share/doc/${PKGNAME}/cs/example.html 
22share/doc/${PKGNAME}/cs/example1.html 
23share/doc/${PKGNAME}/cs/example10.html 
24share/doc/${PKGNAME}/cs/example2.html 
25share/doc/${PKGNAME}/cs/example20.html 
26share/doc/${PKGNAME}/cs/example21.html 
27share/doc/${PKGNAME}/cs/example22.html 
28share/doc/${PKGNAME}/cs/example3.html 
29share/doc/${PKGNAME}/cs/example30.html 
30share/doc/${PKGNAME}/cs/example4.html 
31share/doc/${PKGNAME}/cs/example40.html 
32share/doc/${PKGNAME}/cs/example5.html 
33share/doc/${PKGNAME}/cs/example50.html 
34share/doc/${PKGNAME}/cs/example6.html 
35share/doc/${PKGNAME}/cs/example80.html 
36share/doc/${PKGNAME}/cs/example81.html 
37share/doc/${PKGNAME}/cs/example82.html 
38share/doc/${PKGNAME}/cs/example83.html 
39share/doc/${PKGNAME}/cs/example90.html 
40share/doc/${PKGNAME}/cs/images/bg-adaptive.png 
41share/doc/${PKGNAME}/cs/images/bg-linear.png 
42share/doc/${PKGNAME}/cs/images/btn-compare.png 
43share/doc/${PKGNAME}/cs/images/btn-create.png 
44share/doc/${PKGNAME}/cs/images/btn-drive.png 
45share/doc/${PKGNAME}/cs/images/btn-eccfile.png 
46share/doc/${PKGNAME}/cs/images/btn-fix.png 
47share/doc/${PKGNAME}/cs/images/btn-image.png 
48share/doc/${PKGNAME}/cs/images/btn-protocol.png 
49share/doc/${PKGNAME}/cs/images/btn-read.png 
50share/doc/${PKGNAME}/cs/images/btn-scan.png 
51share/doc/${PKGNAME}/cs/images/ex-compare.png 
52share/doc/${PKGNAME}/cs/images/ex-create.png 
53share/doc/${PKGNAME}/cs/images/ex-fix.png 
54share/doc/${PKGNAME}/cs/images/ex-read-a.png 
55share/doc/${PKGNAME}/cs/images/ex-read.png 
56share/doc/${PKGNAME}/cs/images/ex-scan.png 
57share/doc/${PKGNAME}/cs/images/prefs-ecc-1.png 
58share/doc/${PKGNAME}/cs/images/prefs-ecc-2.png 
59share/doc/${PKGNAME}/cs/images/prefs-ecc.png 
60share/doc/${PKGNAME}/cs/images/prefs-general-1.png 
61share/doc/${PKGNAME}/cs/images/prefs-general-2.png 
62share/doc/${PKGNAME}/cs/images/prefs-general-3.png 
63share/doc/${PKGNAME}/cs/images/prefs-general.png 
64share/doc/${PKGNAME}/cs/images/prefs-read-1.png 
65share/doc/${PKGNAME}/cs/images/prefs-read-2.png 
66share/doc/${PKGNAME}/cs/images/prefs-read-3.png 
67share/doc/${PKGNAME}/cs/images/prefs-read.png 
68share/doc/${PKGNAME}/cs/images/scratch-corr.png 
69share/doc/${PKGNAME}/cs/images/scratch-scan.png 
70share/doc/${PKGNAME}/cs/index.html 
71share/doc/${PKGNAME}/cs/index10.html 
72share/doc/${PKGNAME}/cs/index20.html 
73share/doc/${PKGNAME}/cs/index30.html 
74share/doc/${PKGNAME}/cs/inline1.html 
75share/doc/${PKGNAME}/cs/inline2.html 
76share/doc/${PKGNAME}/cs/qa.html 
77share/doc/${PKGNAME}/cs/qa10.html 
78share/doc/${PKGNAME}/cs/qa20.html 
79share/doc/${PKGNAME}/de/background.html 
80share/doc/${PKGNAME}/de/background10.html 
81share/doc/${PKGNAME}/de/background20.html 
82share/doc/${PKGNAME}/de/background30.html 
83share/doc/${PKGNAME}/de/background40.html 
84share/doc/${PKGNAME}/de/background50.html 
85share/doc/${PKGNAME}/de/background60.html 
86share/doc/${PKGNAME}/de/background70.html 
87share/doc/${PKGNAME}/de/download.html 14share/doc/${PKGNAME}/de/download.html
88share/doc/${PKGNAME}/de/download10.html 15share/doc/${PKGNAME}/de/download10.html
89share/doc/${PKGNAME}/de/download20.html 16share/doc/${PKGNAME}/de/download20.html
90share/doc/${PKGNAME}/de/example.html 17share/doc/${PKGNAME}/de/download30.html
91share/doc/${PKGNAME}/de/example1.html 18share/doc/${PKGNAME}/de/download_showall=0.html
92share/doc/${PKGNAME}/de/example10.html 19share/doc/${PKGNAME}/de/download_showall=1.html
93share/doc/${PKGNAME}/de/example2.html 20share/doc/${PKGNAME}/de/feedback.html
94share/doc/${PKGNAME}/de/example20.html 21share/doc/${PKGNAME}/de/feedback_expand=1.html
95share/doc/${PKGNAME}/de/example21.html 22share/doc/${PKGNAME}/de/howtos.html
96share/doc/${PKGNAME}/de/example22.html 23share/doc/${PKGNAME}/de/howtos10.html
97share/doc/${PKGNAME}/de/example3.html 24share/doc/${PKGNAME}/de/howtos11.html
98share/doc/${PKGNAME}/de/example30.html 25share/doc/${PKGNAME}/de/howtos11_expand=1.html
99share/doc/${PKGNAME}/de/example4.html 26share/doc/${PKGNAME}/de/howtos11_expand=2.html
100share/doc/${PKGNAME}/de/example40.html 27share/doc/${PKGNAME}/de/howtos11_expand=3.html
101share/doc/${PKGNAME}/de/example5.html 28share/doc/${PKGNAME}/de/howtos11_expand=4.html
102share/doc/${PKGNAME}/de/example50.html 29share/doc/${PKGNAME}/de/howtos11_expand=5.html
103share/doc/${PKGNAME}/de/example6.html 30share/doc/${PKGNAME}/de/howtos12.html
104share/doc/${PKGNAME}/de/example7.html 31share/doc/${PKGNAME}/de/howtos12_expand=0.html
105share/doc/${PKGNAME}/de/example80.html 32share/doc/${PKGNAME}/de/howtos12_expand=1.html
106share/doc/${PKGNAME}/de/example81.html 33share/doc/${PKGNAME}/de/howtos13.html
107share/doc/${PKGNAME}/de/example82.html 34share/doc/${PKGNAME}/de/howtos13_crc.html
108share/doc/${PKGNAME}/de/example83.html 35share/doc/${PKGNAME}/de/howtos13_expand=1.html
109share/doc/${PKGNAME}/de/example84.html 36share/doc/${PKGNAME}/de/howtos13_expand=2.html
110share/doc/${PKGNAME}/de/example90.html 37share/doc/${PKGNAME}/de/howtos13_expand=3.html
111share/doc/${PKGNAME}/de/images/bg-adaptive.png 38share/doc/${PKGNAME}/de/howtos13_expand=4.html
112share/doc/${PKGNAME}/de/images/bg-linear.png 39share/doc/${PKGNAME}/de/howtos13_expand=5.html
113share/doc/${PKGNAME}/de/images/btn-compare.png 40share/doc/${PKGNAME}/de/howtos13_expand=6.html
114share/doc/${PKGNAME}/de/images/btn-create.png 41share/doc/${PKGNAME}/de/howtos14.html
115share/doc/${PKGNAME}/de/images/btn-fix.png 42share/doc/${PKGNAME}/de/howtos14_expand=1.html
116share/doc/${PKGNAME}/de/images/btn-new-image.png 43share/doc/${PKGNAME}/de/howtos14_expand=2.html
117share/doc/${PKGNAME}/de/images/btn-protocol.png 44share/doc/${PKGNAME}/de/howtos20.html
118share/doc/${PKGNAME}/de/images/btn-read.png 45share/doc/${PKGNAME}/de/howtos21.html
119share/doc/${PKGNAME}/de/images/btn-scan.png 46share/doc/${PKGNAME}/de/howtos21_answer=1.html
120share/doc/${PKGNAME}/de/images/ex-compare-rs02.png 47share/doc/${PKGNAME}/de/howtos21_answer=2.html
121share/doc/${PKGNAME}/de/images/ex-compare.png 48share/doc/${PKGNAME}/de/howtos21_answer=3.html
122share/doc/${PKGNAME}/de/images/ex-create-rs02.png 49share/doc/${PKGNAME}/de/howtos21_answer=4.html
123share/doc/${PKGNAME}/de/images/ex-create.png 50share/doc/${PKGNAME}/de/howtos22.html
124share/doc/${PKGNAME}/de/images/ex-fix.png 51share/doc/${PKGNAME}/de/howtos22_expand=1.html
125share/doc/${PKGNAME}/de/images/ex-read-a.png 52share/doc/${PKGNAME}/de/howtos22_expand=2.html
126share/doc/${PKGNAME}/de/images/ex-read.png 53share/doc/${PKGNAME}/de/howtos22_expand=3.html
127share/doc/${PKGNAME}/de/images/ex-scan.png 54share/doc/${PKGNAME}/de/howtos22_expand=4.html
128share/doc/${PKGNAME}/de/images/prefs-ecc-0.png 55share/doc/${PKGNAME}/de/howtos22_expand=5.html
129share/doc/${PKGNAME}/de/images/prefs-ecc-1.png 56share/doc/${PKGNAME}/de/howtos22_expand=6.html
130share/doc/${PKGNAME}/de/images/prefs-ecc-2.png 57share/doc/${PKGNAME}/de/howtos23.html
131share/doc/${PKGNAME}/de/images/prefs-ecc.png 58share/doc/${PKGNAME}/de/howtos23_way=1&expand=0.html
132share/doc/${PKGNAME}/de/images/prefs-general-1.png 59share/doc/${PKGNAME}/de/howtos23_way=1&expand=1.html
133share/doc/${PKGNAME}/de/images/prefs-general-2.png 60share/doc/${PKGNAME}/de/howtos23_way=1&expand=2.html
134share/doc/${PKGNAME}/de/images/prefs-general-3.png 61share/doc/${PKGNAME}/de/howtos23_way=1.html
135share/doc/${PKGNAME}/de/images/prefs-general.png 62share/doc/${PKGNAME}/de/howtos23_way=2&expand=0.html
136share/doc/${PKGNAME}/de/images/prefs-read-1.png 63share/doc/${PKGNAME}/de/howtos23_way=2&expand=1.html
137share/doc/${PKGNAME}/de/images/prefs-read-2.png 64share/doc/${PKGNAME}/de/howtos23_way=2&expand=2.html
138share/doc/${PKGNAME}/de/images/prefs-read-3.png 65share/doc/${PKGNAME}/de/howtos23_way=2.html
139share/doc/${PKGNAME}/de/images/prefs-read.png 66share/doc/${PKGNAME}/de/howtos24.html
140share/doc/${PKGNAME}/de/images/prefs-rs02-0.png 67share/doc/${PKGNAME}/de/howtos25.html
141share/doc/${PKGNAME}/de/images/prefs-rs02-1.png 68share/doc/${PKGNAME}/de/howtos25_expand=1.html
142share/doc/${PKGNAME}/de/images/prefs-rs02.png 69share/doc/${PKGNAME}/de/howtos25_expand=2.html
143share/doc/${PKGNAME}/de/images/scratch-corr.png 70share/doc/${PKGNAME}/de/howtos30.html
144share/doc/${PKGNAME}/de/images/scratch-scan.png 71share/doc/${PKGNAME}/de/howtos31.html
 72share/doc/${PKGNAME}/de/howtos32.html
 73share/doc/${PKGNAME}/de/howtos32_expand=1.html
 74share/doc/${PKGNAME}/de/howtos32_expand=2.html
 75share/doc/${PKGNAME}/de/howtos33.html
 76share/doc/${PKGNAME}/de/howtos33_expand=0.html
 77share/doc/${PKGNAME}/de/howtos33_expand=1.html
 78share/doc/${PKGNAME}/de/howtos33_expand=2.html
 79share/doc/${PKGNAME}/de/howtos33_way=0&expand=0.html
 80share/doc/${PKGNAME}/de/howtos33_way=0&expand=1.html
 81share/doc/${PKGNAME}/de/howtos33_way=0&expand=2.html
 82share/doc/${PKGNAME}/de/howtos33_way=0.html
 83share/doc/${PKGNAME}/de/howtos33_way=1&.html
 84share/doc/${PKGNAME}/de/howtos33_way=1&expand=0.html
 85share/doc/${PKGNAME}/de/howtos33_way=1&expand=1.html
 86share/doc/${PKGNAME}/de/howtos33_way=1&expand=2.html
 87share/doc/${PKGNAME}/de/howtos33_way=1&expand=3.html
 88share/doc/${PKGNAME}/de/howtos33_way=1&expand=4.html
 89share/doc/${PKGNAME}/de/howtos33_way=1&expand=5.html
 90share/doc/${PKGNAME}/de/howtos33_way=1&expand=6.html
 91share/doc/${PKGNAME}/de/howtos33_way=1&expand=7.html
 92share/doc/${PKGNAME}/de/howtos33_way=1.html
 93share/doc/${PKGNAME}/de/howtos33_way=2&.html
 94share/doc/${PKGNAME}/de/howtos33_way=2&expand=0.html
 95share/doc/${PKGNAME}/de/howtos33_way=2&expand=1.html
 96share/doc/${PKGNAME}/de/howtos33_way=2&expand=2.html
 97share/doc/${PKGNAME}/de/howtos33_way=2&expand=3.html
 98share/doc/${PKGNAME}/de/howtos33_way=2&expand=4.html
 99share/doc/${PKGNAME}/de/howtos33_way=2&expand=5.html
 100share/doc/${PKGNAME}/de/howtos33_way=2&expand=6.html
 101share/doc/${PKGNAME}/de/howtos33_way=2.html
 102share/doc/${PKGNAME}/de/howtos33_way=3&.html
 103share/doc/${PKGNAME}/de/howtos33_way=3&expand=0.html
 104share/doc/${PKGNAME}/de/howtos33_way=3&expand=1.html
 105share/doc/${PKGNAME}/de/howtos33_way=3&expand=10.html
 106share/doc/${PKGNAME}/de/howtos33_way=3&expand=11.html
 107share/doc/${PKGNAME}/de/howtos33_way=3&expand=2.html
 108share/doc/${PKGNAME}/de/howtos33_way=3&expand=3.html
 109share/doc/${PKGNAME}/de/howtos33_way=3&expand=4.html
 110share/doc/${PKGNAME}/de/howtos33_way=3&expand=5.html
 111share/doc/${PKGNAME}/de/howtos33_way=3&expand=6.html
 112share/doc/${PKGNAME}/de/howtos33_way=3&expand=7.html
 113share/doc/${PKGNAME}/de/howtos33_way=3&expand=8.html
 114share/doc/${PKGNAME}/de/howtos33_way=3&expand=9.html
 115share/doc/${PKGNAME}/de/howtos33_way=3.html
 116share/doc/${PKGNAME}/de/howtos34.html
 117share/doc/${PKGNAME}/de/howtos34_expand=1.html
 118share/doc/${PKGNAME}/de/howtos40.html
 119share/doc/${PKGNAME}/de/howtos41.html
 120share/doc/${PKGNAME}/de/howtos41_expand=1.html
 121share/doc/${PKGNAME}/de/howtos41_expand=2.html
 122share/doc/${PKGNAME}/de/howtos41_expand=3.html
 123share/doc/${PKGNAME}/de/howtos41_expand=4.html
 124share/doc/${PKGNAME}/de/howtos41_expand=5.html
 125share/doc/${PKGNAME}/de/howtos42.html
 126share/doc/${PKGNAME}/de/howtos42_expand=0.html
 127share/doc/${PKGNAME}/de/howtos42_expand=1.html
 128share/doc/${PKGNAME}/de/howtos42_expand=2.html
 129share/doc/${PKGNAME}/de/howtos42_expand=3.html
 130share/doc/${PKGNAME}/de/howtos42_expand=4.html
 131share/doc/${PKGNAME}/de/howtos43.html
 132share/doc/${PKGNAME}/de/howtos43_expand=1.html
 133share/doc/${PKGNAME}/de/howtos43_expand=2.html
 134share/doc/${PKGNAME}/de/howtos43_expand=3.html
 135share/doc/${PKGNAME}/de/howtos43_expand=4.html
 136share/doc/${PKGNAME}/de/howtos43_expand=5.html
 137share/doc/${PKGNAME}/de/howtos50.html
 138share/doc/${PKGNAME}/de/howtos51.html
 139share/doc/${PKGNAME}/de/howtos51_expand=0.html
 140share/doc/${PKGNAME}/de/howtos51_expand=1.html
 141share/doc/${PKGNAME}/de/howtos52.html
 142share/doc/${PKGNAME}/de/howtos52_expand=0.html
 143share/doc/${PKGNAME}/de/howtos52_expand=1.html
 144share/doc/${PKGNAME}/de/howtos53.html
 145share/doc/${PKGNAME}/de/howtos53_expand=0.html
 146share/doc/${PKGNAME}/de/howtos53_expand=1.html
 147share/doc/${PKGNAME}/de/howtos59.html
 148share/doc/${PKGNAME}/de/howtos59_expand=1.html
 149share/doc/${PKGNAME}/de/howtos59_expand=2.html
 150share/doc/${PKGNAME}/de/howtos59_expand=3.html
 151share/doc/${PKGNAME}/de/howtos59_expand=4.html
 152share/doc/${PKGNAME}/de/howtos59_expand=5.html
 153share/doc/${PKGNAME}/de/howtos60.html
 154share/doc/${PKGNAME}/de/howtos61.html
 155share/doc/${PKGNAME}/de/howtos62.html
 156share/doc/${PKGNAME}/de/howtos63.html
 157share/doc/${PKGNAME}/de/howtos90.html
 158share/doc/${PKGNAME}/de/howtos91.html
 159share/doc/${PKGNAME}/de/howtos91_expand=0.html
 160share/doc/${PKGNAME}/de/howtos91_expand=1.html
 161share/doc/${PKGNAME}/de/howtos91_expand=2.html
 162share/doc/${PKGNAME}/de/howtos91_expand=3.html
 163share/doc/${PKGNAME}/de/howtos91_expand=4.html
 164share/doc/${PKGNAME}/de/howtos92.html
 165share/doc/${PKGNAME}/de/howtos92_expand=0.html
 166share/doc/${PKGNAME}/de/howtos92_expand=1.html
 167share/doc/${PKGNAME}/de/howtos92_expand=2.html
 168share/doc/${PKGNAME}/de/howtos92_expand=3.html
 169share/doc/${PKGNAME}/de/howtos92_expand=4.html
 170share/doc/${PKGNAME}/de/howtosa0.html
 171share/doc/${PKGNAME}/de/howtosa1.html
 172share/doc/${PKGNAME}/de/howtosa1_expand=1.html
 173share/doc/${PKGNAME}/de/howtosa2.html
 174share/doc/${PKGNAME}/de/howtosa2_expand=1.html
 175share/doc/${PKGNAME}/de/howtosa2_expand=2.html
 176share/doc/${PKGNAME}/de/howtosa3.html
 177share/doc/${PKGNAME}/de/howtosa3_expand=1.html
 178share/doc/${PKGNAME}/de/howtosa3_expand=2.html
 179share/doc/${PKGNAME}/de/howtosa4.html
 180share/doc/${PKGNAME}/de/howtosa4_expand=1.html
 181share/doc/${PKGNAME}/de/images/action-buttons.png
 182share/doc/${PKGNAME}/de/images/activate-logfile.png
 183share/doc/${PKGNAME}/de/images/adaptive-failure.png
 184share/doc/${PKGNAME}/de/images/adaptive-progress.png
 185share/doc/${PKGNAME}/de/images/adaptive-success.png
 186share/doc/${PKGNAME}/de/images/compare-bad-rs01.png
 187share/doc/${PKGNAME}/de/images/compare-bad-rs02.png
 188share/doc/${PKGNAME}/de/images/compare-icon.png
 189share/doc/${PKGNAME}/de/images/compare-mismatch-rs01.png
 190share/doc/${PKGNAME}/de/images/compare-trunc-rs01.png
 191share/doc/${PKGNAME}/de/images/compat-150-rs01.png
 192share/doc/${PKGNAME}/de/images/compat-150-rs02.png
 193share/doc/${PKGNAME}/de/images/compat-dialog-rs01.png
 194share/doc/${PKGNAME}/de/images/compat-dialog-rs02.png
 195share/doc/${PKGNAME}/de/images/compat-okay-rs01.png
 196share/doc/${PKGNAME}/de/images/compat-okay-rs02.png
 197share/doc/${PKGNAME}/de/images/crc-cd.png
 198share/doc/${PKGNAME}/de/images/create-icon.png
 199share/doc/${PKGNAME}/de/images/create-prefs-drive-adv.png
 200share/doc/${PKGNAME}/de/images/create-prefs-drive.png
 201share/doc/${PKGNAME}/de/images/create-prefs-ecc.png
 202share/doc/${PKGNAME}/de/images/create-prefs-ecc2-adv.png
 203share/doc/${PKGNAME}/de/images/create-prefs-ecc2.png
 204share/doc/${PKGNAME}/de/images/create-prefs-file-adv.png
 205share/doc/${PKGNAME}/de/images/create-prefs-file.png
 206share/doc/${PKGNAME}/de/images/create-prefs-image.png
 207share/doc/${PKGNAME}/de/images/create-prefs-read-attempts.png
 208share/doc/${PKGNAME}/de/images/defective-cd.png
 209share/doc/${PKGNAME}/de/images/dialog-drive-full.png
 210share/doc/${PKGNAME}/de/images/dialog-ecc-full.png
 211share/doc/${PKGNAME}/de/images/dialog-iso-full.png
 212share/doc/${PKGNAME}/de/images/enter-drive.png
 213share/doc/${PKGNAME}/de/images/enter-ecc.png
 214share/doc/${PKGNAME}/de/images/enter-image.png
 215share/doc/${PKGNAME}/de/images/exclude_from_search_terms.png
 216share/doc/${PKGNAME}/de/images/filebrowser.png
 217share/doc/${PKGNAME}/de/images/fix-icon.png
 218share/doc/${PKGNAME}/de/images/fix-image.png
 219share/doc/${PKGNAME}/de/images/fix-prefs-drive.png
 220share/doc/${PKGNAME}/de/images/fix-prefs-drive2.png
 221share/doc/${PKGNAME}/de/images/fix-prefs-file.png
 222share/doc/${PKGNAME}/de/images/fix-prefs-image.png
 223share/doc/${PKGNAME}/de/images/fix-prefs-read-attempts.png
 224share/doc/${PKGNAME}/de/images/fix-prefs-read-attempts1.png
 225share/doc/${PKGNAME}/de/images/fix-prefs-read-attempts2.png
 226share/doc/${PKGNAME}/de/images/fix-reread-dvd.png
 227share/doc/${PKGNAME}/de/images/fix-success.png
 228share/doc/${PKGNAME}/de/images/general-prefs-misc.png
 229share/doc/${PKGNAME}/de/images/global-prefs-invoke.png
 230share/doc/${PKGNAME}/de/images/good-cd.png
 231share/doc/${PKGNAME}/de/images/good-dvd9.png
 232share/doc/${PKGNAME}/de/images/log-icon.png
 233share/doc/${PKGNAME}/de/images/make-ecc1.png
 234share/doc/${PKGNAME}/de/images/make-ecc2.png
 235share/doc/${PKGNAME}/de/images/make-iso1.png
 236share/doc/${PKGNAME}/de/images/make-iso2.png
 237share/doc/${PKGNAME}/de/images/make-iso3.png
 238share/doc/${PKGNAME}/de/images/make-iso4.png
 239share/doc/${PKGNAME}/de/images/make-iso5.png
 240share/doc/${PKGNAME}/de/images/read-icon.png
 241share/doc/${PKGNAME}/de/images/recover-linear.png
 242share/doc/${PKGNAME}/de/images/scan-icon.png
 243share/doc/${PKGNAME}/de/images/scan-prefs-drive-adv.png
 244share/doc/${PKGNAME}/de/images/scan-prefs-drive.png
 245share/doc/${PKGNAME}/de/images/scan-prefs-image.png
 246share/doc/${PKGNAME}/de/images/scan-prefs-read-attempts-adv.png
 247share/doc/${PKGNAME}/de/images/scan-prefs-read-attempts.png
 248share/doc/${PKGNAME}/de/images/select-drive-linux.png
 249share/doc/${PKGNAME}/de/images/select-drive-win.png
 250share/doc/${PKGNAME}/de/images/stop-icon.png
 251share/doc/${PKGNAME}/de/images/watch-create.png
 252share/doc/${PKGNAME}/de/images/watch-read1.png
 253share/doc/${PKGNAME}/de/images/weak-cd.png
 254share/doc/${PKGNAME}/de/images/write-iso1.png
 255share/doc/${PKGNAME}/de/images/write-iso2.png
 256share/doc/${PKGNAME}/de/images/write-iso3.png
145share/doc/${PKGNAME}/de/index.html 257share/doc/${PKGNAME}/de/index.html
146share/doc/${PKGNAME}/de/index10.html 258share/doc/${PKGNAME}/de/index10.html
 259share/doc/${PKGNAME}/de/index10_expand=1.html
 260share/doc/${PKGNAME}/de/index10_expand=2.html
147share/doc/${PKGNAME}/de/index20.html 261share/doc/${PKGNAME}/de/index20.html
148share/doc/${PKGNAME}/de/index30.html 262share/doc/${PKGNAME}/de/index30.html
149share/doc/${PKGNAME}/de/inline1.html 263share/doc/${PKGNAME}/de/news.html
150share/doc/${PKGNAME}/de/inline2.html 264share/doc/${PKGNAME}/de/news2007.html
 265share/doc/${PKGNAME}/de/news2008.html
151share/doc/${PKGNAME}/de/qa.html 266share/doc/${PKGNAME}/de/qa.html
152share/doc/${PKGNAME}/de/qa10.html 267share/doc/${PKGNAME}/de/qa10.html
153share/doc/${PKGNAME}/de/qa20.html 268share/doc/${PKGNAME}/de/qa20.html
154share/doc/${PKGNAME}/en/background.html 269share/doc/${PKGNAME}/de/qa_pipo.html
155share/doc/${PKGNAME}/en/background10.html 270share/doc/${PKGNAME}/de/thumbnails/action-buttons.png
156share/doc/${PKGNAME}/en/background20.html 271share/doc/${PKGNAME}/de/thumbnails/activate-logfile.png
157share/doc/${PKGNAME}/en/background30.html 272share/doc/${PKGNAME}/de/thumbnails/adaptive-failure.png
158share/doc/${PKGNAME}/en/background40.html 273share/doc/${PKGNAME}/de/thumbnails/adaptive-progress.png
159share/doc/${PKGNAME}/en/background50.html 274share/doc/${PKGNAME}/de/thumbnails/adaptive-success.png
160share/doc/${PKGNAME}/en/background60.html 275share/doc/${PKGNAME}/de/thumbnails/compare-bad-rs01.png
161share/doc/${PKGNAME}/en/background70.html 276share/doc/${PKGNAME}/de/thumbnails/compare-bad-rs02.png
 277share/doc/${PKGNAME}/de/thumbnails/compare-mismatch-rs01.png
 278share/doc/${PKGNAME}/de/thumbnails/compare-trunc-rs01.png
 279share/doc/${PKGNAME}/de/thumbnails/compat-150-rs01.png
 280share/doc/${PKGNAME}/de/thumbnails/compat-150-rs02.png
 281share/doc/${PKGNAME}/de/thumbnails/compat-dialog-rs01.png
 282share/doc/${PKGNAME}/de/thumbnails/compat-dialog-rs02.png
 283share/doc/${PKGNAME}/de/thumbnails/compat-okay-rs01.png
 284share/doc/${PKGNAME}/de/thumbnails/compat-okay-rs02.png
 285share/doc/${PKGNAME}/de/thumbnails/crc-cd.png
 286share/doc/${PKGNAME}/de/thumbnails/create-prefs-drive-adv.png
 287share/doc/${PKGNAME}/de/thumbnails/create-prefs-drive.png
 288share/doc/${PKGNAME}/de/thumbnails/create-prefs-ecc.png
 289share/doc/${PKGNAME}/de/thumbnails/create-prefs-ecc2-adv.png
 290share/doc/${PKGNAME}/de/thumbnails/create-prefs-ecc2.png
 291share/doc/${PKGNAME}/de/thumbnails/create-prefs-file-adv.png
 292share/doc/${PKGNAME}/de/thumbnails/create-prefs-file.png
 293share/doc/${PKGNAME}/de/thumbnails/create-prefs-image.png
 294share/doc/${PKGNAME}/de/thumbnails/create-prefs-read-attempts.png
 295share/doc/${PKGNAME}/de/thumbnails/defective-cd.png
 296share/doc/${PKGNAME}/de/thumbnails/dialog-drive-full.png
 297share/doc/${PKGNAME}/de/thumbnails/dialog-ecc-full.png
 298share/doc/${PKGNAME}/de/thumbnails/dialog-iso-full.png
 299share/doc/${PKGNAME}/de/thumbnails/enter-drive.png
 300share/doc/${PKGNAME}/de/thumbnails/enter-ecc.png
 301share/doc/${PKGNAME}/de/thumbnails/enter-image.png
 302share/doc/${PKGNAME}/de/thumbnails/exclude_from_search_terms.png
 303share/doc/${PKGNAME}/de/thumbnails/filebrowser.png
 304share/doc/${PKGNAME}/de/thumbnails/fix-image.png
 305share/doc/${PKGNAME}/de/thumbnails/fix-prefs-drive.png
 306share/doc/${PKGNAME}/de/thumbnails/fix-prefs-drive2.png
 307share/doc/${PKGNAME}/de/thumbnails/fix-prefs-file.png
 308share/doc/${PKGNAME}/de/thumbnails/fix-prefs-image.png
 309share/doc/${PKGNAME}/de/thumbnails/fix-prefs-read-attempts.png
 310share/doc/${PKGNAME}/de/thumbnails/fix-prefs-read-attempts1.png
 311share/doc/${PKGNAME}/de/thumbnails/fix-prefs-read-attempts2.png
 312share/doc/${PKGNAME}/de/thumbnails/fix-reread-dvd.png
 313share/doc/${PKGNAME}/de/thumbnails/fix-success.png
 314share/doc/${PKGNAME}/de/thumbnails/general-prefs-misc.png
 315share/doc/${PKGNAME}/de/thumbnails/global-prefs-invoke.png
 316share/doc/${PKGNAME}/de/thumbnails/good-cd.png
 317share/doc/${PKGNAME}/de/thumbnails/good-dvd9.png
 318share/doc/${PKGNAME}/de/thumbnails/make-ecc1.png
 319share/doc/${PKGNAME}/de/thumbnails/make-ecc2.png
 320share/doc/${PKGNAME}/de/thumbnails/make-iso1.png
 321share/doc/${PKGNAME}/de/thumbnails/make-iso2.png
 322share/doc/${PKGNAME}/de/thumbnails/make-iso3.png
 323share/doc/${PKGNAME}/de/thumbnails/make-iso4.png
 324share/doc/${PKGNAME}/de/thumbnails/make-iso5.png
 325share/doc/${PKGNAME}/de/thumbnails/recover-linear.png
 326share/doc/${PKGNAME}/de/thumbnails/scan-prefs-drive-adv.png
 327share/doc/${PKGNAME}/de/thumbnails/scan-prefs-drive.png
 328share/doc/${PKGNAME}/de/thumbnails/scan-prefs-image.png
 329share/doc/${PKGNAME}/de/thumbnails/scan-prefs-read-attempts-adv.png
 330share/doc/${PKGNAME}/de/thumbnails/scan-prefs-read-attempts.png
 331share/doc/${PKGNAME}/de/thumbnails/select-drive-linux.png
 332share/doc/${PKGNAME}/de/thumbnails/select-drive-win.png
 333share/doc/${PKGNAME}/de/thumbnails/watch-create.png
 334share/doc/${PKGNAME}/de/thumbnails/watch-read1.png
 335share/doc/${PKGNAME}/de/thumbnails/weak-cd.png
 336share/doc/${PKGNAME}/de/thumbnails/write-iso1.png
 337share/doc/${PKGNAME}/de/thumbnails/write-iso2.png
 338share/doc/${PKGNAME}/de/thumbnails/write-iso3.png
162share/doc/${PKGNAME}/en/download.html 339share/doc/${PKGNAME}/en/download.html
163share/doc/${PKGNAME}/en/download10.html 340share/doc/${PKGNAME}/en/download10.html
164share/doc/${PKGNAME}/en/download20.html 341share/doc/${PKGNAME}/en/download20.html
165share/doc/${PKGNAME}/en/example.html 342share/doc/${PKGNAME}/en/download30.html
166share/doc/${PKGNAME}/en/example1.html 343share/doc/${PKGNAME}/en/download_showall=0.html
167share/doc/${PKGNAME}/en/example10.html 344share/doc/${PKGNAME}/en/download_showall=1.html
168share/doc/${PKGNAME}/en/example2.html 345share/doc/${PKGNAME}/en/feedback.html
169share/doc/${PKGNAME}/en/example20.html 346share/doc/${PKGNAME}/en/feedback_expand=1.html
170share/doc/${PKGNAME}/en/example21.html 347share/doc/${PKGNAME}/en/howtos.html
171share/doc/${PKGNAME}/en/example22.html 348share/doc/${PKGNAME}/en/howtos10.html
172share/doc/${PKGNAME}/en/example3.html 349share/doc/${PKGNAME}/en/howtos11.html
173share/doc/${PKGNAME}/en/example30.html 350share/doc/${PKGNAME}/en/howtos11_expand=1.html
174share/doc/${PKGNAME}/en/example4.html 351share/doc/${PKGNAME}/en/howtos11_expand=2.html
175share/doc/${PKGNAME}/en/example40.html 352share/doc/${PKGNAME}/en/howtos11_expand=3.html
176share/doc/${PKGNAME}/en/example5.html 353share/doc/${PKGNAME}/en/howtos11_expand=4.html
177share/doc/${PKGNAME}/en/example50.html 354share/doc/${PKGNAME}/en/howtos11_expand=5.html
178share/doc/${PKGNAME}/en/example6.html 355share/doc/${PKGNAME}/en/howtos12.html
179share/doc/${PKGNAME}/en/example7.html 356share/doc/${PKGNAME}/en/howtos12_expand=0.html
180share/doc/${PKGNAME}/en/example80.html 357share/doc/${PKGNAME}/en/howtos12_expand=1.html
181share/doc/${PKGNAME}/en/example81.html 358share/doc/${PKGNAME}/en/howtos13.html
182share/doc/${PKGNAME}/en/example82.html 359share/doc/${PKGNAME}/en/howtos13_expand=1.html
183share/doc/${PKGNAME}/en/example83.html 360share/doc/${PKGNAME}/en/howtos13_expand=2.html
184share/doc/${PKGNAME}/en/example84.html 361share/doc/${PKGNAME}/en/howtos13_expand=3.html
185share/doc/${PKGNAME}/en/example90.html 362share/doc/${PKGNAME}/en/howtos13_expand=4.html
186share/doc/${PKGNAME}/en/images/bg-adaptive.png 363share/doc/${PKGNAME}/en/howtos13_expand=5.html
187share/doc/${PKGNAME}/en/images/bg-linear.png 364share/doc/${PKGNAME}/en/howtos13_expand=6.html
188share/doc/${PKGNAME}/en/images/btn-compare.png 365share/doc/${PKGNAME}/en/howtos14.html
189share/doc/${PKGNAME}/en/images/btn-create.png 366share/doc/${PKGNAME}/en/howtos14_expand=1.html
190share/doc/${PKGNAME}/en/images/btn-fix.png 367share/doc/${PKGNAME}/en/howtos14_expand=2.html
191share/doc/${PKGNAME}/en/images/btn-new-image.png 368share/doc/${PKGNAME}/en/howtos20.html
192share/doc/${PKGNAME}/en/images/btn-protocol.png 369share/doc/${PKGNAME}/en/howtos21.html
193share/doc/${PKGNAME}/en/images/btn-read.png 370share/doc/${PKGNAME}/en/howtos21_answer=1.html
194share/doc/${PKGNAME}/en/images/btn-scan.png 371share/doc/${PKGNAME}/en/howtos21_answer=2.html
195share/doc/${PKGNAME}/en/images/ex-compare-rs02.png 372share/doc/${PKGNAME}/en/howtos21_answer=3.html
196share/doc/${PKGNAME}/en/images/ex-compare.png 373share/doc/${PKGNAME}/en/howtos21_answer=4.html
197share/doc/${PKGNAME}/en/images/ex-create-rs02.png 374share/doc/${PKGNAME}/en/howtos22.html
198share/doc/${PKGNAME}/en/images/ex-create.png 375share/doc/${PKGNAME}/en/howtos22_expand=1.html
199share/doc/${PKGNAME}/en/images/ex-fix.png 376share/doc/${PKGNAME}/en/howtos22_expand=2.html
200share/doc/${PKGNAME}/en/images/ex-read-a.png 377share/doc/${PKGNAME}/en/howtos22_expand=3.html
201share/doc/${PKGNAME}/en/images/ex-read.png 378share/doc/${PKGNAME}/en/howtos22_expand=4.html
202share/doc/${PKGNAME}/en/images/ex-scan.png 379share/doc/${PKGNAME}/en/howtos22_expand=5.html
203share/doc/${PKGNAME}/en/images/prefs-ecc-0.png 380share/doc/${PKGNAME}/en/howtos22_expand=6.html
204share/doc/${PKGNAME}/en/images/prefs-ecc-1.png 381share/doc/${PKGNAME}/en/howtos23.html
205share/doc/${PKGNAME}/en/images/prefs-ecc-2.png 382share/doc/${PKGNAME}/en/howtos23_way=1&expand=0.html
206share/doc/${PKGNAME}/en/images/prefs-ecc.png 383share/doc/${PKGNAME}/en/howtos23_way=1&expand=1.html
207share/doc/${PKGNAME}/en/images/prefs-general-1.png 384share/doc/${PKGNAME}/en/howtos23_way=1&expand=2.html
208share/doc/${PKGNAME}/en/images/prefs-general-2.png 385share/doc/${PKGNAME}/en/howtos23_way=1.html
209share/doc/${PKGNAME}/en/images/prefs-general-3.png 386share/doc/${PKGNAME}/en/howtos23_way=2&expand=0.html
210share/doc/${PKGNAME}/en/images/prefs-general.png 387share/doc/${PKGNAME}/en/howtos23_way=2&expand=1.html
211share/doc/${PKGNAME}/en/images/prefs-read-1.png 388share/doc/${PKGNAME}/en/howtos23_way=2&expand=2.html
212share/doc/${PKGNAME}/en/images/prefs-read-2.png 389share/doc/${PKGNAME}/en/howtos23_way=2.html
213share/doc/${PKGNAME}/en/images/prefs-read-3.png 390share/doc/${PKGNAME}/en/howtos24.html
214share/doc/${PKGNAME}/en/images/prefs-read.png 391share/doc/${PKGNAME}/en/howtos25.html
215share/doc/${PKGNAME}/en/images/prefs-rs02-0.png 392share/doc/${PKGNAME}/en/howtos25_expand=1.html
216share/doc/${PKGNAME}/en/images/prefs-rs02-1.png 393share/doc/${PKGNAME}/en/howtos25_expand=2.html
217share/doc/${PKGNAME}/en/images/prefs-rs02.png 394share/doc/${PKGNAME}/en/howtos30.html
218share/doc/${PKGNAME}/en/images/scratch-corr.png 395share/doc/${PKGNAME}/en/howtos31.html
219share/doc/${PKGNAME}/en/images/scratch-scan.png 396share/doc/${PKGNAME}/en/howtos32.html
 397share/doc/${PKGNAME}/en/howtos32_expand=1.html
 398share/doc/${PKGNAME}/en/howtos32_expand=2.html
 399share/doc/${PKGNAME}/en/howtos33.html
 400share/doc/${PKGNAME}/en/howtos33_expand=0.html
 401share/doc/${PKGNAME}/en/howtos33_expand=1.html
 402share/doc/${PKGNAME}/en/howtos33_expand=2.html
 403share/doc/${PKGNAME}/en/howtos33_way=0&expand=0.html
 404share/doc/${PKGNAME}/en/howtos33_way=0&expand=1.html
 405share/doc/${PKGNAME}/en/howtos33_way=0&expand=2.html
 406share/doc/${PKGNAME}/en/howtos33_way=0.html
 407share/doc/${PKGNAME}/en/howtos33_way=1&.html
 408share/doc/${PKGNAME}/en/howtos33_way=1&expand=0.html
 409share/doc/${PKGNAME}/en/howtos33_way=1&expand=1.html
 410share/doc/${PKGNAME}/en/howtos33_way=1&expand=2.html
 411share/doc/${PKGNAME}/en/howtos33_way=1&expand=3.html
 412share/doc/${PKGNAME}/en/howtos33_way=1&expand=4.html
 413share/doc/${PKGNAME}/en/howtos33_way=1&expand=5.html
 414share/doc/${PKGNAME}/en/howtos33_way=1&expand=6.html
 415share/doc/${PKGNAME}/en/howtos33_way=1&expand=7.html
 416share/doc/${PKGNAME}/en/howtos33_way=1.html
 417share/doc/${PKGNAME}/en/howtos33_way=2&.html
 418share/doc/${PKGNAME}/en/howtos33_way=2&expand=0.html
 419share/doc/${PKGNAME}/en/howtos33_way=2&expand=1.html
 420share/doc/${PKGNAME}/en/howtos33_way=2&expand=2.html
 421share/doc/${PKGNAME}/en/howtos33_way=2&expand=3.html
 422share/doc/${PKGNAME}/en/howtos33_way=2&expand=4.html
 423share/doc/${PKGNAME}/en/howtos33_way=2&expand=5.html
 424share/doc/${PKGNAME}/en/howtos33_way=2&expand=6.html
 425share/doc/${PKGNAME}/en/howtos33_way=2.html
 426share/doc/${PKGNAME}/en/howtos33_way=3&.html
 427share/doc/${PKGNAME}/en/howtos33_way=3&expand=0.html
 428share/doc/${PKGNAME}/en/howtos33_way=3&expand=1.html
 429share/doc/${PKGNAME}/en/howtos33_way=3&expand=10.html
 430share/doc/${PKGNAME}/en/howtos33_way=3&expand=11.html
 431share/doc/${PKGNAME}/en/howtos33_way=3&expand=2.html
 432share/doc/${PKGNAME}/en/howtos33_way=3&expand=3.html
 433share/doc/${PKGNAME}/en/howtos33_way=3&expand=4.html
 434share/doc/${PKGNAME}/en/howtos33_way=3&expand=5.html
 435share/doc/${PKGNAME}/en/howtos33_way=3&expand=6.html
 436share/doc/${PKGNAME}/en/howtos33_way=3&expand=7.html
 437share/doc/${PKGNAME}/en/howtos33_way=3&expand=8.html
 438share/doc/${PKGNAME}/en/howtos33_way=3&expand=9.html
 439share/doc/${PKGNAME}/en/howtos33_way=3.html
 440share/doc/${PKGNAME}/en/howtos34.html
 441share/doc/${PKGNAME}/en/howtos34_expand=1.html
 442share/doc/${PKGNAME}/en/howtos40.html
 443share/doc/${PKGNAME}/en/howtos41.html
 444share/doc/${PKGNAME}/en/howtos41_expand=1.html
 445share/doc/${PKGNAME}/en/howtos41_expand=2.html
 446share/doc/${PKGNAME}/en/howtos41_expand=3.html
 447share/doc/${PKGNAME}/en/howtos41_expand=4.html
 448share/doc/${PKGNAME}/en/howtos41_expand=5.html
 449share/doc/${PKGNAME}/en/howtos42.html
 450share/doc/${PKGNAME}/en/howtos42_expand=0.html
 451share/doc/${PKGNAME}/en/howtos42_expand=1.html
 452share/doc/${PKGNAME}/en/howtos42_expand=2.html
 453share/doc/${PKGNAME}/en/howtos42_expand=3.html
 454share/doc/${PKGNAME}/en/howtos42_expand=4.html
 455share/doc/${PKGNAME}/en/howtos43.html
 456share/doc/${PKGNAME}/en/howtos43_expand=1.html
 457share/doc/${PKGNAME}/en/howtos43_expand=2.html
 458share/doc/${PKGNAME}/en/howtos43_expand=3.html
 459share/doc/${PKGNAME}/en/howtos43_expand=4.html
 460share/doc/${PKGNAME}/en/howtos43_expand=5.html
 461share/doc/${PKGNAME}/en/howtos50.html
 462share/doc/${PKGNAME}/en/howtos51.html
 463share/doc/${PKGNAME}/en/howtos51_expand=0.html
 464share/doc/${PKGNAME}/en/howtos51_expand=1.html
 465share/doc/${PKGNAME}/en/howtos52.html
 466share/doc/${PKGNAME}/en/howtos52_expand=0.html
 467share/doc/${PKGNAME}/en/howtos52_expand=1.html
 468share/doc/${PKGNAME}/en/howtos53.html
 469share/doc/${PKGNAME}/en/howtos53_expand=0.html
 470share/doc/${PKGNAME}/en/howtos53_expand=1.html
 471share/doc/${PKGNAME}/en/howtos59.html
 472share/doc/${PKGNAME}/en/howtos59_expand=1.html
 473share/doc/${PKGNAME}/en/howtos59_expand=2.html
 474share/doc/${PKGNAME}/en/howtos59_expand=3.html
 475share/doc/${PKGNAME}/en/howtos59_expand=4.html
 476share/doc/${PKGNAME}/en/howtos59_expand=5.html
 477share/doc/${PKGNAME}/en/howtos60.html
 478share/doc/${PKGNAME}/en/howtos61.html
 479share/doc/${PKGNAME}/en/howtos62.html
 480share/doc/${PKGNAME}/en/howtos63.html
 481share/doc/${PKGNAME}/en/howtos90.html
 482share/doc/${PKGNAME}/en/howtos91.html
 483share/doc/${PKGNAME}/en/howtos91_expand=0.html
 484share/doc/${PKGNAME}/en/howtos91_expand=1.html
 485share/doc/${PKGNAME}/en/howtos91_expand=2.html
 486share/doc/${PKGNAME}/en/howtos91_expand=3.html
 487share/doc/${PKGNAME}/en/howtos91_expand=4.html
 488share/doc/${PKGNAME}/en/howtos92.html
 489share/doc/${PKGNAME}/en/howtos92_expand=0.html
 490share/doc/${PKGNAME}/en/howtos92_expand=1.html
 491share/doc/${PKGNAME}/en/howtos92_expand=2.html
 492share/doc/${PKGNAME}/en/howtos92_expand=3.html
 493share/doc/${PKGNAME}/en/howtos92_expand=4.html
 494share/doc/${PKGNAME}/en/howtosa0.html
 495share/doc/${PKGNAME}/en/howtosa1.html
 496share/doc/${PKGNAME}/en/howtosa1_expand=1.html
 497share/doc/${PKGNAME}/en/howtosa2.html
 498share/doc/${PKGNAME}/en/howtosa2_expand=1.html
 499share/doc/${PKGNAME}/en/howtosa2_expand=2.html
 500share/doc/${PKGNAME}/en/howtosa3.html
 501share/doc/${PKGNAME}/en/howtosa3_expand=1.html
 502share/doc/${PKGNAME}/en/howtosa3_expand=2.html
 503share/doc/${PKGNAME}/en/howtosa4.html
 504share/doc/${PKGNAME}/en/howtosa4_expand=1.html
 505share/doc/${PKGNAME}/en/images/action-buttons.png
 506share/doc/${PKGNAME}/en/images/activate-logfile.png
 507share/doc/${PKGNAME}/en/images/adaptive-failure.png
 508share/doc/${PKGNAME}/en/images/adaptive-progress.png
 509share/doc/${PKGNAME}/en/images/adaptive-success.png
 510share/doc/${PKGNAME}/en/images/compare-bad-rs01.png
 511share/doc/${PKGNAME}/en/images/compare-bad-rs02.png
 512share/doc/${PKGNAME}/en/images/compare-icon.png
 513share/doc/${PKGNAME}/en/images/compare-mismatch-rs01.png
 514share/doc/${PKGNAME}/en/images/compare-trunc-rs01.png
 515share/doc/${PKGNAME}/en/images/compat-150-rs01.png
 516share/doc/${PKGNAME}/en/images/compat-150-rs02.png
 517share/doc/${PKGNAME}/en/images/compat-dialog-rs01.png
 518share/doc/${PKGNAME}/en/images/compat-dialog-rs02.png
 519share/doc/${PKGNAME}/en/images/compat-okay-rs01.png
 520share/doc/${PKGNAME}/en/images/compat-okay-rs02.png
 521share/doc/${PKGNAME}/en/images/crc-cd.png
 522share/doc/${PKGNAME}/en/images/create-icon.png
 523share/doc/${PKGNAME}/en/images/create-prefs-drive-adv.png
 524share/doc/${PKGNAME}/en/images/create-prefs-drive.png
 525share/doc/${PKGNAME}/en/images/create-prefs-ecc.png
 526share/doc/${PKGNAME}/en/images/create-prefs-ecc2-adv.png
 527share/doc/${PKGNAME}/en/images/create-prefs-ecc2.png
 528share/doc/${PKGNAME}/en/images/create-prefs-file-adv.png
 529share/doc/${PKGNAME}/en/images/create-prefs-file.png
 530share/doc/${PKGNAME}/en/images/create-prefs-image.png
 531share/doc/${PKGNAME}/en/images/create-prefs-read-attempts.png
 532share/doc/${PKGNAME}/en/images/defective-cd.png
 533share/doc/${PKGNAME}/en/images/dialog-drive-full.png
 534share/doc/${PKGNAME}/en/images/dialog-ecc-full.png
 535share/doc/${PKGNAME}/en/images/dialog-iso-full.png
 536share/doc/${PKGNAME}/en/images/exclude_from_search_terms.png
 537share/doc/${PKGNAME}/en/images/file-names-rs01.png
 538share/doc/${PKGNAME}/en/images/filebrowser.png
 539share/doc/${PKGNAME}/en/images/fix-icon.png
 540share/doc/${PKGNAME}/en/images/fix-image.png
 541share/doc/${PKGNAME}/en/images/fix-prefs-drive.png
 542share/doc/${PKGNAME}/en/images/fix-prefs-drive2.png
 543share/doc/${PKGNAME}/en/images/fix-prefs-image.png
 544share/doc/${PKGNAME}/en/images/fix-prefs-read-attempts.png
 545share/doc/${PKGNAME}/en/images/fix-prefs-read-attempts1.png
 546share/doc/${PKGNAME}/en/images/fix-prefs-read-attempts2.png
 547share/doc/${PKGNAME}/en/images/fix-reread-dvd.png
 548share/doc/${PKGNAME}/en/images/fix-success.png
 549share/doc/${PKGNAME}/en/images/general-prefs-misc.png
 550share/doc/${PKGNAME}/en/images/global-prefs-invoke.png
 551share/doc/${PKGNAME}/en/images/good-cd.png
 552share/doc/${PKGNAME}/en/images/good-dvd9.png
 553share/doc/${PKGNAME}/en/images/log-icon.png
 554share/doc/${PKGNAME}/en/images/make-ecc1.png
 555share/doc/${PKGNAME}/en/images/make-ecc2.png
 556share/doc/${PKGNAME}/en/images/make-iso1.png
 557share/doc/${PKGNAME}/en/images/make-iso2.png
 558share/doc/${PKGNAME}/en/images/make-iso3.png
 559share/doc/${PKGNAME}/en/images/make-iso4.png
 560share/doc/${PKGNAME}/en/images/prefs-rs01.png
 561share/doc/${PKGNAME}/en/images/read-icon.png
 562share/doc/${PKGNAME}/en/images/recover-linear.png
 563share/doc/${PKGNAME}/en/images/scan-icon.png
 564share/doc/${PKGNAME}/en/images/scan-prefs-drive-adv.png
 565share/doc/${PKGNAME}/en/images/scan-prefs-drive.png
 566share/doc/${PKGNAME}/en/images/scan-prefs-image.png
 567share/doc/${PKGNAME}/en/images/scan-prefs-read-attempts-adv.png
 568share/doc/${PKGNAME}/en/images/scan-prefs-read-attempts.png
 569share/doc/${PKGNAME}/en/images/select-drive-linux.png
 570share/doc/${PKGNAME}/en/images/select-drive-win.png
 571share/doc/${PKGNAME}/en/images/stop-icon.png
 572share/doc/${PKGNAME}/en/images/watch-create.png
 573share/doc/${PKGNAME}/en/images/watch-read1.png
 574share/doc/${PKGNAME}/en/images/weak-cd.png
 575share/doc/${PKGNAME}/en/images/write-iso1.png
 576share/doc/${PKGNAME}/en/images/write-iso2.png
 577share/doc/${PKGNAME}/en/images/write-iso3.png
220share/doc/${PKGNAME}/en/index.html 578share/doc/${PKGNAME}/en/index.html
221share/doc/${PKGNAME}/en/index10.html 579share/doc/${PKGNAME}/en/index10.html
 580share/doc/${PKGNAME}/en/index10_expand=1.html
 581share/doc/${PKGNAME}/en/index10_expand=2.html
222share/doc/${PKGNAME}/en/index20.html 582share/doc/${PKGNAME}/en/index20.html
223share/doc/${PKGNAME}/en/index30.html 583share/doc/${PKGNAME}/en/index30.html
224share/doc/${PKGNAME}/en/inline1.html 584share/doc/${PKGNAME}/en/news.html
225share/doc/${PKGNAME}/en/inline2.html 585share/doc/${PKGNAME}/en/news2007.html
 586share/doc/${PKGNAME}/en/news2008.html
226share/doc/${PKGNAME}/en/qa.html 587share/doc/${PKGNAME}/en/qa.html
227share/doc/${PKGNAME}/en/qa10.html 588share/doc/${PKGNAME}/en/qa10.html
228share/doc/${PKGNAME}/en/qa20.html 589share/doc/${PKGNAME}/en/qa20.html
229share/doc/${PKGNAME}/images/btn-drive.png 590share/doc/${PKGNAME}/en/qa_pipo.html
230share/doc/${PKGNAME}/images/btn-eccfile.png 591share/doc/${PKGNAME}/en/thumbnails/action-buttons.png
231share/doc/${PKGNAME}/images/btn-image.png 592share/doc/${PKGNAME}/en/thumbnails/activate-logfile.png
232share/doc/${PKGNAME}/images/open-ecc.png 593share/doc/${PKGNAME}/en/thumbnails/adaptive-failure.png
233share/doc/${PKGNAME}/images/open-img.png 594share/doc/${PKGNAME}/en/thumbnails/adaptive-progress.png
234share/doc/${PKGNAME}/images/open-preferences.png 595share/doc/${PKGNAME}/en/thumbnails/adaptive-success.png
235share/doc/${PKGNAME}/images/scratch-img.jpg 596share/doc/${PKGNAME}/en/thumbnails/compare-bad-rs01.png
236${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/dvdisaster.mo 597share/doc/${PKGNAME}/en/thumbnails/compare-bad-rs02.png
237${PKGLOCALEDIR}/locale/de/LC_MESSAGES/dvdisaster.mo 598share/doc/${PKGNAME}/en/thumbnails/compare-mismatch-rs01.png
238${PKGLOCALEDIR}/locale/it/LC_MESSAGES/dvdisaster.mo 599share/doc/${PKGNAME}/en/thumbnails/compare-trunc-rs01.png
239${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/dvdisaster.mo 600share/doc/${PKGNAME}/en/thumbnails/compat-150-rs01.png
240${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/dvdisaster.mo 601share/doc/${PKGNAME}/en/thumbnails/compat-150-rs02.png
241${PKGMANDIR}/cs/man1/dvdisaster.1 602share/doc/${PKGNAME}/en/thumbnails/compat-dialog-rs01.png
242${PKGMANDIR}/de/man1/dvdisaster.1 603share/doc/${PKGNAME}/en/thumbnails/compat-dialog-rs02.png
243${PKGMANDIR}/it/man1/dvdisaster.1 604share/doc/${PKGNAME}/en/thumbnails/compat-okay-rs01.png
244${PKGMANDIR}/man1/dvdisaster.1 605share/doc/${PKGNAME}/en/thumbnails/compat-okay-rs02.png
 606share/doc/${PKGNAME}/en/thumbnails/crc-cd.png
 607share/doc/${PKGNAME}/en/thumbnails/create-prefs-drive-adv.png
 608share/doc/${PKGNAME}/en/thumbnails/create-prefs-drive.png
 609share/doc/${PKGNAME}/en/thumbnails/create-prefs-ecc.png
 610share/doc/${PKGNAME}/en/thumbnails/create-prefs-ecc2-adv.png
 611share/doc/${PKGNAME}/en/thumbnails/create-prefs-ecc2.png
 612share/doc/${PKGNAME}/en/thumbnails/create-prefs-file-adv.png
 613share/doc/${PKGNAME}/en/thumbnails/create-prefs-file.png
 614share/doc/${PKGNAME}/en/thumbnails/create-prefs-image.png
 615share/doc/${PKGNAME}/en/thumbnails/create-prefs-read-attempts.png
 616share/doc/${PKGNAME}/en/thumbnails/defective-cd.png
 617share/doc/${PKGNAME}/en/thumbnails/dialog-drive-full.png
 618share/doc/${PKGNAME}/en/thumbnails/dialog-ecc-full.png
 619share/doc/${PKGNAME}/en/thumbnails/dialog-iso-full.png
 620share/doc/${PKGNAME}/en/thumbnails/exclude_from_search_terms.png
 621share/doc/${PKGNAME}/en/thumbnails/file-names-rs01.png
 622share/doc/${PKGNAME}/en/thumbnails/filebrowser.png
 623share/doc/${PKGNAME}/en/thumbnails/fix-image.png
 624share/doc/${PKGNAME}/en/thumbnails/fix-prefs-drive.png
 625share/doc/${PKGNAME}/en/thumbnails/fix-prefs-drive2.png
 626share/doc/${PKGNAME}/en/thumbnails/fix-prefs-image.png
 627share/doc/${PKGNAME}/en/thumbnails/fix-prefs-read-attempts.png
 628share/doc/${PKGNAME}/en/thumbnails/fix-prefs-read-attempts1.png
 629share/doc/${PKGNAME}/en/thumbnails/fix-prefs-read-attempts2.png
 630share/doc/${PKGNAME}/en/thumbnails/fix-reread-dvd.png
 631share/doc/${PKGNAME}/en/thumbnails/fix-success.png
 632share/doc/${PKGNAME}/en/thumbnails/general-prefs-misc.png
 633share/doc/${PKGNAME}/en/thumbnails/global-prefs-invoke.png
 634share/doc/${PKGNAME}/en/thumbnails/good-cd.png
 635share/doc/${PKGNAME}/en/thumbnails/good-dvd9.png
 636share/doc/${PKGNAME}/en/thumbnails/make-ecc1.png
 637share/doc/${PKGNAME}/en/thumbnails/make-ecc2.png
 638share/doc/${PKGNAME}/en/thumbnails/make-iso1.png
 639share/doc/${PKGNAME}/en/thumbnails/make-iso2.png
 640share/doc/${PKGNAME}/en/thumbnails/make-iso3.png
 641share/doc/${PKGNAME}/en/thumbnails/make-iso4.png
 642share/doc/${PKGNAME}/en/thumbnails/prefs-rs01.png
 643share/doc/${PKGNAME}/en/thumbnails/recover-linear.png
 644share/doc/${PKGNAME}/en/thumbnails/scan-prefs-drive-adv.png
 645share/doc/${PKGNAME}/en/thumbnails/scan-prefs-drive.png
 646share/doc/${PKGNAME}/en/thumbnails/scan-prefs-image.png
 647share/doc/${PKGNAME}/en/thumbnails/scan-prefs-read-attempts-adv.png
 648share/doc/${PKGNAME}/en/thumbnails/scan-prefs-read-attempts.png
 649share/doc/${PKGNAME}/en/thumbnails/select-drive-linux.png
 650share/doc/${PKGNAME}/en/thumbnails/select-drive-win.png
 651share/doc/${PKGNAME}/en/thumbnails/watch-create.png
 652share/doc/${PKGNAME}/en/thumbnails/watch-read1.png
 653share/doc/${PKGNAME}/en/thumbnails/weak-cd.png
 654share/doc/${PKGNAME}/en/thumbnails/write-iso1.png
 655share/doc/${PKGNAME}/en/thumbnails/write-iso2.png
 656share/doc/${PKGNAME}/en/thumbnails/write-iso3.png
 657share/doc/${PKGNAME}/images/backup1.png
 658share/doc/${PKGNAME}/images/backup2.png
 659share/doc/${PKGNAME}/images/bad-cd-ecc.png
 660share/doc/${PKGNAME}/images/bad-cd.png
 661share/doc/${PKGNAME}/images/bad-cd1.png
 662share/doc/${PKGNAME}/images/bad-image.png
 663share/doc/${PKGNAME}/images/dbl-arrow-left.png
 664share/doc/${PKGNAME}/images/down-arrow.png
 665share/doc/${PKGNAME}/images/down-fork-arrow.png
 666share/doc/${PKGNAME}/images/down-join-arrow.png
 667share/doc/${PKGNAME}/images/ecc-example1.png
 668share/doc/${PKGNAME}/images/ecc-example2.png
 669share/doc/${PKGNAME}/images/ecc-example3.png
 670share/doc/${PKGNAME}/images/ecc-example4.png
 671share/doc/${PKGNAME}/images/ecc.png
 672share/doc/${PKGNAME}/images/email.png
 673share/doc/${PKGNAME}/images/good-cd-ecc.png
 674share/doc/${PKGNAME}/images/good-cd.png
 675share/doc/${PKGNAME}/images/good-image.png
 676share/doc/${PKGNAME}/images/good-image2.png
 677share/doc/${PKGNAME}/images/ldiag-arrow.png
 678share/doc/${PKGNAME}/images/old-cd.png
 679share/doc/${PKGNAME}/images/old-image.png
 680share/doc/${PKGNAME}/images/prefs-icon.png
 681share/doc/${PKGNAME}/images/rdiag-arrow.png
 682share/doc/${PKGNAME}/images/right-arrow.png
 683share/doc/${PKGNAME}/images/select-drive.png
 684share/doc/${PKGNAME}/images/select-ecc.png
 685share/doc/${PKGNAME}/images/select-ecc2.png
 686share/doc/${PKGNAME}/images/select-image.png
 687share/doc/${PKGNAME}/images/select-image2.png
 688share/doc/${PKGNAME}/images/slot-in.png
 689share/doc/${PKGNAME}/images/winbrowser.png
 690share/doc/${PKGNAME}/include/dvdisaster.css
 691share/doc/${PKGNAME}/ru/download.html
 692share/doc/${PKGNAME}/ru/download10.html
 693share/doc/${PKGNAME}/ru/download20.html
 694share/doc/${PKGNAME}/ru/download30.html
 695share/doc/${PKGNAME}/ru/download_showall=0.html
 696share/doc/${PKGNAME}/ru/download_showall=1.html
 697share/doc/${PKGNAME}/ru/feedback.html
 698share/doc/${PKGNAME}/ru/feedback_expand=1.html
 699share/doc/${PKGNAME}/ru/howtos.html
 700share/doc/${PKGNAME}/ru/howtos10.html
 701share/doc/${PKGNAME}/ru/howtos11.html
 702share/doc/${PKGNAME}/ru/howtos11_expand=1.html
 703share/doc/${PKGNAME}/ru/howtos11_expand=2.html
 704share/doc/${PKGNAME}/ru/howtos11_expand=3.html
 705share/doc/${PKGNAME}/ru/howtos11_expand=4.html
 706share/doc/${PKGNAME}/ru/howtos11_expand=5.html
 707share/doc/${PKGNAME}/ru/howtos12.html
 708share/doc/${PKGNAME}/ru/howtos12_expand=0.html
 709share/doc/${PKGNAME}/ru/howtos12_expand=1.html
 710share/doc/${PKGNAME}/ru/howtos13.html
 711share/doc/${PKGNAME}/ru/howtos13_expand=1.html
 712share/doc/${PKGNAME}/ru/howtos13_expand=2.html
 713share/doc/${PKGNAME}/ru/howtos13_expand=3.html
 714share/doc/${PKGNAME}/ru/howtos13_expand=4.html
 715share/doc/${PKGNAME}/ru/howtos13_expand=5.html
 716share/doc/${PKGNAME}/ru/howtos13_expand=6.html
 717share/doc/${PKGNAME}/ru/howtos14.html
 718share/doc/${PKGNAME}/ru/howtos14_expand=1.html
 719share/doc/${PKGNAME}/ru/howtos14_expand=2.html
 720share/doc/${PKGNAME}/ru/howtos20.html
 721share/doc/${PKGNAME}/ru/howtos21.html
 722share/doc/${PKGNAME}/ru/howtos21_answer=1.html
 723share/doc/${PKGNAME}/ru/howtos21_answer=2.html
 724share/doc/${PKGNAME}/ru/howtos21_answer=3.html
 725share/doc/${PKGNAME}/ru/howtos21_answer=4.html
 726share/doc/${PKGNAME}/ru/howtos22.html
 727share/doc/${PKGNAME}/ru/howtos22_expand=1.html
 728share/doc/${PKGNAME}/ru/howtos22_expand=2.html
 729share/doc/${PKGNAME}/ru/howtos22_expand=3.html
 730share/doc/${PKGNAME}/ru/howtos22_expand=4.html
 731share/doc/${PKGNAME}/ru/howtos22_expand=5.html
 732share/doc/${PKGNAME}/ru/howtos22_expand=6.html
 733share/doc/${PKGNAME}/ru/howtos23.html
 734share/doc/${PKGNAME}/ru/howtos23_way=1&expand=0.html
 735share/doc/${PKGNAME}/ru/howtos23_way=1&expand=1.html
 736share/doc/${PKGNAME}/ru/howtos23_way=1&expand=2.html
 737share/doc/${PKGNAME}/ru/howtos23_way=1.html
 738share/doc/${PKGNAME}/ru/howtos23_way=2&expand=0.html
 739share/doc/${PKGNAME}/ru/howtos23_way=2&expand=1.html
 740share/doc/${PKGNAME}/ru/howtos23_way=2&expand=2.html
 741share/doc/${PKGNAME}/ru/howtos23_way=2.html
 742share/doc/${PKGNAME}/ru/howtos24.html
 743share/doc/${PKGNAME}/ru/howtos25.html
 744share/doc/${PKGNAME}/ru/howtos25_expand=1.html
 745share/doc/${PKGNAME}/ru/howtos25_expand=2.html
 746share/doc/${PKGNAME}/ru/howtos30.html
 747share/doc/${PKGNAME}/ru/howtos31.html
 748share/doc/${PKGNAME}/ru/howtos32.html
 749share/doc/${PKGNAME}/ru/howtos32_expand=1.html
 750share/doc/${PKGNAME}/ru/howtos32_expand=2.html
 751share/doc/${PKGNAME}/ru/howtos33.html
 752share/doc/${PKGNAME}/ru/howtos33_expand=0.html
 753share/doc/${PKGNAME}/ru/howtos33_expand=1.html
 754share/doc/${PKGNAME}/ru/howtos33_expand=2.html
 755share/doc/${PKGNAME}/ru/howtos33_way=0&expand=0.html
 756share/doc/${PKGNAME}/ru/howtos33_way=0&expand=1.html
 757share/doc/${PKGNAME}/ru/howtos33_way=0&expand=2.html
 758share/doc/${PKGNAME}/ru/howtos33_way=0.html
 759share/doc/${PKGNAME}/ru/howtos33_way=1&.html
 760share/doc/${PKGNAME}/ru/howtos33_way=1&expand=0.html
 761share/doc/${PKGNAME}/ru/howtos33_way=1&expand=1.html
 762share/doc/${PKGNAME}/ru/howtos33_way=1&expand=2.html
 763share/doc/${PKGNAME}/ru/howtos33_way=1&expand=3.html
 764share/doc/${PKGNAME}/ru/howtos33_way=1&expand=4.html
 765share/doc/${PKGNAME}/ru/howtos33_way=1&expand=5.html
 766share/doc/${PKGNAME}/ru/howtos33_way=1&expand=6.html
 767share/doc/${PKGNAME}/ru/howtos33_way=1&expand=7.html
 768share/doc/${PKGNAME}/ru/howtos33_way=1.html
 769share/doc/${PKGNAME}/ru/howtos33_way=2&.html
 770share/doc/${PKGNAME}/ru/howtos33_way=2&expand=0.html
 771share/doc/${PKGNAME}/ru/howtos33_way=2&expand=1.html
 772share/doc/${PKGNAME}/ru/howtos33_way=2&expand=2.html
 773share/doc/${PKGNAME}/ru/howtos33_way=2&expand=3.html
 774share/doc/${PKGNAME}/ru/howtos33_way=2&expand=4.html
 775share/doc/${PKGNAME}/ru/howtos33_way=2&expand=5.html
 776share/doc/${PKGNAME}/ru/howtos33_way=2&expand=6.html
 777share/doc/${PKGNAME}/ru/howtos33_way=2.html
 778share/doc/${PKGNAME}/ru/howtos33_way=3&.html
 779share/doc/${PKGNAME}/ru/howtos33_way=3&expand=0.html
 780share/doc/${PKGNAME}/ru/howtos33_way=3&expand=1.html
 781share/doc/${PKGNAME}/ru/howtos33_way=3&expand=10.html
 782share/doc/${PKGNAME}/ru/howtos33_way=3&expand=11.html
 783share/doc/${PKGNAME}/ru/howtos33_way=3&expand=2.html
 784share/doc/${PKGNAME}/ru/howtos33_way=3&expand=3.html
 785share/doc/${PKGNAME}/ru/howtos33_way=3&expand=4.html
 786share/doc/${PKGNAME}/ru/howtos33_way=3&expand=5.html
 787share/doc/${PKGNAME}/ru/howtos33_way=3&expand=6.html
 788share/doc/${PKGNAME}/ru/howtos33_way=3&expand=7.html
 789share/doc/${PKGNAME}/ru/howtos33_way=3&expand=8.html
 790share/doc/${PKGNAME}/ru/howtos33_way=3&expand=9.html
 791share/doc/${PKGNAME}/ru/howtos33_way=3.html
 792share/doc/${PKGNAME}/ru/howtos34.html
 793share/doc/${PKGNAME}/ru/howtos34_expand=1.html
 794share/doc/${PKGNAME}/ru/howtos40.html
 795share/doc/${PKGNAME}/ru/howtos41.html
 796share/doc/${PKGNAME}/ru/howtos41_expand=1.html
 797share/doc/${PKGNAME}/ru/howtos41_expand=2.html
 798share/doc/${PKGNAME}/ru/howtos41_expand=3.html
 799share/doc/${PKGNAME}/ru/howtos41_expand=4.html
 800share/doc/${PKGNAME}/ru/howtos41_expand=5.html
 801share/doc/${PKGNAME}/ru/howtos42.html
 802share/doc/${PKGNAME}/ru/howtos42_expand=0.html
 803share/doc/${PKGNAME}/ru/howtos42_expand=1.html
 804share/doc/${PKGNAME}/ru/howtos42_expand=2.html
 805share/doc/${PKGNAME}/ru/howtos42_expand=3.html
 806share/doc/${PKGNAME}/ru/howtos42_expand=4.html
 807share/doc/${PKGNAME}/ru/howtos43.html
 808share/doc/${PKGNAME}/ru/howtos43_expand=1.html
 809share/doc/${PKGNAME}/ru/howtos43_expand=2.html
 810share/doc/${PKGNAME}/ru/howtos43_expand=3.html
 811share/doc/${PKGNAME}/ru/howtos43_expand=4.html
 812share/doc/${PKGNAME}/ru/howtos43_expand=5.html
 813share/doc/${PKGNAME}/ru/howtos50.html
 814share/doc/${PKGNAME}/ru/howtos51.html
 815share/doc/${PKGNAME}/ru/howtos51_expand=0.html
 816share/doc/${PKGNAME}/ru/howtos51_expand=1.html
 817share/doc/${PKGNAME}/ru/howtos52.html
 818share/doc/${PKGNAME}/ru/howtos52_expand=0.html
 819share/doc/${PKGNAME}/ru/howtos52_expand=1.html
 820share/doc/${PKGNAME}/ru/howtos53.html
 821share/doc/${PKGNAME}/ru/howtos53_expand=0.html
 822share/doc/${PKGNAME}/ru/howtos53_expand=1.html
 823share/doc/${PKGNAME}/ru/howtos59.html
 824share/doc/${PKGNAME}/ru/howtos59_expand=1.html
 825share/doc/${PKGNAME}/ru/howtos59_expand=2.html
 826share/doc/${PKGNAME}/ru/howtos59_expand=3.html
 827share/doc/${PKGNAME}/ru/howtos59_expand=4.html
 828share/doc/${PKGNAME}/ru/howtos59_expand=5.html
 829share/doc/${PKGNAME}/ru/howtos60.html
 830share/doc/${PKGNAME}/ru/howtos61.html
 831share/doc/${PKGNAME}/ru/howtos62.html
 832share/doc/${PKGNAME}/ru/howtos63.html
 833share/doc/${PKGNAME}/ru/howtos90.html
 834share/doc/${PKGNAME}/ru/howtos91.html
 835share/doc/${PKGNAME}/ru/howtos91_expand=0.html
 836share/doc/${PKGNAME}/ru/howtos91_expand=1.html
 837share/doc/${PKGNAME}/ru/howtos91_expand=2.html
 838share/doc/${PKGNAME}/ru/howtos91_expand=3.html
 839share/doc/${PKGNAME}/ru/howtos91_expand=4.html
 840share/doc/${PKGNAME}/ru/howtos92.html
 841share/doc/${PKGNAME}/ru/howtos92_expand=0.html
 842share/doc/${PKGNAME}/ru/howtos92_expand=1.html
 843share/doc/${PKGNAME}/ru/howtos92_expand=2.html
 844share/doc/${PKGNAME}/ru/howtos92_expand=3.html
 845share/doc/${PKGNAME}/ru/howtos92_expand=4.html
 846share/doc/${PKGNAME}/ru/howtosa0.html
 847share/doc/${PKGNAME}/ru/howtosa1.html
 848share/doc/${PKGNAME}/ru/howtosa1_expand=1.html
 849share/doc/${PKGNAME}/ru/howtosa2.html
 850share/doc/${PKGNAME}/ru/howtosa2_expand=1.html
 851share/doc/${PKGNAME}/ru/howtosa2_expand=2.html
 852share/doc/${PKGNAME}/ru/howtosa3.html
 853share/doc/${PKGNAME}/ru/howtosa3_expand=1.html
 854share/doc/${PKGNAME}/ru/howtosa3_expand=2.html
 855share/doc/${PKGNAME}/ru/howtosa4.html
 856share/doc/${PKGNAME}/ru/howtosa4_expand=1.html
 857share/doc/${PKGNAME}/ru/images/action-buttons.png
 858share/doc/${PKGNAME}/ru/images/activate-logfile.png
 859share/doc/${PKGNAME}/ru/images/adaptive-failure.png
 860share/doc/${PKGNAME}/ru/images/adaptive-progress.png
 861share/doc/${PKGNAME}/ru/images/adaptive-success.png
 862share/doc/${PKGNAME}/ru/images/compare-bad-rs01.png
 863share/doc/${PKGNAME}/ru/images/compare-bad-rs02.png
 864share/doc/${PKGNAME}/ru/images/compare-icon.png
 865share/doc/${PKGNAME}/ru/images/compare-mismatch-rs01.png
 866share/doc/${PKGNAME}/ru/images/compare-trunc-rs01.png
 867share/doc/${PKGNAME}/ru/images/compat-150-rs01.png
 868share/doc/${PKGNAME}/ru/images/compat-150-rs02.png
 869share/doc/${PKGNAME}/ru/images/compat-dialog-rs01.png
 870share/doc/${PKGNAME}/ru/images/compat-dialog-rs02.png
 871share/doc/${PKGNAME}/ru/images/compat-okay-rs01.png
 872share/doc/${PKGNAME}/ru/images/compat-okay-rs02.png
 873share/doc/${PKGNAME}/ru/images/crc-cd.png
 874share/doc/${PKGNAME}/ru/images/create-icon.png
 875share/doc/${PKGNAME}/ru/images/create-prefs-drive-adv.png
 876share/doc/${PKGNAME}/ru/images/create-prefs-drive.png
 877share/doc/${PKGNAME}/ru/images/create-prefs-ecc.png
 878share/doc/${PKGNAME}/ru/images/create-prefs-ecc2-adv.png
 879share/doc/${PKGNAME}/ru/images/create-prefs-ecc2.png
 880share/doc/${PKGNAME}/ru/images/create-prefs-file-adv.png
 881share/doc/${PKGNAME}/ru/images/create-prefs-file.png
 882share/doc/${PKGNAME}/ru/images/create-prefs-image.png
 883share/doc/${PKGNAME}/ru/images/create-prefs-read-attempts.png
 884share/doc/${PKGNAME}/ru/images/defective-cd.png
 885share/doc/${PKGNAME}/ru/images/dialog-drive-full.png
 886share/doc/${PKGNAME}/ru/images/dialog-ecc-full.png
 887share/doc/${PKGNAME}/ru/images/dialog-iso-full.png
 888share/doc/${PKGNAME}/ru/images/exclude_from_search_terms.png
 889share/doc/${PKGNAME}/ru/images/filebrowser.png
 890share/doc/${PKGNAME}/ru/images/fix-icon.png
 891share/doc/${PKGNAME}/ru/images/fix-image.png
 892share/doc/${PKGNAME}/ru/images/fix-prefs-drive.png
 893share/doc/${PKGNAME}/ru/images/fix-prefs-drive2.png
 894share/doc/${PKGNAME}/ru/images/fix-prefs-image.png
 895share/doc/${PKGNAME}/ru/images/fix-prefs-read-attempts.png
 896share/doc/${PKGNAME}/ru/images/fix-prefs-read-attempts1.png
 897share/doc/${PKGNAME}/ru/images/fix-prefs-read-attempts2.png
 898share/doc/${PKGNAME}/ru/images/fix-reread-dvd.png
 899share/doc/${PKGNAME}/ru/images/fix-success.png
 900share/doc/${PKGNAME}/ru/images/general-prefs-misc.png
 901share/doc/${PKGNAME}/ru/images/global-prefs-invoke.png
 902share/doc/${PKGNAME}/ru/images/good-cd.png
 903share/doc/${PKGNAME}/ru/images/good-dvd9.png
 904share/doc/${PKGNAME}/ru/images/log-icon.png
 905share/doc/${PKGNAME}/ru/images/make-ecc1.png
 906share/doc/${PKGNAME}/ru/images/make-ecc2.png
 907share/doc/${PKGNAME}/ru/images/make-iso1.png
 908share/doc/${PKGNAME}/ru/images/make-iso2.png
 909share/doc/${PKGNAME}/ru/images/make-iso3.png
 910share/doc/${PKGNAME}/ru/images/make-iso4.png
 911share/doc/${PKGNAME}/ru/images/prefs-rs01.png
 912share/doc/${PKGNAME}/ru/images/read-icon.png
 913share/doc/${PKGNAME}/ru/images/recover-linear.png
 914share/doc/${PKGNAME}/ru/images/scan-icon.png
 915share/doc/${PKGNAME}/ru/images/scan-prefs-drive-adv.png
 916share/doc/${PKGNAME}/ru/images/scan-prefs-drive.png
 917share/doc/${PKGNAME}/ru/images/scan-prefs-image.png
 918share/doc/${PKGNAME}/ru/images/scan-prefs-read-attempts-adv.png
 919share/doc/${PKGNAME}/ru/images/scan-prefs-read-attempts.png
 920share/doc/${PKGNAME}/ru/images/select-drive-linux.png
 921share/doc/${PKGNAME}/ru/images/select-drive-win.png
 922share/doc/${PKGNAME}/ru/images/stop-icon.png
 923share/doc/${PKGNAME}/ru/images/verify-icon.png
 924share/doc/${PKGNAME}/ru/images/watch-create.png
 925share/doc/${PKGNAME}/ru/images/watch-read1.png
 926share/doc/${PKGNAME}/ru/images/weak-cd.png
 927share/doc/${PKGNAME}/ru/images/write-iso1.png
 928share/doc/${PKGNAME}/ru/images/write-iso2.png
 929share/doc/${PKGNAME}/ru/images/write-iso3.png
 930share/doc/${PKGNAME}/ru/index.html
 931share/doc/${PKGNAME}/ru/index10.html
 932share/doc/${PKGNAME}/ru/index10_expand=1.html
 933share/doc/${PKGNAME}/ru/index10_expand=2.html
 934share/doc/${PKGNAME}/ru/index20.html
 935share/doc/${PKGNAME}/ru/index30.html
 936share/doc/${PKGNAME}/ru/news.html
 937share/doc/${PKGNAME}/ru/news2007.html
 938share/doc/${PKGNAME}/ru/news2008.html
 939share/doc/${PKGNAME}/ru/qa.html
 940share/doc/${PKGNAME}/ru/qa10.html
 941share/doc/${PKGNAME}/ru/qa20.html
 942share/doc/${PKGNAME}/ru/qa_pipo.html
 943share/doc/${PKGNAME}/ru/thumbnails/action-buttons.png
 944share/doc/${PKGNAME}/ru/thumbnails/activate-logfile.png
 945share/doc/${PKGNAME}/ru/thumbnails/adaptive-failure.png
 946share/doc/${PKGNAME}/ru/thumbnails/adaptive-progress.png
 947share/doc/${PKGNAME}/ru/thumbnails/adaptive-success.png
 948share/doc/${PKGNAME}/ru/thumbnails/compare-bad-rs01.png
 949share/doc/${PKGNAME}/ru/thumbnails/compare-bad-rs02.png
 950share/doc/${PKGNAME}/ru/thumbnails/compare-mismatch-rs01.png
 951share/doc/${PKGNAME}/ru/thumbnails/compare-trunc-rs01.png
 952share/doc/${PKGNAME}/ru/thumbnails/compat-150-rs01.png
 953share/doc/${PKGNAME}/ru/thumbnails/compat-150-rs02.png
 954share/doc/${PKGNAME}/ru/thumbnails/compat-dialog-rs01.png
 955share/doc/${PKGNAME}/ru/thumbnails/compat-dialog-rs02.png
 956share/doc/${PKGNAME}/ru/thumbnails/compat-okay-rs01.png
 957share/doc/${PKGNAME}/ru/thumbnails/compat-okay-rs02.png
 958share/doc/${PKGNAME}/ru/thumbnails/crc-cd.png
 959share/doc/${PKGNAME}/ru/thumbnails/create-prefs-drive-adv.png
 960share/doc/${PKGNAME}/ru/thumbnails/create-prefs-drive.png
 961share/doc/${PKGNAME}/ru/thumbnails/create-prefs-ecc.png
 962share/doc/${PKGNAME}/ru/thumbnails/create-prefs-ecc2-adv.png
 963share/doc/${PKGNAME}/ru/thumbnails/create-prefs-ecc2.png
 964share/doc/${PKGNAME}/ru/thumbnails/create-prefs-file-adv.png
 965share/doc/${PKGNAME}/ru/thumbnails/create-prefs-file.png
 966share/doc/${PKGNAME}/ru/thumbnails/create-prefs-image.png
 967share/doc/${PKGNAME}/ru/thumbnails/create-prefs-read-attempts.png
 968share/doc/${PKGNAME}/ru/thumbnails/defective-cd.png
 969share/doc/${PKGNAME}/ru/thumbnails/dialog-drive-full.png
 970share/doc/${PKGNAME}/ru/thumbnails/dialog-ecc-full.png
 971share/doc/${PKGNAME}/ru/thumbnails/dialog-iso-full.png
 972share/doc/${PKGNAME}/ru/thumbnails/exclude_from_search_terms.png
 973share/doc/${PKGNAME}/ru/thumbnails/filebrowser.png
 974share/doc/${PKGNAME}/ru/thumbnails/fix-image.png
 975share/doc/${PKGNAME}/ru/thumbnails/fix-prefs-drive.png
 976share/doc/${PKGNAME}/ru/thumbnails/fix-prefs-drive2.png
 977share/doc/${PKGNAME}/ru/thumbnails/fix-prefs-image.png
 978share/doc/${PKGNAME}/ru/thumbnails/fix-prefs-read-attempts.png
 979share/doc/${PKGNAME}/ru/thumbnails/fix-prefs-read-attempts1.png
 980share/doc/${PKGNAME}/ru/thumbnails/fix-prefs-read-attempts2.png
 981share/doc/${PKGNAME}/ru/thumbnails/fix-reread-dvd.png
 982share/doc/${PKGNAME}/ru/thumbnails/fix-success.png
 983share/doc/${PKGNAME}/ru/thumbnails/general-prefs-misc.png
 984share/doc/${PKGNAME}/ru/thumbnails/global-prefs-invoke.png
 985share/doc/${PKGNAME}/ru/thumbnails/good-cd.png
 986share/doc/${PKGNAME}/ru/thumbnails/good-dvd9.png
 987share/doc/${PKGNAME}/ru/thumbnails/make-ecc1.png
 988share/doc/${PKGNAME}/ru/thumbnails/make-ecc2.png
 989share/doc/${PKGNAME}/ru/thumbnails/make-iso1.png
 990share/doc/${PKGNAME}/ru/thumbnails/make-iso2.png
 991share/doc/${PKGNAME}/ru/thumbnails/make-iso3.png
 992share/doc/${PKGNAME}/ru/thumbnails/make-iso4.png
 993share/doc/${PKGNAME}/ru/thumbnails/prefs-rs01.png
 994share/doc/${PKGNAME}/ru/thumbnails/recover-linear.png
 995share/doc/${PKGNAME}/ru/thumbnails/scan-prefs-drive-adv.png
 996share/doc/${PKGNAME}/ru/thumbnails/scan-prefs-drive.png
 997share/doc/${PKGNAME}/ru/thumbnails/scan-prefs-image.png
 998share/doc/${PKGNAME}/ru/thumbnails/scan-prefs-read-attempts-adv.png
 999share/doc/${PKGNAME}/ru/thumbnails/scan-prefs-read-attempts.png
 1000share/doc/${PKGNAME}/ru/thumbnails/select-drive-linux.png
 1001share/doc/${PKGNAME}/ru/thumbnails/select-drive-win.png
 1002share/doc/${PKGNAME}/ru/thumbnails/watch-create.png
 1003share/doc/${PKGNAME}/ru/thumbnails/watch-read1.png
 1004share/doc/${PKGNAME}/ru/thumbnails/weak-cd.png
 1005share/doc/${PKGNAME}/ru/thumbnails/write-iso1.png
 1006share/doc/${PKGNAME}/ru/thumbnails/write-iso2.png
 1007share/doc/${PKGNAME}/ru/thumbnails/write-iso3.png
 1008share/locale/cs/LC_MESSAGES/dvdisaster.mo
 1009share/locale/de/LC_MESSAGES/dvdisaster.mo
 1010share/locale/it/LC_MESSAGES/dvdisaster.mo
 1011share/locale/pt_BR/LC_MESSAGES/dvdisaster.mo
 1012share/locale/ru/LC_MESSAGES/dvdisaster.mo
 1013share/locale/sv/LC_MESSAGES/dvdisaster.mo

cvs diff -r1.4 -r1.5 pkgsrc/sysutils/dvdisaster/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/dvdisaster/distinfo 2011/01/31 21:20:11 1.4
+++ pkgsrc/sysutils/dvdisaster/distinfo 2012/02/04 21:57:54 1.5
@@ -1,11 +1,9 @@ @@ -1,11 +1,9 @@
1$NetBSD: distinfo,v 1.4 2011/01/31 21:20:11 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2012/02/04 21:57:54 shattered Exp $
2 2
3SHA1 (dvdisaster-0.70.6.tar.bz2) = e5d6b301f2f9b1139a9ac5fa596bf4df9f7063c4 3SHA1 (dvdisaster-0.72.3.tar.bz2) = 6ed08f8e52f4b90b39134b0caf9b5f0df221b0da
4RMD160 (dvdisaster-0.70.6.tar.bz2) = 8b88b3b12717b916e1877b6586fc777d64f6df26 4RMD160 (dvdisaster-0.72.3.tar.bz2) = 63a2dcd4387bd2bfd4632270a53e4a0dfd5a692e
5Size (dvdisaster-0.70.6.tar.bz2) = 1167208 bytes 5Size (dvdisaster-0.72.3.tar.bz2) = 4168126 bytes
6SHA1 (patch-aa) = 97fe33bdc514925041718992b28d75b672b4be0c 6SHA1 (patch-aa) = 97fe33bdc514925041718992b28d75b672b4be0c
7SHA1 (patch-ab) = 14caeb6c7b40db85c1dba75cc335a67e11551877 7SHA1 (patch-ab) = 5d47ca08389005d11618d6d9953f686312c716bf
8SHA1 (patch-ad) = 56355c919f1b1cd4c716d1bf3e9a762afb8490e2 
9SHA1 (patch-af) = c3819a7ea476878b293cc37005047852f52804f6 
10SHA1 (patch-ag) = 4f941f14abcaba457dbec99935d07e91276df597 
11SHA1 (patch-ah) = 9cb1e03dc8c13e560a2f862811a4e828563db112 8SHA1 (patch-ah) = 9cb1e03dc8c13e560a2f862811a4e828563db112
 9SHA1 (patch-scsi-netbsd.c) = 076a625291bf8d29d6339fb2209d61712ceb6b62

cvs diff -r1.3 -r1.4 pkgsrc/sysutils/dvdisaster/patches/Attic/patch-ab (expand / switch to unified diff)

--- pkgsrc/sysutils/dvdisaster/patches/Attic/patch-ab 2011/01/31 21:20:11 1.3
+++ pkgsrc/sysutils/dvdisaster/patches/Attic/patch-ab 2012/02/04 21:57:54 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: patch-ab,v 1.3 2011/01/31 21:20:11 wiz Exp $ 1$NetBSD: patch-ab,v 1.4 2012/02/04 21:57:54 shattered Exp $
2 2
3Fix build with png-1.5. 3Fix build with png-1.5.
4 4
5--- tools/pngpack.c.orig 2006-09-09 12:14:09.000000000 +0000 5--- tools/pngio.h.orig 2010-10-27 12:41:49.000000000 +0000
6+++ tools/pngpack.c 6+++ tools/pngio.h
7@@ -46,6 +46,7 @@ 7@@ -21,6 +21,7 @@
 8 #define PNGIO_H
8  9
9 #include <bzlib.h> 
10 #include <png.h> 10 #include <png.h>
11+#include <zlib.h> 11+#include <zlib.h>
12  12
13 #include "md5.h" 13 typedef struct
14  14 { char *name;

File Deleted: pkgsrc/sysutils/dvdisaster/patches/Attic/patch-ad

File Deleted: pkgsrc/sysutils/dvdisaster/patches/Attic/patch-af

File Deleted: pkgsrc/sysutils/dvdisaster/patches/Attic/patch-ag

File Added: pkgsrc/sysutils/dvdisaster/patches/Attic/patch-scsi-netbsd.c
$NetBSD: patch-scsi-netbsd.c,v 1.1 2012/02/04 21:57:54 shattered Exp $

--- scsi-netbsd.c.orig	2010-10-27 10:14:46.000000000 +0000
+++ scsi-netbsd.c
@@ -165,6 +165,7 @@ int SendPacket(DeviceHandle *dh, unsigne
 	break;
       case DATA_NONE:
 	sc.flags = 0;
+	break;
       default:
 	Stop("illegal data_mode: %d", data_mode);
    }