Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 1999 22:11:52 -0700 (PDT)
From:      pfgiffun@bachue.usc.unal.edu.co
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/14427: Minor update to the GNU ghostscript port
Message-ID:  <19991020051152.2EB051ABD9@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         14427
>Category:       ports
>Synopsis:       Minor update to the GNU ghostscript port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 19 22:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        3.2-R
>Organization:
U. Nacional de Colombia
>Environment:
>Description:
Minimal update of the hpdj driver to change and cahnge of the ftp site.
>How-To-Repeat:

>Fix:
diff -ru ghostscript5.old/Makefile ghostscript5/Makefile
--- ghostscript5.old/Makefile	Mon Oct 18 14:28:25 1999
+++ ghostscript5/Makefile	Tue Oct 19 15:07:44 1999
@@ -10,7 +10,7 @@
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_GNU} \
 		ftp://ftp.cs.wisc.edu/ghost/gnu/gs510/ \
-		ftp://ftp.pdb.sni.de/pub/utilities/misc/
+		ftp://ftp.sbs.de/pub/graphics/ghostscript/pcl3/
 MASTER_SITE_SUBDIR=	ghostscript
 DISTFILES=	${GS_SOURCES} ${PCL3_DRV}
 
@@ -32,14 +32,14 @@
 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 -ru ghostscript5.old/files/md5 ghostscript5/files/md5
--- ghostscript5.old/files/md5	Mon Oct 18 14:28:24 1999
+++ ghostscript5/files/md5	Tue Oct 19 15:02:19 1999
@@ -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 -ru ghostscript5.old/pkg/DESCR ghostscript5/pkg/DESCR
--- ghostscript5.old/pkg/DESCR	Mon Oct 18 14:28:25 1999
+++ ghostscript5/pkg/DESCR	Tue Oct 19 00:47:57 1999
@@ -8,7 +8,7 @@
 
 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.
 


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991020051152.2EB051ABD9>