diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-01-25 15:37:10 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-01-25 15:37:10 +0000 |
commit | 754dd4220df1dd5fc383b34e9e44bb9e8d988d7d (patch) | |
tree | 4cc8606aa234b75f472daa07a8913f4df21da22c /print/ghostscript-gnu | |
parent | 34f1d5d4685f8512397712c3bc8a915714941358 (diff) | |
download | ports-754dd4220df1dd5fc383b34e9e44bb9e8d988d7d.tar.gz ports-754dd4220df1dd5fc383b34e9e44bb9e8d988d7d.zip |
Notes
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 17 | ||||
-rw-r--r-- | print/ghostscript-gnu/distinfo | 5 | ||||
-rw-r--r-- | print/ghostscript-gnu/scripts/configure | 6 |
3 files changed, 17 insertions, 11 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 3c753ec6e3fa..7df2d17ebe53 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -3,16 +3,16 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.14 1997/10/13 11:22:43 asami Exp $ +# $Id: Makefile,v 1.15 1998/01/03 08:34:31 andreas Exp $ # DISTNAME= ghostscript-5.10 CATEGORIES= print MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/aladdin/gs510/ \ - ftp://bonk.ethz.ch/gs-driver-distrib/ + ftp://bonk.ethz.ch/gs-driver-distrib/ \ + http://www.ozemail.com.au/~geoffk/pdfencrypt/ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ - ${HP850_DRV} - + ${HP850_DRV} ${DECRYPT_PDF} MAINTAINER= andreas@FreeBSD.ORG BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ @@ -32,12 +32,15 @@ GS_SOURCES+= ghostscript-5.10gnu.tar.gz # later version numbers pointing to them. To avoid unnecessarily # downloading distfiles, do not change these when upgrading the port # unless the files really change. -GS_FONTS_STD= ghostscript-fonts-std-4.0.tar.gz -GS_FONTS_OTHER= ghostscript-fonts-other-5.03.tar.gz +GS_FONTS_STD= ghostscript-fonts-std-5.10.tar.gz +GS_FONTS_OTHER= ghostscript-fonts-other-5.10.tar.gz # Additional driver HP 850, see http://bonk.ethz.ch/hp850/hp850.html HP850_DRV= hp850.zip +# replacement for pdf_sec.ps, that allows you to read encrypted PDF files +DECRYPT_PDF= pdf_sec.ps + .if defined(A4) CFLAGS+= -DA4 .endif @@ -78,5 +81,7 @@ pre-install: post-install: strip ${PREFIX}/bin/gs + ${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ + ${PREFIX}/share/ghostscript/5.10 .include <bsd.port.mk> diff --git a/print/ghostscript-gnu/distinfo b/print/ghostscript-gnu/distinfo index 6365bdca6fb9..02b8f6628498 100644 --- a/print/ghostscript-gnu/distinfo +++ b/print/ghostscript-gnu/distinfo @@ -1,5 +1,6 @@ MD5 (ghostscript-5.10.tar.gz) = 47fbc4f6402c98374c61bf3e64e59e9a MD5 (ghostscript-5.10gnu.tar.gz) = 6706117129a5f63dff3a5a2bf4258630 -MD5 (ghostscript-fonts-std-4.0.tar.gz) = 1e0fe2149affd80deaaae144227049b9 -MD5 (ghostscript-fonts-other-5.03.tar.gz) = 703bcc5592f4b4644cda454bcc45c7d6 +MD5 (ghostscript-fonts-std-5.10.tar.gz) = 1e0fe2149affd80deaaae144227049b9 +MD5 (ghostscript-fonts-other-5.10.tar.gz) = 703bcc5592f4b4644cda454bcc45c7d6 MD5 (hp850.zip) = 9d8d59eb8da9ec394d7aeb1560ca8d40 +MD5 (pdf_sec.ps) = 33b855032c90a0e0e6d5a460be82c749 diff --git a/print/ghostscript-gnu/scripts/configure b/print/ghostscript-gnu/scripts/configure index 054d58e4726f..4d1d89967a4c 100644 --- a/print/ghostscript-gnu/scripts/configure +++ b/print/ghostscript-gnu/scripts/configure @@ -21,9 +21,9 @@ Have fun with this new configuration style ! -andreas \n\n\ "ap3250" "Epson AP3250" ON \ "appledmp" "Apple Dot Matrix Printer / Imagewriter" ON \ "bj10e" "Canon BubbleJet BJ10e" ON \ - "bj200" "Canon BubbleJet BJ200" ON \ - "bjc600" "Canon Color BubbleJet BJC-600/4000/70+Apple StyleWriter 2x00" ON \ - "bjc800" "Canon Color BubbleJet BJC-800" ON \ + "bj200" "Canon BubbleJet BJ200 and BJC-240(b&w)" ON \ + "bjc600" "Canon Color BubbleJet BJC-240/600/4000/70+Apple StyleWriter 2x00" ON \ + "bjc800" "Canon Color BubbleJet BJC-240/800" ON \ "ccr" "CalComp Raster format" ON \ "cdeskjet" "HP DeskJet 500C, 1 bit/pixel color" ON \ "cdjcolor" "HP DeskJet 500C/540C, 24 bit/pixel color + FS dithering" ON \ |