diff options
author | trevor <trevor@FreeBSD.org> | 2002-01-22 10:36:52 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-01-22 10:36:52 +0800 |
commit | 2de833523a76af868f2579e4bee8a93ff9a60196 (patch) | |
tree | a91d46a533add76bdfd6738c2b96e78f8181a017 /print | |
parent | b1e605700499c7366c84f672c0ec0d31e3a56f1c (diff) | |
download | freebsd-ports-gnome-2de833523a76af868f2579e4bee8a93ff9a60196.tar.gz freebsd-ports-gnome-2de833523a76af868f2579e4bee8a93ff9a60196.tar.zst freebsd-ports-gnome-2de833523a76af868f2579e4bee8a93ff9a60196.zip |
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>
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 8 | ||||
-rw-r--r-- | print/ghostscript-afpl/distinfo | 2 | ||||
-rw-r--r-- | print/ghostscript-afpl/pkg-descr | 2 | ||||
-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 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 8 | ||||
-rw-r--r-- | print/ghostscript8/distinfo | 2 | ||||
-rw-r--r-- | print/ghostscript8/pkg-descr | 2 |
9 files changed, 18 insertions, 18 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 54a6d8820eb3..8e54c509e493 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/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-afpl/distinfo b/print/ghostscript-afpl/distinfo index 413d945fcbba..375829dc9586 100644 --- a/print/ghostscript-afpl/distinfo +++ b/print/ghostscript-afpl/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-afpl/pkg-descr b/print/ghostscript-afpl/pkg-descr index 18c09162ed5f..41d47a97d7fb 100644 --- a/print/ghostscript-afpl/pkg-descr +++ b/print/ghostscript-afpl/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 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 diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 54a6d8820eb3..8e54c509e493 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/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/ghostscript8/distinfo b/print/ghostscript8/distinfo index 413d945fcbba..375829dc9586 100644 --- a/print/ghostscript8/distinfo +++ b/print/ghostscript8/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/ghostscript8/pkg-descr b/print/ghostscript8/pkg-descr index 18c09162ed5f..41d47a97d7fb 100644 --- a/print/ghostscript8/pkg-descr +++ b/print/ghostscript8/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 |