From 35d3c8ccd60c7aa88f306cbecf8dcea133b07a00 Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 7 Mar 2000 01:37:36 +0000 Subject: [PATCH] Ghostscript 6.0 port --- print/ghostscript/aladdin/Makefile | 109 ++++++ print/ghostscript/aladdin/files/devices | 1 + print/ghostscript/aladdin/files/md5 | 9 + print/ghostscript/aladdin/patches/patch-aa | 15 + print/ghostscript/aladdin/patches/patch-ab | 10 + print/ghostscript/aladdin/patches/patch-ad | 34 ++ print/ghostscript/aladdin/pkg/COMMENT | 1 + print/ghostscript/aladdin/pkg/DESCR | 26 ++ print/ghostscript/aladdin/pkg/PLIST | 383 +++++++++++++++++++++ 9 files changed, 588 insertions(+) create mode 100644 print/ghostscript/aladdin/Makefile create mode 100644 print/ghostscript/aladdin/files/devices create mode 100644 print/ghostscript/aladdin/files/md5 create mode 100644 print/ghostscript/aladdin/patches/patch-aa create mode 100644 print/ghostscript/aladdin/patches/patch-ab create mode 100644 print/ghostscript/aladdin/patches/patch-ad create mode 100644 print/ghostscript/aladdin/pkg/COMMENT create mode 100644 print/ghostscript/aladdin/pkg/DESCR create mode 100644 print/ghostscript/aladdin/pkg/PLIST diff --git a/print/ghostscript/aladdin/Makefile b/print/ghostscript/aladdin/Makefile new file mode 100644 index 00000000000..bdd9ae3ddc8 --- /dev/null +++ b/print/ghostscript/aladdin/Makefile @@ -0,0 +1,109 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2000/03/07 01:37:36 espie Exp $ + +DISTNAME= ghostscript-6.0 +CATEGORIES= print + +DIR= aladdin/gs600 +MASTER_SITES= ${GS_SITES} + +HOMEPAGE= http://www.cs.wisc.edu/%7Eghost/ + +MASTER_SITES0= http://www.erdw.ethz.ch/%7Ebonk/ftp/gs-driver-distrib/ + +MASTER_SITE_SUBDIR= ghostscript +DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} \ + ${HP850_DRV}:0 + +DIST_SUBDIR= gs + +# Aladdin license +LICENSE_TYPE= COPY GPL BSD +# Aladdin ghostscript wants a fee for redistribution +PERMIT_DISTFILES_CDROM= No +PERMIT_DISTFILES_FTP= Yes +PERMIT_PACKAGE_CDROM= No +PERMIT_PACKAGE_FTP= Yes + +NEED_VERSION= 1.218 + +MAINTAINER= ports@openbsd.org + +JPEGDIR=graphics/jpeg +PNGDIR=graphics/png + +BUILD_DEPENDS= /nonexistent:${JPEGDIR}:extract \ + /nonexistent:${PNGDIR}:extract \ + unzip:archivers/unzip \ + +LIB_DEPENDS= png.1.3:${PNGDIR} + +EXTRACT_ONLY= ${GS_SOURCES} +WRKDIST= ${WRKDIR}/gs6.0 +BASE_FLAGS= INSTALL_PROGRAM='${INSTALL_SCRIPT}' \ + INSTALL_DATA='${INSTALL_DATA}' \ + SHARE_LIBPNG=1 \ + SHARE_ZLIB=1 \ + XLDFLAGS=-L${PREFIX}/lib \ + XINCLUDE=-I${X11BASE}/include \ + XCFLAGS='${CFLAGS}' \ + XLIBS='Xt SM ICE Xext X11' \ + XLIBDIRS=-L${X11BASE}/lib \ + GLOBJDIR=./objects \ + GLGENDIR=./objects \ + PSOBJDIR=./objects \ + PSGENDIR=./objects \ + STDLIBS='-lc_r -lm' + +MAKE_FLAGS= ${BASE_FLAGS} prefix=${PREFIX} + + +MAKE_FILE= src/unixansi.mak + +GS_SOURCES= ghostscript-6.0.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 + +# Additional driver HP 850, see http://www.erdw.ethz.ch/~bonk/hp850/hp850.html +HP850_DRV= hp8xxs13.zip + +# The pdf_sec.ps non-stub version has been moved to a separate package + +.if defined(A4) +CFLAGS+= -DA4 +PKGNAME=${DISTNAME}-A4 +.endif + +FAKE=Yes +FAKE_FLAGS=${BASE_FLAGS} prefix=${WRKINST}${PREFIX} + +post-extract: + ln -s `cd ${PORTSDIR} && cd ${JPEGDIR} && make show VARNAME=WRKDIST` ${WRKDIST}/jpeg + ln -s `cd ${PORTSDIR} && cd ${PNGDIR} && make show VARNAME=WRKDIST` ${WRKDIST}/libpng + cd ${WRKDIST} && unzip -Lao ${FULLDISTDIR}/${HP850_DRV} -x devs.mak + +post-patch: + @echo "DEVICES_DEVS:=`cat ${FILESDIR}/devices`" >>${WRKSRC}/${MAKE_FILE} + +pre-build: + mkdir -p ${WRKSRC}/objects + mkdir -p ${WRKSRC}/bin + +pre-install: + @${INSTALL_DATA_DIR} ${PREFIX}/share/ghostscript + @${INSTALL_PROGRAM_DIR} ${PREFIX}/bin + @${INSTALL_MAN_DIR} ${PREFIX}/man/man1 + cd ${PREFIX}/share/ghostscript && \ + tar xzf ${FULLDISTDIR}/${GS_FONTS_STD} + +# install the readme and license file of the hp8xxx driver as well +post-install: + strip ${PREFIX}/bin/gs + ${INSTALL_DATA} ${WRKSRC}/license.hp8 \ + ${PREFIX}/share/ghostscript/6.0/doc + ${INSTALL_DATA} ${WRKSRC}/readme.hp8 \ + ${PREFIX}/share/ghostscript/6.0/doc + +.include diff --git a/print/ghostscript/aladdin/files/devices b/print/ghostscript/aladdin/files/devices new file mode 100644 index 00000000000..20497f15282 --- /dev/null +++ b/print/ghostscript/aladdin/files/devices @@ -0,0 +1 @@ +$(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)cljet5.dev $(DD)deskjet.dev $(DD)djet500.dev $(DD)laserjet.dev $(DD)ljet2p.dev $(DD)ljet3.dev $(DD)ljet3d.dev $(DD)ljet4.dev $(DD)ljetplus.dev $(DD)lj5mono.dev $(DD)lj5gray.dev $(DD)lp2563.dev $(DD)oce9050.dev $(DD)faxg3.dev $(DD)faxg32d.dev $(DD)faxg4.dev $(DD)tiffcrle.dev $(DD)tiffg3.dev $(DD)tiffg32d.dev $(DD)tiffg4.dev $(DD)epswrite.dev $(DD)pdfwrite.dev $(DD)pswrite.dev $(DD)pxlmono.dev $(DD)pxlcolor.dev $(DD)bit.dev $(DD)bitrgb.dev $(DD)bitcmyk.dev $(DD)bmpmono.dev $(DD)bmp16.dev $(DD)bmp256.dev $(DD)bmp16m.dev $(DD)cgmmono.dev $(DD)cgm8.dev $(DD)cgm24.dev $(DD)jpeg.dev $(DD)jpeggray.dev $(DD)miff24.dev $(DD)pcxmono.dev $(DD)pcxgray.dev $(DD)pcx16.dev $(DD)pcx256.dev $(DD)pcx24b.dev $(DD)pcxcmyk.dev $(DD)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)plan9bm.dev $(DD)pngmono.dev $(DD)pnggray.dev $(DD)png16.dev $(DD)png256.dev $(DD)png16m.dev $(DD)psmono.dev $(DD)psgray.dev $(DD)psrgb.dev $(DD)tiff12nc.dev $(DD)tiff24nc.dev $(DD)tifflzw.dev $(DD)tiffpack.dev $(DD)ap3250.dev $(DD)appledmp.dev $(DD)bj10e.dev $(DD)bj200.dev $(DD)bjc600.dev $(DD)bjc800.dev $(DD)ccr.dev $(DD)cdeskjet.dev $(DD)cdjcolor.dev $(DD)cdjmono.dev $(DD)cdj500.dev $(DD)cdj550.dev $(DD)cdj850.dev $(DD)cdj670.dev $(DD)cdj890.dev $(DD)cdj1600.dev $(DD)cp50.dev $(DD)declj250.dev $(DD)djet500c.dev $(DD)dnj650c.dev $(DD)epson.dev $(DD)eps9mid.dev $(DD)eps9high.dev $(DD)epsonc.dev $(DD)hl7x0.dev $(DD)ibmpro.dev $(DD)imagen.dev $(DD)iwhi.dev $(DD)iwlo.dev $(DD)iwlq.dev $(DD)jetp3852.dev $(DD)la50.dev $(DD)la70.dev $(DD)la75.dev $(DD)la75plus.dev $(DD)lbp8.dev $(DD)lips3.dev $(DD)ln03.dev $(DD)lj250.dev $(DD)lj4dith.dev $(DD)lp8000.dev $(DD)lq850.dev $(DD)m8510.dev $(DD)necp6.dev $(DD)oki182.dev $(DD)okiibm.dev $(DD)paintjet.dev $(DD)pj.dev $(DD)pjetxl.dev $(DD)pjxl.dev $(DD)pjxl300.dev $(DD)r4081.dev $(DD)sj48.dev $(DD)st800.dev $(DD)stcolor.dev $(DD)t4693d2.dev $(DD)t4693d4.dev $(DD)t4693d8.dev $(DD)tek4696.dev $(DD)uniprint.dev $(DD)xes.dev $(DD)dfaxhigh.dev $(DD)dfaxlow.dev $(DD)cif.dev $(DD)inferno.dev $(DD)mgrmono.dev $(DD)mgrgray2.dev $(DD)mgrgray4.dev $(DD)mgrgray8.dev $(DD)mgr4.dev $(DD)mgr8.dev $(DD)sgirgb.dev diff --git a/print/ghostscript/aladdin/files/md5 b/print/ghostscript/aladdin/files/md5 new file mode 100644 index 00000000000..bb1df02487e --- /dev/null +++ b/print/ghostscript/aladdin/files/md5 @@ -0,0 +1,9 @@ +MD5 (gs/ghostscript-6.0.tar.gz) = 9642957e41152360a3bdce3c8dc2d704 +MD5 (gs/ghostscript-fonts-std-6.0.tar.gz) = 8250132d6fcc6eb1419f505f06c7690b +MD5 (gs/hp8xxs13.zip) = e46bcac0aed0c511c8cc88a1093cc586 +RMD160 (gs/ghostscript-6.0.tar.gz) = ad29d1c53473e635ef51cda4e71eca23de863ea4 +RMD160 (gs/ghostscript-fonts-std-6.0.tar.gz) = 817e5e01f92bb509d7a75ffc6508185eae71f14d +RMD160 (gs/hp8xxs13.zip) = 149f308b35d81481eeee0804623a585e19da43ea +SHA1 (gs/ghostscript-6.0.tar.gz) = 4a3c78c32e74ecd2b1c521bf8fc7754fa17b9dc8 +SHA1 (gs/ghostscript-fonts-std-6.0.tar.gz) = a990603330ac08ebb85624a695a6658ffcebfa8f +SHA1 (gs/hp8xxs13.zip) = 2e76cb8073c1ad91c5fd0cc39ae75da53ed4db7d diff --git a/print/ghostscript/aladdin/patches/patch-aa b/print/ghostscript/aladdin/patches/patch-aa new file mode 100644 index 00000000000..26917c83fcc --- /dev/null +++ b/print/ghostscript/aladdin/patches/patch-aa @@ -0,0 +1,15 @@ +--- src/unixinst.mak.orig Sun Feb 20 18:10:05 2000 ++++ src/unixinst.mak Sun Feb 20 18:10:44 2000 +@@ -67,10 +67,10 @@ + do if ( test -f $(PSMANDIR)/$$f.1 ); then $(INSTALL_DATA) $(PSMANDIR)/$$f.1 $(man1dir)/$$f.$(man1ext); fi;\ + done' + $(SH) -c 'for f in $(MAN1_PS2PDF_LINKS) ;\ +- do ln -s ps2pdf.1 $(man1dir)/$$f.$(man1ext);\ ++ do ln -sf ps2pdf.1 $(man1dir)/$$f.$(man1ext);\ + done' + $(SH) -c 'for f in $(MAN1_GSLP_LINKS) ;\ +- do ln -s gslp.1 $(man1dir)/$$f.$(man1ext);\ ++ do ln -sf gslp.1 $(man1dir)/$$f.$(man1ext);\ + done' + -mkdir $(datadir) + -mkdir $(gsdir) diff --git a/print/ghostscript/aladdin/patches/patch-ab b/print/ghostscript/aladdin/patches/patch-ab new file mode 100644 index 00000000000..8a26efdc846 --- /dev/null +++ b/print/ghostscript/aladdin/patches/patch-ab @@ -0,0 +1,10 @@ +--- lib/gs_init.ps.orig Sun Feb 20 18:22:48 2000 ++++ lib/gs_init.ps Sun Feb 20 18:23:08 2000 +@@ -1694,3 +1694,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/aladdin/patches/patch-ad b/print/ghostscript/aladdin/patches/patch-ad new file mode 100644 index 00000000000..90f53b9c221 --- /dev/null +++ b/print/ghostscript/aladdin/patches/patch-ad @@ -0,0 +1,34 @@ +--- src/gp_unifs.c.orig Sun Feb 20 18:24:03 2000 ++++ src/gp_unifs.c Sun Feb 20 18:25:23 2000 +@@ -27,6 +27,7 @@ + #include "stat_.h" + #include "dirent_.h" + #include /* for MAXPATHLEN */ ++#include + + /* Some systems (Interactive for example) don't define MAXPATHLEN, + * so we define it here. (This probably should be done via a Config-Script.) +@@ -57,6 +58,8 @@ gp_open_scratch_file(const char *prefix, + 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_getenv("TEMP", fname, &len) != 0) + strcpy(fname, "/tmp/"); +@@ -69,8 +72,12 @@ gp_open_scratch_file(const char *prefix, + if (*fname != 0 && fname[strlen(fname) - 1] == 'X') + strcat(fname, "-"); + strcat(fname, "XXXXXX"); +- mktemp(fname); +- return fopen(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/aladdin/pkg/COMMENT b/print/ghostscript/aladdin/pkg/COMMENT new file mode 100644 index 00000000000..5c3d22f6235 --- /dev/null +++ b/print/ghostscript/aladdin/pkg/COMMENT @@ -0,0 +1 @@ +Aladdin PostScript interpreter diff --git a/print/ghostscript/aladdin/pkg/DESCR b/print/ghostscript/aladdin/pkg/DESCR new file mode 100644 index 00000000000..9ed247fbdf5 --- /dev/null +++ b/print/ghostscript/aladdin/pkg/DESCR @@ -0,0 +1,26 @@ +This is Aladdin Ghostscript, the non-GPL version. + +See the Public.htm file for details about Aladdin license. + +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. + +Official ghostscript homepage, see: + http://www.cs.wisc.edu/~ghost/index.html + +This port includes useful add-ons: + o Support for HP DeskJet 670, 690, 850, 855, 870, 890, 1100 and 1600, + see announcement on + http://www.erdw.ethz.ch/~bonk/hp850/hp850.html + o A Separate package with support for pdf encryption, + see description on + http://www.ozemail.com.au/~geoffk/pdfencrypt/ + +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/aladdin/pkg/PLIST b/print/ghostscript/aladdin/pkg/PLIST new file mode 100644 index 00000000000..36fd80f67f5 --- /dev/null +++ b/print/ghostscript/aladdin/pkg/PLIST @@ -0,0 +1,383 @@ +bin/bdftops +bin/dvipdf +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 +man/man1/dvipdf.1 +man/man1/font2c.1 +man/man1/gs.1 +man/man1/gsbj.1 +man/man1/gsdj.1 +man/man1/gsdj500.1 +man/man1/gslj.1 +man/man1/gslp.1 +man/man1/gsnd.1 +man/man1/pdf2dsc.1 +man/man1/pdf2ps.1 +man/man1/pf2afm.1 +man/man1/pfbtopfa.1 +man/man1/printafm.1 +man/man1/ps2ascii.1 +man/man1/ps2epsi.1 +man/man1/ps2pdf.1 +man/man1/ps2pdf12.1 +man/man1/ps2pdf13.1 +man/man1/ps2pdfwr.1 +man/man1/ps2ps.1 +man/man1/wftopfa.1 +share/ghostscript/6.0/doc/Bug-form.htm +share/ghostscript/6.0/doc/C-style.htm +share/ghostscript/6.0/doc/Commprod.htm +share/ghostscript/6.0/doc/Copying.htm +share/ghostscript/6.0/doc/Current.htm +share/ghostscript/6.0/doc/DLL.htm +share/ghostscript/6.0/doc/Devices.htm +share/ghostscript/6.0/doc/Drivers.htm +share/ghostscript/6.0/doc/Fonts.htm +share/ghostscript/6.0/doc/Helpers.htm +share/ghostscript/6.0/doc/Hershey.htm +share/ghostscript/6.0/doc/History1.htm +share/ghostscript/6.0/doc/History2.htm +share/ghostscript/6.0/doc/History3.htm +share/ghostscript/6.0/doc/History4.htm +share/ghostscript/6.0/doc/History5.htm +share/ghostscript/6.0/doc/Htmstyle.htm +share/ghostscript/6.0/doc/Humor.htm +share/ghostscript/6.0/doc/Install.htm +share/ghostscript/6.0/doc/Language.htm +share/ghostscript/6.0/doc/Lib.htm +share/ghostscript/6.0/doc/Make.htm +share/ghostscript/6.0/doc/New-user.htm +share/ghostscript/6.0/doc/News.htm +share/ghostscript/6.0/doc/PUBLIC +share/ghostscript/6.0/doc/Ps2pdf.htm +share/ghostscript/6.0/doc/Psfiles.htm +share/ghostscript/6.0/doc/Public.htm +share/ghostscript/6.0/doc/README +share/ghostscript/6.0/doc/Readme.htm +share/ghostscript/6.0/doc/Release.htm +share/ghostscript/6.0/doc/Source.htm +share/ghostscript/6.0/doc/Tester.htm +share/ghostscript/6.0/doc/Unix-lpr.htm +share/ghostscript/6.0/doc/Use.htm +share/ghostscript/6.0/doc/Xfonts.htm +share/ghostscript/6.0/doc/license.hp8 +share/ghostscript/6.0/doc/ps2epsi.txt +share/ghostscript/6.0/doc/readme.hp8 +share/ghostscript/6.0/examples/alphabet.ps +share/ghostscript/6.0/examples/cheq.ps +share/ghostscript/6.0/examples/chess.ps +share/ghostscript/6.0/examples/colorcir.ps +share/ghostscript/6.0/examples/escher.ps +share/ghostscript/6.0/examples/golfer.ps +share/ghostscript/6.0/examples/grayalph.ps +share/ghostscript/6.0/examples/ridt91.eps +share/ghostscript/6.0/examples/snowflak.ps +share/ghostscript/6.0/examples/tiger.ps +share/ghostscript/6.0/examples/vasarely.ps +share/ghostscript/6.0/examples/waterfal.ps +share/ghostscript/6.0/lib/Fontmap +share/ghostscript/6.0/lib/Fontmap.GS +share/ghostscript/6.0/lib/acctest.ps +share/ghostscript/6.0/lib/addxchar.ps +share/ghostscript/6.0/lib/align.ps +share/ghostscript/6.0/lib/bdftops.ps +share/ghostscript/6.0/lib/bjc610a0.upp +share/ghostscript/6.0/lib/bjc610a1.upp +share/ghostscript/6.0/lib/bjc610a2.upp +share/ghostscript/6.0/lib/bjc610a3.upp +share/ghostscript/6.0/lib/bjc610a4.upp +share/ghostscript/6.0/lib/bjc610a5.upp +share/ghostscript/6.0/lib/bjc610a6.upp +share/ghostscript/6.0/lib/bjc610a7.upp +share/ghostscript/6.0/lib/bjc610a8.upp +share/ghostscript/6.0/lib/bjc610b1.upp +share/ghostscript/6.0/lib/bjc610b2.upp +share/ghostscript/6.0/lib/bjc610b3.upp +share/ghostscript/6.0/lib/bjc610b4.upp +share/ghostscript/6.0/lib/bjc610b6.upp +share/ghostscript/6.0/lib/bjc610b7.upp +share/ghostscript/6.0/lib/bjc610b8.upp +share/ghostscript/6.0/lib/caption.ps +share/ghostscript/6.0/lib/cbjc600.ppd +share/ghostscript/6.0/lib/cbjc800.ppd +share/ghostscript/6.0/lib/cdj550.upp +share/ghostscript/6.0/lib/cid2code.ps +share/ghostscript/6.0/lib/decrypt.ps +share/ghostscript/6.0/lib/docie.ps +share/ghostscript/6.0/lib/errpage.ps +share/ghostscript/6.0/lib/font2c.ps +share/ghostscript/6.0/lib/font2pcl.ps +share/ghostscript/6.0/lib/gs_btokn.ps +share/ghostscript/6.0/lib/gs_ccfnt.ps +share/ghostscript/6.0/lib/gs_ce_e.ps +share/ghostscript/6.0/lib/gs_cff.ps +share/ghostscript/6.0/lib/gs_cidfn.ps +share/ghostscript/6.0/lib/gs_cmap.ps +share/ghostscript/6.0/lib/gs_cmdl.ps +share/ghostscript/6.0/lib/gs_dbt_e.ps +share/ghostscript/6.0/lib/gs_diskf.ps +share/ghostscript/6.0/lib/gs_dpnxt.ps +share/ghostscript/6.0/lib/gs_dps.ps +share/ghostscript/6.0/lib/gs_dps1.ps +share/ghostscript/6.0/lib/gs_dps2.ps +share/ghostscript/6.0/lib/gs_epsf.ps +share/ghostscript/6.0/lib/gs_fform.ps +share/ghostscript/6.0/lib/gs_fonts.ps +share/ghostscript/6.0/lib/gs_il1_e.ps +share/ghostscript/6.0/lib/gs_il2_e.ps +share/ghostscript/6.0/lib/gs_init.ps +share/ghostscript/6.0/lib/gs_kanji.ps +share/ghostscript/6.0/lib/gs_ksb_e.ps +share/ghostscript/6.0/lib/gs_l.xbm +share/ghostscript/6.0/lib/gs_l.xpm +share/ghostscript/6.0/lib/gs_l2img.ps +share/ghostscript/6.0/lib/gs_l_m.xbm +share/ghostscript/6.0/lib/gs_lev2.ps +share/ghostscript/6.0/lib/gs_lgo_e.ps +share/ghostscript/6.0/lib/gs_lgx_e.ps +share/ghostscript/6.0/lib/gs_ll3.ps +share/ghostscript/6.0/lib/gs_m.xbm +share/ghostscript/6.0/lib/gs_m.xpm +share/ghostscript/6.0/lib/gs_m_m.xbm +share/ghostscript/6.0/lib/gs_mex_e.ps +share/ghostscript/6.0/lib/gs_mgl_e.ps +share/ghostscript/6.0/lib/gs_mro_e.ps +share/ghostscript/6.0/lib/gs_pdf_e.ps +share/ghostscript/6.0/lib/gs_pdfwr.ps +share/ghostscript/6.0/lib/gs_pfile.ps +share/ghostscript/6.0/lib/gs_rdlin.ps +share/ghostscript/6.0/lib/gs_res.ps +share/ghostscript/6.0/lib/gs_s.xbm +share/ghostscript/6.0/lib/gs_s.xpm +share/ghostscript/6.0/lib/gs_s_m.xbm +share/ghostscript/6.0/lib/gs_setpd.ps +share/ghostscript/6.0/lib/gs_statd.ps +share/ghostscript/6.0/lib/gs_std_e.ps +share/ghostscript/6.0/lib/gs_sym_e.ps +share/ghostscript/6.0/lib/gs_t.xbm +share/ghostscript/6.0/lib/gs_t.xpm +share/ghostscript/6.0/lib/gs_t_m.xbm +share/ghostscript/6.0/lib/gs_trap.ps +share/ghostscript/6.0/lib/gs_ttf.ps +share/ghostscript/6.0/lib/gs_typ32.ps +share/ghostscript/6.0/lib/gs_typ42.ps +share/ghostscript/6.0/lib/gs_type1.ps +share/ghostscript/6.0/lib/gs_wan_e.ps +share/ghostscript/6.0/lib/gs_wl1_e.ps +share/ghostscript/6.0/lib/gs_wl2_e.ps +share/ghostscript/6.0/lib/gs_wl5_e.ps +share/ghostscript/6.0/lib/gslp.ps +share/ghostscript/6.0/lib/gsnup.ps +share/ghostscript/6.0/lib/ht_ccsto.ps +share/ghostscript/6.0/lib/image-qa.ps +share/ghostscript/6.0/lib/impath.ps +share/ghostscript/6.0/lib/jispaper.ps +share/ghostscript/6.0/lib/landscap.ps +share/ghostscript/6.0/lib/level1.ps +share/ghostscript/6.0/lib/lines.ps +share/ghostscript/6.0/lib/markhint.ps +share/ghostscript/6.0/lib/markpath.ps +share/ghostscript/6.0/lib/necp2x.upp +share/ghostscript/6.0/lib/necp2x6.upp +share/ghostscript/6.0/lib/packfile.ps +share/ghostscript/6.0/lib/pcharstr.ps +share/ghostscript/6.0/lib/pdf2dsc.ps +share/ghostscript/6.0/lib/pdf_base.ps +share/ghostscript/6.0/lib/pdf_draw.ps +share/ghostscript/6.0/lib/pdf_font.ps +share/ghostscript/6.0/lib/pdf_main.ps +share/ghostscript/6.0/lib/pdf_ops.ps +share/ghostscript/6.0/lib/pdf_sec.ps +share/ghostscript/6.0/lib/pdfeof.ps +share/ghostscript/6.0/lib/pf2afm.ps +share/ghostscript/6.0/lib/pfbtopfa.ps +share/ghostscript/6.0/lib/ppath.ps +share/ghostscript/6.0/lib/prfont.ps +share/ghostscript/6.0/lib/printafm.ps +share/ghostscript/6.0/lib/ps2ai.ps +share/ghostscript/6.0/lib/ps2ascii.ps +share/ghostscript/6.0/lib/ps2epsi.ps +share/ghostscript/6.0/lib/quit.ps +share/ghostscript/6.0/lib/ras1.upp +share/ghostscript/6.0/lib/ras24.upp +share/ghostscript/6.0/lib/ras3.upp +share/ghostscript/6.0/lib/ras32.upp +share/ghostscript/6.0/lib/ras4.upp +share/ghostscript/6.0/lib/ras8m.upp +share/ghostscript/6.0/lib/rollconv.ps +share/ghostscript/6.0/lib/showchar.ps +share/ghostscript/6.0/lib/showpage.ps +share/ghostscript/6.0/lib/stc.upp +share/ghostscript/6.0/lib/stc1520h.upp +share/ghostscript/6.0/lib/stc2.upp +share/ghostscript/6.0/lib/stc2_h.upp +share/ghostscript/6.0/lib/stc2s_h.upp +share/ghostscript/6.0/lib/stc500p.upp +share/ghostscript/6.0/lib/stc500ph.upp +share/ghostscript/6.0/lib/stc600ih.upp +share/ghostscript/6.0/lib/stc600p.upp +share/ghostscript/6.0/lib/stc600pl.upp +share/ghostscript/6.0/lib/stc800ih.upp +share/ghostscript/6.0/lib/stc800p.upp +share/ghostscript/6.0/lib/stc800pl.upp +share/ghostscript/6.0/lib/stc_h.upp +share/ghostscript/6.0/lib/stc_l.upp +share/ghostscript/6.0/lib/stcany.upp +share/ghostscript/6.0/lib/stcinfo.ps +share/ghostscript/6.0/lib/stcolor.ps +share/ghostscript/6.0/lib/stocht.ps +share/ghostscript/6.0/lib/traceimg.ps +share/ghostscript/6.0/lib/traceop.ps +share/ghostscript/6.0/lib/type1enc.ps +share/ghostscript/6.0/lib/type1ops.ps +share/ghostscript/6.0/lib/uninfo.ps +share/ghostscript/6.0/lib/unprot.ps +share/ghostscript/6.0/lib/viewcmyk.ps +share/ghostscript/6.0/lib/viewgif.ps +share/ghostscript/6.0/lib/viewjpeg.ps +share/ghostscript/6.0/lib/viewmiff.ps +share/ghostscript/6.0/lib/viewpbm.ps +share/ghostscript/6.0/lib/viewpcx.ps +share/ghostscript/6.0/lib/viewps2a.ps +share/ghostscript/6.0/lib/wftopfa.ps +share/ghostscript/6.0/lib/winmaps.ps +share/ghostscript/6.0/lib/wrfont.ps +share/ghostscript/6.0/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/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/fonts.dir +share/ghostscript/fonts/fonts.scale +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/s050000l.afm +share/ghostscript/fonts/s050000l.pfb +share/ghostscript/fonts/s050000l.pfm +share/ghostscript/fonts/z003034l.afm +share/ghostscript/fonts/z003034l.pfb +share/ghostscript/fonts/z003034l.pfm +@dirrm share/ghostscript/fonts +@dirrm share/ghostscript/6.0/lib +@dirrm share/ghostscript/6.0/examples +@dirrm share/ghostscript/6.0/doc +@dirrm share/ghostscript/6.0 +@dirrm share/ghostscript