diff options
Diffstat (limited to 'print/ghostscript-gpl')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 124 | ||||
-rw-r--r-- | print/ghostscript-gpl/distinfo | 6 | ||||
-rw-r--r-- | print/ghostscript-gpl/files/lqx70ch.upp | 26 | ||||
-rw-r--r-- | print/ghostscript-gpl/files/lqx70cl.upp | 26 | ||||
-rw-r--r-- | print/ghostscript-gpl/files/lqx70cm.upp | 25 | ||||
-rw-r--r-- | print/ghostscript-gpl/files/patch-aa | 220 | ||||
-rw-r--r-- | print/ghostscript-gpl/files/patch-ab | 11 | ||||
-rw-r--r-- | print/ghostscript-gpl/files/patch-ac | 87 | ||||
-rw-r--r-- | print/ghostscript-gpl/files/patch-ad | 15 | ||||
-rw-r--r-- | print/ghostscript-gpl/files/stc740ih.upp | 60 | ||||
-rw-r--r-- | print/ghostscript-gpl/files/stc740p.upp | 36 | ||||
-rw-r--r-- | print/ghostscript-gpl/files/stc740pl.upp | 32 | ||||
-rw-r--r-- | print/ghostscript-gpl/pkg-comment | 1 | ||||
-rw-r--r-- | print/ghostscript-gpl/pkg-descr | 24 | ||||
-rw-r--r-- | print/ghostscript-gpl/pkg-plist | 448 | ||||
-rw-r--r-- | print/ghostscript-gpl/scripts/configure | 207 | ||||
-rw-r--r-- | print/ghostscript-gpl/scripts/configure.batch | 10 |
17 files changed, 0 insertions, 1358 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile deleted file mode 100644 index f22bf77920f8..000000000000 --- a/print/ghostscript-gpl/Makefile +++ /dev/null @@ -1,124 +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.01 -CATEGORIES= print -MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/aladdin/gs601/ \ - ftp://ftp.cs.wisc.edu/ghost/aladdin/fonts/ \ - http://www.ozemail.com.au/~geoffk/pdfencrypt/ \ - http://www.proaxis.com/~mgelhaus/linux/software/hp880c/1.31/ \ - ftp://ftp.sbs.de/pub/graphics/ghostscript/pcl3/ -DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ - ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_DRV} -EXTRACT_ONLY= ${GS_SOURCES} ${HPDJ_DRV} - -MAINTAINER= andreas@FreeBSD.org - -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png - -Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html - -WRKSRC= ${WRKDIR}/gs${PORTVERSION} -USE_XLIB= yes -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 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_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: - -# http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html -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 -HPDJ_DRV= hpdj-2.6.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 - -.if defined(A4) -CFLAGS+= -DA4 -.endif - -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: - @${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b \ - ${WRKSRC}/jpeg - @${TAR} -C ${WRKSRC}/src -xzf ${DISTDIR}/${HP8XX_DRV} - @${TAR} -C ${WRKSRC}/src -xzf ${DISTDIR}/${HPDJ_DRV} -# additional HPDJ driver - @${TAR} -C ${WRKSRC}/src -xf ${WRKDIR}/hpdj-2.6/hpdj.tar - @${CAT} ${WRKSRC}/src/contrib.mak-5.94.add >> ${WRKSRC}/src/contrib.mak - @${PATCH} -d ${WRKSRC}/src --forward --quiet -E \ - < ${WRKSRC}/src/zmedia2.c-5.50.diff - -do-configure: -.if defined(BATCH) - @${SETENV} WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/configure.batch -.else - @${SETENV} WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/configure -.endif - -pre-build: - @${MKDIR} ${WRKSRC}/obj - @${MKDIR} ${WRKSRC}/bin - -pre-install: - @${MKDIR} ${PREFIX}/share/ghostscript - ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_STD} - ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_OTHER} - -post-install: - @strip ${PREFIX}/bin/gs - ${INSTALL_SCRIPT} ${WRKSRC}/lib/unix-lpr.sh ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/lib/lprsetup.sh ${PREFIX}/bin - @${MKDIR} ${PREFIX}/libexec/lpr - ${INSTALL_SCRIPT} ${WRKSRC}/src/if-hpdj ${PREFIX}/libexec/lpr - ${INSTALL_MAN} ${WRKSRC}/src/gs-hpdj.1 ${PREFIX}/man/man1 -.for i in ${CONTRIB_UPP} - ${INSTALL_DATA} ${FILESDIR}/${i} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/lib -.endfor - ${INSTALL_DATA} ${DISTDIR}/pdf_sec.ps \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/lib -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/ghostscript/hpdj -.for i in LGPL.txt NEWS README.hpdj example.mdf hpdj.html margins-A4.ps \ - margins-A4Rotated.ps margins-Letter.ps margins-LetterRotated.ps - ${INSTALL_DATA} ${WRKSRC}/src/${i} ${PREFIX}/share/ghostscript/hpdj - -.endfor -.endif - -.include <bsd.port.mk> diff --git a/print/ghostscript-gpl/distinfo b/print/ghostscript-gpl/distinfo deleted file mode 100644 index f326d36606a7..000000000000 --- a/print/ghostscript-gpl/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (ghostscript-6.01.tar.gz) = abad620560b79ff40162f648506ae448 -MD5 (ghostscript-fonts-std-6.0.tar.gz) = 8250132d6fcc6eb1419f505f06c7690b -MD5 (ghostscript-fonts-other-6.0.tar.gz) = 1a643ae62ef166562e4d422b1a601272 -MD5 (gdevcd8.tar.gz) = 6ff0db0cb9f1190a1587ad6c335581cf -MD5 (hpdj-2.6.tar.gz) = dcc402281f36afd2041144e0e97917be -MD5 (pdf_sec.ps) = 92cd6af5b4d7219e91e61b8351f0f7c4 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 9330d7f9c504..000000000000 --- a/print/ghostscript-gpl/files/patch-aa +++ /dev/null @@ -1,220 +0,0 @@ ---- src/unix-gcc.mak Fri Mar 17 23:13:40 2000 -+++ src/unix-gcc.mak Wed Jul 19 10:23:42 2000 -@@ -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). -@@ -146,14 +147,14 @@ - # You may need to change this if the libpng version changes. - # See libpng.mak for more information. - --PSRCDIR=libpng -+PSRCDIR=${LOCALBASE}/include - PVERSION=10005 - - # 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. -@@ -165,7 +165,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 - -@@ -180,7 +180,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. -@@ -213,7 +213,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. -@@ -222,7 +222,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 - -@@ -242,7 +242,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 -@@ -252,7 +252,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 -@@ -264,12 +264,12 @@ - # 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 -+XLIBS=Xt SM ICE Xext X11 - - #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. -@@ -327,7 +327,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= -@@ -345,27 +345,27 @@ - #DEVICE_DEVS14= - #DEVICE_DEVS15= - --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 --------------------------- # - -@@ -379,13 +379,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_) -@@ -412,5 +412,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-ab b/print/ghostscript-gpl/files/patch-ab deleted file mode 100644 index bb2d26d40db7..000000000000 --- a/print/ghostscript-gpl/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/contrib.mak.orig Sat Mar 25 21:15:07 2000 -+++ src/contrib.mak Sat Mar 25 21:15:58 2000 -@@ -343,7 +343,7 @@ - $(SETPDEV) $(DD)coslw2p $(coslw_) - - $(DD)coslwxl.dev : $(coslw_) $(DD)page.dev -- $(SETPDEV) ($DD)coslwxl $(coslw_) -+ $(SETPDEV) $(DD)coslwxl $(coslw_) - - $(GLOBJ)gdevcslw.$(OBJ) : $(GLSRC)gdevcslw.c $(PDEVH) - $(GLCC) $(GLO_)gdevcslw.$(OBJ) $(C_) $(GLSRC)gdevcslw.c diff --git a/print/ghostscript-gpl/files/patch-ac b/print/ghostscript-gpl/files/patch-ac deleted file mode 100644 index 319922485be0..000000000000 --- a/print/ghostscript-gpl/files/patch-ac +++ /dev/null @@ -1,87 +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-ad b/print/ghostscript-gpl/files/patch-ad deleted file mode 100644 index 943abecaa755..000000000000 --- a/print/ghostscript-gpl/files/patch-ad +++ /dev/null @@ -1,15 +0,0 @@ -This patch replaces the use of the dangerous mktemp/fopen combo -with the safe mkstemp/fdopen. - - -mi - ---- src/gp_unifs.c Thu Mar 9 03:40:41 2000 -+++ src/gp_unifs.c Wed Jul 19 09:56:42 2000 -@@ -71,4 +71,5 @@ - strcat(fname, "XXXXXX"); -- mktemp(fname); -- return fopen(fname, mode); -+ len = mkstemp(fname); /* reuse the no longer needed variable */ -+ if (len == -1) return NULL; -+ return fdopen(len, mode); - } 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 7adda9488619..000000000000 --- a/print/ghostscript-gpl/pkg-plist +++ /dev/null @@ -1,448 +0,0 @@ -bin/bdftops -bin/dvipdf -bin/eps2eps -bin/fixmswrd.pl -bin/font2c -bin/gs -bin/gsbj -bin/gsdj -bin/gsdj500 -bin/gslj -bin/gslp -bin/gsnd -bin/lprsetup.sh -bin/pdf2dsc -bin/pdf2ps -bin/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/lpr/if-hpdj -share/ghostscript/%%GS_VERSION%%/doc/Bug-form.htm -share/ghostscript/%%GS_VERSION%%/doc/C-style.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/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%%/doc/ps2epsi.txt -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/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_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_cidfn.ps -share/ghostscript/%%GS_VERSION%%/lib/gs_cmap.ps -share/ghostscript/%%GS_VERSION%%/lib/gs_cmdl.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_epsf.ps -share/ghostscript/%%GS_VERSION%%/lib/gs_fform.ps -share/ghostscript/%%GS_VERSION%%/lib/gs_fonts.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/pdfeof.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/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/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 -share/ghostscript/hpdj/LGPL.txt -share/ghostscript/hpdj/NEWS -share/ghostscript/hpdj/README.hpdj -share/ghostscript/hpdj/example.mdf -share/ghostscript/hpdj/hpdj.html -share/ghostscript/hpdj/margins-A4.ps -share/ghostscript/hpdj/margins-A4Rotated.ps -share/ghostscript/hpdj/margins-Letter.ps -share/ghostscript/hpdj/margins-LetterRotated.ps -@dirrm share/ghostscript/%%GS_VERSION%%/doc -@dirrm share/ghostscript/%%GS_VERSION%%/examples -@dirrm share/ghostscript/%%GS_VERSION%%/lib -@dirrm share/ghostscript/%%GS_VERSION%% -@dirrm share/ghostscript/fonts -@dirrm share/ghostscript/hpdj -@dirrm share/ghostscript -@unexec rmdir %D/libexec/lpr 2>/dev/null || true diff --git a/print/ghostscript-gpl/scripts/configure b/print/ghostscript-gpl/scripts/configure deleted file mode 100644 index 93997aebbc74..000000000000 --- a/print/ghostscript-gpl/scripts/configure +++ /dev/null @@ -1,207 +0,0 @@ -#! /bin/sh - -# 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 \ - "cdj670" "HP DeskJet 670/690" OFF \ - "cdj850" "HP DeskJet 850/855/870/1100" OFF \ - "cdj880" "HP DeskJet 812/815/832/880/882/895/932/970 C (experimental)" OFF \ - "cdj890" "HP DeskJet 890" OFF \ - "cdj1600" "HP DeskJet 1600" OFF \ - "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 \ - "hpdj" "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 98c26638ad80..000000000000 --- a/print/ghostscript-gpl/scripts/configure.batch +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/sh - -cat - > ${WRKSRC}/src/unix-gcc.mak.new << !EOT -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)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)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)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)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)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 \$(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 \$(DD)hpdj.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 |