Fri Jul 18 00:13:40 2008 UTC ()
Update to 5.2.0beta3.  Many minor changes and bugfixes omitted; see
NEWS in the distfile.

* CHANGES FROM GUTENPRINT 5.2.0-BETA2:

  4) Printing speed, and possibly quality, have been improved in
     certain cases on newer Epson inkjet printers (C120, Stylus Photo
     2400, RX700, and all printers using Claria ink).  The speed
     improvement should be most noticeable with plain paper at lower
     resolutions.  Quality improvements may or may not be noticeable.

  5) The Epson driver is in the process of being converted to use data
     stored in files external to the binary library.  While this
     should have no impact on end-user use, it is a substantial change
     that people should be aware of.  Please report any issues.

  6) Test coverage has been significantly increased.

  7) New printers supported in this release:

     (450+ lines of printers omitted)

* GENERAL CHANGES FROM GUTENPRINT 5.0:

   1) Gutenprint 5.2 and beyond no longer support GIMP 1.2.  Please
      ensure that you are using GIMP 2.0 or above.

   2) The PostScript driver has been rewritten, offering enhanced
      functionality approaching that of the native printer drivers.
      This driver is used by the enhanced Print plugin for the GIMP,
      and by other packages (such as PhotoPrint) that utilize
      Gutenprint.  In particular, the following specific functionality
      has been added:

      - All PPD file options are now offered.

      - CMYK input is now handled correctly.

      - The PostScript driver recognizes Gutenprint PPD files (from
        the native CUPS driver, not from Foomatic) and presents
        floating point options correctly.

	Note that this driver does not offer the curve options offered
	by the native drivers.

----------------

* CHANGES FROM GUTENPRINT 5.0.2 AND 5.1.7:

   1) cups-genppdupdate is no longer versioned, as it was in 5.0 and
      5.1 (cups-genppdupdate.5.0 and cups-genppdupdate.5.1).  It also
      supports the following options:

      -r Specify the major.minor version to update to, e. g. 5.0 or
         5.1.

      -f Bypass ownership/permissions checks on update PPD files.

      -i Interactively ask whether to update each PPD file.

   2) The performance of cups-genppdupdate has been improved
      significantly.

   3) cups-genppdupdate no longer updates PPD files that differ only
      in case of the file extension (e. g. printer.ppd and
      printer.PPD).  This avoids updating PPD files twice on
      filesystems that are case insensitive, such as OS X.

   4) cups-genppdconfig has been removed from this release.  This
      command was used to configure CUPS printer queues, but is not
      necessary as there are ample other tools available to configure
      printer queues.

   8) L-size photo paper (3 1/2x5 inches) has been added.


(gdt)
diff -r1.6 -r1.7 pkgsrc/print/gutenprint51-lib/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/print/gutenprint51-lib/PLIST
diff -r1.2 -r1.3 pkgsrc/print/gutenprint51-lib/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/print/gutenprint51-lib/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/print/gutenprint51-lib/Attic/Makefile 2008/07/14 12:56:11 1.6
+++ pkgsrc/print/gutenprint51-lib/Attic/Makefile 2008/07/18 00:13:40 1.7
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.6 2008/07/14 12:56:11 joerg Exp $ 1# $NetBSD: Makefile,v 1.7 2008/07/18 00:13:40 gdt Exp $
2 2
3VERSION= 5.1.7 3VERSION= 5.2.0-beta3
4DISTNAME= gutenprint-${VERSION} 4DISTNAME= gutenprint-${VERSION}
5EXTRACT_SUFX= .tar.bz2 5EXTRACT_SUFX= .tar.bz2
6PKGNAME= gutenprint-lib-${VERSION} 6PKGNAME= gutenprint-lib-5.2.0b3
7PKGREVISION= 3 
8CATEGORIES= print 7CATEGORIES= print
9MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
10 9
11MAINTAINER= gdt@NetBSD.org 10MAINTAINER= gdt@NetBSD.org
12COMMENT= Drivers for Canon, Epson, Lexmark, and PCL printers 11COMMENT= Drivers for Canon, Epson, Lexmark, and PCL printers
13HOMEPAGE= http://gutenprint.sourceforge.net/ 12HOMEPAGE= http://gutenprint.sourceforge.net/
14 13
 14INSTALLVERSION= 5.2
 15PLIST_SUBST+= INSTALLVERSION=${INSTALLVERSION}
 16
15PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
16 18
17# Not sure if this works. 19# Not sure if this works.
18#PKG_DESTDIR_SUPPORT= user-destdir 20#PKG_DESTDIR_SUPPORT= user-destdir
19 21
20USE_TOOLS+= gmake lex pkg-config perl:run 22USE_TOOLS+= gmake lex pkg-config perl:run
21USE_PKGLOCALEDIR= YES 23USE_PKGLOCALEDIR= YES
22USE_LIBTOOL= YES 24USE_LIBTOOL= YES
23 25
24USE_LANGUAGES+= c99 26USE_LANGUAGES+= c99
25# gcc 3.3.3 either can't compile this, or needs huge amounts of RAM (0.5G+). 27# gcc 3.3.3 either can't compile this, or needs huge amounts of RAM (0.5G+).
26# Observed on NetBSD/i386 3 and confirmed with upstream. Apparently it's 28# Observed on NetBSD/i386 3 and confirmed with upstream. Apparently it's
27# just 3.3.3 - there are no known issues with 2.95. 29# just 3.3.3 - there are no known issues with 2.95.

cvs diff -r1.1.1.1 -r1.2 pkgsrc/print/gutenprint51-lib/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/print/gutenprint51-lib/Attic/PLIST 2008/01/11 12:41:23 1.1.1.1
+++ pkgsrc/print/gutenprint51-lib/Attic/PLIST 2008/07/18 00:13:40 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2008/01/11 12:41:23 gdt Exp $ 1@comment $NetBSD: PLIST,v 1.2 2008/07/18 00:13:40 gdt Exp $
2bin/cups-calibrate 2bin/cups-calibrate
3bin/escputil 3bin/escputil
4bin/testpattern 4bin/testpattern
5etc/cups/command.types 5etc/cups/command.types
6include/gutenprint/array.h 6include/gutenprint/array.h
7include/gutenprint/bit-ops.h 7include/gutenprint/bit-ops.h
8include/gutenprint/channel.h 8include/gutenprint/channel.h
9include/gutenprint/color.h 9include/gutenprint/color.h
10include/gutenprint/curve-cache.h 10include/gutenprint/curve-cache.h
11include/gutenprint/curve.h 11include/gutenprint/curve.h
12include/gutenprint/dither.h 12include/gutenprint/dither.h
13include/gutenprint/gutenprint-module.h 13include/gutenprint/gutenprint-module.h
14include/gutenprint/gutenprint-version.h 14include/gutenprint/gutenprint-version.h
@@ -21,84 +21,226 @@ include/gutenprint/paper.h @@ -21,84 +21,226 @@ include/gutenprint/paper.h
21include/gutenprint/path.h 21include/gutenprint/path.h
22include/gutenprint/printers.h 22include/gutenprint/printers.h
23include/gutenprint/sequence.h 23include/gutenprint/sequence.h
24include/gutenprint/string-list.h 24include/gutenprint/string-list.h
25include/gutenprint/util.h 25include/gutenprint/util.h
26include/gutenprint/vars.h 26include/gutenprint/vars.h
27include/gutenprint/weave.h 27include/gutenprint/weave.h
28include/gutenprint/xml.h 28include/gutenprint/xml.h
29include/gutenprintui2/curve.h 29include/gutenprintui2/curve.h
30include/gutenprintui2/gammacurve.h 30include/gutenprintui2/gammacurve.h
31include/gutenprintui2/gutenprintui.h 31include/gutenprintui2/gutenprintui.h
32include/gutenprintui2/typebuiltins.h 32include/gutenprintui2/typebuiltins.h
33lib/gimp/2.0/plug-ins/gutenprint 33lib/gimp/2.0/plug-ins/gutenprint
34lib/pkgconfig/gutenprint.pc 
35lib/pkgconfig/gutenprintui2.pc 
36lib/libgutenprint.la 34lib/libgutenprint.la
37lib/libgutenprintui2.la 35lib/libgutenprintui2.la
38libexec/cups/driver/gutenprint.5.1 36lib/pkgconfig/gutenprint.pc
 37lib/pkgconfig/gutenprintui2.pc
 38libexec/cups/driver/gutenprint.${INSTALLVERSION}
