pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ghostscript-afpl import ghostscript-afpl-8.51



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d550fe234c9d
branches:  trunk
changeset: 498101:d550fe234c9d
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Aug 12 19:20:19 2005 +0000

description:
import ghostscript-afpl-8.51
This is lurking in my tree for a long time, was hoping to find
time&energy to libtoolize it, but I've given up on this.
It is still much better than GNU ghostscript in particular for
use with scribus, so it is worth having anyway.

diffstat:

 print/ghostscript-afpl/DESCR            |    6 +
 print/ghostscript-afpl/Makefile         |   47 ++
 print/ghostscript-afpl/PLIST            |  511 ++++++++++++++++++++++++++++++++
 print/ghostscript-afpl/distinfo         |   10 +
 print/ghostscript-afpl/patches/patch-aa |   15 +
 print/ghostscript-afpl/patches/patch-ab |   13 +
 6 files changed, 602 insertions(+), 0 deletions(-)

diffs (truncated from 626 to 300 lines):

diff -r a3796e4a3799 -r d550fe234c9d print/ghostscript-afpl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/ghostscript-afpl/DESCR      Fri Aug 12 19:20:19 2005 +0000
@@ -0,0 +1,6 @@
+Ghostscript is the well-known PostScript interpreter which is available for
+all common and most esoteric platforms and supports many different printers
+and some displays.
+
+This package contains AFPL Ghostscript, which is released under the terms
+of the Aladdin Free Public License.
diff -r a3796e4a3799 -r d550fe234c9d print/ghostscript-afpl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/ghostscript-afpl/Makefile   Fri Aug 12 19:20:19 2005 +0000
@@ -0,0 +1,47 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/08/12 19:20:19 drochner Exp $
+#
+
+DISTNAME=              ghostscript-8.51
+PKGNAME=               ghostscript-afpl-8.51
+CATEGORIES=            print
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://ghostscript.sourceforge.net/
+COMMENT=               Postscript interpreter
+
+USE_GNU_TOOLS+=                make
+GNU_CONFIGURE=         yes
+USE_X11=               yes
+
+GS_SRCS=                ${DISTNAME}${EXTRACT_SUFX}
+DISTFILES=             ${GS_SRCS}
+EXTRACT_ONLY=           ${GS_SRCS}
+
+# Adobe's JPEG implementation in their PDF/PS documents is non-standard,
+# so we can't use an already installed libjpeg.so.
+#
+JPEG_SRCS=              jpegsrc.v6b.tar.gz
+JPEG_WRKSRC=            ${WRKDIR}/jpeg-6b
+SITES_${JPEG_SRCS}=     ftp://ftp.uu.net/graphics/jpeg/
+DISTFILES+=             ${JPEG_SRCS}
+EXTRACT_ONLY+=          ${JPEG_SRCS}
+
+GS_RESOURCEDIR=                ${PREFIX}/share/ghostscript/Resource
+
+post-extract:
+       ${MKDIR} ${WRKSRC}/bin
+       ${MKDIR} ${WRKSRC}/obj
+       ${LN} -fs ${JPEG_WRKSRC} ${WRKSRC}/jpeg
+       ${MV} ${WRKSRC}/jasper ${WRKSRC}/jasper.dontuse
+       cd ${WRKSRC}/lib; for file in gs_res.ps; do                     \
+               ${SED}  -e "s|/Resource/|${GS_RESOURCEDIR}/|g"          \
+                       $${file} > $${file}.fixed;                      \
+               ${MV} -f $${file}.fixed $${file};                       \
+       done
+
+.include "../../graphics/png/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/jasper/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a3796e4a3799 -r d550fe234c9d print/ghostscript-afpl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/ghostscript-afpl/PLIST      Fri Aug 12 19:20:19 2005 +0000
@@ -0,0 +1,511 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/12 19:20:20 drochner Exp $
+bin/bdftops
+bin/dumphint
+bin/dvipdf
+bin/eps2eps
+bin/fixmswrd.pl
+bin/font2c
+bin/gs
+bin/gsbj
+bin/gsdj
+bin/gsdj500
+bin/gslj
+bin/gslp
+bin/gsnd
+bin/lprsetup.sh
+bin/pdf2dsc
+bin/pdf2ps
+bin/pdfopt
+bin/pf2afm
+bin/pfbtopfa
+bin/printafm
+bin/ps2ascii
+bin/ps2epsi
+bin/ps2pdf
+bin/ps2pdf12
+bin/ps2pdf13
+bin/ps2pdf14
+bin/ps2pdfwr
+bin/ps2ps
+bin/pv.sh
+bin/unix-lpr.sh
+bin/wftopfa
+man/de/man1/dvipdf.1
+man/de/man1/eps2eps.1
+man/de/man1/font2c.1
+man/de/man1/gsnd.1
+man/de/man1/pdf2dsc.1
+man/de/man1/pdf2ps.1
+man/de/man1/pdfopt.1
+man/de/man1/printafm.1
+man/de/man1/ps2ascii.1
+man/de/man1/ps2pdf.1
+man/de/man1/ps2pdf12.1
+man/de/man1/ps2pdf13.1
+man/de/man1/ps2ps.1
+man/de/man1/wftopfa.1
+man/man1/dvipdf.1
+man/man1/eps2eps.1
+man/man1/font2c.1
+man/man1/gs.1
+man/man1/gsbj.1
+man/man1/gsdj.1
+man/man1/gsdj500.1
+man/man1/gslj.1
+man/man1/gslp.1
+man/man1/gsnd.1
+man/man1/pdf2dsc.1
+man/man1/pdf2ps.1
+man/man1/pdfopt.1
+man/man1/pf2afm.1
+man/man1/pfbtopfa.1
+man/man1/printafm.1
+man/man1/ps2ascii.1
+man/man1/ps2epsi.1
+man/man1/ps2pdf.1
+man/man1/ps2pdf12.1
+man/man1/ps2pdf13.1
+man/man1/ps2pdfwr.1
+man/man1/ps2ps.1
+man/man1/wftopfa.1
+share/doc/html/ghostscript/API.htm
+share/doc/html/ghostscript/Bug-form.htm
+share/doc/html/ghostscript/Bug-info.htm
+share/doc/html/ghostscript/C-style.htm
+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/Develop.htm
+share/doc/html/ghostscript/Devices.htm
+share/doc/html/ghostscript/Drivers.htm
+share/doc/html/ghostscript/Fonts.htm
+share/doc/html/ghostscript/Helpers.htm
+share/doc/html/ghostscript/Hershey.htm
+share/doc/html/ghostscript/History1.htm
+share/doc/html/ghostscript/History2.htm
+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/Htmstyle.htm
+share/doc/html/ghostscript/Humor.htm
+share/doc/html/ghostscript/Install.htm
+share/doc/html/ghostscript/Language.htm
+share/doc/html/ghostscript/Lib.htm
+share/doc/html/ghostscript/Maintain.htm
+share/doc/html/ghostscript/Make.htm
+share/doc/html/ghostscript/News.htm
+share/doc/html/ghostscript/PUBLIC
+share/doc/html/ghostscript/Projects.htm
+share/doc/html/ghostscript/Ps-style.htm
+share/doc/html/ghostscript/Ps2epsi.htm
+share/doc/html/ghostscript/Ps2pdf.htm
+share/doc/html/ghostscript/Psfiles.htm
+share/doc/html/ghostscript/Public.htm
+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/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/chess.ps
+share/examples/ghostscript/colorcir.ps
+share/examples/ghostscript/doretree.ps
+share/examples/ghostscript/escher.ps
+share/examples/ghostscript/golfer.eps
+share/examples/ghostscript/grayalph.ps
+share/examples/ghostscript/ridt91.eps
+share/examples/ghostscript/snowflak.ps
+share/examples/ghostscript/tiger.eps
+share/examples/ghostscript/vasarely.ps
+share/examples/ghostscript/waterfal.ps
+share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/78-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/78-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/83pv-RKSJ-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-UCS2
+share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/90msp-RKSJ-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/90msp-RKSJ-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/90pv-RKSJ-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/90pv-RKSJ-UCS2
+share/ghostscript/${PKGVERSION}/Resource/CMap/90pv-RKSJ-UCS2C
+share/ghostscript/${PKGVERSION}/Resource/CMap/90pv-RKSJ-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/Add-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/Add-RKSJ-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/Add-RKSJ-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/Add-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-3
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-B5pc
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-ETenms-B5
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-H-CID
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-H-Host
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-H-Mac
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-UCS2
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-4
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-GBK-EUC
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-GBpc-EUC
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-H-CID
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-H-Host
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-H-Mac
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-UCS2
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-0
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-1
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-2
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-4
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-90ms-RKSJ
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-90pv-RKSJ
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-H-CID
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-H-Host
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-H-Mac
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-PS-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-PS-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-UCS2
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-2
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-H-CID
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-H-Host
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-H-Mac
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-KSCms-UHC
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-KSCpc-EUC
+share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-UCS2
+share/ghostscript/${PKGVERSION}/Resource/CMap/B5pc-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/B5pc-UCS2
+share/ghostscript/${PKGVERSION}/Resource/CMap/B5pc-UCS2C
+share/ghostscript/${PKGVERSION}/Resource/CMap/B5pc-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/CNS-EUC-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/CNS-EUC-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/ETHK-B5-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/ETHK-B5-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/ETen-B5-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/ETen-B5-UCS2
+share/ghostscript/${PKGVERSION}/Resource/CMap/ETen-B5-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/ETenms-B5-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/ETenms-B5-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/EUC-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/EUC-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-RKSJ-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-RKSJ-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/GB-EUC-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/GB-EUC-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/GBK-EUC-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/GBK-EUC-UCS2
+share/ghostscript/${PKGVERSION}/Resource/CMap/GBK-EUC-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/GBK2K-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/GBK2K-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/GBKp-EUC-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/GBKp-EUC-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/GBT-EUC-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/GBT-EUC-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/GBpc-EUC-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/GBpc-EUC-UCS2
+share/ghostscript/${PKGVERSION}/Resource/CMap/GBpc-EUC-UCS2C
+share/ghostscript/${PKGVERSION}/Resource/CMap/GBpc-EUC-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/H
+share/ghostscript/${PKGVERSION}/Resource/CMap/HKdla-B5-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/HKdla-B5-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/HKdlb-B5-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/HKdlb-B5-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/HKgccs-B5-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/HKgccs-B5-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/HKm314-B5-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/HKm314-B5-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/HKm471-B5-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/HKm471-B5-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/HKscs-B5-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/HKscs-B5-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/Hankaku
+share/ghostscript/${PKGVERSION}/Resource/CMap/Hiragana
+share/ghostscript/${PKGVERSION}/Resource/CMap/Identity-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/Identity-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-EUC-H
+share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-EUC-V
+share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-Johab-H



Home | Main Index | Thread Index | Old Index