diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-01-22 02:36:52 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-01-22 02:36:52 +0000 |
commit | f6d0a3d7768812c5bc1414a91e019d1275b30b69 (patch) | |
tree | d73e9bbab4c7f8c549a2d8c5d62f1ce250d9a4b5 /print/ghostscript-gpl | |
parent | Update to 0.97.0ra (diff) |
Update HPIJS (HP inkjet) driver to 1.0.2. This version adds the
phrase "PATENT INFRINGEMENT" to one hundred (100) disclaimers and
allows full-bleed printing on the Photosmart 100. Therefore do the
PORTVERSION Bump.
Invoke perl more specifically.
Support Microsoft .htm standard for home page.
PR: 34139
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=53507
Diffstat (limited to 'print/ghostscript-gpl')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 8 | ||||
-rw-r--r-- | print/ghostscript-gpl/distinfo | 2 | ||||
-rw-r--r-- | print/ghostscript-gpl/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 54a6d8820eb3..8e54c509e493 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -7,7 +7,7 @@ PORTNAME= ghostscript PORTVERSION= 7.03 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://members.ozemail.com.au/~geoffk/pdfencrypt/ \ @@ -111,7 +111,7 @@ GPRINT_SRC= ${GPRINT_NAME}.tar.gz # HPinkjet - HP developed printer driver for PhotoSmart/DeskJet series # http://hpinkjet.sourceforge.net/ HPIJS= hpijs -HPIJS_VERS= 1.0.1 +HPIJS_VERS= 1.0.2 HPIJS_NAME= ${HPIJS}-${HPIJS_VERS} HPIJS_SRC= ${HPIJS_NAME}.tar.gz @@ -173,8 +173,8 @@ post-patch: ${PERL} -pi -e 's|CFLAGS="-O2 -Wall"|CFLAGS="\$$CFLAGS"|g ; \ s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS"|g' \ ${WRKSRC}/${HPIJS_NAME}/configure - find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \ - 's|#include <malloc.h>||g' + ${PERL} -pi -e 's|#include <malloc.h>||g' \ + ${WRKSRC}/${HPIJS_NAME}/platform.h # here we apply the modifications necessary to build the 3rd party drivers # advantage: you see unmodified makefiles after a pure make extract diff --git a/print/ghostscript-gpl/distinfo b/print/ghostscript-gpl/distinfo index 413d945fcbba..375829dc9586 100644 --- a/print/ghostscript-gpl/distinfo +++ b/print/ghostscript-gpl/distinfo @@ -7,4 +7,4 @@ MD5 (ghostscript/hpdj-2.6.tar.gz) = dcc402281f36afd2041144e0e97917be MD5 (ghostscript/pcl3-3.3.tar.gz) = 34e664c2a98b847598f8441f8cac7ab6 MD5 (ghostscript/gdevdj9.c.gz) = f09ef883b8ba837fb42c608c01af7375 MD5 (ghostscript/gimp-print-4.2.0.tar.gz) = 4350e2ac1f27eccad0d7ce2aab90cdf6 -MD5 (ghostscript/hpijs-1.0.1.tar.gz) = 4ac76910a69eb781e35c8eca31db6008 +MD5 (ghostscript/hpijs-1.0.2.tar.gz) = 750923f29a5b70551ddea1d91b819cfa diff --git a/print/ghostscript-gpl/pkg-descr b/print/ghostscript-gpl/pkg-descr index 18c09162ed5f..41d47a97d7fb 100644 --- a/print/ghostscript-gpl/pkg-descr +++ b/print/ghostscript-gpl/pkg-descr @@ -22,4 +22,4 @@ This port includes add-on packages (not part of the official gs release) o Additional contributed uniprint driver profiles for - Epson Stylus Color 740 and Epson LQ-1170 -WWW: http://www.cs.wisc.edu/~ghost/doc/AFPL/index.html +WWW: http://www.cs.wisc.edu/~ghost/doc/AFPL/index.htm |