diff options
Diffstat (limited to 'print/ghostscript-gpl')
25 files changed, 0 insertions, 1700 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile deleted file mode 100644 index ba1c66a8b751..000000000000 --- a/print/ghostscript-gpl/Makefile +++ /dev/null @@ -1,342 +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= 7.00 -CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://members.ozemail.com.au/~geoffk/pdfencrypt/ \ - http://www.gelhaus.net/hp880c/1.4beta/ \ - http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/ \ - http://www.harsch.net/Download/ \ - ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs700/ \ - ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/fonts/ -MASTER_SITE_SUBDIR= ${PORTNAME} gimp-print hpinkjet - -DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ - ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_SRC} ${PCL3_SRC} \ - ${HP970_DRV} ${GPRINT_SRC} ${HPIJS_SRC} -EXTRACT_ONLY= ${GS_SOURCES} - -MAINTAINER= ports@FreeBSD.org - -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png - -NO_CDROM= "Can only be distributed for free" - -WRKSRC= ${WRKDIR}/gs${PORTVERSION} - -USE_GMAKE= yes -CFLAGS+= -DUPD_SIGNAL=0 -MAKEFILE= src/unix-gcc.mak -ALL_TARGET= all pcl3opts escputil -PLIST_SUB= GS_VERSION=${PORTVERSION} - -MAN1= ansi2knr.1 dvipdf.1 escputil.1 font2c.1 gs-hpdj.1 gs-pcl3.1 \ - gs.1 gslp.1 gsnd.1 pcl3opts.1 pdf2dsc.1 pdf2ps.1 pdfopt.1 \ - pf2afm.1 pfbtopfa.1 printafm.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 \ - ps2pdfwr.1 ps2ps.1 wftopfa.1 -MLINKS= gslp.1 gsbj.1 \ - gslp.1 gsdj.1 \ - gslp.1 gsdj500.1 \ - gslp.1 gslj.1 \ - ps2pdf.1 ps2pdf12.1 \ - ps2pdf.1 ps2pdf13.1 \ - ps2ps.1 eps2eps.1 - -.if defined(A4) -MAKE_ENV+= A4=${A4} -.endif - -.if !defined(WITHOUT_X11) -PKGNAMESUFFIX= -afpl -USE_XLIB= yes -.else -PKGNAMESUFFIX= -afpl-nox11 -MAKE_ENV+= WITHOUT_X11=${WITHOUT_X11} -.endif - -GS_SOURCES= ${DISTNAME}${EXTRACT_SUFX} -# 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/ -HP8XX= cdj880 -HP8XX_DRV= gdevcd8.tar.gz - -# HPDJ, additional driver for HP PCL3 Printers, by Martin Lottermoser -# still present, just for the case pcl3 is missing some hpdj feature -# http://home.t-online.de/home/Martin.Lottermoser/pcl3.html -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 -# http://www.harsch.net/Ghostscript/ghostscript.html -HP970_DRV= gdevdj9.c.gz - -# gimp-print - very high quality driver for Epson, HPs,... -# http://gimp-print.sourceforge.net/ -GPRINT= print -GPRINT_DESC= gimp-${GPRINT} -GPRINT_VERS= 4.0.5 -GPRINT_NAME= ${GPRINT}-${GPRINT_VERS} -GPRINT_SRC= ${GPRINT_NAME}.tar.gz -GPRINT_MAN1= escputil.1 - -# HPinkjet - HP developed printer driver for PhotoSmart/DeskJet series -# http://hpinkjet.sourceforge.net/ -HPIJS= hpijs -HPIJS_VERS= 0.97 -HPIJS_NAME= ${HPIJS}${HPIJS_VERS} -HPIJS_SRC= ${HPIJS_NAME}.tar.gz - -# 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 - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "i386" -CFLAGS+= -D_LITTLE_ENDIAN -.endif - -.SILENT: - -pre-everything:: -.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_MSG} ">>> in post-extract ..." - ${LN} -sf ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b \ - ${WRKSRC}/jpeg - ${RM} -f ${WRKSRC}/man/de/*.1 -# ** 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_MSG} ">>> extracting ${HP8XX_DRV} ..." - ${TAR} -C ${WRKSRC}/src -xzf ${_DISTDIR}/${HP8XX_DRV} -# for HPDJ driver - ${ECHO_MSG} ">>> extracting ${HPDJ_SRC} ..." - ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${HPDJ_SRC} - ${TAR} -C ${WRKSRC}/src -xf ${WRKSRC}/${HPDJ_NAME}/${HPDJ}.tar -# for PCL3 driver - ${ECHO_MSG} ">>> extracting ${PCL3_SRC} ..." - ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${PCL3_SRC} - ${LN} -sf ${PCL3_NAME} ${WRKSRC}/pcl3 - ${TAR} -C ${WRKSRC}/${PCL3_NAME} -xf \ - ${WRKSRC}/${PCL3_NAME}/${PCL3}.tar -# for HP DeskJet 970 driver - ${ECHO_MSG} ">>> extracting ${HP970_DRV} ..." - ${CP} ${_DISTDIR}/${HP970_DRV} ${WRKSRC}/src - ${GUNZIP_CMD} ${WRKSRC}/src/${HP970_DRV} -# for gimp-print - ${ECHO_MSG} ">>> extracting ${GPRINT_SRC} ..." - ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${GPRINT_SRC} -# for HPinkjet driver - ${ECHO_MSG} ">>> extracting ${HPIJS_SRC} ..." - ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${HPIJS_SRC} - ${LN} -sf ${HPIJS_NAME} ${WRKSRC}/hpijs - -post-patch: - ${PERL} -pi -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \ - ${WRKSRC}/src/unix-gcc.mak -# for HPinkjet driver - find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \ - 's|#include <malloc.h>||g; \ - s|SRVPATH \"hpijs\"|SRVPATH \"${PREFIX}/libexec/hpijs\"|g' - -# 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_MSG} ">>> in pre-configure ..." -# for HP8XX driver - ${ECHO_MSG} ">>> adding ${HP8XX} driver to contrib.mak ..." - ${CAT} ${FILESDIR}/cdj850.contrib.mak \ - >> ${WRKSRC}/src/contrib.mak -# for HPDJ driver - ${ECHO_MSG} ">>> adding ${HPDJ} driver to contrib.mak ..." - ${CAT} ${WRKSRC}/src/contrib.mak-5.94.add \ - >> ${WRKSRC}/src/contrib.mak -# for PCL3 driver - ${ECHO_MSG} ">>> adding ${PCL3} driver to contrib.mak ..." - ${CAT} ${WRKSRC}/${PCL3_NAME}/src/contrib.mak-6.50.add \ - >> ${WRKSRC}/src/contrib.mak -# for HP DeskJet 970 driver - ${ECHO_MSG} ">>> adding DJ970 driver to contrib.mak ..." - ${CAT} ${FILESDIR}/dj970.contrib.mak \ - >> ${WRKSRC}/src/contrib.mak -# for gimp-print - ${ECHO_MSG} ">>> creating symlinks for ${GPRINT_DESC} ..." - ${LN} -sf ${WRKSRC}/${GPRINT_NAME}/Ghost/*.[ch] \ - ${WRKSRC}/src - ${ECHO_MSG} ">>> adding ${GPRINT_DESC} driver to contrib.mak ..." - ${CAT} ${WRKSRC}/${GPRINT_NAME}/Ghost/contrib.mak.addon \ - >> ${WRKSRC}/src/contrib.mak - ${ECHO_MSG} ">>> adding make rules for escputil to contrib.mak ..." - ${CAT} ${FILESDIR}/escputil.contrib.mak \ - >> ${WRKSRC}/src/contrib.mak -# for HPinkjet driver - ${ECHO_MSG} ">>> creating symlinks for ${HPIJS} ..." - ${LN} -sf ${WRKSRC}/${HPIJS_NAME}/gdevhpij.[ch] \ - ${WRKSRC}/src - ${ECHO_MSG} ">>> adding ${HPIJS} driver to contrib.mak ..." - ${CAT} ${FILESDIR}/hpijs.contrib.mak \ - >> ${WRKSRC}/src/contrib.mak - -do-configure: - ${ECHO_MSG} ">>> in do-configure ..." -.if defined(BATCH) - ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch -.else - ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure -.endif - -pre-build: - ${ECHO_MSG} ">>> in pre-build ..." - ${ECHO_MSG} ">>> creating directories for compilation ..." - ${MKDIR} ${WRKSRC}/obj - ${MKDIR} ${WRKSRC}/bin - -post-build: -# for HPinkjet driver - cd ${WRKSRC}/${HPIJS_NAME} ; \ - ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} makefile - -pre-install: - ${ECHO_MSG} ">>> in pre-install ..." - ${ECHO_MSG} ">>> creating ghostscript destdir ..." - ${MKDIR} ${PREFIX}/share/ghostscript - ${ECHO_MSG} ">>> 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_MSG} ">>> in post-install ..." - ${ECHO_MSG} ">>> stripping gs ..." - strip ${PREFIX}/bin/gs -# for HPDJ driver - ${ECHO_MSG} ">>> installing ${HPDJ} manpages ..." -.for i in ${HPDJ_MAN1} - ${INSTALL_MAN} ${WRKSRC}/src/${i} ${PREFIX}/man/man1 -.endfor - ${ECHO_MSG} ">>> creating ${HPDJ} destdir ..." - ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/hpdj - ${ECHO_MSG} ">>> 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_MSG} ">>> 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_MSG} ">>> creating ${PCL3} destdir ..." - ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/pcl3 - ${ECHO_MSG} ">>> 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_MSG} ">>> installing ${GPRINT_DESC} escputil in bindir ..." - ${INSTALL_PROGRAM} ${WRKSRC}/src/escputil ${PREFIX}/bin - ${ECHO_MSG} ">>> installing ${GPRINT_DESC} manpages ..." -.for i in ${GPRINT_MAN1} - ${INSTALL_MAN} ${WRKSRC}/${GPRINT_NAME}/Ghost/${i} \ - ${PREFIX}/man/man1 -.endfor - ${ECHO_MSG} ">>> creating ${GPRINT_DESC} destdir ..." - ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/gimp-print - ${ECHO_MSG} ">>> installing files in gimp-print destdir ..." -.for i in README - ${INSTALL_DATA} ${WRKSRC}/${GPRINT_NAME}/Ghost/${i} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/gimp-print -.endfor -# for HPinkjet driver - ${ECHO_MSG} ">>> installing ${HPIJS} server in libexecdir ..." - ${INSTALL_PROGRAM} ${WRKSRC}/${HPIJS_NAME}/hpijs ${PREFIX}/libexec - ${ECHO_MSG} ">>> creating ${HPIJS} destdir ..." - ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/hpijs - ${ECHO_MSG} ">>> installing files in ${HPIJS} destdir ..." -.for i in hpijs_readme.html - ${INSTALL_DATA} ${WRKSRC}/${HPIJS}/${i} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/hpijs -.endfor -# contributed UPP driver - ${ECHO_MSG} ">>> installing contributed UPP profiles ..." -.for i in ${CONTRIB_UPP} - ${INSTALL_DATA} ${FILESDIR}/${i} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/lib -.endfor -# for reading encrypted PDFs - ${ECHO_MSG} ">>> installing support for encrypted PDF files ..." - ${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/lib -# -# now NOPORTDOCS dependend stuff -# -.if !defined(NOPORTDOCS) - ${ECHO_MSG} ">>> installing PORTDOC stuff ..." -# install hpdj docu, not necessary for runtime -# note: old hpdj driver has its files in ${WRKSRC}/src - ${ECHO_MSG} ">>> creating ${HPDJ} docu destdir ..." - ${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/hpdj - ${ECHO_MSG} ">>> installing files in ${HPDJ} docu destdir ..." -.for i in 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_MSG} ">>> creating ${PCL3} docu destdir ..." - ${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/pcl3 - ${ECHO_MSG} ">>> installing files in ${PCL3} docu destdir ..." -.for i in 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_MSG} "> post-installation tasks completed." - -.include <bsd.port.post.mk> diff --git a/print/ghostscript-gpl/distinfo b/print/ghostscript-gpl/distinfo deleted file mode 100644 index a985fb0e65e6..000000000000 --- a/print/ghostscript-gpl/distinfo +++ /dev/null @@ -1,10 +0,0 @@ -MD5 (ghostscript-7.00.tar.gz) = 7e11f6408fd2305b926cd44c5577440f -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.5.tar.gz) = 2eae88b9285d47036d31974fd2b0abc2 -MD5 (hpijs0.97.tar.gz) = d02f8c4c2d730e72038f6f4d4350fbe8 diff --git a/print/ghostscript-gpl/files/cdj850.contrib.mak b/print/ghostscript-gpl/files/cdj850.contrib.mak deleted file mode 100644 index 8faefec5fe4e..000000000000 --- a/print/ghostscript-gpl/files/cdj850.contrib.mak +++ /dev/null @@ -1,21 +0,0 @@ -###- cdj850 - HP 850 Driver under development -------- ### -cdeskjet8_=$(GLOBJ)gdevcd8.$(OBJ) $(HPPCL) - -$(DD)cdj670.dev : $(cdeskjet8_) $(DD)page.dev - $(SETPDEV2) $(DD)cdj670 $(cdeskjet8_) - -$(DD)cdj850.dev : $(cdeskjet8_) $(DD)page.dev - $(SETPDEV2) $(DD)cdj850 $(cdeskjet8_) - -$(DD)cdj880.dev : $(cdeskjet8_) $(DD)page.dev - $(SETPDEV2) $(DD)cdj880 $(cdeskjet8_) - -$(DD)cdj890.dev : $(cdeskjet8_) $(DD)page.dev - $(SETPDEV2) $(DD)cdj890 $(cdeskjet8_) - -$(DD)cdj1600.dev : $(cdeskjet8_) $(DD)page.dev - $(SETPDEV2) $(DD)cdj1600 $(cdeskjet8_) - -$(GLOBJ)gdevcd8.$(OBJ) : $(GLSRC)gdevcd8.c $(PDEVH) $(math__h)\ - $(gsparam_h) $(gxlum_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/hpijs.contrib.mak b/print/ghostscript-gpl/files/hpijs.contrib.mak deleted file mode 100644 index 35eb9e6b06b1..000000000000 --- a/print/ghostscript-gpl/files/hpijs.contrib.mak +++ /dev/null @@ -1,31 +0,0 @@ -### ------------- Hewlett-Packard Co. Inkjet Driver -------------- ### - -hpijs_=$(GLOBJ)gdevhpij.$(OBJ) - -$(DD)gdevhpij.$(OBJ): $(GLSRC)gdevhpij.c $(PDEVH) - $(GLCC) $(GLO_)gdevhpij.$(OBJ) $(C_) $(GLSRC)gdevhpij.c - -$(DD)hpijs.dev : $(hpijs_) $(DD)page.dev - $(SETPDEV) $(DD)hpijs $(hpijs_) - -$(DD)DJ630.dev : $(hpijs_) $(DD)page.dev - $(SETPDEV) DJ630 $(hpijs_) - -$(DD)DJ6xx.dev : $(hpijs_) $(DD)page.dev - $(SETPDEV) DJ6xx $(hpijs_) - -$(DD)DJ6xxP.dev : $(hpijs_) $(DD)page.dev - $(SETPDEV) DJ6xxP $(hpijs_) - -$(DD)DJ8xx.dev : $(hpijs_) $(DD)page.dev - $(SETPDEV) DJ8xx $(hpijs_) - -$(DD)DJ9xx.dev : $(hpijs_) $(DD)page.dev - $(SETPDEV) DJ9xx $(hpijs_) - -$(DD)DJ9xxVIP.dev : $(hpijs_) $(DD)page.dev - $(SETPDEV) DJ9xxVIP $(hpijs_) - -$(DD)AP21xx.dev : $(hpijs_) $(DD)page.dev - $(SETPDEV) AP21xx $(hpijs_) - 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-hpijs:makefile b/print/ghostscript-gpl/files/patch-hpijs:makefile deleted file mode 100644 index 8f53a8202f59..000000000000 --- a/print/ghostscript-gpl/files/patch-hpijs:makefile +++ /dev/null @@ -1,32 +0,0 @@ ---- hpijs/makefile.orig Fri Jun 8 06:10:57 2001 -+++ hpijs/makefile Tue Jul 10 03:09:21 2001 -@@ -1,17 +1,17 @@ --FLAGS = -D_LITTLE_ENDIAN -D_DJ660 -D_DJ6xx -D_DJ6xxPhoto -D_DJ8xx -D_DJ9xx \ -+FLAGS = -D_DJ660 -D_DJ6xx -D_DJ6xxPhoto -D_DJ8xx -D_DJ9xx \ - -D_DJ9xxVIP -D_DJ630 -D_APOLLO2100 -D_DJ600 -D_DJ350 - - VERSION=0.97 - INSTALLDIR=/usr/bin - - --CC = g++ -c -Wall -DVERSION=\"$(VERSION)\" $(FLAGS) -+CXXFLAGS += -DVERSION=\"$(VERSION)\" $(FLAGS) - #CC = g++ -c -g -Wall -DVERSION=\"$(VERSION)\" -DCAPTURE $(FLAGS) - #CC = g++ -c -g -Wall -DVERSION=\"$(VERSION)\" $(FLAGS) - - .cpp.o: - echo "compiling $(<F)" -- $(CC) $(<F) -o $(*F).o -+ $(CXX) $(CXXFLAGS) -c $(<F) -o $(*F).o - - OBJS = hpijs.o models.o breaks_open.o \ - aladdin.o broadway.o capture.o \ -@@ -28,7 +28,7 @@ - - - linkit: $(OBJS) -- g++ $(OBJS) -o hpijs -+ $(CXX) $(OBJS) -o hpijs - - install: - install -m 0755 -s hpijs $(INSTALLDIR) 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 d3e7e8130021..000000000000 --- a/print/ghostscript-gpl/files/patch-lib:gs_init.ps +++ /dev/null @@ -1,19 +0,0 @@ ---- lib/gs_init.ps.orig Mon Apr 9 15:20:03 2001 -+++ lib/gs_init.ps Wed Jun 20 04:05:12 2001 -@@ -1263,7 +1263,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> -@@ -1815,3 +1815,7 @@ - (END GC) VMDEBUG - - % The interpreter will run the initial procedure (start). -+ -+% unofficial patch: -+% make it possible to print from within acroread pdf viewer -+/Default currenthalftone /Halftone defineresource pop diff --git a/print/ghostscript-gpl/files/patch-pcl3:eprn:gdeveprn.c b/print/ghostscript-gpl/files/patch-pcl3:eprn:gdeveprn.c deleted file mode 100644 index 605148be439c..000000000000 --- a/print/ghostscript-gpl/files/patch-pcl3:eprn:gdeveprn.c +++ /dev/null @@ -1,12 +0,0 @@ ---- pcl3/eprn/gdeveprn.c.orig Sun Mar 25 13:59:11 2001 -+++ pcl3/eprn/gdeveprn.c Tue Apr 10 17:53:03 2001 -@@ -81,6 +81,9 @@ - #include "gstypes.h" /* needed by gsstate.h */ - #include "gsstate.h" /* needed by icstate.h */ - #include "icstate.h" /* for struct gs_context_state_s */ -+#if !defined(GS_REVISION) || GS_REVISION >= 700 -+#include "iapi.h" /* needed by iminst.h */ -+#endif - #include "iminst.h" /* for struct gs_main_instance_s */ - #include "imain.h" /* for gs_main_instance_default() */ - #include "gscoord.h" /* for gs_setdefaultmatrix() */ diff --git a/print/ghostscript-gpl/files/patch-src:contrib.mak-5.94.add b/print/ghostscript-gpl/files/patch-src:contrib.mak-5.94.add deleted file mode 100644 index 1d2c46b8ea2e..000000000000 --- a/print/ghostscript-gpl/files/patch-src:contrib.mak-5.94.add +++ /dev/null @@ -1,14 +0,0 @@ ---- src/contrib.mak-5.94.add.orig Sun Oct 17 05:20:06 1999 -+++ src/contrib.mak-5.94.add Tue Jun 19 03:20:13 2001 -@@ -102,11 +102,6 @@ - $(GLOBJ)hpdjprn.$(OBJ): $(GLSRC)hpdjprn.c - $(GLCC) $(C_) $(O_)$@ $(hpdj_opts) $(GLSRC)hpdjprn.c - --$(GLOBJ)pclcomp.$(OBJ): $(GLSRC)pclcomp.c -- $(GLCC) $(C_) $(O_)$@ $(hpdj_opts) $(GLSRC)pclcomp.c -- --$(GLOBJ)pagecount.$(OBJ): $(GLSRC)pagecount.c -- $(GLCC) $(C_) $(O_)$@ $(hpdj_opts) $(GLSRC)pagecount.c - - - $(DD)hpdj.dev: $(hpdj_) $(DD)page.dev diff --git a/print/ghostscript-gpl/files/patch-src:genarch.c b/print/ghostscript-gpl/files/patch-src:genarch.c deleted file mode 100644 index 3b74ac7e6145..000000000000 --- a/print/ghostscript-gpl/files/patch-src:genarch.c +++ /dev/null @@ -1,34 +0,0 @@ ---- src/genarch.c.orig Wed Sep 20 04:00:23 2000 -+++ src/genarch.c Wed Jun 20 04:05:36 2001 -@@ -40,6 +40,7 @@ - fprintf(f, "\n\t /* ---------------- %s ---------------- */\n\n", str); - } - -+#ifndef __FreeBSD__ - private clock_t - time_clear(char *buf, int bsize, int nreps) - { -@@ -50,6 +51,7 @@ - memset(buf, 0, bsize); - return clock() - t; - } -+#endif /* __FreeBSD__ */ - - private void - define(FILE *f, const char *str) -@@ -180,6 +182,7 @@ - fprintf(f, "((unsigned long)~0L + (unsigned long)0)\n"); - #undef PRINT_MAX - -+#ifndef __FreeBSD__ - section(f, "Cache sizes"); - - /* -@@ -240,6 +243,7 @@ - } - define_int(f, "ARCH_CACHE2_SIZE", bsize >> 1); - } -+#endif /* __FreeBSD__ */ - - section(f, "Miscellaneous"); - diff --git a/print/ghostscript-gpl/files/patch-src:gp_unifs.c b/print/ghostscript-gpl/files/patch-src:gp_unifs.c deleted file mode 100644 index 68c9bcaf175b..000000000000 --- a/print/ghostscript-gpl/files/patch-src:gp_unifs.c +++ /dev/null @@ -1,34 +0,0 @@ ---- src/gp_unifs.c.orig Tue Mar 13 15:51:39 2001 -+++ src/gp_unifs.c Wed Jun 20 04:06:02 2001 -@@ -28,6 +28,7 @@ - #include "stat_.h" - #include "dirent_.h" - #include <sys/param.h> /* for MAXPATHLEN */ -+#include <unistd.h> - - /* Some systems (Interactive for example) don't define MAXPATHLEN, - * so we define it here. (This probably should be done via a Config-Script.) -@@ -58,6 +59,8 @@ - const char *mode) - { /* The -8 is for XXXXXX plus a possible final / and -. */ - int len = gp_file_name_sizeof - strlen(prefix) - 8; -+ int fd; -+ FILE *f; - - if (gp_gettmpdir(fname, &len) != 0) - strcpy(fname, "/tmp/"); -@@ -70,8 +73,12 @@ - if (*fname != 0 && fname[strlen(fname) - 1] == 'X') - strcat(fname, "-"); - strcat(fname, "XXXXXX"); -- mktemp(fname); -- return gp_fopentemp(fname, mode); -+ fd = mkstemp(fname); -+ if (fd == -1) -+ return NULL; -+ if ((f = fdopen(fd, mode)) == NULL) -+ close(fd); -+ return f; - } - - /* Open a file with the given name, as a stream of uninterpreted bytes. */ diff --git a/print/ghostscript-gpl/files/patch-src:unix-gcc.mak b/print/ghostscript-gpl/files/patch-src:unix-gcc.mak deleted file mode 100644 index dbadbe4eb3c1..000000000000 --- a/print/ghostscript-gpl/files/patch-src:unix-gcc.mak +++ /dev/null @@ -1,136 +0,0 @@ ---- src/unix-gcc.mak.orig Mon Apr 9 14:52:57 2001 -+++ src/unix-gcc.mak Wed Sep 12 22:54:27 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=10010 - - # 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 - -@@ -187,7 +187,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. -@@ -220,9 +220,11 @@ - # We don't include -ansi, because this gets in the way of the platform- - # specific stuff that <math.h> typically needs; nevertheless, we expect - # gcc to accept ANSI-style function prototypes and function definitions. --XCFLAGS= -+ifdef A4 -+XCFLAGS=-DA4 -+endif - --CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) -+CFLAGS+=$(XCFLAGS) - - # Define platform flags for ld. - # SunOS 4.n may need -Bstatic. -@@ -231,7 +233,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 - -@@ -264,7 +266,7 @@ - # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, - # not in $(XINCLUDE). - --XINCLUDE=-I/usr/X11R6/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 -@@ -277,11 +279,16 @@ - #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/X11R6/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. diff --git a/print/ghostscript-gpl/files/patch-src:zmedia2.c b/print/ghostscript-gpl/files/patch-src:zmedia2.c deleted file mode 100644 index 7db33eaecc44..000000000000 --- a/print/ghostscript-gpl/files/patch-src:zmedia2.c +++ /dev/null @@ -1,25 +0,0 @@ ---- src/zmedia2.c.orig Wed Sep 20 04:00:54 2000 -+++ src/zmedia2.c Wed Jun 20 04:06:24 2001 -@@ -427,11 +427,17 @@ - - rx = ry, ry = temp; - } -- /* Adjust the medium size if flexible. */ -- if (medium->p.x < MIN_MEDIA_SIZE && mx > rx) -- mx = rx; -- if (medium->p.y < MIN_MEDIA_SIZE && my > ry) -- my = ry; -+ /* If 'medium' is flexible, adjust 'mx' and 'my' towards 'rx' and 'ry', -+ respectively. Note that 'mx' and 'my' have just acquired the largest -+ permissible value, medium->q. */ -+ if (medium->p.x < mx) /* non-empty width range */ -+ if (rx < medium->p.x) mx = medium->p.x; /* minimum */ -+ else if (mx > rx) mx = rx; /* fits */ -+ /* else use medium->q.x, i.e., the maximum */ -+ if (medium->p.y < my) /* non-empty height range */ -+ if (ry < medium->p.y) my = medium->p.y; /* minimum */ -+ else if (my > ry) my = ry; /* fits */ -+ /* else use medium->q.y, i.e., the maximum */ - - /* Translate to align the centers. */ - gs_make_translation(mx / 2, my / 2, pmat); 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 dd6a867e3c83..000000000000 --- a/print/ghostscript-gpl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -AFPL Postscript interpreter version 7 diff --git a/print/ghostscript-gpl/pkg-descr b/print/ghostscript-gpl/pkg-descr deleted file mode 100644 index 4489409d3260..000000000000 --- a/print/ghostscript-gpl/pkg-descr +++ /dev/null @@ -1,25 +0,0 @@ -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. - -Versions entitled "AFPL Ghostscript" are distributed 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 ! - -This port includes add-on packages (not part of the official gs release) - o Support for pdfencrypt, see description on - - http://members.ozemail.com.au/~geoffk/pdfencrypt/ - o HP8XX driver for HP DeskJet 880C/882C/895C - - http://www.gelhaus.net/hp880c/ - o HP970 driver for HP DeskJet 970CXi - - http://www.harsch.net/Ghostscript/ghostscript.html - o PCL3 and HPDJ driver for HP DeskJet series - - http://home.t-online.de/home/Martin.Lottermoser/pcl3.html - o Gimp-Print driver for Canon/Epson/Lexmark/HP printers - - http://gimp-print.sourceforge.net/ - o HPinkjet driver for HP PhotoSmart/DeskJet series - - http://hpinkjet.sourceforge.net/ - o Additional contributed uniprint driver profiles for - - Epson Stylus Color 740 and Epson LQ-1170 - -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 0089e7022f71..000000000000 --- a/print/ghostscript-gpl/pkg-plist +++ /dev/null @@ -1,505 +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 -libexec/hpijs -%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/NEWS -%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/hpdj.html -%%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/API.htm -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/Develop.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/Maintain.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/Ps-style.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%%/hpijs/hpijs_readme.html -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_icc.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/stc300.upp -share/ghostscript/%%GS_VERSION%%/lib/stc300bl.upp -share/ghostscript/%%GS_VERSION%%/lib/stc300bm.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/ghostscript/%%GS_VERSION%%/pcl3 -@dirrm share/ghostscript/%%GS_VERSION%%/lib -@dirrm share/ghostscript/%%GS_VERSION%%/hpijs -@dirrm share/ghostscript/%%GS_VERSION%%/hpdj -@dirrm share/ghostscript/%%GS_VERSION%%/gimp-print -@dirrm share/ghostscript/%%GS_VERSION%%/examples -@dirrm share/ghostscript/%%GS_VERSION%%/doc -@dirrm share/ghostscript/%%GS_VERSION%% -@dirrm share/ghostscript/fonts -@dirrm share/ghostscript -%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/pcl3 -%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/hpdj -%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%% -%%PORTDOCS%%@dirrm share/doc/ghostscript diff --git a/print/ghostscript-gpl/scripts/configure b/print/ghostscript-gpl/scripts/configure deleted file mode 100644 index 31c7d3d85b44..000000000000 --- a/print/ghostscript-gpl/scripts/configure +++ /dev/null @@ -1,220 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -# configure - gs driver preconfiguration, manual driver selection -# by Andreas Klemm <andreas@FreeBSD.org> - -# driverselection -/usr/bin/dialog --title "AFPL Ghostscript 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 \ - "stp" "Configurable Canon/Epson/Lexmark/HP driver (Gimp-Print)" ON \ - "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 ActionPrinter 3250" 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 \ - "photoex" "Epson Stylus Color Photo, Photo EX, Photo 700" 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 \ - "cdj670" "HP DeskJet 670/690 (HP8XX driver)" ON \ - "cdj850" "HP DeskJet 850/855/870/1100 (HP8XX driver)" ON \ - "cdj880" "HP DeskJet 880 (HP8XX driver)" ON \ - "cdj890" "HP DeskJet 890 (HP8XX driver)" ON \ - "cdj1600" "HP DeskJet 1600 (HP8XX driver)" ON \ - "cdj970" "HP DeskJet 970CXi (HP970 driver)" 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 (Color LaserJet 4500/5000)" ON \ - "pcl3" "HP PCL 3+ (DeskJet 500/500C/510/520/540/550C/560C/850C/855C)" ON \ - "hpdj" "HP PCL 3+ (old drv.)" ON \ - "hpijs" "HP PhotoSmart/DeskJet series (HP developed driver)" 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 PinWriter P6/P6+/P60, 360x360 DPI resol" OFF \ - "oce9050" "OCE 9050 printer" OFF \ - "oki182" "Okidata MicroLine 182" OFF \ - "okiibm" "Okidata MicroLine IBM-compatible printers" OFF \ - "atx23" "Practical Automation ATX-23 label printer" OFF \ - "atx24" "Practical Automation ATX-24 label printer" OFF \ - "atx38" "Practical Automation ATX-38 label printer" OFF \ - "r4081" "Ricoh 4081 laser printer" OFF \ - "sj48" "StarJet 48 inkjet printer" 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 \ - "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 \ - "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 Window System version 11, release >=4" ON \ - "x11alpha" "X Window System masquer. as device with alpha capability" ON \ - "x11cmyk" "X Window System masquer. as 1-bit-per-plane CMYK device" ON \ - "x11cmyk2" "X Window System as a 2-bit-per-plane CMYK device" OFF \ - "x11cmyk4" "X Window System as a 4-bit-per-plane CMYK device" OFF \ - "x11cmyk8" "X Window System as an 8-bit-per-plane CMYK device" OFF \ - "x11gray2" "X Window System as a 2-bit gray-scale device" ON \ - "x11gray4" "X Window System as a 4-bit gray-scale device" ON \ - "x11mono" "X Window System masquer. as black-and-white device" ON \ - "x11rg16x" "X Window System with G5/B5/R6 pixel layout for testing" ON \ - "x11rg32x" "X Window System 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 87bdc1eb7377..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 WITHOUT_X11 -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)appledmp.dev \$(DD)iwhi.dev \$(DD)iwlo.dev \$(DD)iwlq.dev \$(DD)hl7x0.dev \$(DD)bj10e.dev \$(DD)bj200.dev \$(DD)bjc600.dev \$(DD)bjc800.dev \$(DD)lbp8.dev \$(DD)lips3.dev \$(DD)m8510.dev \$(DD)coslw2p.dev \$(DD)coslwxl.dev \$(DD)stp.dev \$(DD)uniprint.dev \$(DD)lj250.dev \$(DD)declj250.dev \$(DD)ap3250.dev \$(DD)epson.dev \$(DD)eps9mid.dev \$(DD)eps9high.dev \$(DD)lp8000.dev \$(DD)lq850.dev \$(DD)epsonc.dev \$(DD)st800.dev \$(DD)stcolor.dev \$(DD)photoex.dev \$(DD)lp2563.dev \$(DD)dnj650c.dev \$(DD)deskjet.dev \$(DD)djet500.dev \$(DD)cdeskjet.dev \$(DD)djet500c.dev \$(DD)cdjcolor.dev \$(DD)cdjmono.dev \$(DD)cdj500.dev \$(DD)cdj550.dev \$(DD)cdj670.dev \$(DD)cdj850.dev \$(DD)cdj880.dev \$(DD)cdj890.dev \$(DD)cdj1600.dev \$(DD)cdj970.dev \$(DD)laserjet.dev \$(DD)ljetplus.dev \$(DD)ljet2p.dev \$(DD)ljet3.dev \$(DD)ljet3d.dev \$(DD)ljet4.dev \$(DD)ljet4d.dev \$(DD)lj4dith.dev \$(DD)cljet5.dev \$(DD)cljet5c.dev \$(DD)cljet5pr.dev \$(DD)lj5mono.dev \$(DD)lj5gray.dev \$(DD)pj.dev \$(DD)pjetxl.dev \$(DD)pjxl.dev \$(DD)paintjet.dev \$(DD)pjxl300.dev \$(DD)pxlmono.dev \$(DD)pxlcolor.dev \$(DD)pcl3.dev \$(DD)hpdj.dev \$(DD)hpijs.dev \$(DD)ibmpro.dev \$(DD)jetp3852.dev \$(DD)imagen.dev \$(DD)fs600.dev \$(DD)lxm5700m.dev \$(DD)cp50.dev \$(DD)necp6.dev \$(DD)oce9050.dev \$(DD)oki182.dev \$(DD)okiibm.dev \$(DD)atx23.dev \$(DD)atx24.dev \$(DD)atx38.dev \$(DD)r4081.dev \$(DD)sj48.dev \$(DD)bmpmono.dev \$(DD)bmpgray.dev \$(DD)bmp16.dev \$(DD)bmp256.dev \$(DD)bmp16m.dev \$(DD)bmp32b.dev \$(DD)bmpsep1.dev \$(DD)bmpsep8.dev \$(DD)ccr.dev \$(DD)cgmmono.dev \$(DD)cgm8.dev \$(DD)cgm24.dev \$(DD)cif.dev \$(DD)dfaxhigh.dev \$(DD)dfaxlow.dev \$(DD)faxg3.dev \$(DD)faxg32d.dev \$(DD)faxg4.dev \$(DD)miff24.dev \$(DD)inferno.dev \$(DD)jpeg.dev \$(DD)jpeggray.dev \$(DD)mgrmono.dev \$(DD)mgrgray2.dev \$(DD)mgrgray4.dev \$(DD)mgrgray8.dev \$(DD)mgr4.dev \$(DD)mgr8.dev \$(DD)pcxmono.dev \$(DD)pcxgray.dev \$(DD)pcx16.dev \$(DD)pcx256.dev \$(DD)pcx24b.dev \$(DD)pcxcmyk.dev \$(DD)pdfwrite.dev \$(DD)bit.dev \$(DD)bitrgb.dev \$(DD)bitcmyk.dev \$(DD)plan9bm.dev \$(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 \$(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)pswrite.dev \$(DD)epswrite.dev \$(DD)sgirgb.dev \$(DD)sunhmono.dev \$(DD)t4693d2.dev \$(DD)t4693d4.dev \$(DD)t4693d8.dev \$(DD)tek4696.dev \$(DD)tiffcrle.dev \$(DD)tiffg3.dev \$(DD)tiffg32d.dev \$(DD)tiffg4.dev \$(DD)tiff12nc.dev \$(DD)tiff24nc.dev \$(DD)tifflzw.dev \$(DD)tiffpack.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 |