summaryrefslogtreecommitdiff
path: root/print/ghostscript-afpl
diff options
context:
space:
mode:
authoradam <adam>2006-01-22 08:18:49 +0000
committeradam <adam>2006-01-22 08:18:49 +0000
commit0ec642c6db2f739a9d0b37b0eda4a3847a0f13c4 (patch)
treeb298cd5e31d8a074da112c73e93c3475e34efd6d /print/ghostscript-afpl
parent9b7c3f362c1b2a9296801a66810af03655e7700b (diff)
downloadpkgsrc-0ec642c6db2f739a9d0b37b0eda4a3847a0f13c4.tar.gz
Changes 8.53:
* Numerous bug fixes and improvements, particularly in the area DeviceN (spot color) handling and the PDF interpreter. * The pdfwrite device can now create PDF/X-3 compliant documents using the lib/PDFX_def.ps prefix approach. See doc/Ps2pdf.htm documentation. *A Beta version level 2 Postscript output device, ps2write, which generates high-level PostScript including text and images and graphics. * A rendering performance enhancement for PDF's with transparency (10x to 90x on files with many small transparency regions/groups).
Diffstat (limited to 'print/ghostscript-afpl')
-rw-r--r--print/ghostscript-afpl/Makefile25
-rw-r--r--print/ghostscript-afpl/PLIST11
-rw-r--r--print/ghostscript-afpl/distinfo10
-rw-r--r--print/ghostscript-afpl/patches/patch-ab8
4 files changed, 31 insertions, 23 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile
index ccea111bf9f..b0a27cb7ded 100644
--- a/print/ghostscript-afpl/Makefile
+++ b/print/ghostscript-afpl/Makefile
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.5 2005/11/27 17:04:18 adrianp Exp $
-#
-
-DISTNAME= ghostscript-8.51
-PKGNAME= ghostscript-afpl-8.51
-PKGREVISION= 1
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://ghostscript.sourceforge.net/
-COMMENT= Postscript interpreter
+# $NetBSD: Makefile,v 1.6 2006/01/22 08:18:49 adam Exp $
+
+DISTNAME= ghostscript-8.53
+PKGNAME= ghostscript-afpl-8.53
+#PKGREVISION= 1
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://ghostscript.sourceforge.net/
+COMMENT= Postscript interpreter
CONFLICTS+= ghostscript{,-nox11}-[0-9]*
CONFLICTS+= ghostscript-esp{,-nox11}-[0-9]*
diff --git a/print/ghostscript-afpl/PLIST b/print/ghostscript-afpl/PLIST
index ff480df8fee..641caa21db8 100644
--- a/print/ghostscript-afpl/PLIST
+++ b/print/ghostscript-afpl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/12 19:20:20 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/01/22 08:18:49 adam Exp $
bin/bdftops
bin/dumphint
bin/dvipdf
@@ -76,6 +76,9 @@ share/doc/html/ghostscript/Changes.htm
share/doc/html/ghostscript/Commprod.htm
share/doc/html/ghostscript/Copying.htm
share/doc/html/ghostscript/DLL.htm
+share/doc/html/ghostscript/Deprecated.htm
+share/doc/html/ghostscript/Details.htm
+share/doc/html/ghostscript/Details8.htm
share/doc/html/ghostscript/Develop.htm
share/doc/html/ghostscript/Devices.htm
share/doc/html/ghostscript/Drivers.htm
@@ -88,9 +91,12 @@ share/doc/html/ghostscript/History3.htm
share/doc/html/ghostscript/History4.htm
share/doc/html/ghostscript/History5.htm
share/doc/html/ghostscript/History6.htm
+share/doc/html/ghostscript/History7.htm
+share/doc/html/ghostscript/History8.htm
share/doc/html/ghostscript/Htmstyle.htm
share/doc/html/ghostscript/Humor.htm
share/doc/html/ghostscript/Install.htm
+share/doc/html/ghostscript/Issues.htm
share/doc/html/ghostscript/Language.htm
share/doc/html/ghostscript/Lib.htm
share/doc/html/ghostscript/Maintain.htm
@@ -107,12 +113,14 @@ share/doc/html/ghostscript/README
share/doc/html/ghostscript/Readme.htm
share/doc/html/ghostscript/Release.htm
share/doc/html/ghostscript/Source.htm
+share/doc/html/ghostscript/Testing.htm
share/doc/html/ghostscript/Unix-lpr.htm
share/doc/html/ghostscript/Use.htm
share/doc/html/ghostscript/Xfonts.htm
share/doc/html/ghostscript/gs.css
share/doc/html/ghostscript/index.html
share/examples/ghostscript/alphabet.ps
+share/examples/ghostscript/annots.pdf
share/examples/ghostscript/chess.ps
share/examples/ghostscript/colorcir.ps
share/examples/ghostscript/doretree.ps
@@ -507,5 +515,6 @@ share/ghostscript/${PKGVERSION}/lib/zeroline.ps
@dirrm share/ghostscript/${PKGVERSION}/Resource/CMap
@dirrm share/ghostscript/${PKGVERSION}/Resource
@dirrm share/ghostscript/${PKGVERSION}
+@dirrm share/ghostscript
@dirrm share/examples/ghostscript
@dirrm share/doc/html/ghostscript
diff --git a/print/ghostscript-afpl/distinfo b/print/ghostscript-afpl/distinfo
index f726afd2ea8..e31ccd4b422 100644
--- a/print/ghostscript-afpl/distinfo
+++ b/print/ghostscript-afpl/distinfo
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.2 2005/11/27 17:04:18 adrianp Exp $
+$NetBSD: distinfo,v 1.3 2006/01/22 08:18:49 adam Exp $
-SHA1 (ghostscript-8.51.tar.bz2) = 2230c8cc565ab2fbff669ae4118937b07727cad6
-RMD160 (ghostscript-8.51.tar.bz2) = 2e4e4e72d00ce84914910136dafa702fa28d8174
-Size (ghostscript-8.51.tar.bz2) = 8377372 bytes
+SHA1 (ghostscript-8.53.tar.bz2) = 448a25d8cd4e473809f91cf742ae05b662e791f1
+RMD160 (ghostscript-8.53.tar.bz2) = 7b05819b1e33159172e42f014e60057953694385
+Size (ghostscript-8.53.tar.bz2) = 9728456 bytes
SHA1 (jpegsrc.v6b.tar.gz) = 7079f0d6c42fad0cfba382cf6ad322add1ace8f9
RMD160 (jpegsrc.v6b.tar.gz) = 18892206014fbb8cae2a44e281f4ed53feaf7882
Size (jpegsrc.v6b.tar.gz) = 613261 bytes
SHA1 (patch-aa) = f9d706b19430c32f568316c0b02eee792e311236
-SHA1 (patch-ab) = ee1cad8503700d088e2a4dcf4c3d14237cb84b0e
+SHA1 (patch-ab) = e0e06f3de9d8930288b1af48ba0aa7b3069e80c3
SHA1 (patch-ac) = 2d320ff00f77c8a62c549e0e3288a55af63fd7aa
SHA1 (patch-ad) = ed75f35c19ae2b19bc8902522b5d4828dfa278fe
diff --git a/print/ghostscript-afpl/patches/patch-ab b/print/ghostscript-afpl/patches/patch-ab
index 3d1c77fd0bc..c4c56f1ff9b 100644
--- a/print/ghostscript-afpl/patches/patch-ab
+++ b/print/ghostscript-afpl/patches/patch-ab
@@ -1,12 +1,12 @@
-$NetBSD: patch-ab,v 1.1.1.1 2005/08/12 19:20:20 drochner Exp $
+$NetBSD: patch-ab,v 1.2 2006/01/22 08:18:49 adam Exp $
---- src/unixinst.mak.orig Thu Apr 18 18:10:40 2002
+--- src/unixinst.mak.orig 2005-06-29 16:21:27.000000000 +0200
+++ src/unixinst.mak
-@@ -133,7 +133,7 @@ install-man: $(PSMANDIR)/gs.1
+@@ -152,7 +152,7 @@ install-man: $(PSMANDIR)/gs.1
ln -s ps2pdf.$(man1ext) $$f.$(man1ext) ) ;\
done ;\
fi ;\
-- if ( test -f $$man1dir/ps2ps.$(man1ext) ) ;\
+- if ( test -f $$man1dir/ps2lp.$(man1ext) ) ;\
+ if ( test -f $$man1dir/gslp.$(man1ext) ) ;\
then for f in $(MAN1_LINKS_GSLP) ;\
do ( cd $$man1dir; rm -f $$f.$(man1ext) ;\