39libexec/cups/filter/commandtocanon 39libexec/cups/filter/commandtocanon
40libexec/cups/filter/commandtoepson 40libexec/cups/filter/commandtoepson
41libexec/cups/filter/rastertogutenprint.5.1 41libexec/cups/filter/rastertogutenprint.${INSTALLVERSION}
42man/man1/escputil.1 42man/man1/escputil.1
43man/man8/cups-calibrate.8 43man/man8/cups-calibrate.8
44man/man8/cups-genppd.8 44man/man8/cups-genppd.8
45man/man8/cups-genppdconfig.8 
46man/man8/cups-genppdupdate.8 45man/man8/cups-genppdupdate.8
47sbin/cups-genppd.5.1 46sbin/cups-genppd.${INSTALLVERSION}
48sbin/cups-genppdconfig.5.1 47sbin/cups-genppdupdate
49sbin/cups-genppdupdate.5.1 
50share/cups/calibrate.ppm 48share/cups/calibrate.ppm
51share/gutenprint/samples/colorbars4.png 49share/gutenprint/${INSTALLVERSION}/xml/dither-matrix-1x1.xml
52share/gutenprint/samples/colorsweep.png 50share/gutenprint/${INSTALLVERSION}/xml/dither-matrix-2x1.xml
53share/gutenprint/samples/profile.jpg 51share/gutenprint/${INSTALLVERSION}/xml/dither-matrix-4x1.xml
54share/gutenprint/${PKGVERSION}/xml/dither-matrix-1x1.xml 52share/gutenprint/${INSTALLVERSION}/xml/escp2/inputslots/b500.xml
55share/gutenprint/${PKGVERSION}/xml/dither-matrix-2x1.xml 53share/gutenprint/${INSTALLVERSION}/xml/escp2/inputslots/cd_cutter_roll_feed.xml
56share/gutenprint/${PKGVERSION}/xml/dither-matrix-4x1.xml 54share/gutenprint/${INSTALLVERSION}/xml/escp2/inputslots/cd_roll_feed.xml
57share/gutenprint/${PKGVERSION}/xml/papers.xml 55share/gutenprint/${INSTALLVERSION}/xml/escp2/inputslots/cutter_roll_feed.xml
58share/gutenprint/${PKGVERSION}/xml/printers.xml 56share/gutenprint/${INSTALLVERSION}/xml/escp2/inputslots/default.xml
 57share/gutenprint/${INSTALLVERSION}/xml/escp2/inputslots/pro_roll_feed.xml
 58share/gutenprint/${INSTALLVERSION}/xml/escp2/inputslots/r1800.xml
 59share/gutenprint/${INSTALLVERSION}/xml/escp2/inputslots/r2400.xml
 60share/gutenprint/${INSTALLVERSION}/xml/escp2/inputslots/rx700.xml
 61share/gutenprint/${INSTALLVERSION}/xml/escp2/inputslots/spro5000.xml
 62share/gutenprint/${INSTALLVERSION}/xml/escp2/inputslots/standard_roll_feed.xml
 63share/gutenprint/${INSTALLVERSION}/xml/escp2/media/b500.xml
 64share/gutenprint/${INSTALLVERSION}/xml/escp2/media/c120.xml
 65share/gutenprint/${INSTALLVERSION}/xml/escp2/media/c64.xml
 66share/gutenprint/${INSTALLVERSION}/xml/escp2/media/c80.xml
 67share/gutenprint/${INSTALLVERSION}/xml/escp2/media/c82.xml
 68share/gutenprint/${INSTALLVERSION}/xml/escp2/media/claria.xml
 69share/gutenprint/${INSTALLVERSION}/xml/escp2/media/claria1400.xml
 70share/gutenprint/${INSTALLVERSION}/xml/escp2/media/cmy.xml
 71share/gutenprint/${INSTALLVERSION}/xml/escp2/media/cmykrb.xml
 72share/gutenprint/${INSTALLVERSION}/xml/escp2/media/cx3650.xml
 73share/gutenprint/${INSTALLVERSION}/xml/escp2/media/f360.xml
 74share/gutenprint/${INSTALLVERSION}/xml/escp2/media/f360_photo.xml
 75share/gutenprint/${INSTALLVERSION}/xml/escp2/media/f360_photo7_japan.xml
 76share/gutenprint/${INSTALLVERSION}/xml/escp2/media/f360_ultrachrome.xml
 77share/gutenprint/${INSTALLVERSION}/xml/escp2/media/f360_ultrachrome_k3.xml
 78share/gutenprint/${INSTALLVERSION}/xml/escp2/media/photo_gen0.xml
 79share/gutenprint/${INSTALLVERSION}/xml/escp2/media/photo_gen1.xml
 80share/gutenprint/${INSTALLVERSION}/xml/escp2/media/photo_gen2.xml
 81share/gutenprint/${INSTALLVERSION}/xml/escp2/media/photo_gen3.xml
 82share/gutenprint/${INSTALLVERSION}/xml/escp2/media/photo_gen3_4.xml
 83share/gutenprint/${INSTALLVERSION}/xml/escp2/media/photo_gen4.xml
 84share/gutenprint/${INSTALLVERSION}/xml/escp2/media/photo_pigment.xml
 85share/gutenprint/${INSTALLVERSION}/xml/escp2/media/picturemate_4.xml
 86share/gutenprint/${INSTALLVERSION}/xml/escp2/media/picturemate_6.xml
 87share/gutenprint/${INSTALLVERSION}/xml/escp2/media/pro_gen1.xml
 88share/gutenprint/${INSTALLVERSION}/xml/escp2/media/pro_gen2.xml
 89share/gutenprint/${INSTALLVERSION}/xml/escp2/media/pro_pigment.xml
 90share/gutenprint/${INSTALLVERSION}/xml/escp2/media/pro_ultrachrome.xml
 91share/gutenprint/${INSTALLVERSION}/xml/escp2/media/standard.xml
 92share/gutenprint/${INSTALLVERSION}/xml/escp2/media/standard_gen0.xml
 93share/gutenprint/${INSTALLVERSION}/xml/escp2/media/ultrachrome.xml
 94share/gutenprint/${INSTALLVERSION}/xml/escp2/media/x80.xml
 95share/gutenprint/${INSTALLVERSION}/xml/escp2/mediasizes/standard.xml
 96share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_0.xml
 97share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_1.xml
 98share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_10.xml
 99share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_11.xml
 100share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_12.xml
 101share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_13.xml
 102share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_14.xml
 103share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_15.xml
 104share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_16.xml
 105share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_17.xml
 106share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_18.xml
 107share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_19.xml
 108share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_2.xml
 109share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_20.xml
 110share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_21.xml
 111share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_22.xml
 112share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_23.xml
 113share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_24.xml
 114share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_25.xml
 115share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_26.xml
 116share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_27.xml
 117share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_28.xml
 118share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_29.xml
 119share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_3.xml
 120share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_30.xml
 121share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_31.xml
 122share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_32.xml
 123share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_33.xml
 124share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_34.xml
 125share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_35.xml
 126share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_36.xml
 127share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_37.xml
 128share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_38.xml
 129share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_39.xml
 130share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_4.xml
 131share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_40.xml
 132share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_41.xml
 133share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_42.xml
 134share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_43.xml
 135share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_44.xml
 136share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_45.xml
 137share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_46.xml
 138share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_47.xml
 139share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_48.xml
 140share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_49.xml
 141share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_5.xml
 142share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_50.xml
 143share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_51.xml
 144share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_52.xml
 145share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_53.xml
 146share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_54.xml
 147share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_55.xml
 148share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_56.xml
 149share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_57.xml
 150share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_58.xml
 151share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_59.xml
 152share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_6.xml
 153share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_60.xml
 154share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_61.xml
 155share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_62.xml
 156share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_63.xml
 157share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_64.xml
 158share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_65.xml
 159share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_66.xml
 160share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_67.xml
 161share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_68.xml
 162share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_69.xml
 163share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_7.xml
 164share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_70.xml
 165share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_71.xml
 166share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_72.xml
 167share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_73.xml
 168share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_74.xml
 169share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_75.xml
 170share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_76.xml
 171share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_77.xml
 172share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_78.xml
 173share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_79.xml
 174share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_8.xml
 175share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_80.xml
 176share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_81.xml
 177share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_82.xml
 178share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_83.xml
 179share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_84.xml
 180share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_85.xml
 181share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_86.xml
 182share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_87.xml
 183share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_9.xml
 184share/gutenprint/${INSTALLVERSION}/xml/papers.xml
 185share/gutenprint/${INSTALLVERSION}/xml/printers.xml
