diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-26 17:11:40 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-26 17:11:40 +0000 |
commit | 4149507ec1f37e85ace0c954d3604f2cd578010a (patch) | |
tree | 22765539e3a7f690f6389bd6e2085788e13b7e46 /print/ghostscript8 | |
parent | fe9cc65532951e0bff6b8e17abae8922cefd95db (diff) | |
download | ports-4149507ec1f37e85ace0c954d3604f2cd578010a.tar.gz ports-4149507ec1f37e85ace0c954d3604f2cd578010a.zip |
- update port to use pcl3-3.2, this is the release version of the
PCL3 driver from Martin Lottermoser (former 3.0.2 was BETA)
- therefore bump PORTREVISION
- pkg-plist: remove BETA file, added NEWS file instead
Notes
Notes:
svn path=/head/; revision=40405
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript8/distinfo | 2 | ||||
-rw-r--r-- | print/ghostscript8/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 01abe0c7c270..121796cee33e 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -87,7 +87,7 @@ HPDJ_MAN1= gs-hpdj.1 # additional driver for HP PCL3 Printers, by Martin Lottermoser # http://home.t-online.de/home/Martin.Lottermoser/pcl3.html PCL3= pcl3 -PCL3_VERS= 3.0.2 +PCL3_VERS= 3.2 PCL3_NAME= ${PCL3}-${PCL3_VERS} PCL3_SRC= ${PCL3_NAME}.tar.gz PCL3_MAN1= gs-pcl3.1 pcl3opts.1 @@ -242,7 +242,7 @@ post-install: @${ECHO} ">>> creating ${PCL3} destdir ..." @${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/pcl3 @${ECHO} ">>> installing files in ${PCL3} destdir ..." -.for i in BETA BUGS README lib/example.mcf lib/if-pcl3 ps/calign.ps \ +.for i in NEWS BUGS README lib/example.mcf lib/if-pcl3 ps/calign.ps \ ps/dumppdd.ps ps/levels-test.ps ps/margins-A4.ps \ ps/margins-A4Rotated.ps ps/margins-Env10Rotated.ps \ ps/margins-EnvDLRotated.ps ps/margins-Letter.ps \ diff --git a/print/ghostscript8/distinfo b/print/ghostscript8/distinfo index 318a65888ca0..2e40ae3888a2 100644 --- a/print/ghostscript8/distinfo +++ b/print/ghostscript8/distinfo @@ -4,6 +4,6 @@ MD5 (ghostscript-fonts-other-6.0.tar.gz) = 1a643ae62ef166562e4d422b1a601272 MD5 (pdf_sec.ps) = 92cd6af5b4d7219e91e61b8351f0f7c4 MD5 (gdevcd8.tar.gz) = 5ce48bff6082a023199c8ede4aae63a0 MD5 (hpdj-2.6.tar.gz) = dcc402281f36afd2041144e0e97917be -MD5 (pcl3-3.0.2.tar.gz) = 66b3391815a6df6e43e636b398bd88ba +MD5 (pcl3-3.2.tar.gz) = c98b9404dfc47d5ff907f9ad81dcbd46 MD5 (gdevdj9.c.gz) = f09ef883b8ba837fb42c608c01af7375 MD5 (print-4.0.4.tar.gz) = e6b955ab3e842a7f0cf8214ffef5842c diff --git a/print/ghostscript8/pkg-plist b/print/ghostscript8/pkg-plist index 8b424426caff..1863a52b6fdd 100644 --- a/print/ghostscript8/pkg-plist +++ b/print/ghostscript8/pkg-plist @@ -299,8 +299,8 @@ share/ghostscript/%%GS_VERSION%%/lib/wftopfa.ps share/ghostscript/%%GS_VERSION%%/lib/winmaps.ps share/ghostscript/%%GS_VERSION%%/lib/wrfont.ps share/ghostscript/%%GS_VERSION%%/lib/zeroline.ps -share/ghostscript/%%GS_VERSION%%/pcl3/BETA share/ghostscript/%%GS_VERSION%%/pcl3/BUGS +share/ghostscript/%%GS_VERSION%%/pcl3/NEWS share/ghostscript/%%GS_VERSION%%/pcl3/README share/ghostscript/%%GS_VERSION%%/pcl3/calign.ps share/ghostscript/%%GS_VERSION%%/pcl3/dumppdd.ps |