summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript-gpl')
-rw-r--r--print/ghostscript-gpl/Makefile312
-rw-r--r--print/ghostscript-gpl/distinfo9
-rw-r--r--print/ghostscript-gpl/files/cdj850.contrib.mak13
-rw-r--r--print/ghostscript-gpl/files/dj970.contrib.mak9
-rw-r--r--print/ghostscript-gpl/files/escputil.contrib.mak6
-rw-r--r--print/ghostscript-gpl/files/lqx70ch.upp26
-rw-r--r--print/ghostscript-gpl/files/lqx70cl.upp26
-rw-r--r--print/ghostscript-gpl/files/lqx70cm.upp25
-rw-r--r--print/ghostscript-gpl/files/patch-aa224
-rw-r--r--print/ghostscript-gpl/files/patch-ac86
-rw-r--r--print/ghostscript-gpl/files/patch-lib,gs_init.ps31
-rw-r--r--print/ghostscript-gpl/files/patch-src.gdevxini.c47
-rw-r--r--print/ghostscript-gpl/files/stc740ih.upp60
-rw-r--r--print/ghostscript-gpl/files/stc740p.upp36
-rw-r--r--print/ghostscript-gpl/files/stc740pl.upp32
-rw-r--r--print/ghostscript-gpl/pkg-comment1
-rw-r--r--print/ghostscript-gpl/pkg-descr24
-rw-r--r--print/ghostscript-gpl/pkg-plist496
-rw-r--r--print/ghostscript-gpl/scripts/configure214
-rw-r--r--print/ghostscript-gpl/scripts/configure.batch19
20 files changed, 0 insertions, 1696 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile
deleted file mode 100644
index 5fd292a39687..000000000000
--- a/print/ghostscript-gpl/Makefile
+++ /dev/null
@@ -1,312 +0,0 @@
-# New ports collection makefile for: ghostscript
-# Date created: Tue Jun 10 21:58:54 CEST 1997
-# Whom: Andreas Klemm <andreas@klemm.gtn.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ghostscript
-PORTVERSION= 6.50
-PORTREVISION= 6
-CATEGORIES= print
-MASTER_SITES= ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/gs650/ \
- ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/fonts/ \
- http://www.gelhaus.net/hp880c/1.4beta/ \
- http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/ \
- http://www.harsch.net/Download/ \
- http://www.ozemail.com.au/~geoffk/pdfencrypt/ \
- ftp://download.sourceforge.net/pub/sourceforge/gimp-print/ \
- http://download.sourceforge.net/ghostscript/ \
- ftp://ftp.cs.wisc.edu/ghost/aladdin/fonts/ \
- ftp://ftp.mirror.ac.uk/sites/ftp.cs.wisc.edu/ghost/aladdin/gs650/ \
- ftp://ftp.mirror.ac.uk/sites/ftp.cs.wisc.edu/ghost/aladdin/fonts/ \
- ftp://ftp.medasys-digital-systems.fr/pub/unix/ghostscript/aladdin/gs650/ \
- ftp://ftp.medasys-digital-systems.fr/pub/unix/ghostscript/aladdin/fonts/ \
- ftp://munnari.oz.au/ghost/aladdin/gs650/ \
- ftp://munnari.oz.au/ghost/aladdin/fonts/ \
- ftp://sunsite.cnlab-switch.ch/mirror/ghost/aladdin/gs650/ \
- ftp://sunsite.cnlab-switch.ch/mirror/ghost/aladdin/fonts/
-# note: russian mirror isn't up to date
-DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \
- ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_SRC} ${PCL3_SRC} \
- ${HP970_DRV} ${GPRINT_SRC}
-EXTRACT_ONLY= ${GS_SOURCES}
-
-MAINTAINER= andreas@FreeBSD.org
-
-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract
-LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
-
-WRKSRC= ${WRKDIR}/gs${PORTVERSION}
-ALL_TARGET= all pcl3opts escputil
-
-.if !defined(NO_X)
-USE_XLIB= yes
-.else
-# XXX Hack. If you've done something like "-DNO_X" on the command line
-# (instead of NO_X=true, or similar) gmake won't pick it up. So make sure
-# that NO_X is defined *and* has a value.
-MAKE_ENV+= NO_X=true
-.endif
-
-USE_GMAKE= yes
-MAKEFILE= src/unix-gcc.mak
-PLIST_SUB= GS_VERSION=${PORTVERSION}
-# Note: the order that the manpages are listed here matters because
-# some of them are symbolic links
-MAN1= gs.1 dvipdf.1 font2c.1 eps2eps.1 gsbj.1 gsdj.1 gsdj500.1 \
- gslj.1 gslp.1 gsnd.1 pdf2dsc.1 pdfopt.1 pdf2ps.1 pf2afm.1 \
- pfbtopfa.1 printafm.1 ps2ascii.1 ps2epsi.1 ps2pdf12.1 \
- ps2pdf13.1 ps2pdf.1 ps2pdfwr.1 ps2ps.1 wftopfa.1 \
- gs-hpdj.1 gs-pcl3.1 pcl3opts.1 escputil.1
-
-GS_SOURCES= ghostscript-${PORTVERSION}.tar.gz
-# Note: the following two are real files that have symlinks with
-# later version numbers pointing to them. To avoid unnecessarily
-# downloading distfiles, do not change these when upgrading the port
-# unless the files really change.
-GS_FONTS_STD= ghostscript-fonts-std-6.0.tar.gz
-GS_FONTS_OTHER= ghostscript-fonts-other-6.0.tar.gz
-
-# Additional Drivers:
-
-# Ghostscript Driver for HP DeskJet 812C/815C/832C/880C/882C/895C
-# http://www.gelhaus.net/hp880c/
-# driver names: cdj880
-HP8XX= cdj850
-HP8XX_DRV= gdevcd8.tar.gz
-
-# HPDJ, additional driver for HP PCL3 Printers, by Martin Lottermoser
-# ftp://ftp.sbs.de/pub/graphics/ghostscript/pcl3/pcl3.html
-# still present, just for the case pcl3 is missing some hpdj feature
-HPDJ= hpdj
-HPDJ_VERS= 2.6
-HPDJ_NAME= ${HPDJ}-${HPDJ_VERS}
-HPDJ_SRC= ${HPDJ_NAME}.tar.gz
-HPDJ_MAN1= gs-hpdj.1
-
-# PCL3 (hpdj successor now in RELEASE quality)
-# additional driver for HP PCL3 Printers, by Martin Lottermoser
-# http://home.t-online.de/home/Martin.Lottermoser/pcl3.html
-PCL3= pcl3
-PCL3_VERS= 3.2
-PCL3_NAME= ${PCL3}-${PCL3_VERS}
-PCL3_SRC= ${PCL3_NAME}.tar.gz
-PCL3_MAN1= gs-pcl3.1 pcl3opts.1
-
-# additional driver for HP DeskJet 970, supports duplex printing
-HP970_DRV= gdevdj9.c.gz
-
-# gimp-print - very high quality driver for Epson, HPs,...
-# http://sourceforge.net/projects/gimp-print/
-GPRINT= print
-GPRINT_DESC= gimp-${GPRINT}
-GPRINT_VERS= 4.0.4
-GPRINT_NAME= ${GPRINT}-${GPRINT_VERS}
-GPRINT_SRC= ${GPRINT_NAME}.tar.gz
-GPRINT_MAN1= escputil.1
-
-# contributed uniprint profiles
-CONTRIB_UPP= lqx70ch.upp lqx70cl.upp lqx70cm.upp \
- stc740ih.upp stc740p.upp stc740pl.upp
-
-# replacement for pdf_sec.ps, that allows you to read encrypted PDF files
-DECRYPT_PDF= pdf_sec.ps
-
-.if defined(A4)
-CFLAGS+= -DA4
-.endif
-
-CFLAGS+= -DUPD_SIGNAL=0
-
-pre-fetch:
-.if !defined(A4)
- @${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation."
-.else
- @${ECHO_MSG} "Using -DA4 for compilation."
-.endif
-
-post-extract:
- @${ECHO} ">>> in post-extract ..."
- @${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b \
- ${WRKSRC}/jpeg
-# ** 3rd party driver **
-# Note: don't forget to add those devices in scripts/configure and
-# configure.batch, which update unix-gcc.mak to build gs with these
-# new devices !
-#
-# for HP8XX driver
- @${ECHO} ">>> extracting ${HP8XX_DRV} ..."
- @${TAR} -C ${WRKSRC}/src -xzf ${DISTDIR}/${HP8XX_DRV}
-# for HPDJ driver
- @${ECHO} ">>> extracting ${HPDJ_SRC} ..."
- @${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${HPDJ_SRC}
- @${TAR} -C ${WRKSRC}/src -xf ${WRKSRC}/${HPDJ_NAME}/${HPDJ}.tar
-# for PCL3 driver
- @${ECHO} ">>> extracting ${PCL3_SRC} ..."
- @${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${PCL3_SRC}
- @${LN} -s ${PCL3_NAME} ${WRKSRC}/pcl3
- @${TAR} -C ${WRKSRC}/${PCL3_NAME} -xf \
- ${WRKSRC}/${PCL3_NAME}/${PCL3}.tar
-# for HP DeskJet 970 driver
- @${ECHO} ">>> extracting ${HP970_DRV} ..."
- @${CP} ${DISTDIR}/${HP970_DRV} ${WRKSRC}/src
- @${GUNZIP_CMD} ${WRKSRC}/src/${HP970_DRV}
-# for gimp-print
- @${ECHO} ">>> extracting ${GPRINT_SRC} ..."
- @${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${GPRINT_SRC}
-
-# here we apply unofficial patches from 3rd party drivers
-post-patch:
-# from PCL3 driver
- @${ECHO} ">>> in post-patch ..."
- @${ECHO} ">>> applying patches from ${PCL3} ..."
- @${PATCH} -d ${WRKSRC}/src --forward --quiet -E \
- < ${WRKSRC}/${PCL3_NAME}/src/zmedia2.c-6.01.diff
-
-# here we apply the modifications necessary to build the 3rd party drivers
-# advantage: you see unmodified makefiles after a pure make extract
-pre-configure:
- @${ECHO} ">>> in pre-configure ..."
-# for HP8XX driver
- @${ECHO} ">>> adding ${HP8XX} driver to contrib.mak ..."
- @${CAT} ${FILESDIR}/cdj850.contrib.mak \
- >> ${WRKSRC}/src/contrib.mak
-# for HPDJ driver
- @${ECHO} ">>> adding ${HPDJ} driver to contrib.mak ..."
- @${CAT} ${WRKSRC}/src/contrib.mak-5.94.add \
- >> ${WRKSRC}/src/contrib.mak
-# for PCL3 driver
- @${ECHO} ">>> adding ${PCL3} driver to contrib.mak ..."
- @${CAT} ${WRKSRC}/${PCL3_NAME}/src/contrib.mak-6.01.add \
- >> ${WRKSRC}/src/contrib.mak
-# for HP DeskJet 970 driver
- @${ECHO} ">>> adding DJ970 driver to contrib.mak ..."
- @${CAT} ${FILESDIR}/dj970.contrib.mak \
- >> ${WRKSRC}/src/contrib.mak
-# for gimp-print
- @${ECHO} ">>> creating symlinks for ${GPRINT_DESC} ..."
- @${LN} -s ${WRKSRC}/${GPRINT_NAME}/Ghost/*.[ch] \
- ${WRKSRC}/src
- @${ECHO} ">>> adding ${GPRINT_DESC} driver to contrib.mak ..."
- @${CAT} ${WRKSRC}/${GPRINT_NAME}/Ghost/contrib.mak.addon \
- >> ${WRKSRC}/src/contrib.mak
- @${ECHO} ">>> adding make rules for escputil to contrib.mak ..."
- @${CAT} ${FILESDIR}/escputil.contrib.mak \
- >> ${WRKSRC}/src/contrib.mak
-
-do-configure:
- @${ECHO} ">>> in do-configure ..."
-.if defined(BATCH)
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch
-.else
- # XXX diable dialog based configure, needs some rework later...
- #@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch
-.endif
-
-pre-build:
- @${ECHO} ">>> in pre-build ..."
- @${ECHO} ">>> creating directories for compilation ..."
- @${MKDIR} ${WRKSRC}/obj
- @${MKDIR} ${WRKSRC}/bin
-
-pre-install:
- @${ECHO} ">>> in pre-install ..."
- @${ECHO} ">>> creating ghostscript destdir ..."
- @${MKDIR} ${PREFIX}/share/ghostscript
- @${ECHO} ">>> extracting ghostscript fonts..."
- @${TAR} -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_STD}
- @${TAR} -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_OTHER}
-
-post-install:
- @${ECHO} ">>> in post-install ..."
- @${ECHO} ">>> stripping gs ..."
- @strip ${PREFIX}/bin/gs
- @${ECHO} ">>> installing additional scripts ..."
- @${INSTALL_SCRIPT} ${WRKSRC}/lib/unix-lpr.sh ${PREFIX}/bin
- @${INSTALL_SCRIPT} ${WRKSRC}/lib/lprsetup.sh ${PREFIX}/bin
-# for HPDJ driver
- @${ECHO} ">>> installing ${HPDJ} manpages ..."
-.for i in ${HPDJ_MAN1}
- @${INSTALL_MAN} ${WRKSRC}/src/${i} ${PREFIX}/man/man1
-.endfor
- @${ECHO} ">>> creating ${HPDJ} destdir ..."
- @${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/hpdj
- @${ECHO} ">>> installing files in ${HPDJ} destdir ..."
-.for i in README.hpdj example.mdf margins-A4.ps margins-A4Rotated.ps \
- margins-Letter.ps margins-LetterRotated.ps
- @${INSTALL_DATA} ${WRKSRC}/src/${i} \
- ${PREFIX}/share/ghostscript/${PORTVERSION}/hpdj
-.endfor
-# for PCL3 driver
- @${ECHO} ">>> installing ${PCL3} manpages ..."
-.for i in ${PCL3_MAN1}
- @${INSTALL_MAN} ${WRKSRC}/${PCL3_NAME}/doc/${i} ${PREFIX}/man/man1
-.endfor
-# other pcl3 stuff, which might be interesting for runtime
- @${ECHO} ">>> creating ${PCL3} destdir ..."
- @${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/pcl3
- @${ECHO} ">>> installing files in ${PCL3} destdir ..."
-.for i in NEWS BUGS README lib/example.mcf lib/if-pcl3 ps/calign.ps \
- ps/dumppdd.ps ps/levels-test.ps ps/margins-A4.ps \
- ps/margins-A4Rotated.ps ps/margins-Env10Rotated.ps \
- ps/margins-EnvDLRotated.ps ps/margins-Letter.ps \
- ps/margins-LetterRotated.ps
- @${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \
- ${PREFIX}/share/ghostscript/${PORTVERSION}/pcl3
-.endfor
-# for gimp-print driver
- @${ECHO} ">>> installing ${GPRINT_DESC} escputil in bindir ..."
- @${INSTALL_PROGRAM} ${WRKSRC}/src/escputil ${PREFIX}/bin
- @${ECHO} ">>> stripping ${GPRINT_DESC} escputil ..."
- @strip ${PREFIX}/bin/escputil
- @${ECHO} ">>> installing ${GPRINT_DESC} manpages ..."
-.for i in ${GPRINT_MAN1}
- @${INSTALL_MAN} ${WRKSRC}/${GPRINT_NAME}/Ghost/${i} \
- ${PREFIX}/man/man1
-.endfor
- @${ECHO} ">>> creating ${GPRINT_DESC} destdir ..."
- @${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/gimp-print
- @${ECHO} ">>> installing files in gimp-print destdir ..."
-.for i in README
- @${INSTALL_DATA} ${WRKSRC}/${GPRINT_NAME}/Ghost/${i} \
- ${PREFIX}/share/ghostscript/${PORTVERSION}/gimp-print
-.endfor
-# contributed UPP driver
- @${ECHO} ">>> installing contributed UPP profiles ..."
-.for i in ${CONTRIB_UPP}
- @${INSTALL_DATA} ${FILESDIR}/${i} \
- ${PREFIX}/share/ghostscript/${PORTVERSION}/lib
-.endfor
-# for reading encrypted PDFs
- @${ECHO} ">>> installing support for encrypted PDF files ..."
- @${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \
- ${PREFIX}/share/ghostscript/${PORTVERSION}/lib
-#
-# now NOPORTDOCS dependend stuff
-#
-.if !defined(NOPORTDOCS)
- @${ECHO} ">>> installing PORTDOC stuff ..."
-# install hpdj docu, not necessary for runtime
-# note: old hpdj driver has its files in ${WRKSRC}/src
- @${ECHO} ">>> creating ${HPDJ} docu destdir ..."
- @${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/hpdj
- @${ECHO} ">>> installing files in ${HPDJ} docu destdir ..."
-.for i in LGPL.txt NEWS hpdj.html
- @${INSTALL_DATA} ${WRKSRC}/src/${i} \
- ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/hpdj
-.endfor
-# install pcl3 docu, not necessary for runtime
-# note: new pcl3 driver has a subdir of its own
- @${ECHO} ">>> creating ${PCL3} docu destdir ..."
- @${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/pcl3
- @${ECHO} ">>> installing files in ${PCL3} docu destdir ..."
-.for i in LGPL NEWS doc/gs-pcl3.html doc/how-to-report.txt doc/pcl3opts.html
- @${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \
- ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/pcl3
-.endfor
-.endif
- @${ECHO} "> post-installation tasks completed."
-
-.include <bsd.port.mk>
diff --git a/print/ghostscript-gpl/distinfo b/print/ghostscript-gpl/distinfo
deleted file mode 100644
index 2e40ae3888a2..000000000000
--- a/print/ghostscript-gpl/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-MD5 (ghostscript-6.50.tar.gz) = 8f52f724f692cf06c94ad7da45eb7ec1
-MD5 (ghostscript-fonts-std-6.0.tar.gz) = 8250132d6fcc6eb1419f505f06c7690b
-MD5 (ghostscript-fonts-other-6.0.tar.gz) = 1a643ae62ef166562e4d422b1a601272
-MD5 (pdf_sec.ps) = 92cd6af5b4d7219e91e61b8351f0f7c4
-MD5 (gdevcd8.tar.gz) = 5ce48bff6082a023199c8ede4aae63a0
-MD5 (hpdj-2.6.tar.gz) = dcc402281f36afd2041144e0e97917be
-MD5 (pcl3-3.2.tar.gz) = c98b9404dfc47d5ff907f9ad81dcbd46
-MD5 (gdevdj9.c.gz) = f09ef883b8ba837fb42c608c01af7375
-MD5 (print-4.0.4.tar.gz) = e6b955ab3e842a7f0cf8214ffef5842c
diff --git a/print/ghostscript-gpl/files/cdj850.contrib.mak b/print/ghostscript-gpl/files/cdj850.contrib.mak
deleted file mode 100644
index ffb099b0caf8..000000000000
--- a/print/ghostscript-gpl/files/cdj850.contrib.mak
+++ /dev/null
@@ -1,13 +0,0 @@
-
-###- cdj850 - HP 850 Driver under development -------- ###
-
-cdj8_=$(GLOBJ)gdevcd8.$(OBJ) $(HPPCL)
-
-$(DD)cdj850.dev : $(cdj8_) $(DD)page.dev
- $(SETPDEV) $(DD)cdj850 $(cdj8_)
-
-$(GLOBJ)gdevcd8.$(OBJ) : $(GLSRC)gdevcd8.c $(std_h) $(PDEVH)\
- $(gsparam_h) $(gsstate_h) $(gxlum_h)\
- $(gdevbjc_h) $(gdevpcl_h)
- $(GLCC) $(GLO_)gdevcd8.$(OBJ) $(C_) $(GLSRC)gdevcd8.c
-
diff --git a/print/ghostscript-gpl/files/dj970.contrib.mak b/print/ghostscript-gpl/files/dj970.contrib.mak
deleted file mode 100644
index 8227012da41a..000000000000
--- a/print/ghostscript-gpl/files/dj970.contrib.mak
+++ /dev/null
@@ -1,9 +0,0 @@
-###- cdj970 - HP 970Cxi Driver under development -------- ###
-cdeskjet9_=$(GLOBJ)gdevdj9.$(OBJ) $(HPPCL)
-
-$(DD)cdj970.dev : $(cdeskjet9_) $(DD)page.dev
- $(SETPDEV2) $(DD)cdj970 $(cdeskjet9_)
-
-$(GLOBJ)gdevdj9.$(OBJ) : $(GLSRC)gdevdj9.c $(PDEVH) $(math__h) \
- $(gsparam_h) $(gxlum_h) $(gdevpcl_h)
- $(GLCC) $(GLO_)gdevdj9.$(OBJ) $(C_) $(GLSRC)gdevdj9.c
diff --git a/print/ghostscript-gpl/files/escputil.contrib.mak b/print/ghostscript-gpl/files/escputil.contrib.mak
deleted file mode 100644
index b0cea6064968..000000000000
--- a/print/ghostscript-gpl/files/escputil.contrib.mak
+++ /dev/null
@@ -1,6 +0,0 @@
-
-# build escputil command from gimp-print sources
-
-escputil: $(GLSRC)escputil.c
- $(CC_) -o $(GLSRC)escputil $(GLSRC)escputil.c
-
diff --git a/print/ghostscript-gpl/files/lqx70ch.upp b/print/ghostscript-gpl/files/lqx70ch.upp
deleted file mode 100644
index b5d3cd49e912..000000000000
--- a/print/ghostscript-gpl/files/lqx70ch.upp
+++ /dev/null
@@ -1,26 +0,0 @@
-# $ApsCVS: src/apsfilter/uniprint/lqx70ch.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $
-#
--supModel="Epson LQ-1170 ESC/P2 Dot Matrix, 360x360DpI, Plain Paper"
--sDEVICE=uniprint
--dNOPAUSE
--dSAFER
--dupColorModel=/DeviceCMYKgenerate
--dupRendering=/ErrorDiffusion
--dupOutputFormat=/EscP2
--r360x360
--dupMargins="{ 9.0 0.0 9.0 24.0}"
--dupOutputPins=24
--dupBeginPageCommand="<
- 1b40 1b40
- 1b2847 0100 01
- 1b2869 0100 01
- 1b2855 0100 0A
- 1b5501
- 1b2865 0200 0002
- 1b2843 0200 0000
- 1b2863 0400 0000 0000
->"
--dupAdjustPageLengthCommand
--dupEndPageCommand="(\014)"
--dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)"
-
diff --git a/print/ghostscript-gpl/files/lqx70cl.upp b/print/ghostscript-gpl/files/lqx70cl.upp
deleted file mode 100644
index 91fb1aa89906..000000000000
--- a/print/ghostscript-gpl/files/lqx70cl.upp
+++ /dev/null
@@ -1,26 +0,0 @@
-# $ApsCVS: src/apsfilter/uniprint/lqx70cl.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $
-#
--supModel="Epson LQ-1170 ESC/P2 Dot Matrix, 180x180DpI, Plain Paper"
--sDEVICE=uniprint
--dNOPAUSE
--dSAFER
--dupColorModel=/DeviceCMYKgenerate
--dupRendering=/ErrorDiffusion
--dupOutputFormat=/EscP2
--r180x180
--dupMargins="{ 9.0 0.0 9.0 24.0}"
--dupOutputPins=24
--dupBeginPageCommand="<
- 1b40 1b40
- 1b2847 0100 01
- 1b2869 0100 01
- 1b2855 0100 14
- 1b5500
- 1b2865 0200 0002
- 1b2843 0200 0000
- 1b2863 0400 0000 0000
->"
--dupAdjustPageLengthCommand
--dupEndPageCommand="(\014)"
--dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)"
-
diff --git a/print/ghostscript-gpl/files/lqx70cm.upp b/print/ghostscript-gpl/files/lqx70cm.upp
deleted file mode 100644
index 895af73aa8d8..000000000000
--- a/print/ghostscript-gpl/files/lqx70cm.upp
+++ /dev/null
@@ -1,25 +0,0 @@
-# $ApsCVS: src/apsfilter/uniprint/lqx70cm.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $
-#
--supModel="Epson LQ-1170 ESC/P2 Dot Matrix, 360x180DpI, Plain Paper"
--sDEVICE=uniprint
--dNOPAUSE
--dSAFER
--dupColorModel=/DeviceCMYKgenerate
--dupRendering=/ErrorDiffusion
--dupOutputFormat=/EscP2
--r360x180
--dupMargins="{ 9.0 24.0 9.0 24.0}"
--dupOutputPins=24
--dupBeginPageCommand="<
- 1b40 1b40
- 1b2847 0100 01
- 1b2869 0100 01
- 1b2855 0100 14
- 1b5501
- 1b2843 0200 0000
- 1b2863 0400 0000 0000
->"
--dupAdjustPageLengthCommand
--dupEndPageCommand="(\014)"
--dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)"
-
diff --git a/print/ghostscript-gpl/files/patch-aa b/print/ghostscript-gpl/files/patch-aa
deleted file mode 100644
index d4e6fa42b073..000000000000
--- a/print/ghostscript-gpl/files/patch-aa
+++ /dev/null
@@ -1,224 +0,0 @@
---- src/unix-gcc.mak.orig Mon Sep 25 16:06:28 2000
-+++ src/unix-gcc.mak Sun Feb 25 17:58:59 2001
-@@ -26,14 +26,15 @@
- # source, generated intermediate file, and object directories
- # for the graphics library (GL) and the PostScript/PDF interpreter (PS).
-
--BINDIR=./bin
--GLSRCDIR=./src
--GLGENDIR=./obj
--GLOBJDIR=./obj
--PSSRCDIR=./src
--PSLIBDIR=./lib
--PSGENDIR=./obj
--PSOBJDIR=./obj
-+.CURDIR?=.
-+BINDIR=${.CURDIR}/bin
-+GLSRCDIR=${.CURDIR}/src
-+GLGENDIR=${.CURDIR}/obj
-+GLOBJDIR=${.CURDIR}/obj
-+PSSRCDIR=${.CURDIR}/src
-+PSLIBDIR=${.CURDIR}/lib
-+PSGENDIR=${.CURDIR}/obj
-+PSOBJDIR=${.CURDIR}/obj
-
- # Do not edit the next group of lines.
-
-@@ -52,11 +53,10 @@
- # the directories also define the default search path for the
- # initialization files (gs_*.ps) and the fonts.
-
--INSTALL = $(GLSRCDIR)/instcopy -c
--INSTALL_PROGRAM = $(INSTALL) -m 755
--INSTALL_DATA = $(INSTALL) -m 644
-+INSTALL_PROGRAM = $(BSD_INSTALL_SCRIPT)
-+INSTALL_DATA = $(BSD_INSTALL_DATA)
-
--prefix = /usr/local
-+prefix = $(PREFIX)
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- scriptdir = $(bindir)
-@@ -128,7 +128,7 @@
- # You may need to change this if the IJG library version changes.
- # See jpeg.mak for more information.
-
--JSRCDIR=jpeg
-+JSRCDIR=${.CURDIR}/jpeg
- JVERSION=6
-
- # Choose whether to use a shared version of the IJG JPEG library (-ljpeg).
-@@ -148,14 +148,14 @@
- # You may need to change this if the libpng version changes.
- # See libpng.mak for more information.
-
--PSRCDIR=libpng
-+PSRCDIR=${LOCALBASE}/include
- PVERSION=10008
-
- # Choose whether to use a shared version of the PNG library, and if so,
- # what its name is.
- # See gs.mak and Make.htm for more information.
-
--SHARE_LIBPNG=0
-+SHARE_LIBPNG=1
- LIBPNG_NAME=png
-
- # Define the directory where the zlib sources are stored.
-@@ -167,7 +167,7 @@
- # what its name is (usually libz, but sometimes libgz).
- # See gs.mak and Make.htm for more information.
-
--SHARE_ZLIB=0
-+SHARE_ZLIB=1
- #ZLIB_NAME=gz
- ZLIB_NAME=z
-
-@@ -182,7 +182,7 @@
-
- # Define the name of the C compiler.
-
--CC=gcc
-+CC?=cc
-
- # Define the name of the linker for the final link step.
- # Normally this is the same as the C compiler.
-@@ -215,7 +215,7 @@
- # gcc to accept ANSI-style function prototypes and function definitions.
- XCFLAGS=
-
--CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS)
-+#CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS)
-
- # Define platform flags for ld.
- # SunOS 4.n may need -Bstatic.
-@@ -224,7 +224,7 @@
- # -R /usr/local/xxx/lib:/usr/local/lib
- # giving the full path names of the shared library directories.
- # XLDFLAGS can be set from the command line.
--XLDFLAGS=
-+XLDFLAGS=-L${LOCALBASE}/lib
-
- LDFLAGS=$(XLDFLAGS) -fno-common
-
-@@ -244,7 +244,7 @@
- # All reasonable platforms require -lm, but Rhapsody and perhaps one or
- # two others fold libm into libc and don't require any additional library.
-
--STDLIBS=-lpthread -lm
-+STDLIBS= -lm
-
- # Define the include switch(es) for the X11 header files.
- # This can be null if handled in some other way (e.g., the files are
-@@ -254,7 +254,7 @@
- # Note that x_.h expects to find the header files in $(XINCLUDE)/X11,
- # not in $(XINCLUDE).
-
--XINCLUDE=-I/usr/local/X/include
-+XINCLUDE=-I${X11BASE}/include
-
- # Define the directory/ies and library names for the X11 library files.
- # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH
-@@ -266,12 +266,16 @@
- # Solaris and other SVR4 systems with dynamic linking probably want
- #XLIBDIRS=-L/usr/openwin/lib -R/usr/openwin/lib
- # X11R6 (on any platform) may need
--#XLIBS=Xt SM ICE Xext X11
-+ifdef NO_X
-+XLIBS=
-+else
-+XLIBS=Xt SM ICE Xext X11
-+endif
-
- #XLIBDIRS=-L/usr/local/X/lib
--XLIBDIRS=-L/usr/X11/lib
-+XLIBDIRS=-L${X11BASE}/lib
- XLIBDIR=
--XLIBS=Xt Xext X11
-+#XLIBS=Xt Xext X11
-
- # Define whether this platform has floating point hardware:
- # FPU_TYPE=2 means floating point is faster than fixed point.
-@@ -329,7 +333,7 @@
- # Choose the device(s) to include. See devs.mak for details,
- # devs.mak and contrib.mak for the list of available devices.
-
--DEVICE_DEVS=$(DD)x11.dev $(DD)x11alpha.dev $(DD)x11cmyk.dev $(DD)x11gray2.dev $(DD)x11gray4.dev $(DD)x11mono.dev
-+#DEVICE_DEVS=$(DD)x11.dev $(DD)x11alpha.dev $(DD)x11cmyk.dev $(DD)x11gray2.dev $(DD)x11gray4.dev $(DD)x11mono.dev
-
- #DEVICE_DEVS1=
- #DEVICE_DEVS2=
-@@ -352,27 +356,27 @@
- #DEVICE_DEVS19=
- #DEVICE_DEVS20=
-
--DEVICE_DEVS1=$(DD)bmpmono.dev $(DD)bmpgray.dev $(DD)bmpsep1.dev $(DD)bmpsep8.dev $(DD)bmp16.dev $(DD)bmp256.dev $(DD)bmp16m.dev $(DD)bmp32b.dev
--DEVICE_DEVS2=$(DD)bmpamono.dev $(DD)bmpasep1.dev $(DD)bmpasep8.dev $(DD)bmpa16.dev $(DD)bmpa256.dev $(DD)bmpa16m.dev $(DD)bmpa32b.dev
--DEVICE_DEVS3=$(DD)deskjet.dev $(DD)djet500.dev $(DD)laserjet.dev $(DD)ljetplus.dev $(DD)ljet2p.dev $(DD)ljet3.dev $(DD)ljet3d.dev $(DD)ljet4.dev $(DD)ljet4d.dev $(DD)lj5mono.dev $(DD)lj5gray.dev
--DEVICE_DEVS4=$(DD)cdeskjet.dev $(DD)cdjcolor.dev $(DD)cdjmono.dev $(DD)cdj550.dev $(DD)pj.dev $(DD)pjxl.dev $(DD)pjxl300.dev
--DEVICE_DEVS5=$(DD)uniprint.dev
--DEVICE_DEVS6=$(DD)bj10e.dev $(DD)bj200.dev $(DD)bjc600.dev $(DD)bjc800.dev
--DEVICE_DEVS7=$(DD)faxg3.dev $(DD)faxg32d.dev $(DD)faxg4.dev
--DEVICE_DEVS8=$(DD)pcxmono.dev $(DD)pcxgray.dev $(DD)pcx16.dev $(DD)pcx256.dev $(DD)pcx24b.dev $(DD)pcxcmyk.dev
--DEVICE_DEVS9=$(DD)pbm.dev $(DD)pbmraw.dev $(DD)pgm.dev $(DD)pgmraw.dev $(DD)pgnm.dev $(DD)pgnmraw.dev $(DD)pnm.dev $(DD)pnmraw.dev $(DD)ppm.dev $(DD)ppmraw.dev $(DD)pkm.dev $(DD)pkmraw.dev $(DD)pksm.dev $(DD)pksmraw.dev
--DEVICE_DEVS10=$(DD)tiffcrle.dev $(DD)tiffg3.dev $(DD)tiffg32d.dev $(DD)tiffg4.dev $(DD)tifflzw.dev $(DD)tiffpack.dev
--DEVICE_DEVS11=$(DD)tiff12nc.dev $(DD)tiff24nc.dev
--DEVICE_DEVS12=$(DD)psmono.dev $(DD)psgray.dev $(DD)psrgb.dev $(DD)bit.dev $(DD)bitrgb.dev $(DD)bitcmyk.dev
--DEVICE_DEVS13=$(DD)pngmono.dev $(DD)pnggray.dev $(DD)png16.dev $(DD)png256.dev $(DD)png16m.dev
--DEVICE_DEVS14=$(DD)jpeg.dev $(DD)jpeggray.dev
--DEVICE_DEVS15=$(DD)pdfwrite.dev $(DD)pswrite.dev $(DD)epswrite.dev $(DD)pxlmono.dev $(DD)pxlcolor.dev
--
--DEVICE_DEVS16=
--DEVICE_DEVS17=
--DEVICE_DEVS18=
--DEVICE_DEVS19=
--DEVICE_DEVS20=$(DD)cljet5.dev $(DD)cljet5c.dev
-+#DEVICE_DEVS1=$(DD)bmpmono.dev $(DD)bmpgray.dev $(DD)bmpsep1.dev $(DD)bmpsep8.dev $(DD)bmp16.dev $(DD)bmp256.dev $(DD)bmp16m.dev $(DD)bmp32b.dev
-+#DEVICE_DEVS2=$(DD)bmpamono.dev $(DD)bmpasep1.dev $(DD)bmpasep8.dev $(DD)bmpa16.dev $(DD)bmpa256.dev $(DD)bmpa16m.dev $(DD)bmpa32b.dev
-+#DEVICE_DEVS3=$(DD)deskjet.dev $(DD)djet500.dev $(DD)laserjet.dev $(DD)ljetplus.dev $(DD)ljet2p.dev $(DD)ljet3.dev $(DD)ljet3d.dev $(DD)ljet4.dev $(DD)ljet4d.dev $(DD)lj5mono.dev $(DD)lj5gray.dev
-+#DEVICE_DEVS4=$(DD)cdeskjet.dev $(DD)cdjcolor.dev $(DD)cdjmono.dev $(DD)cdj550.dev $(DD)pj.dev $(DD)pjxl.dev $(DD)pjxl300.dev
-+#DEVICE_DEVS5=$(DD)uniprint.dev
-+#DEVICE_DEVS6=$(DD)bj10e.dev $(DD)bj200.dev $(DD)bjc600.dev $(DD)bjc800.dev
-+#DEVICE_DEVS7=$(DD)faxg3.dev $(DD)faxg32d.dev $(DD)faxg4.dev
-+#DEVICE_DEVS8=$(DD)pcxmono.dev $(DD)pcxgray.dev $(DD)pcx16.dev $(DD)pcx256.dev $(DD)pcx24b.dev $(DD)pcxcmyk.dev
-+#DEVICE_DEVS9=$(DD)pbm.dev $(DD)pbmraw.dev $(DD)pgm.dev $(DD)pgmraw.dev $(DD)pgnm.dev $(DD)pgnmraw.dev $(DD)pnm.dev $(DD)pnmraw.dev $(DD)ppm.dev $(DD)ppmraw.dev $(DD)pkm.dev $(DD)pkmraw.dev $(DD)pksm.dev $(DD)pksmraw.dev
-+#DEVICE_DEVS10=$(DD)tiffcrle.dev $(DD)tiffg3.dev $(DD)tiffg32d.dev $(DD)tiffg4.dev $(DD)tifflzw.dev $(DD)tiffpack.dev
-+#DEVICE_DEVS11=$(DD)tiff12nc.dev $(DD)tiff24nc.dev
-+#DEVICE_DEVS12=$(DD)psmono.dev $(DD)psgray.dev $(DD)psrgb.dev $(DD)bit.dev $(DD)bitrgb.dev $(DD)bitcmyk.dev
-+#DEVICE_DEVS13=$(DD)pngmono.dev $(DD)pnggray.dev $(DD)png16.dev $(DD)png256.dev $(DD)png16m.dev
-+#DEVICE_DEVS14=$(DD)jpeg.dev $(DD)jpeggray.dev
-+#DEVICE_DEVS15=$(DD)pdfwrite.dev $(DD)pswrite.dev $(DD)epswrite.dev $(DD)pxlmono.dev $(DD)pxlcolor.dev
-+
-+#DEVICE_DEVS16=
-+#DEVICE_DEVS17=
-+#DEVICE_DEVS18=
-+#DEVICE_DEVS19=
-+#DEVICE_DEVS20=$(DD)cljet5.dev $(DD)cljet5c.dev
-
- # ---------------------------- End of options --------------------------- #
-
-@@ -386,13 +390,13 @@
- # detect whether we're running a version of gcc with the const optimization
- # bug.
-
--AK=$(GLGENDIR)/cc.tr
-+#AK=$(GLGENDIR)/cc.tr
-
- # Define the compilation rules and flags.
-
- CCFLAGS=$(GENOPT) $(CFLAGS)
--CC_=$(CC) `cat $(AK)` $(CCFLAGS)
--CCAUX=$(CC) `cat $(AK)`
-+CC_=$(CC) $(CCFLAGS)
-+CCAUX=$(CC)
- CC_LEAF=$(CC_) -fomit-frame-pointer
- # gcc can't use -fomit-frame-pointer with -pg.
- CC_LEAF_PG=$(CC_)
-@@ -419,5 +423,5 @@
- include $(GLSRCDIR)/unixinst.mak
-
- # This has to come last so it won't be taken as the default target.
--$(AK):
-- if ( $(CC) --version | egrep "^2\.7\.([01]|2(\.[^1-9]|$$))" >/dev/null ); then echo -Dconst= >$(AK); else echo -Wcast-qual -Wwrite-strings >$(AK); fi
-+#$(AK):
-+# if ( $(CC) --version | egrep "^2\.7\.([01]|2(\.[^1-9]|$$))" >/dev/null ); then echo -Dconst= >$(AK); else echo -Wcast-qual -Wwrite-strings >$(AK); fi
diff --git a/print/ghostscript-gpl/files/patch-ac b/print/ghostscript-gpl/files/patch-ac
deleted file mode 100644
index 148e0e556d33..000000000000
--- a/print/ghostscript-gpl/files/patch-ac
+++ /dev/null
@@ -1,86 +0,0 @@
-begin patches/patch-ac:
-This patch removes the code that tries to figure out the cache size of
-the host. The algorithm may very well fail under some circumstances --
-it makes too many assumptions about the cache behaviour, but most
-importantly, the figured out values ARE NOT USED anywhere in the
-ghostscript code anymore.
-
- -mi
-
---- src/genarch.c Thu Mar 9 03:40:41 2000
-+++ src/genarch.c Wed Jul 19 09:37:30 2000
-@@ -43,11 +42,0 @@
--private clock_t
--time_clear(char *buf, int bsize, int nreps)
--{
-- clock_t t = clock();
-- int i;
--
-- for (i = 0; i < nreps; ++i)
-- memset(buf, 0, bsize);
-- return clock() - t;
--}
--
-@@ -181,63 +170,2 @@
- #undef PRINT_MAX
--
-- section(f, "Cache sizes");
--
-- /*
-- * Determine the primary and secondary cache sizes by looking for a
-- * non-linearity in the time required to fill blocks with memset.
-- */
-- {
--#define MAX_BLOCK (1 << 20)
-- static char buf[MAX_BLOCK];
-- int bsize = 1 << 10;
-- int nreps = 1;
-- clock_t t = 0;
-- clock_t t_eps;
--
-- /*
-- * Increase the number of repetitions until the time is
-- * long enough to exceed the likely uncertainty.
-- */
--
-- while ((t = time_clear(buf, bsize, nreps)) == 0)
-- nreps <<= 1;
-- t_eps = t;
-- while ((t = time_clear(buf, bsize, nreps)) < t_eps * 10)
-- nreps <<= 1;
--
-- /*
-- * Increase the block size until the time jumps non-linearly.
-- */
-- for (; bsize <= MAX_BLOCK;) {
-- clock_t dt = time_clear(buf, bsize, nreps);
--
-- if (dt > t + (t >> 1)) {
-- t = dt;
-- break;
-- }
-- bsize <<= 1;
-- nreps >>= 1;
-- if (nreps == 0)
-- nreps = 1, t <<= 1;
-- }
-- define_int(f, "ARCH_CACHE1_SIZE", bsize >> 1);
-- /*
-- * Do the same thing a second time for the secondary cache.
-- */
-- if (nreps > 1)
-- nreps >>= 1, t >>= 1;
-- for (; bsize <= MAX_BLOCK;) {
-- clock_t dt = time_clear(buf, bsize, nreps);
--
-- if (dt > t * 1.25) {
-- t = dt;
-- break;
-- }
-- bsize <<= 1;
-- nreps >>= 1;
-- if (nreps == 0)
-- nreps = 1, t <<= 1;
-- }
-- define_int(f, "ARCH_CACHE2_SIZE", bsize >> 1);
-- }
diff --git a/print/ghostscript-gpl/files/patch-lib,gs_init.ps b/print/ghostscript-gpl/files/patch-lib,gs_init.ps
deleted file mode 100644
index a2f5d54ee5b7..000000000000
--- a/print/ghostscript-gpl/files/patch-lib,gs_init.ps
+++ /dev/null
@@ -1,31 +0,0 @@
- File: @(#)$Id: README,v 2.6 2000/11/09 18:33:58 Martin Beta $
- Contents: README file for the pcl3 distribution
- Author: Martin Lottermoser, Greifswaldstrasse 28, 38124 Braunschweig,
- Germany. E-mail: Martin.Lottermoser@t-online.de.
-[...]
- 8. There is also a bug in ghostscript's default configuration for the
- undercolour removal and black generation functions. It shows up when
- printing PostScript documents using the RGB colour space ("setrgbcolor" or
- "sethsbcolor") on a device where the CMYK space is the native colour space;
- this is the case for pcl3 if you specify "-sColourModel=CMYK". The bug
- results in black being printed as a mixture of cyan, magenta, and yellow.
- On my printer, this is a slightly greenish grey with fuzzy edges. My
- subjective impression is that correcting this bug leads to sharper-looking
- images.
-[...]
-
-I generated a patch as suggested from Martin Lottermoser
-
- -andreas
-
---- lib/gs_init.ps.orig Mon Jan 8 20:47:39 2001
-+++ lib/gs_init.ps Mon Jan 8 20:49:02 2001
-@@ -1229,7 +1229,7 @@
- % Set the default screen and BG/UCR.
- /.setdefaultbgucr {
- systemdict /setblackgeneration known {
-- { pop 0 } dup setblackgeneration setundercolorremoval
-+ {} dup setblackgeneration setundercolorremoval
- } if
- } bind def
- /.useloresscreen { % - .useloresscreen <bool>
diff --git a/print/ghostscript-gpl/files/patch-src.gdevxini.c b/print/ghostscript-gpl/files/patch-src.gdevxini.c
deleted file mode 100644
index 5c072ec041e4..000000000000
--- a/print/ghostscript-gpl/files/patch-src.gdevxini.c
+++ /dev/null
@@ -1,47 +0,0 @@
-Message-ID: <3AB64C01.54380C00@we.lc.ehu.es>
-Date: Mon, 19 Mar 2001 19:12:17 +0100
-From: "Jose M. Alcaide" <jose@we.lc.ehu.es>
-Organization: Universidad del Pais Vasco - Dpto. de Electricidad y Electronica
-Subject: new patch for ghostscript 6.50
-
-Hello Andreas,
-
-About a month ago I sent you a patch for GhostScript 6.50. Without that
-patch, LyX 1.1.6 cannot show included EPS figures. Now that the LyX
-port has been updated this problem will begin to hit many LyX users,
-and the ports freeze is coming soon...
-
-The problem is described in:
-
-http://sourceforge.net/bugs/?func=detailbug&bug_id=124957&group_id=1897
-
-I am resending the patch attached to this message. I am using Ghostscript
-with this patch applied and everything (including LyX) seems to work OK.
-
-Cheers,
--- JMA
-****** Jose M. Alcaide // jose@we.lc.ehu.es // jmas@FreeBSD.org ******
-** "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein **
---------------8E7698D95DE1CB06D5711335
-Content-Type: text/plain; charset=us-ascii;
- name="patch-src,gdevxini.c"
-Content-Transfer-Encoding: 7bit
-Content-Disposition: inline;
- filename="patch-src,gdevxini.c"
-
---- src/gdevxini.c.orig Tue Sep 19 21:00:23 2000
-+++ src/gdevxini.c Tue Feb 20 18:07:09 2001
-@@ -654,8 +654,10 @@
- }
- x_set_buffer(xdev);
- /* Clear the destination pixmap to avoid initializing with garbage. */
-- xdev->dest = (xdev->bpixmap != (Pixmap) 0 ?
-+ if (xdev->dest == (Pixmap) 0) {
-+ xdev->dest = (xdev->bpixmap != (Pixmap) 0 ?
- xdev->bpixmap : (Pixmap) xdev->win);
-+ }
- if (xdev->dest != (Pixmap) 0) {
- XSetForeground(xdev->dpy, xdev->gc, xdev->background);
- XFillRectangle(xdev->dpy, xdev->dest, xdev->gc,
-
-
diff --git a/print/ghostscript-gpl/files/stc740ih.upp b/print/ghostscript-gpl/files/stc740ih.upp
deleted file mode 100644
index bb9805f55fb8..000000000000
--- a/print/ghostscript-gpl/files/stc740ih.upp
+++ /dev/null
@@ -1,60 +0,0 @@
-# $ApsCVS: src/apsfilter/uniprint/stc740ih.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $
-#
--supModel="Epson Stylus Color 740, 1440x720DpI, Inkjet Paper"
--sDEVICE=uniprint
--dNOPAUSE
--dSAFER
--dupColorModel=/DeviceCMYKgenerate
--dupRendering=/FSCMYK32
--dupOutputFormat=/EscP2XY
--r1440x720
--dupMargins="{ 9.0 39.96 9.0 9.0}"
--dupBlackTransfer="{
- 0.00000000 0.00627451 0.01254902 0.02196078 0.02980392 0.03764706 0.04549020
- 0.05490196 0.06431373 0.07215686 0.08156863 0.09098039 0.10196078 0.11450980
- 0.12862745 0.14588235 0.16313725 0.18509804 0.20862745 0.25411765 0.40000000
-}"
--dupCyanTransfer="{
- 0.00000000 0.00627451 0.01254902 0.02196078 0.02980392 0.03764706 0.04549020
- 0.05490196 0.06431373 0.07215686 0.08156863 0.09098039 0.10196078 0.11450980
- 0.12862745 0.14588235 0.16313725 0.18509804 0.20862745 0.25411765 0.40000000
-}"
--dupMagentaTransfer="{
- 0.00000000 0.00627451 0.01254902 0.02196078 0.02980392 0.03764706 0.04549020
- 0.05490196 0.06431373 0.07215686 0.08156863 0.09098039 0.10196078 0.11450980
- 0.12862745 0.14588235 0.16313725 0.18509804 0.20862745 0.25411765 0.40000000
-}"
--dupYellowTransfer="{
- 0.00000000 0.00627451 0.01254902 0.02196078 0.02980392 0.03764706 0.04549020
- 0.05490196 0.06431373 0.07215686 0.08156863 0.09098039 0.10196078 0.11450980
- 0.12862745 0.14588235 0.16313725 0.18509804 0.20862745 0.25411765 0.40000000
-}"
--dupOutputComponentOrder="{ 1 2 3 0 }"
--dupWeaveXPasses=2
--dupOutputXStep=2
--dupWeaveYPasses=6
--dupOutputPins=46
--dupWeaveYFeeds="{23 23 23 23 23 23 23 23 23 23 23 23}"
--dupWeaveXStarts="{0 1 0 1 0 1 1 0 1 0 1 0}"
--dupWeaveYOffset=50
--dupWeaveInitialYFeeds="{ 5 5 5 5 5 5 5 5 5 5 5 23}"
--dupWeaveInitialXStarts="{0 1 0 1 0 1 1 0 1 0 1 0}"
--dupWeaveInitialPins="{ 13 16 19 22 25 28 31 34 37 40 43 46}"
--dupFormatYabsolute
--dupBeginPageCommand="<
- 1b40 1b40
- 1b2847 0100 01
- 1b2855 0100 05
- 1b2873 0100 02
- 1b5501
- 1b2865 0200 0001
- 1b2843 0200 0000
- 1b2863 0400 0000 0000
->"
--dupAdjustPageLengthCommand
--dupAdjustTopMarginCommand
--dupAdjustBottomMarginCommand
--dupXStepCommand="<1b285c 0400 a005 0100 0000>"
--dupEndPageCommand="(\033@\014)"
--dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)"
-
diff --git a/print/ghostscript-gpl/files/stc740p.upp b/print/ghostscript-gpl/files/stc740p.upp
deleted file mode 100644
index a4e7f5441793..000000000000
--- a/print/ghostscript-gpl/files/stc740p.upp
+++ /dev/null
@@ -1,36 +0,0 @@
-# $ApsCVS: src/apsfilter/uniprint/stc740p.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $
-#
--supModel="Epson Stylus Color 740, 720x720DpI, Plain Paper"
--sDEVICE=uniprint
--dNOPAUSE
--dSAFER
--dupColorModel=/DeviceCMYKgenerate
--dupRendering=/FSCMYK32
--dupOutputFormat=/EscP2
--r720x720
--dupMargins="{ 9.0 39.96 9.0 9.0}"
--dupBlackTransfer="{ 0.0000 0.0453 0.1058 0.1898 0.4321 1.0000 }"
--dupCyanTransfer="{ 0.0000 0.0453 0.1058 0.1898 0.4321 1.0000 }"
--dupMagentaTransfer="{ 0.0000 0.0453 0.1058 0.1898 0.4321 1.0000 }"
--dupYellowTransfer="{ 0.0000 0.0453 0.1058 0.1898 0.4321 1.0000 }"
--dupOutputComponentOrder="{ 1 2 3 0 }"
--dupWeaveYPasses=6
--dupOutputPins=48
--dupWeaveYFeeds="{47 47 47 53 47 47}"
--dupWeaveInitialYFeeds="{1 1 1 1 1 43}"
--dupWeaveInitialPins="{ 8 48 40 31 23 15}"
--dupBeginPageCommand="<
- 1b40 1b40
- 1b2847 0100 01
- 1b2855 0100 05
- 1b5500
- 1b2865 0200 0002
- 1b2843 0200 0000
- 1b2863 0400 0000 0000
->"
--dupAdjustPageLengthCommand
--dupAdjustTopMarginCommand
--dupAdjustBottomMarginCommand
--dupEndPageCommand="(\033@\014)"
--dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)"
-
diff --git a/print/ghostscript-gpl/files/stc740pl.upp b/print/ghostscript-gpl/files/stc740pl.upp
deleted file mode 100644
index b2fdb0dbbc06..000000000000
--- a/print/ghostscript-gpl/files/stc740pl.upp
+++ /dev/null
@@ -1,32 +0,0 @@
-# $ApsCVS: src/apsfilter/uniprint/stc740pl.upp,v 1.2 2000/04/21 18:48:01 andreas Exp $
-#
--supModel="Epson Stylus Color 740, 360x360DpI, Plain Paper"
--sDEVICE=uniprint
--dNOPAUSE
--dSAFER
--dupColorModel=/DeviceCMYKgenerate
--dupRendering=/FSCMYK32
--dupOutputFormat=/EscP2
--r360x360
--dupMargins="{ 9.0 39.96 9.0 9.0}"
--dupOutputComponentOrder="{ 1 2 3 0 }"
--dupWeaveYPasses=3
--dupOutputPins=48
--dupWeaveYFeeds="{47 50 47}"
--dupWeaveInitialYFeeds="{1 1 46}"
--dupWeaveInitialPins="{ 16 48 32}"
--dupBeginPageCommand="<
- 1b40 1b40
- 1b2847 0100 01
- 1b2855 0100 0A
- 1b5500
- 1b2865 0200 0002
- 1b2843 0200 0000
- 1b2863 0400 0000 0000
->"
--dupAdjustPageLengthCommand
--dupAdjustTopMarginCommand
--dupAdjustBottomMarginCommand
--dupEndPageCommand="(\033@\014)"
--dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)"
-
diff --git a/print/ghostscript-gpl/pkg-comment b/print/ghostscript-gpl/pkg-comment
deleted file mode 100644
index 1e371cace06a..000000000000
--- a/print/ghostscript-gpl/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Aladdin Postscript interpreter version 6
diff --git a/print/ghostscript-gpl/pkg-descr b/print/ghostscript-gpl/pkg-descr
deleted file mode 100644
index 39e0177bea17..000000000000
--- a/print/ghostscript-gpl/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-This is Aladdin Ghostscript, the non-GPL version that comes with a licence
-different from the GPL. Read the file PUBLIC in the work/gsX.Y directory or
-in ${PREFIX}/share/ghostscript/X.Y/doc/PUBLIC after installation for details !
-
-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 port includes add-on packages (not part of the official gs release)
- o Support for pdfencrypt, see description on
- - http://www.ozemail.com.au/~geoffk/pdfencrypt/
- o Additional driver support
- - http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
- - ftp://ftp.sbs.de/pub/graphics/ghostscript/pcl3/pcl3.html (HPDJ drv)
- o Additional contributed uniprint driver profiles for
- - Epson Stylus Color 740 and Epson LQ-1170
-
-Thomas Merz has written a Ghostscript manual in PDF format:
- http://www.cs.wisc.edu/~ghost/merz.html
-
-The manual is also available in German language, see:
- http://www.muc.de/~tm/free/free.html
-
-WWW: http://www.cs.wisc.edu/~ghost/index.html
diff --git a/print/ghostscript-gpl/pkg-plist b/print/ghostscript-gpl/pkg-plist
deleted file mode 100644
index 228305ea212a..000000000000
--- a/print/ghostscript-gpl/pkg-plist
+++ /dev/null
@@ -1,496 +0,0 @@
-bin/bdftops
-bin/dvipdf
-bin/eps2eps
-bin/escputil
-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/pj-gs.sh
-bin/printafm
-bin/ps2ascii
-bin/ps2epsi
-bin/ps2pdf
-bin/ps2pdf12
-bin/ps2pdf13
-bin/ps2pdfwr
-bin/ps2ps
-bin/pv.sh
-bin/sysvlp.sh
-bin/unix-lpr.sh
-bin/wftopfa
-%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/LGPL.txt
-%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/NEWS
-%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/hpdj.html
-%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/LGPL
-%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/NEWS
-%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/gs-pcl3.html
-%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/how-to-report.txt
-%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/pcl3opts.html
-share/ghostscript/%%GS_VERSION%%/doc/Bug-form.htm
-share/ghostscript/%%GS_VERSION%%/doc/Bug-info.htm
-share/ghostscript/%%GS_VERSION%%/doc/C-style.htm
-share/ghostscript/%%GS_VERSION%%/doc/Changes.htm
-share/ghostscript/%%GS_VERSION%%/doc/Commprod.htm
-share/ghostscript/%%GS_VERSION%%/doc/Copying.htm
-share/ghostscript/%%GS_VERSION%%/doc/Current.htm
-share/ghostscript/%%GS_VERSION%%/doc/DLL.htm
-share/ghostscript/%%GS_VERSION%%/doc/Devices.htm
-share/ghostscript/%%GS_VERSION%%/doc/Drivers.htm
-share/ghostscript/%%GS_VERSION%%/doc/Fonts.htm
-share/ghostscript/%%GS_VERSION%%/doc/Helpers.htm
-share/ghostscript/%%GS_VERSION%%/doc/Hershey.htm
-share/ghostscript/%%GS_VERSION%%/doc/History1.htm
-share/ghostscript/%%GS_VERSION%%/doc/History2.htm
-share/ghostscript/%%GS_VERSION%%/doc/History3.htm
-share/ghostscript/%%GS_VERSION%%/doc/History4.htm
-share/ghostscript/%%GS_VERSION%%/doc/History5.htm
-share/ghostscript/%%GS_VERSION%%/doc/History6.htm
-share/ghostscript/%%GS_VERSION%%/doc/Htmstyle.htm
-share/ghostscript/%%GS_VERSION%%/doc/Humor.htm
-share/ghostscript/%%GS_VERSION%%/doc/Install.htm
-share/ghostscript/%%GS_VERSION%%/doc/Language.htm
-share/ghostscript/%%GS_VERSION%%/doc/Lib.htm
-share/ghostscript/%%GS_VERSION%%/doc/Make.htm
-share/ghostscript/%%GS_VERSION%%/doc/New-user.htm
-share/ghostscript/%%GS_VERSION%%/doc/News.htm
-share/ghostscript/%%GS_VERSION%%/doc/PUBLIC
-share/ghostscript/%%GS_VERSION%%/doc/Projects.htm
-share/ghostscript/%%GS_VERSION%%/doc/Ps2epsi.htm
-share/ghostscript/%%GS_VERSION%%/doc/Ps2pdf.htm
-share/ghostscript/%%GS_VERSION%%/doc/Psfiles.htm
-share/ghostscript/%%GS_VERSION%%/doc/Public.htm
-share/ghostscript/%%GS_VERSION%%/doc/README
-share/ghostscript/%%GS_VERSION%%/doc/Readme.htm
-share/ghostscript/%%GS_VERSION%%/doc/Release.htm
-share/ghostscript/%%GS_VERSION%%/doc/Source.htm
-share/ghostscript/%%GS_VERSION%%/doc/Tester.htm
-share/ghostscript/%%GS_VERSION%%/doc/Unix-lpr.htm
-share/ghostscript/%%GS_VERSION%%/doc/Use.htm
-share/ghostscript/%%GS_VERSION%%/doc/Xfonts.htm
-share/ghostscript/%%GS_VERSION%%/gimp-print/README
-share/ghostscript/%%GS_VERSION%%/hpdj/README.hpdj
-share/ghostscript/%%GS_VERSION%%/hpdj/example.mdf
-share/ghostscript/%%GS_VERSION%%/hpdj/margins-A4.ps
-share/ghostscript/%%GS_VERSION%%/hpdj/margins-A4Rotated.ps
-share/ghostscript/%%GS_VERSION%%/hpdj/margins-Letter.ps
-share/ghostscript/%%GS_VERSION%%/hpdj/margins-LetterRotated.ps
-share/ghostscript/%%GS_VERSION%%/examples/alphabet.ps
-share/ghostscript/%%GS_VERSION%%/examples/cheq.ps
-share/ghostscript/%%GS_VERSION%%/examples/chess.ps
-share/ghostscript/%%GS_VERSION%%/examples/colorcir.ps
-share/ghostscript/%%GS_VERSION%%/examples/doretree.ps
-share/ghostscript/%%GS_VERSION%%/examples/escher.ps
-share/ghostscript/%%GS_VERSION%%/examples/golfer.ps
-share/ghostscript/%%GS_VERSION%%/examples/grayalph.ps
-share/ghostscript/%%GS_VERSION%%/examples/ridt91.eps
-share/ghostscript/%%GS_VERSION%%/examples/snowflak.ps
-share/ghostscript/%%GS_VERSION%%/examples/tiger.ps
-share/ghostscript/%%GS_VERSION%%/examples/vasarely.ps
-share/ghostscript/%%GS_VERSION%%/examples/waterfal.ps
-share/ghostscript/%%GS_VERSION%%/lib/Fontmap
-share/ghostscript/%%GS_VERSION%%/lib/Fontmap.GS
-share/ghostscript/%%GS_VERSION%%/lib/acctest.ps
-share/ghostscript/%%GS_VERSION%%/lib/addxchar.ps
-share/ghostscript/%%GS_VERSION%%/lib/align.ps
-share/ghostscript/%%GS_VERSION%%/lib/bdftops.ps
-share/ghostscript/%%GS_VERSION%%/lib/bj8.rpd
-share/ghostscript/%%GS_VERSION%%/lib/bj8gc12f.upp
-share/ghostscript/%%GS_VERSION%%/lib/bj8hg12f.upp
-share/ghostscript/%%GS_VERSION%%/lib/bj8oh06n.upp
-share/ghostscript/%%GS_VERSION%%/lib/bj8pa06n.upp
-share/ghostscript/%%GS_VERSION%%/lib/bj8pp12f.upp
-share/ghostscript/%%GS_VERSION%%/lib/bj8ts06n.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610a0.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610a1.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610a2.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610a3.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610a4.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610a5.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610a6.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610a7.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610a8.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610b1.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610b2.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610b3.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610b4.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610b6.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610b7.upp
-share/ghostscript/%%GS_VERSION%%/lib/bjc610b8.upp
-share/ghostscript/%%GS_VERSION%%/lib/caption.ps
-share/ghostscript/%%GS_VERSION%%/lib/cbjc600.ppd
-share/ghostscript/%%GS_VERSION%%/lib/cbjc800.ppd
-share/ghostscript/%%GS_VERSION%%/lib/cdj550.upp
-share/ghostscript/%%GS_VERSION%%/lib/cdj690.upp
-share/ghostscript/%%GS_VERSION%%/lib/cdj690ec.upp
-share/ghostscript/%%GS_VERSION%%/lib/cid2code.ps
-share/ghostscript/%%GS_VERSION%%/lib/decrypt.ps
-share/ghostscript/%%GS_VERSION%%/lib/dnj750c.upp
-share/ghostscript/%%GS_VERSION%%/lib/dnj750m.upp
-share/ghostscript/%%GS_VERSION%%/lib/docie.ps
-share/ghostscript/%%GS_VERSION%%/lib/errpage.ps
-share/ghostscript/%%GS_VERSION%%/lib/font2c.ps
-share/ghostscript/%%GS_VERSION%%/lib/font2pcl.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_agl.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_btokn.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_ccfnt.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_ce_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_cff.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_cidcm.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_cidfn.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_cmap.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_cmdl.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_css_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_dbt_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_diskf.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_dpnxt.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_dps.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_dps1.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_dps2.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_dscp.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_epsf.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_fform.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_fonts.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_frsd.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_il1_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_il2_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_init.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_kanji.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_ksb_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_l.xbm
-share/ghostscript/%%GS_VERSION%%/lib/gs_l.xpm
-share/ghostscript/%%GS_VERSION%%/lib/gs_l2img.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_l_m.xbm
-share/ghostscript/%%GS_VERSION%%/lib/gs_lev2.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_lgo_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_lgx_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_ll3.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_m.xbm
-share/ghostscript/%%GS_VERSION%%/lib/gs_m.xpm
-share/ghostscript/%%GS_VERSION%%/lib/gs_m_m.xbm
-share/ghostscript/%%GS_VERSION%%/lib/gs_mex_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_mgl_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_mro_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_pdf_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_pdfwr.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_pfile.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_rdlin.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_res.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_s.xbm
-share/ghostscript/%%GS_VERSION%%/lib/gs_s.xpm
-share/ghostscript/%%GS_VERSION%%/lib/gs_s_m.xbm
-share/ghostscript/%%GS_VERSION%%/lib/gs_setpd.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_statd.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_std_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_sym_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_t.xbm
-share/ghostscript/%%GS_VERSION%%/lib/gs_t.xpm
-share/ghostscript/%%GS_VERSION%%/lib/gs_t_m.xbm
-share/ghostscript/%%GS_VERSION%%/lib/gs_trap.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_ttf.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_typ32.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_typ42.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_type1.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_wan_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_wl1_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_wl2_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gs_wl5_e.ps
-share/ghostscript/%%GS_VERSION%%/lib/gslp.ps
-share/ghostscript/%%GS_VERSION%%/lib/gsnup.ps
-share/ghostscript/%%GS_VERSION%%/lib/ht_ccsto.ps
-share/ghostscript/%%GS_VERSION%%/lib/image-qa.ps
-share/ghostscript/%%GS_VERSION%%/lib/impath.ps
-share/ghostscript/%%GS_VERSION%%/lib/jispaper.ps
-share/ghostscript/%%GS_VERSION%%/lib/landscap.ps
-share/ghostscript/%%GS_VERSION%%/lib/level1.ps
-share/ghostscript/%%GS_VERSION%%/lib/lines.ps
-share/ghostscript/%%GS_VERSION%%/lib/lqx70ch.upp
-share/ghostscript/%%GS_VERSION%%/lib/lqx70cl.upp
-share/ghostscript/%%GS_VERSION%%/lib/lqx70cm.upp
-share/ghostscript/%%GS_VERSION%%/lib/markhint.ps
-share/ghostscript/%%GS_VERSION%%/lib/markpath.ps
-share/ghostscript/%%GS_VERSION%%/lib/necp2x.upp
-share/ghostscript/%%GS_VERSION%%/lib/necp2x6.upp
-share/ghostscript/%%GS_VERSION%%/lib/packfile.ps
-share/ghostscript/%%GS_VERSION%%/lib/pcharstr.ps
-share/ghostscript/%%GS_VERSION%%/lib/pdf2dsc.ps
-share/ghostscript/%%GS_VERSION%%/lib/pdf_base.ps
-share/ghostscript/%%GS_VERSION%%/lib/pdf_draw.ps
-share/ghostscript/%%GS_VERSION%%/lib/pdf_font.ps
-share/ghostscript/%%GS_VERSION%%/lib/pdf_main.ps
-share/ghostscript/%%GS_VERSION%%/lib/pdf_ops.ps
-share/ghostscript/%%GS_VERSION%%/lib/pdf_sec.ps
-share/ghostscript/%%GS_VERSION%%/lib/pdfopt.ps
-share/ghostscript/%%GS_VERSION%%/lib/pdfwrite.ps
-share/ghostscript/%%GS_VERSION%%/lib/pf2afm.ps
-share/ghostscript/%%GS_VERSION%%/lib/pfbtopfa.ps
-share/ghostscript/%%GS_VERSION%%/lib/ppath.ps
-share/ghostscript/%%GS_VERSION%%/lib/prfont.ps
-share/ghostscript/%%GS_VERSION%%/lib/printafm.ps
-share/ghostscript/%%GS_VERSION%%/lib/ps2ai.ps
-share/ghostscript/%%GS_VERSION%%/lib/ps2ascii.ps
-share/ghostscript/%%GS_VERSION%%/lib/ps2epsi.ps
-share/ghostscript/%%GS_VERSION%%/lib/quit.ps
-share/ghostscript/%%GS_VERSION%%/lib/ras1.upp
-share/ghostscript/%%GS_VERSION%%/lib/ras24.upp
-share/ghostscript/%%GS_VERSION%%/lib/ras3.upp
-share/ghostscript/%%GS_VERSION%%/lib/ras32.upp
-share/ghostscript/%%GS_VERSION%%/lib/ras4.upp
-share/ghostscript/%%GS_VERSION%%/lib/ras8m.upp
-share/ghostscript/%%GS_VERSION%%/lib/rollconv.ps
-share/ghostscript/%%GS_VERSION%%/lib/showchar.ps
-share/ghostscript/%%GS_VERSION%%/lib/showpage.ps
-share/ghostscript/%%GS_VERSION%%/lib/st640ih.upp
-share/ghostscript/%%GS_VERSION%%/lib/st640ihg.upp
-share/ghostscript/%%GS_VERSION%%/lib/st640p.upp
-share/ghostscript/%%GS_VERSION%%/lib/st640pg.upp
-share/ghostscript/%%GS_VERSION%%/lib/st640pl.upp
-share/ghostscript/%%GS_VERSION%%/lib/st640plg.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc1520h.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc2.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc200_h.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc2_h.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc2s_h.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc500p.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc500ph.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc600ih.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc600p.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc600pl.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc640p.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc740ih.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc740p.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc740pl.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc800ih.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc800p.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc800pl.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc_h.upp
-share/ghostscript/%%GS_VERSION%%/lib/stc_l.upp
-share/ghostscript/%%GS_VERSION%%/lib/stcany.upp
-share/ghostscript/%%GS_VERSION%%/lib/stcany_h.upp
-share/ghostscript/%%GS_VERSION%%/lib/stcinfo.ps
-share/ghostscript/%%GS_VERSION%%/lib/stcolor.ps
-share/ghostscript/%%GS_VERSION%%/lib/stocht.ps
-share/ghostscript/%%GS_VERSION%%/lib/traceimg.ps
-share/ghostscript/%%GS_VERSION%%/lib/traceop.ps
-share/ghostscript/%%GS_VERSION%%/lib/type1enc.ps
-share/ghostscript/%%GS_VERSION%%/lib/type1ops.ps
-share/ghostscript/%%GS_VERSION%%/lib/uninfo.ps
-share/ghostscript/%%GS_VERSION%%/lib/unprot.ps
-share/ghostscript/%%GS_VERSION%%/lib/viewcmyk.ps
-share/ghostscript/%%GS_VERSION%%/lib/viewgif.ps
-share/ghostscript/%%GS_VERSION%%/lib/viewjpeg.ps
-share/ghostscript/%%GS_VERSION%%/lib/viewmiff.ps
-share/ghostscript/%%GS_VERSION%%/lib/viewpbm.ps
-share/ghostscript/%%GS_VERSION%%/lib/viewpcx.ps
-share/ghostscript/%%GS_VERSION%%/lib/viewps2a.ps
-share/ghostscript/%%GS_VERSION%%/lib/wftopfa.ps
-share/ghostscript/%%GS_VERSION%%/lib/winmaps.ps
-share/ghostscript/%%GS_VERSION%%/lib/wrfont.ps
-share/ghostscript/%%GS_VERSION%%/lib/zeroline.ps
-share/ghostscript/%%GS_VERSION%%/pcl3/BUGS
-share/ghostscript/%%GS_VERSION%%/pcl3/NEWS
-share/ghostscript/%%GS_VERSION%%/pcl3/README
-share/ghostscript/%%GS_VERSION%%/pcl3/calign.ps
-share/ghostscript/%%GS_VERSION%%/pcl3/dumppdd.ps
-share/ghostscript/%%GS_VERSION%%/pcl3/example.mcf
-share/ghostscript/%%GS_VERSION%%/pcl3/if-pcl3
-share/ghostscript/%%GS_VERSION%%/pcl3/levels-test.ps
-share/ghostscript/%%GS_VERSION%%/pcl3/margins-A4.ps
-share/ghostscript/%%GS_VERSION%%/pcl3/margins-A4Rotated.ps
-share/ghostscript/%%GS_VERSION%%/pcl3/margins-Env10Rotated.ps
-share/ghostscript/%%GS_VERSION%%/pcl3/margins-EnvDLRotated.ps
-share/ghostscript/%%GS_VERSION%%/pcl3/margins-Letter.ps
-share/ghostscript/%%GS_VERSION%%/pcl3/margins-LetterRotated.ps
-share/ghostscript/fonts/a010013l.afm
-share/ghostscript/fonts/a010013l.pfb
-share/ghostscript/fonts/a010013l.pfm
-share/ghostscript/fonts/a010015l.afm
-share/ghostscript/fonts/a010015l.pfb
-share/ghostscript/fonts/a010015l.pfm
-share/ghostscript/fonts/a010033l.afm
-share/ghostscript/fonts/a010033l.pfb
-share/ghostscript/fonts/a010033l.pfm
-share/ghostscript/fonts/a010035l.afm
-share/ghostscript/fonts/a010035l.pfb
-share/ghostscript/fonts/a010035l.pfm
-share/ghostscript/fonts/b018012l.afm
-share/ghostscript/fonts/b018012l.pfb
-share/ghostscript/fonts/b018012l.pfm
-share/ghostscript/fonts/b018015l.afm
-share/ghostscript/fonts/b018015l.pfb
-share/ghostscript/fonts/b018015l.pfm
-share/ghostscript/fonts/b018032l.afm
-share/ghostscript/fonts/b018032l.pfb
-share/ghostscript/fonts/b018032l.pfm
-share/ghostscript/fonts/b018035l.afm
-share/ghostscript/fonts/b018035l.pfb
-share/ghostscript/fonts/b018035l.pfm
-share/ghostscript/fonts/bchb.afm
-share/ghostscript/fonts/bchb.pfa
-share/ghostscript/fonts/bchbi.afm
-share/ghostscript/fonts/bchbi.pfa
-share/ghostscript/fonts/bchr.afm
-share/ghostscript/fonts/bchr.pfa
-share/ghostscript/fonts/bchri.afm
-share/ghostscript/fonts/bchri.pfa
-share/ghostscript/fonts/c059013l.afm
-share/ghostscript/fonts/c059013l.pfb
-share/ghostscript/fonts/c059013l.pfm
-share/ghostscript/fonts/c059016l.afm
-share/ghostscript/fonts/c059016l.pfb
-share/ghostscript/fonts/c059016l.pfm
-share/ghostscript/fonts/c059033l.afm
-share/ghostscript/fonts/c059033l.pfb
-share/ghostscript/fonts/c059033l.pfm
-share/ghostscript/fonts/c059036l.afm
-share/ghostscript/fonts/c059036l.pfb
-share/ghostscript/fonts/c059036l.pfm
-share/ghostscript/fonts/d050000l.afm
-share/ghostscript/fonts/d050000l.pfb
-share/ghostscript/fonts/d050000l.pfm
-share/ghostscript/fonts/fcyr.afm
-share/ghostscript/fonts/fcyr.gsf
-share/ghostscript/fonts/fcyri.afm
-share/ghostscript/fonts/fcyri.gsf
-share/ghostscript/fonts/fhirw.gsf
-share/ghostscript/fonts/fhirw.pfm
-share/ghostscript/fonts/fkarw.gsf
-share/ghostscript/fonts/fkarw.pfm
-share/ghostscript/fonts/fonts.dir
-share/ghostscript/fonts/fonts.scale
-share/ghostscript/fonts/hrger.pfa
-share/ghostscript/fonts/hrgerb.gsf
-share/ghostscript/fonts/hrgerd.gsf
-share/ghostscript/fonts/hrgero.gsf
-share/ghostscript/fonts/hrgkc.gsf
-share/ghostscript/fonts/hrgks.gsf
-share/ghostscript/fonts/hrgrr.pfa
-share/ghostscript/fonts/hrgrrb.gsf
-share/ghostscript/fonts/hrgrro.gsf
-share/ghostscript/fonts/hritr.pfa
-share/ghostscript/fonts/hritrb.gsf
-share/ghostscript/fonts/hritro.gsf
-share/ghostscript/fonts/hrpld.pfa
-share/ghostscript/fonts/hrpldb.gsf
-share/ghostscript/fonts/hrpldbi.gsf
-share/ghostscript/fonts/hrpldi.pfa
-share/ghostscript/fonts/hrplr.gsf
-share/ghostscript/fonts/hrplrb.gsf
-share/ghostscript/fonts/hrplrbo.gsf
-share/ghostscript/fonts/hrplro.gsf
-share/ghostscript/fonts/hrpls.gsf
-share/ghostscript/fonts/hrplsb.gsf
-share/ghostscript/fonts/hrplsbo.gsf
-share/ghostscript/fonts/hrplso.gsf
-share/ghostscript/fonts/hrplt.pfa
-share/ghostscript/fonts/hrpltb.gsf
-share/ghostscript/fonts/hrpltbi.gsf
-share/ghostscript/fonts/hrplti.pfa
-share/ghostscript/fonts/hrscc.pfa
-share/ghostscript/fonts/hrsccb.gsf
-share/ghostscript/fonts/hrscco.gsf
-share/ghostscript/fonts/hrscs.pfa
-share/ghostscript/fonts/hrscsb.gsf
-share/ghostscript/fonts/hrscso.gsf
-share/ghostscript/fonts/hrsyr.gsf
-share/ghostscript/fonts/n019003l.afm
-share/ghostscript/fonts/n019003l.pfb
-share/ghostscript/fonts/n019003l.pfm
-share/ghostscript/fonts/n019004l.afm
-share/ghostscript/fonts/n019004l.pfb
-share/ghostscript/fonts/n019004l.pfm
-share/ghostscript/fonts/n019023l.afm
-share/ghostscript/fonts/n019023l.pfb
-share/ghostscript/fonts/n019023l.pfm
-share/ghostscript/fonts/n019024l.afm
-share/ghostscript/fonts/n019024l.pfb
-share/ghostscript/fonts/n019024l.pfm
-share/ghostscript/fonts/n019043l.afm
-share/ghostscript/fonts/n019043l.pfb
-share/ghostscript/fonts/n019043l.pfm
-share/ghostscript/fonts/n019044l.afm
-share/ghostscript/fonts/n019044l.pfb
-share/ghostscript/fonts/n019044l.pfm
-share/ghostscript/fonts/n019063l.afm
-share/ghostscript/fonts/n019063l.pfb
-share/ghostscript/fonts/n019063l.pfm
-share/ghostscript/fonts/n019064l.afm
-share/ghostscript/fonts/n019064l.pfb
-share/ghostscript/fonts/n019064l.pfm
-share/ghostscript/fonts/n021003l.afm
-share/ghostscript/fonts/n021003l.pfb
-share/ghostscript/fonts/n021003l.pfm
-share/ghostscript/fonts/n021004l.afm
-share/ghostscript/fonts/n021004l.pfb
-share/ghostscript/fonts/n021004l.pfm
-share/ghostscript/fonts/n021023l.afm
-share/ghostscript/fonts/n021023l.pfb
-share/ghostscript/fonts/n021023l.pfm
-share/ghostscript/fonts/n021024l.afm
-share/ghostscript/fonts/n021024l.pfb
-share/ghostscript/fonts/n021024l.pfm
-share/ghostscript/fonts/n022003l.afm
-share/ghostscript/fonts/n022003l.pfb
-share/ghostscript/fonts/n022003l.pfm
-share/ghostscript/fonts/n022004l.afm
-share/ghostscript/fonts/n022004l.pfb
-share/ghostscript/fonts/n022004l.pfm
-share/ghostscript/fonts/n022023l.afm
-share/ghostscript/fonts/n022023l.pfb
-share/ghostscript/fonts/n022023l.pfm
-share/ghostscript/fonts/n022024l.afm
-share/ghostscript/fonts/n022024l.pfb
-share/ghostscript/fonts/n022024l.pfm
-share/ghostscript/fonts/p052003l.afm
-share/ghostscript/fonts/p052003l.pfb
-share/ghostscript/fonts/p052003l.pfm
-share/ghostscript/fonts/p052004l.afm
-share/ghostscript/fonts/p052004l.pfb
-share/ghostscript/fonts/p052004l.pfm
-share/ghostscript/fonts/p052023l.afm
-share/ghostscript/fonts/p052023l.pfb
-share/ghostscript/fonts/p052023l.pfm
-share/ghostscript/fonts/p052024l.afm
-share/ghostscript/fonts/p052024l.pfb
-share/ghostscript/fonts/p052024l.pfm
-share/ghostscript/fonts/putb.pfa
-share/ghostscript/fonts/putbi.pfa
-share/ghostscript/fonts/putr.pfa
-share/ghostscript/fonts/putri.pfa
-share/ghostscript/fonts/s050000l.afm
-share/ghostscript/fonts/s050000l.pfb
-share/ghostscript/fonts/s050000l.pfm
-share/ghostscript/fonts/u003043t.afm
-share/ghostscript/fonts/u003043t.gsf
-share/ghostscript/fonts/u003043t.pfm
-share/ghostscript/fonts/u004006t.afm
-share/ghostscript/fonts/u004006t.gsf
-share/ghostscript/fonts/u004006t.pfm
-share/ghostscript/fonts/z003034l.afm
-share/ghostscript/fonts/z003034l.pfb
-share/ghostscript/fonts/z003034l.pfm
-@dirrm share/doc/ghostscript/%%GS_VERSION%%/hpdj
-@dirrm share/doc/ghostscript/%%GS_VERSION%%/pcl3
-@dirrm share/doc/ghostscript/%%GS_VERSION%%
-@dirrm share/doc/ghostscript
-@dirrm share/ghostscript/%%GS_VERSION%%/doc
-@dirrm share/ghostscript/%%GS_VERSION%%/examples
-@dirrm share/ghostscript/%%GS_VERSION%%/gimp-print
-@dirrm share/ghostscript/%%GS_VERSION%%/hpdj
-@dirrm share/ghostscript/%%GS_VERSION%%/lib
-@dirrm share/ghostscript/%%GS_VERSION%%/pcl3
-@dirrm share/ghostscript/%%GS_VERSION%%
-@dirrm share/ghostscript/fonts
-@dirrm share/ghostscript
diff --git a/print/ghostscript-gpl/scripts/configure b/print/ghostscript-gpl/scripts/configure
deleted file mode 100644
index 4b86359db1d0..000000000000
--- a/print/ghostscript-gpl/scripts/configure
+++ /dev/null
@@ -1,214 +0,0 @@
-#! /bin/sh
-
-# $FreeBSD$
-
-# configure - gs driver preconfiguration, manual driver selection
-# by Andreas Klemm <andreas@FreeBSD.org>
-
-#
-# XXX - needs some rework for gs v 6.50,
-# therefore currently disabled in Makefile
-#
-
-# driverselection
-/usr/bin/dialog --title "Ghostscript 6 driver configuration" --clear \
- --checklist "\n\
-This new ghostscript driver configuration dialog allows you to choose \n\
-only those gs drivers, you really need. Don't think too economical, since \n\
-other programs in the ports collection might need some of the default gs \n\
-file format drivers. The gs5 default drivers are preselected. \n\
-Have fun with this new configuration style ! -andreas \n\n\
- Please choose options by pressing SPACE to TOGGLE an option ON/OFF ?" -1 -1 9\
- "appledmp" "Apple Dot Matrix Printer / Imagewriter" OFF \
- "iwhi" "Apple Imagewriter, high-resolution mode" OFF \
- "iwlo" "Apple Imagewriter, low-resolution mode" OFF \
- "iwlq" "Apple Imagewriter LQ in 320 x 216 dpi mode" OFF \
- "hl7x0" "Brother HL720 and HL730 (HL760=PCL), MFC6550MC Fax Machine" OFF \
- "bj10e" "Canon BubbleJet BJ10e" ON \
- "bj200" "Canon BubbleJet BJ200 and BJC-240(b&w)" ON \
- "bjc600" "Canon Color BJC-600/4xxx/70 + Apple StyleWriter 2x00" ON \
- "bjc800" "Canon Color BubbleJet BJC-240/800" ON \
- "lbp8" "Canon LBP-8II laser printer" OFF \
- "lips3" "Canon LIPS III laser printer in English (CaPSL) mode" OFF \
- "m8510" "C.Itoh M8510 printer" OFF \
- "coslw2p" "CoStar LabelWriter II II/Plus" OFF \
- "coslwxl" "CoStar LabelWriter XL" OFF \
- "uniprint" "Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X mono/color driver" ON \
- "lj250" "DEC LJ250 Companion color printer" OFF \
- "declj250" "DEC LJ250 driver (alternate)" OFF \
- "ap3250" "Epson AP3250" OFF \
- "epson" "Epson-compatible dot matrix, 9/24-pin" OFF \
- "eps9mid" "Epson-compatible 9-pin, interleaved lines, medium resol" OFF \
- "eps9high" "Epson-compatible 9-pin, interleaved lines, triple resol" OFF \
- "lp8000" "Epson LP-8000 line printer" OFF \
- "lq850" "Epson LQ-850 (360x360), ok for Canon BJ300 in LQ850 emul" OFF \
- "epsonc" "Epson LQ-2550 and Fujitsu 3400/2400/1200 color" OFF \
- "st800" "Epson Stylus 800 printer" OFF \
- "stcolor" "Epson Stylus Color and II/IIs/1500 (see driver docu)" OFF \
- "lp2563" "HP 2563B line printer" OFF \
- "dnj650c" "HP DesignJet 650C" OFF \
- "deskjet" "HP DeskJet and DeskJet Plus" ON \
- "djet500" "HP DeskJet 500 (for DeskJet 600 use -r600)" ON \
- "cdeskjet" "HP DeskJet 500C, 1 bit/pixel color" ON \
- "djet500c" "HP DeskJet 500C alternate driver, not for 550/560C" OFF \
- "cdjcolor" "HP DeskJet 500C/540C, 24bit/pxl+FS dith, Citizen Projet IIc" ON \
- "cdjmono" "HP DeskJet 500/510/520/540C b/w printing" ON \
- "cdj500" "HP DeskJet 500/540C (same as cdjcolor)" OFF \
- "cdj550" "HP DeskJet 550C/560C/660C/660Cse" ON \
- "cdj850" "HP DeskJet 670/690/850/855/870/890/1100/1600" ON \
- "cdj970" "HP DeskJet 970, 3rd party" ON \
- "laserjet" "HP LaserJet" ON \
- "ljetplus" "HP LaserJet Plus" ON \
- "ljet2p" "HP LaserJet IId/IIp/III* with TIFF compression" ON \
- "ljet3" "HP LaserJet III* with Delta Row compression" ON \
- "ljet3d" "HP LaserJet IIID with duplex capability" ON \
- "ljet4" "HP LaserJet 4 and 5L/5P (not real LJ5), defaults to 600 dpi" ON \
- "ljet4d" "HP LaserJet 4 (defaults to 600 dpi) with duplex" ON \
- "lj4dith" "HP LaserJet 4 with Floyd-Steinberg dithering" OFF \
- "cljet5" "HP LaserJet 5/5M Color (new driver, old=cljet5pr)" ON \
- "cljet5c" "HP LaserJet 5/5M Color Simple" ON \
- "cljet5pr" "HP LaserJet 5/5M Color (old drv. with rotation hacks/flaws)" ON \
- "lj5mono" "HP LaserJet 5 and 6 family (PCL5 / PCL XL), bitmap" ON \
- "lj5gray" "HP LaserJet 5 and 6 family, gray-scale bitmap" ON \
- "pj" "HP PaintJet XL driver " ON \
- "pjetxl" "HP PaintJet XL driver (alternate)" OFF \
- "pjxl" "HP PaintJet XL color printer" ON \
- "paintjet" "HP PaintJet color printer (alternate)" OFF \
- "pjxl300" "HP PaintJet XL300, DeskJet 1200C color printer, HP CopyJet" ON \
- "pxlmono" "HP PCL XL black-and-white printers (LaserJet 5 and 6 family)" ON \
- "pxlcolor" "HP PCL XL color printers (none available yet)" ON \
- "pcl3" "HP PCL 3+ (DeskJet 500/500C/510/520/540/550C/560C/850C/855C)" ON \
- "ibmpro" "IBM 9-pin Proprinter" OFF \
- "jetp3852" "IBM Jetprinter ink-jet color (Model #3852)" OFF \
- "imagen" "Imagen ImPress printers" OFF \
- "fs600" "Kyocera FS-600 (600 dpi)" OFF \
- "lxm5700m" "Lexmark 5700 monotone" OFF \
- "cp50" "Mitsubishi CP50 color" OFF \
- "necp6" "NEC P6/P6+/P60, 360x360 DPI resol" OFF \
- "oce9050" "OCE 9050 printer" OFF \
- "oki182" "Okidata MicroLine 182" OFF \
- "okiibm" "Okidata MicroLine IBM-compatible printers" OFF \
- "r4081" "Ricoh 4081 laser printer" OFF \
- "sj48" "StarJet 48 inkjet printer" OFF \
- "bmpmono" "BMP Monochrome" ON \
- "bmpgray" "BMP 8-bit gray" ON \
- "bmp16" "BMP 4-bit EGA/VGA" ON \
- "bmp256" "BMP 8-bit 256-color" ON \
- "bmp16m" "BMP 24-bit" ON \
- "bmp32b" "BMP 32-bit pseudo-.BMP" ON \
- "bmpsep1" "BMP Separated 1-bit CMYK" ON \
- "bmpsep8" "BMP Separated 8-bit CMYK" ON \
- "ccr" "CalComp Raster format" OFF \
- "cgmmono" "CGM Monochrome -- LOW LEVEL OUTPUT ONLY" OFF \
- "cgm8" "CGM 8-bit 256-color -- DITTO" OFF \
- "cgm24" "CGM 24-bit color -- DITTO" OFF \
- "cif" "CIF file format for VLSI" OFF \
- "dfaxhigh" "DigiBoard, DigiFAX software format (high resol)" OFF \
- "dfaxlow" "DigiFAX low (normal) resol" OFF \
- "faxg3" "Group 3 fax, with EOLs but no header or EOD" ON \
- "faxg32d" "Group 3 2-D fax, with EOLs but no header or EOD" ON \
- "faxg4" "Group 4 fax, with EOLs but no header or EOD" ON \
- "miff24" "ImageMagick MIFF, 24-bit direct color, RLE compressed" OFF \
- "inferno" "Inferno bitmaps" OFF \
- "jpeg" "JPEG format, RGB output" ON \
- "jpeggray" "JPEG format, gray output" ON \
- "mgrmono" "MGR devices 1-bit monochrome" OFF \
- "mgrgray2" "MGR devices 2-bit gray scale" OFF \
- "mgrgray4" "MGR devices 4-bit gray scale" OFF \
- "mgrgray8" "MGR devices 8-bit gray scale" OFF \
- "mgr4" "MGR devices 4-bit (VGA) color" OFF \
- "mgr8" "MGR devices 8-bit color" OFF \
- "pcxmono" "PCX file format, monochrome 1-bit b/w" ON \
- "pcxgray" "PCX file format, 8-bit gray scale" ON \
- "pcx16" "PCX file format, 4-bit planar EGA/VGA color" ON \
- "pcx256" "PCX file format, 8-bit chunky color" ON \
- "pcx24b" "PCX file format, 24-bit color 3x8-bit planes" ON \
- "pcxcmyk" "PCX file format, 4-bit chunky CMYK color" ON \
- "pdfwrite" "PDF output (like Adobe Acrobat Distiller)" ON \
- "bit" "Plain bits, monochrome" ON \
- "bitrgb" "Plain bits, RGB" ON \
- "bitcmyk" "Plain bits, CMYK" ON \
- "plan9bm" "Plan 9 bitmap format" OFF \
- "pbm" "Portable Bitmap, plain format" ON \
- "pbmraw" "Portable Bitmap, raw format" ON \
- "pgm" "Portable Graymap, plain format" ON \
- "pgmraw" "Portable Graymap, raw format" ON \
- "pgnm" "Portable Graymap, plain format, optim. to PBM" ON \
- "pgnmraw" "Portable Graymap, raw format, optim. to PBM" ON \
- "pnm" "Portable Pixmap, plain format RGB, optim. to PGM/PBM" ON \
- "pnmraw" "Portable Pixmap, raw format RGB, optim. to PGM/PBM" ON \
- "ppm" "Portable Pixmap, plain format RGB" ON \
- "ppmraw" "Portable Pixmap, raw format RGB" ON \
- "pkm" "Portable inKmap (plain format) (4-bit CMYK => RGB)" ON \
- "pkmraw" "Portable inKmap (raw format) (4-bit CMYK => RGB)" ON \
- "pksm" "Portable Separated map (plain) (4-bit CMYK => 4 pages)" ON \
- "pksmraw" "Portable Separated map (raw) (4-bit CMYK => 4 pages)" ON \
- "pngmono" "PNG Monochrome Portable Network Graphics" ON \
- "pnggray" "PNG 8-bit gray Portable Network Graphics" ON \
- "png16" "PNG 4-bit color Portable Network Graphics" ON \
- "png256" "PNG 8-bit color Portable Network Graphics" ON \
- "png16m" "PNG 24-bit color Portable Network Graphics" ON \
- "psmono" "PostScript, Level 1, monochrome image" ON \
- "psgray" "PostScript (Level 1) 8-bit gray image" ON \
- "psrgb" "PostScript (Level 2) 24-bit color image" ON \
- "pswrite" "PostScript output (like PostScript Distillery)" ON \
- "epswrite" "EPS output (like PostScript Distillery)" ON \
- "sgirgb" "SGI RGB pixmap format" OFF \
- "sunhmono" "Harlequin variant of 1-bit Sun raster file" OFF \
- "t4693d2" "Tektronix 4693d color, 2 bits per R/G/B component" OFF \
- "t4693d4" "Tektronix 4693d color, 4 bits per R/G/B component" OFF \
- "t4693d8" "Tektronix 4693d color, 8 bits per R/G/B component" OFF \
- "tek4696" "Tektronix 4695/4696 inkjet plotter" OFF \
- "tiffcrle" "TIFF CCITT RLE 1 dim = Group 3 fax with no EOLs" ON \
- "tiffg3" "TIFF Group 3 fax with EOLs" ON \
- "tiffg32d" "TIFF Group 3 2-D fax" ON \
- "tiffg4" "TIFF Group 4 fax" ON \
- "tiff12nc" "TIFF 12-bit RGB, no compression" ON \
- "tiff24nc" "TIFF 24-bit RGB, no compression, NeXT std. format)" ON \
- "tifflzw" "TIFF LZW, tag = 5, mono" ON \
- "tiffpack" "TIFF PackBits, tag = 32773, mono" ON \
- "x11" "X Windows version 11, release >=4" ON \
- "x11alpha" "X Windows masquer. as device with alpha capability" ON \
- "x11cmyk" "X Windows masquer. as 1-bit-per-plane CMYK device" ON \
- "x11cmyk2" "X Windows as a 2-bit-per-plane CMYK device" OFF \
- "x11cmyk4" "X Windows as a 4-bit-per-plane CMYK device" OFF \
- "x11cmyk8" "X Windows as an 8-bit-per-plane CMYK device" OFF \
- "x11gray2" "X Windows as a 2-bit gray-scale device" ON \
- "x11gray4" "X Windows as a 4-bit gray-scale device" ON \
- "x11mono" "X Windows masquer. as black-and-white device" ON \
- "x11rg16x" "X Windows with G5/B5/R6 pixel layout for testing" ON \
- "x11rg32x" "X Windows with G11/B10/R11 pixel layout for testing" ON \
-2> /tmp/checklist.tmp.$$
-
-retval=$?
-
-choice=`cat /tmp/checklist.tmp.$$`
-rm -f /tmp/checklist.tmp.$$
-
-case $retval in
- 0) if [ -z "$choice" ]; then
- echo "Nothing selected"
- exit 1;
- fi
- ;;
- 1) echo "Cancel pressed."
- exit 1
- ;;
-esac
-
-# bring it into the right format with '.dev' appended to each driver name
-#old:
-#echo "DEVICE_DEVS=$choice" \
-# | sed -e "s/\"//g" \
-# | sed -e "s/ /.dev /g" \
-# | sed -e "s/$/.dev/g" \
-# > ${WRKSRC}/src/unix-gcc.mak.new
-# XXX new:
-echo "DEVICE_DEVS=$choice" \
- | perl -pe 's|"([a-z0-9]+)"|\$(DD)\1.dev|g' \
- > ${WRKSRC}/src/unix-gcc.mak.new
-
-# create one new Makefile, where DEVICE_DEVS contains all wanted devices
-sed -e '/^DEVICE_DEVS=/d' ${WRKSRC}/src/unix-gcc.mak \
- >> ${WRKSRC}/src/unix-gcc.mak.new
-mv ${WRKSRC}/src/unix-gcc.mak.new ${WRKSRC}/src/unix-gcc.mak
diff --git a/print/ghostscript-gpl/scripts/configure.batch b/print/ghostscript-gpl/scripts/configure.batch
deleted file mode 100644
index 95f0c51bb2e3..000000000000
--- a/print/ghostscript-gpl/scripts/configure.batch
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh
-
-# $FreeBSD$
-
-# configure.batch - gs driver preconfiguration, batch mode
-# by Andreas Klemm <andreas@FreeBSD.org>
-
-cat - > ${WRKSRC}/src/unix-gcc.mak.new << !EOT
-ifndef NO_X
-DEVICE_DEVS=\$(DD)x11.dev \$(DD)x11alpha.dev \$(DD)x11cmyk.dev \$(DD)x11cmyk2.dev \$(DD)x11cmyk4.dev \$(DD)x11cmyk8.dev \$(DD)x11gray2.dev \$(DD)x11gray4.dev \$(DD)x11mono.dev \$(DD)x11rg16x.dev \$(DD)x11rg32x.dev
-endif
-
-DEVICE_DEVS+= \$(DD)atx23.dev \$(DD)atx24.dev \$(DD)atx38.dev \$(DD)deskjet.dev \$(DD)djet500.dev \$(DD)fs600.dev \$(DD)laserjet.dev \$(DD)ljetplus.dev \$(DD)ljet2p.dev \$(DD)ljet3.dev \$(DD)ljet3d.dev \$(DD)ljet4.dev \$(DD)ljet4d.dev \$(DD)lp2563.dev \$(DD)oce9050.dev \$(DD)lj5mono.dev \$(DD)lj5gray.dev \$(DD)psdf.dev \$(DD)epswrite.dev \$(DD)pswrite.dev \$(DD)pdfwrite.dev \$(DD)pxlmono.dev \$(DD)pxlcolor.dev \$(DD)bit.dev \$(DD)bitrgb.dev \$(DD)bitcmyk.dev \$(DD)bmpmono.dev \$(DD)bmpgray.dev \$(DD)bmpsep1.dev \$(DD)bmpsep8.dev \$(DD)bmp16.dev \$(DD)bmp256.dev \$(DD)bmp16m.dev \$(DD)bmp32b.dev \$(DD)cgmmono.dev \$(DD)cgm8.dev \$(DD)cgm24.dev \$(DD)jpeg.dev \$(DD)jpeggray.dev \$(DD)miff24.dev \$(DD)pcxmono.dev \$(DD)pcxgray.dev \$(DD)pcx16.dev \$(DD)pcx256.dev \$(DD)pcx24b.dev \$(DD)pcxcmyk.dev \$(DD)pcx2up.dev \$(DD)pbm.dev \$(DD)pbmraw.dev \$(DD)pgm.dev \$(DD)pgmraw.dev \$(DD)pgnm.dev \$(DD)pgnmraw.dev \$(DD)ppm.dev \$(DD)ppmraw.dev \$(DD)pnm.dev \$(DD)pnmraw.dev \$(DD)pkm.dev \$(DD)pkmraw.dev \$(DD)pksm.dev \$(DD)pksmraw.dev \$(DD)plan9bm.dev \$(DD)pngmono.dev \$(DD)pnggray.dev \$(DD)png16.dev \$(DD)png256.dev \$(DD)png16m.dev \$(DD)psmono.dev \$(DD)psgray.dev \$(DD)psrgb.dev \$(DD)fax.dev \$(DD)faxg3.dev \$(DD)faxg32d.dev \$(DD)faxg4.dev \$(DD)tfax.dev \$(DD)tiffs.dev \$(DD)tiffcrle.dev \$(DD)tiffg3.dev \$(DD)tiffg32d.dev \$(DD)tiffg4.dev \$(DD)tifflzw.dev \$(DD)tiffpack.dev \$(DD)tiff12nc.dev \$(DD)tiff24nc.dev \$(DD)appledmp.dev \$(DD)iwhi.dev \$(DD)iwlo.dev \$(DD)iwlq.dev \$(DD)bj10e.dev \$(DD)bj200.dev \$(DD)ccr.dev \$(DD)cdeskjet.dev \$(DD)cdjcolor.dev \$(DD)cdjmono.dev \$(DD)cdj500.dev \$(DD)cdj550.dev \$(DD)declj250.dev \$(DD)dnj650c.dev \$(DD)lj4dith.dev \$(DD)pj.dev \$(DD)pjxl.dev \$(DD)pjxl300.dev \$(DD)bjc600.dev \$(DD)bjc800.dev \$(DD)escp.dev \$(DD)djet500c.dev \$(DD)cljet5.dev \$(DD)cljet5pr.dev \$(DD)cljet5c.dev \$(DD)lj3100sw.dev \$(DD)coslw2p.dev \$(DD)coslwxl.dev \$(DD)cp50.dev \$(DD)epson.dev \$(DD)eps9mid.dev \$(DD)eps9high.dev \$(DD)ibmpro.dev \$(DD)epsonc.dev \$(DD)ap3250.dev \$(DD)st800.dev \$(DD)stcolor.dev \$(DD)uniprint.dev \$(DD)lj250.dev \$(DD)paintjet.dev \$(DD)pjetxl.dev \$(DD)hl7x0.dev \$(DD)imagen.dev \$(DD)jetp3852.dev \$(DD)lbp8.dev \$(DD)lips3.dev \$(DD)lp8000.dev \$(DD)m8510.dev \$(DD)necp6.dev \$(DD)lq850.dev \$(DD)lxm5700m.dev \$(DD)oki182.dev \$(DD)okiibm.dev \$(DD)photoex.dev \$(DD)sj48.dev \$(DD)t4693d2.dev \$(DD)t4693d4.dev \$(DD)t4693d8.dev \$(DD)tek4696.dev \$(DD)cfax.dev \$(DD)dfaxlow.dev \$(DD)dfaxhigh.dev \$(DD)cif.dev \$(DD)inferno.dev \$(DD)mgrmono.dev \$(DD)mgrgray2.dev \$(DD)mgrgray4.dev \$(DD)mgrgray8.dev \$(DD)mgr4.dev \$(DD)mgr8.dev \$(DD)sgirgb.dev \$(DD)sunhmono.dev \$(DD)cdj850.dev \$(DD)hpdj.dev \$(DD)pcl3.dev \$(DD)hpdjplus.dev \$(DD)hpdjportable.dev \$(DD)hpdj310.dev \$(DD)hpdj320.dev \$(DD)hpdj340.dev \$(DD)hpdj400.dev \$(DD)hpdj500.dev \$(DD)hpdj500c.dev \$(DD)hpdj510.dev \$(DD)hpdj520.dev \$(DD)hpdj540.dev \$(DD)hpdj550c.dev \$(DD)hpdj560c.dev \$(DD)hpdj600.dev \$(DD)hpdj660c.dev \$(DD)hpdj670c.dev \$(DD)hpdj680c.dev \$(DD)hpdj690c.dev \$(DD)hpdj850c.dev \$(DD)hpdj855c.dev \$(DD)hpdj870c.dev \$(DD)hpdj890c.dev \$(DD)hpdj1120c.dev \$(DD)cdj970.dev \$(DD)stp.dev
-!EOT
-
-# create one new Makefile, where DEVICE_DEVS contains all wanted devices
-sed -e '/^DEVICE_DEVS=/d' ${WRKSRC}/src/unix-gcc.mak \
- >> ${WRKSRC}/src/unix-gcc.mak.new
-mv ${WRKSRC}/src/unix-gcc.mak.new ${WRKSRC}/src/unix-gcc.mak