59share/gutenprint/doc/FAQ.html 186share/gutenprint/doc/FAQ.html
60share/gutenprint/doc/gutenprint-users-manual.odt 187share/gutenprint/doc/gutenprint-users-manual.odt
61share/gutenprint/doc/gutenprint-users-manual.pdf 188share/gutenprint/doc/gutenprint-users-manual.pdf
62share/gutenprint/doc/gutenprint.pdf 189share/gutenprint/doc/gutenprint.pdf
63share/gutenprint/doc/reference-html/book1.html 190share/gutenprint/doc/reference-html/book1.html
64share/gutenprint/doc/reference-html/c1717.html 191share/gutenprint/doc/reference-html/c1717.html
65share/gutenprint/doc/reference-html/c194.html 192share/gutenprint/doc/reference-html/c194.html
66share/gutenprint/doc/reference-html/c1968.html 193share/gutenprint/doc/reference-html/c1968.html
67share/gutenprint/doc/reference-html/c200.html 194share/gutenprint/doc/reference-html/c200.html
68share/gutenprint/doc/reference-html/c39.html 195share/gutenprint/doc/reference-html/c39.html
69share/gutenprint/doc/reference-html/c464.html 196share/gutenprint/doc/reference-html/c464.html
70share/gutenprint/doc/reference-html/c48.html 197share/gutenprint/doc/reference-html/c48.html
71share/gutenprint/doc/reference-html/docbook.css 198share/gutenprint/doc/reference-html/docbook.css
72share/gutenprint/doc/reference-html/f14.html 199share/gutenprint/doc/reference-html/f14.html
73share/gutenprint/doc/reference-html/gpl-terms.html 200share/gutenprint/doc/reference-html/gpl-terms.html
74share/gutenprint/doc/reference-html/gpl.html 201share/gutenprint/doc/reference-html/gpl.html
75share/gutenprint/doc/reference-html/ln10.html 202share/gutenprint/doc/reference-html/ln10.html
76share/gutenprint/doc/reference-html/x1669.html 203share/gutenprint/doc/reference-html/x1669.html
77share/gutenprint/doc/reference-html/x1734.html 204share/gutenprint/doc/reference-html/x1734.html
78share/gutenprint/doc/reference-html/x271.html 205share/gutenprint/doc/reference-html/x271.html
79share/gutenprint/doc/reference-html/x67.html 206share/gutenprint/doc/reference-html/x67.html
80share/gutenprint/doc/reference-html/x79.html 207share/gutenprint/doc/reference-html/x79.html
81share/gutenprint/doc/reference-html/x955.html 208share/gutenprint/doc/reference-html/x955.html
 209share/gutenprint/samples/colorbars4.png
 210share/gutenprint/samples/colorsweep.png
