summaryrefslogtreecommitdiff
path: root/print/ghostscript5
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-10-25 21:54:17 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-10-25 21:54:17 +0000
commitbfbdfe1e2bed192cf64cb3c60fc7aa3ac7308335 (patch)
treec0308af00ee30b0a032c41461fe6d4fe41911f51 /print/ghostscript5
parentupdate mastersite (diff)
Update mastersite and version of PCL3 driver
PR: 14427 Submitted by: Pedro F. Giffuni pfgiffun@bachue.usc.unal.edu.co
Notes
Notes: svn path=/head/; revision=22633
Diffstat (limited to 'print/ghostscript5')
-rw-r--r--print/ghostscript5/Makefile12
-rw-r--r--print/ghostscript5/distinfo4
-rw-r--r--print/ghostscript5/pkg-descr2
3 files changed, 9 insertions, 9 deletions
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile
index 00412ff5a02c..e902f8bd7864 100644
--- a/print/ghostscript5/Makefile
+++ b/print/ghostscript5/Makefile
@@ -8,9 +8,9 @@
DISTNAME= ghostscript-5.10
CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_GNU} \
- ftp://ftp.cs.wisc.edu/ghost/gnu/gs510/ \
- ftp://ftp.pdb.sni.de/pub/utilities/misc/
+MASTER_SITES= ftp://ftp.sbs.de/pub/graphics/ghostscript/pcl3/ \
+ ${MASTER_SITE_GNU} \
+ ftp://ftp.cs.wisc.edu/ghost/gnu/gs510/
MASTER_SITE_SUBDIR= ghostscript
DISTFILES= ${GS_SOURCES} ${PCL3_DRV}
@@ -32,14 +32,14 @@ MAN1= gs.1 pdf2dsc.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 gs-hpdj.1
GS_SOURCES= ghostscript-5.10.tar.gz
# Additional driver for HP PCL3 Printers
-PCL3_DRV= hpdj-2.5.tar.gz
+PCL3_DRV= hpdj-2.6.tar.gz
post-extract:
${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg
${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.3 ${WRKSRC}/libpng
# additional PCL3 driver
- @${TAR} -xf ${WRKDIR}/hpdj-2.5/hpdj.tar -C ${WRKSRC}
- @${PATCH} -d ${WRKSRC} --forward --quiet -E < ${WRKSRC}/devs.mak-5.10.diff
+ @${TAR} -xf ${WRKDIR}/hpdj-2.6/hpdj.tar -C ${WRKSRC}
+ @${CAT} ${WRKSRC}/devs.mak-5.10.add >> ${WRKSRC}/devs.mak
@${PATCH} -d ${WRKSRC} --forward --quiet -E < ${WRKSRC}/zmedia2.c-5.10.diff
do-configure:
diff --git a/print/ghostscript5/distinfo b/print/ghostscript5/distinfo
index ba6d8f03a7ab..9b145042f4de 100644
--- a/print/ghostscript5/distinfo
+++ b/print/ghostscript5/distinfo
@@ -1,3 +1,3 @@
-MD5 (hpdj-2.5.tar.gz) = cbe6b6c6cd00af9177a025870fc1a90a
-MD5 (pdf_sec.ps) = 92cd6af5b4d7219e91e61b8351f0f7c4
MD5 (ghostscript-5.10.tar.gz) = b8dbc2595c06305f452a9c38bd0effef
+MD5 (hpdj-2.6.tar.gz) = dcc402281f36afd2041144e0e97917be
+MD5 (pdf_sec.ps) = 92cd6af5b4d7219e91e61b8351f0f7c4
diff --git a/print/ghostscript5/pkg-descr b/print/ghostscript5/pkg-descr
index 1b51a56933c8..0f007c87fa0f 100644
--- a/print/ghostscript5/pkg-descr
+++ b/print/ghostscript5/pkg-descr
@@ -8,7 +8,7 @@ PostScript language.
GNU Ghostscript comes with NO WARRANTY and NO SUPPORT.
-Also included with this package is the hpdj driver written by Martin
+Also included with this package is the PCL3 driver written by Martin
Lottermoser with defaults for a Deskjet 560C. See the man page for
gs-hpdj(1) for details.