summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-01-22 03:08:18 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-01-22 03:08:18 +0000
commit7ddffe5958bc8cfd4f6b80bd739b77a562353580 (patch)
treee07bfd18c9ae98472eeba224511b886fd08c1684 /print
parentUpdate to 1.0.5 (diff)
Upgrade HPIJS (HP inkjet) driver to 1.0.2, featuring the latest
disclaimer technology (and allowing full-bleed printing on the Photosmart 100), so increment PORTREVISION. fix CAPS In Comment. Invoke perl more specifically. PR: 34140 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=53512
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-gnu/Makefile10
-rw-r--r--print/ghostscript-gnu/distinfo2
-rw-r--r--print/ghostscript7/Makefile10
-rw-r--r--print/ghostscript7/distinfo2
4 files changed, 12 insertions, 12 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile
index 7a0362b68264..dc89b97e56be 100644
--- a/print/ghostscript-gnu/Makefile
+++ b/print/ghostscript-gnu/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript
PORTVERSION= 6.52
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU} \
${MASTER_SITE_SOURCEFORGE} \
@@ -98,7 +98,7 @@ PCL3_MAN1= gs-pcl3.1 pcl3opts.1
# http://www.harsch.net/Ghostscript/ghostscript.html
HP970_DRV= gdevdj9.c.gz
-# gimp-print - very high quality driver for Epson, HPs,...
+# Gimp-Print - very high quality driver for Epson, HPs,...
# http://gimp-print.sourceforge.net/
GPRINT= gimp-print
GPRINT_VERS= 4.2.0
@@ -108,7 +108,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
@@ -168,8 +168,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-gnu/distinfo b/print/ghostscript-gnu/distinfo
index b497370e0b29..828b8de73536 100644
--- a/print/ghostscript-gnu/distinfo
+++ b/print/ghostscript-gnu/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/ghostscript7/Makefile b/print/ghostscript7/Makefile
index 7a0362b68264..dc89b97e56be 100644
--- a/print/ghostscript7/Makefile
+++ b/print/ghostscript7/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript
PORTVERSION= 6.52
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU} \
${MASTER_SITE_SOURCEFORGE} \
@@ -98,7 +98,7 @@ PCL3_MAN1= gs-pcl3.1 pcl3opts.1
# http://www.harsch.net/Ghostscript/ghostscript.html
HP970_DRV= gdevdj9.c.gz
-# gimp-print - very high quality driver for Epson, HPs,...
+# Gimp-Print - very high quality driver for Epson, HPs,...
# http://gimp-print.sourceforge.net/
GPRINT= gimp-print
GPRINT_VERS= 4.2.0
@@ -108,7 +108,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
@@ -168,8 +168,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/ghostscript7/distinfo b/print/ghostscript7/distinfo
index b497370e0b29..828b8de73536 100644
--- a/print/ghostscript7/distinfo
+++ b/print/ghostscript7/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