82share/gutenprint/samples/extended.sample 211share/gutenprint/samples/extended.sample
 212share/gutenprint/samples/profile.jpg
83share/gutenprint/samples/testpattern.sample 213share/gutenprint/samples/testpattern.sample
84share/locale/cs/LC_MESSAGES/gutenprint.mo 214share/locale/cs/LC_MESSAGES/gutenprint.mo
85share/locale/da/LC_MESSAGES/gutenprint.mo 215share/locale/da/LC_MESSAGES/gutenprint.mo
86share/locale/de/LC_MESSAGES/gutenprint.mo 216share/locale/de/LC_MESSAGES/gutenprint.mo
87share/locale/el/LC_MESSAGES/gutenprint.mo 217share/locale/el/LC_MESSAGES/gutenprint.mo
88share/locale/en_GB/LC_MESSAGES/gutenprint.mo 218share/locale/en_GB/LC_MESSAGES/gutenprint.mo
89share/locale/es/LC_MESSAGES/gutenprint.mo 219share/locale/es/LC_MESSAGES/gutenprint.mo
90share/locale/fr/LC_MESSAGES/gutenprint.mo 220share/locale/fr/LC_MESSAGES/gutenprint.mo
91share/locale/hu/LC_MESSAGES/gutenprint.mo 221share/locale/hu/LC_MESSAGES/gutenprint.mo
92share/locale/ja/LC_MESSAGES/gutenprint.mo 222share/locale/ja/LC_MESSAGES/gutenprint.mo
93share/locale/nb/LC_MESSAGES/gutenprint.mo 223share/locale/nb/LC_MESSAGES/gutenprint.mo
94share/locale/nl/LC_MESSAGES/gutenprint.mo 224share/locale/nl/LC_MESSAGES/gutenprint.mo
95share/locale/pl/LC_MESSAGES/gutenprint.mo 225share/locale/pl/LC_MESSAGES/gutenprint.mo
96share/locale/pt/LC_MESSAGES/gutenprint.mo 226share/locale/pt/LC_MESSAGES/gutenprint.mo
97share/locale/sk/LC_MESSAGES/gutenprint.mo 227share/locale/sk/LC_MESSAGES/gutenprint.mo
98share/locale/sv/LC_MESSAGES/gutenprint.mo 228share/locale/sv/LC_MESSAGES/gutenprint.mo
99share/locale/zh_TW/LC_MESSAGES/gutenprint.mo 229share/locale/zh_TW/LC_MESSAGES/gutenprint.mo
100@dirrm share/gutenprint/samples 230@dirrm share/gutenprint/samples
101@dirrm share/gutenprint/doc/reference-html 231@dirrm share/gutenprint/doc/reference-html
102@dirrm share/gutenprint/doc 232@dirrm share/gutenprint/doc
103@dirrm share/gutenprint/${PKGVERSION}/xml 233@dirrm share/gutenprint/${INSTALLVERSION}/xml/escp2/model
 234@dirrm share/gutenprint/${INSTALLVERSION}/xml/escp2/mediasizes
 235@dirrm share/gutenprint/${INSTALLVERSION}/xml/escp2/media
 236@dirrm share/gutenprint/${INSTALLVERSION}/xml/escp2/inputslots
 237@dirrm share/gutenprint/${INSTALLVERSION}/xml/escp2
 238@dirrm share/gutenprint/${INSTALLVERSION}/xml
 239@dirrm share/gutenprint/${INSTALLVERSION}
 240@dirrm share/gutenprint
 241@exec ${MKDIR} %D/lib/gutenprint/${INSTALLVERSION}/modules
 242@dirrm lib/gutenprint/${INSTALLVERSION}/modules
 243@dirrm lib/gutenprint/${INSTALLVERSION}
 244@dirrm lib/gutenprint
 245@dirrm include/gutenprintui2
104@dirrm include/gutenprint 246@dirrm include/gutenprint

cvs diff -r1.2 -r1.3 pkgsrc/print/gutenprint51-lib/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/print/gutenprint51-lib/Attic/distinfo 2008/03/09 01:23:54 1.2
+++ pkgsrc/print/gutenprint51-lib/Attic/distinfo 2008/07/18 00:13:40 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2008/03/09 01:23:54 gdt Exp $ 1$NetBSD: distinfo,v 1.3 2008/07/18 00:13:40 gdt Exp $
2 2
3SHA1 (gutenprint-5.1.7.tar.bz2) = 7fb93b8b7a0ef1e5f7cf83700cb96b2448241195 3SHA1 (gutenprint-5.2.0-beta3.tar.bz2) = 6b55255f6660c01d83e8f6773129867f4ecce40b
4RMD160 (gutenprint-5.1.7.tar.bz2) = 7f85d64823006899dc41165fcdc97872f6519616 4RMD160 (gutenprint-5.2.0-beta3.tar.bz2) = c1c4214b7a57bdb4032211b988581d4d82cbffce
5Size (gutenprint-5.1.7.tar.bz2) = 4703590 bytes 5Size (gutenprint-5.2.0-beta3.tar.bz2) = 4902358 bytes
6SHA1 (patch-aa) = b085bcf736d230c7f05d7b27bd1831165f958579 6SHA1 (patch-aa) = b085bcf736d230c7f05d7b27bd1831165f958579