Update to AFPL ghostscript 6.50
- mktemp code was fixed - hp850 drivers integrated - rename patches. I know that 7.0 is out, but 6.51 is going to be out in two weeks, and be gnu ghostscript, hence this update. Note that I haven't roamed through new drivers yet, I'm probably missing some.
This commit is contained in:
parent
0c5f135c58
commit
42cf5e5300
@ -1,21 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2001/01/11 00:21:14 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2001/04/13 16:35:29 espie Exp $
|
||||
|
||||
DISTNAME= ghostscript-6.01
|
||||
COMMENT="AFPL PostScript interpreter"
|
||||
|
||||
VERSION= 6.50
|
||||
DISTNAME= ghostscript-${VERSION}
|
||||
CATEGORIES= print lang
|
||||
NEED_VERSION= 1.241
|
||||
|
||||
DIR= aladdin/gs601
|
||||
DIR= aladdin/gs${VERSION:S/.//}
|
||||
MASTER_SITES= ${GS_SITES}
|
||||
|
||||
HOMEPAGE= http://www.cs.wisc.edu/%7Eghost/
|
||||
|
||||
MASTER_SITES0= http://www.erdw.ethz.ch/%7Ebonk/ftp/gs-driver-distrib/
|
||||
HOMEPAGE= http://www.cs.wisc.edu/~ghost/
|
||||
|
||||
MASTER_SITE_SUBDIR= ghostscript
|
||||
DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} \
|
||||
${HP850_DRV}:0
|
||||
DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD}
|
||||
|
||||
SUBST_VARS= OSREV
|
||||
SUBST_VARS= OSREV VERSION
|
||||
DIST_SUBDIR= gs
|
||||
|
||||
# Aladdin license
|
||||
@ -33,13 +33,15 @@ JPEGDIR=graphics/jpeg
|
||||
PNGDIR=graphics/png
|
||||
|
||||
BUILD_DEPENDS= /nonexistent::${JPEGDIR}:patch \
|
||||
/nonexistent::${PNGDIR}:patch \
|
||||
unzip::archivers/unzip \
|
||||
/nonexistent::${PNGDIR}:patch
|
||||
|
||||
LIB_DEPENDS= png.1::${PNGDIR}
|
||||
|
||||
EXTRACT_ONLY= ${GS_SOURCES}
|
||||
WRKDIST= ${WRKDIR}/gs6.01
|
||||
|
||||
WRKDIST= ${WRKDIR}/gs${VERSION}
|
||||
WRKSRC= ${WRKDIST}/src
|
||||
WRKBUILD= ${WRKDIST}
|
||||
BASE_FLAGS= INSTALL_PROGRAM='${INSTALL_SCRIPT}' \
|
||||
INSTALL_DATA='${INSTALL_DATA}' \
|
||||
SHARE_LIBPNG=1 \
|
||||
@ -78,8 +80,8 @@ $$(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)cdjmono.dev $$(DD)cdj500.dev $$(DD)cdj550.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 \
|
||||
@ -103,7 +105,7 @@ MAKE_FLAGS= ${BASE_FLAGS} prefix=${PREFIX}
|
||||
|
||||
MAKE_FILE= src/unixansi.mak
|
||||
|
||||
GS_SOURCES= ghostscript-6.01.tar.gz
|
||||
GS_SOURCES= ghostscript-${VERSION}.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
|
||||
@ -127,11 +129,10 @@ 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
|
||||
|
||||
pre-build:
|
||||
mkdir -p ${WRKSRC}/objects
|
||||
mkdir -p ${WRKSRC}/bin
|
||||
mkdir -p ${WRKBUILD}/objects
|
||||
mkdir -p ${WRKBUILD}/bin
|
||||
|
||||
pre-install:
|
||||
@${INSTALL_DATA_DIR} ${PREFIX}/share/ghostscript
|
||||
@ -140,12 +141,7 @@ pre-install:
|
||||
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.01/doc
|
||||
${INSTALL_DATA} ${WRKSRC}/readme.hp8 \
|
||||
${PREFIX}/share/ghostscript/6.01/doc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
MD5 (gs/ghostscript-6.01.tar.gz) = abad620560b79ff40162f648506ae448
|
||||
MD5 (gs/ghostscript-6.50.tar.gz) = 8f52f724f692cf06c94ad7da45eb7ec1
|
||||
MD5 (gs/ghostscript-fonts-std-6.0.tar.gz) = 8250132d6fcc6eb1419f505f06c7690b
|
||||
MD5 (gs/hp8xxs13.zip) = e46bcac0aed0c511c8cc88a1093cc586
|
||||
RMD160 (gs/ghostscript-6.01.tar.gz) = 8c294cc71a121bc618a6d793fb57eaded6123f0f
|
||||
RMD160 (gs/ghostscript-6.50.tar.gz) = a850cdac48b7fce4383df4501699c5cf68c2b2c9
|
||||
RMD160 (gs/ghostscript-fonts-std-6.0.tar.gz) = 817e5e01f92bb509d7a75ffc6508185eae71f14d
|
||||
RMD160 (gs/hp8xxs13.zip) = 149f308b35d81481eeee0804623a585e19da43ea
|
||||
SHA1 (gs/ghostscript-6.01.tar.gz) = 6d3d28497a62a3659bc28c0745aa746228e83ce0
|
||||
SHA1 (gs/ghostscript-6.50.tar.gz) = 17b55ba271bd1721392ed134519f3f5f5218d48f
|
||||
SHA1 (gs/ghostscript-fonts-std-6.0.tar.gz) = a990603330ac08ebb85624a695a6658ffcebfa8f
|
||||
SHA1 (gs/hp8xxs13.zip) = 2e76cb8073c1ad91c5fd0cc39ae75da53ed4db7d
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- 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
|
@ -1,34 +0,0 @@
|
||||
--- 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 <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.)
|
||||
@@ -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. */
|
11
print/ghostscript/aladdin/patches/patch-lib_gs_init_ps
Normal file
11
print/ghostscript/aladdin/patches/patch-lib_gs_init_ps
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-lib_gs_init_ps,v 1.1 2001/04/13 16:35:30 espie Exp $
|
||||
--- lib/gs_init.ps.orig Sat Dec 2 23:15:11 2000
|
||||
+++ lib/gs_init.ps Fri Apr 13 16:52:51 2001
|
||||
@@ -1710,3 +1710,7 @@ WRITESYSTEMDICT not { systemdict readonl
|
||||
(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
|
@ -1 +0,0 @@
|
||||
Aladdin PostScript interpreter
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2000/10/16 17:50:14 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2001/04/13 16:35:30 espie Exp $
|
||||
bin/bdftops
|
||||
bin/dvipdf
|
||||
bin/eps2eps
|
||||
@ -14,6 +14,7 @@ bin/gsnd
|
||||
bin/lprsetup.sh
|
||||
bin/pdf2dsc
|
||||
bin/pdf2ps
|
||||
bin/pdfopt
|
||||
bin/pf2afm
|
||||
bin/pfbtopfa
|
||||
bin/pj-gs.sh
|
||||
@ -41,6 +42,7 @@ man/man1/gslp.1
|
||||
man/man1/gsnd.1
|
||||
man/man1/pdf2dsc.1
|
||||
man/man1/pdf2ps.1
|
||||
man/man1/pdfopt.1
|
||||
man/man1/pf2afm.1
|
||||
man/man1/pfbtopfa.1
|
||||
man/man1/printafm.1
|
||||
@ -52,234 +54,254 @@ man/man1/ps2pdf13.1
|
||||
man/man1/ps2pdfwr.1
|
||||
man/man1/ps2ps.1
|
||||
man/man1/wftopfa.1
|
||||
share/ghostscript/6.01/doc/Bug-form.htm
|
||||
share/ghostscript/6.01/doc/C-style.htm
|
||||
share/ghostscript/6.01/doc/Commprod.htm
|
||||
share/ghostscript/6.01/doc/Copying.htm
|
||||
share/ghostscript/6.01/doc/Current.htm
|
||||
share/ghostscript/6.01/doc/DLL.htm
|
||||
share/ghostscript/6.01/doc/Devices.htm
|
||||
share/ghostscript/6.01/doc/Drivers.htm
|
||||
share/ghostscript/6.01/doc/Fonts.htm
|
||||
share/ghostscript/6.01/doc/Helpers.htm
|
||||
share/ghostscript/6.01/doc/Hershey.htm
|
||||
share/ghostscript/6.01/doc/History1.htm
|
||||
share/ghostscript/6.01/doc/History2.htm
|
||||
share/ghostscript/6.01/doc/History3.htm
|
||||
share/ghostscript/6.01/doc/History4.htm
|
||||
share/ghostscript/6.01/doc/History5.htm
|
||||
share/ghostscript/6.01/doc/History6.htm
|
||||
share/ghostscript/6.01/doc/Htmstyle.htm
|
||||
share/ghostscript/6.01/doc/Humor.htm
|
||||
share/ghostscript/6.01/doc/Install.htm
|
||||
share/ghostscript/6.01/doc/Language.htm
|
||||
share/ghostscript/6.01/doc/Lib.htm
|
||||
share/ghostscript/6.01/doc/Make.htm
|
||||
share/ghostscript/6.01/doc/New-user.htm
|
||||
share/ghostscript/6.01/doc/News.htm
|
||||
share/ghostscript/6.01/doc/PUBLIC
|
||||
share/ghostscript/6.01/doc/Ps2pdf.htm
|
||||
share/ghostscript/6.01/doc/Psfiles.htm
|
||||
share/ghostscript/6.01/doc/Public.htm
|
||||
share/ghostscript/6.01/doc/README
|
||||
share/ghostscript/6.01/doc/Readme.htm
|
||||
share/ghostscript/6.01/doc/Release.htm
|
||||
share/ghostscript/6.01/doc/Source.htm
|
||||
share/ghostscript/6.01/doc/Tester.htm
|
||||
share/ghostscript/6.01/doc/Unix-lpr.htm
|
||||
share/ghostscript/6.01/doc/Use.htm
|
||||
share/ghostscript/6.01/doc/Xfonts.htm
|
||||
share/ghostscript/6.01/doc/license.hp8
|
||||
share/ghostscript/6.01/doc/ps2epsi.txt
|
||||
share/ghostscript/6.01/doc/readme.hp8
|
||||
share/ghostscript/6.01/examples/alphabet.ps
|
||||
share/ghostscript/6.01/examples/cheq.ps
|
||||
share/ghostscript/6.01/examples/chess.ps
|
||||
share/ghostscript/6.01/examples/colorcir.ps
|
||||
share/ghostscript/6.01/examples/doretree.ps
|
||||
share/ghostscript/6.01/examples/escher.ps
|
||||
share/ghostscript/6.01/examples/golfer.ps
|
||||
share/ghostscript/6.01/examples/grayalph.ps
|
||||
share/ghostscript/6.01/examples/ridt91.eps
|
||||
share/ghostscript/6.01/examples/snowflak.ps
|
||||
share/ghostscript/6.01/examples/tiger.ps
|
||||
share/ghostscript/6.01/examples/vasarely.ps
|
||||
share/ghostscript/6.01/examples/waterfal.ps
|
||||
share/ghostscript/6.01/lib/Fontmap
|
||||
share/ghostscript/6.01/lib/Fontmap.GS
|
||||
share/ghostscript/6.01/lib/acctest.ps
|
||||
share/ghostscript/6.01/lib/addxchar.ps
|
||||
share/ghostscript/6.01/lib/align.ps
|
||||
share/ghostscript/6.01/lib/bdftops.ps
|
||||
share/ghostscript/6.01/lib/bjc610a0.upp
|
||||
share/ghostscript/6.01/lib/bjc610a1.upp
|
||||
share/ghostscript/6.01/lib/bjc610a2.upp
|
||||
share/ghostscript/6.01/lib/bjc610a3.upp
|
||||
share/ghostscript/6.01/lib/bjc610a4.upp
|
||||
share/ghostscript/6.01/lib/bjc610a5.upp
|
||||
share/ghostscript/6.01/lib/bjc610a6.upp
|
||||
share/ghostscript/6.01/lib/bjc610a7.upp
|
||||
share/ghostscript/6.01/lib/bjc610a8.upp
|
||||
share/ghostscript/6.01/lib/bjc610b1.upp
|
||||
share/ghostscript/6.01/lib/bjc610b2.upp
|
||||
share/ghostscript/6.01/lib/bjc610b3.upp
|
||||
share/ghostscript/6.01/lib/bjc610b4.upp
|
||||
share/ghostscript/6.01/lib/bjc610b6.upp
|
||||
share/ghostscript/6.01/lib/bjc610b7.upp
|
||||
share/ghostscript/6.01/lib/bjc610b8.upp
|
||||
share/ghostscript/6.01/lib/caption.ps
|
||||
share/ghostscript/6.01/lib/cbjc600.ppd
|
||||
share/ghostscript/6.01/lib/cbjc800.ppd
|
||||
share/ghostscript/6.01/lib/cdj550.upp
|
||||
share/ghostscript/6.01/lib/cdj690.upp
|
||||
share/ghostscript/6.01/lib/cdj690ec.upp
|
||||
share/ghostscript/6.01/lib/cid2code.ps
|
||||
share/ghostscript/6.01/lib/decrypt.ps
|
||||
share/ghostscript/6.01/lib/dnj750c.upp
|
||||
share/ghostscript/6.01/lib/dnj750m.upp
|
||||
share/ghostscript/6.01/lib/docie.ps
|
||||
share/ghostscript/6.01/lib/errpage.ps
|
||||
share/ghostscript/6.01/lib/font2c.ps
|
||||
share/ghostscript/6.01/lib/font2pcl.ps
|
||||
share/ghostscript/6.01/lib/gs_btokn.ps
|
||||
share/ghostscript/6.01/lib/gs_ccfnt.ps
|
||||
share/ghostscript/6.01/lib/gs_ce_e.ps
|
||||
share/ghostscript/6.01/lib/gs_cff.ps
|
||||
share/ghostscript/6.01/lib/gs_cidfn.ps
|
||||
share/ghostscript/6.01/lib/gs_cmap.ps
|
||||
share/ghostscript/6.01/lib/gs_cmdl.ps
|
||||
share/ghostscript/6.01/lib/gs_dbt_e.ps
|
||||
share/ghostscript/6.01/lib/gs_diskf.ps
|
||||
share/ghostscript/6.01/lib/gs_dpnxt.ps
|
||||
share/ghostscript/6.01/lib/gs_dps.ps
|
||||
share/ghostscript/6.01/lib/gs_dps1.ps
|
||||
share/ghostscript/6.01/lib/gs_dps2.ps
|
||||
share/ghostscript/6.01/lib/gs_epsf.ps
|
||||
share/ghostscript/6.01/lib/gs_fform.ps
|
||||
share/ghostscript/6.01/lib/gs_fonts.ps
|
||||
share/ghostscript/6.01/lib/gs_il1_e.ps
|
||||
share/ghostscript/6.01/lib/gs_il2_e.ps
|
||||
share/ghostscript/6.01/lib/gs_init.ps
|
||||
share/ghostscript/6.01/lib/gs_kanji.ps
|
||||
share/ghostscript/6.01/lib/gs_ksb_e.ps
|
||||
share/ghostscript/6.01/lib/gs_l.xbm
|
||||
share/ghostscript/6.01/lib/gs_l.xpm
|
||||
share/ghostscript/6.01/lib/gs_l2img.ps
|
||||
share/ghostscript/6.01/lib/gs_l_m.xbm
|
||||
share/ghostscript/6.01/lib/gs_lev2.ps
|
||||
share/ghostscript/6.01/lib/gs_lgo_e.ps
|
||||
share/ghostscript/6.01/lib/gs_lgx_e.ps
|
||||
share/ghostscript/6.01/lib/gs_ll3.ps
|
||||
share/ghostscript/6.01/lib/gs_m.xbm
|
||||
share/ghostscript/6.01/lib/gs_m.xpm
|
||||
share/ghostscript/6.01/lib/gs_m_m.xbm
|
||||
share/ghostscript/6.01/lib/gs_mex_e.ps
|
||||
share/ghostscript/6.01/lib/gs_mgl_e.ps
|
||||
share/ghostscript/6.01/lib/gs_mro_e.ps
|
||||
share/ghostscript/6.01/lib/gs_pdf_e.ps
|
||||
share/ghostscript/6.01/lib/gs_pdfwr.ps
|
||||
share/ghostscript/6.01/lib/gs_pfile.ps
|
||||
share/ghostscript/6.01/lib/gs_rdlin.ps
|
||||
share/ghostscript/6.01/lib/gs_res.ps
|
||||
share/ghostscript/6.01/lib/gs_s.xbm
|
||||
share/ghostscript/6.01/lib/gs_s.xpm
|
||||
share/ghostscript/6.01/lib/gs_s_m.xbm
|
||||
share/ghostscript/6.01/lib/gs_setpd.ps
|
||||
share/ghostscript/6.01/lib/gs_statd.ps
|
||||
share/ghostscript/6.01/lib/gs_std_e.ps
|
||||
share/ghostscript/6.01/lib/gs_sym_e.ps
|
||||
share/ghostscript/6.01/lib/gs_t.xbm
|
||||
share/ghostscript/6.01/lib/gs_t.xpm
|
||||
share/ghostscript/6.01/lib/gs_t_m.xbm
|
||||
share/ghostscript/6.01/lib/gs_trap.ps
|
||||
share/ghostscript/6.01/lib/gs_ttf.ps
|
||||
share/ghostscript/6.01/lib/gs_typ32.ps
|
||||
share/ghostscript/6.01/lib/gs_typ42.ps
|
||||
share/ghostscript/6.01/lib/gs_type1.ps
|
||||
share/ghostscript/6.01/lib/gs_wan_e.ps
|
||||
share/ghostscript/6.01/lib/gs_wl1_e.ps
|
||||
share/ghostscript/6.01/lib/gs_wl2_e.ps
|
||||
share/ghostscript/6.01/lib/gs_wl5_e.ps
|
||||
share/ghostscript/6.01/lib/gslp.ps
|
||||
share/ghostscript/6.01/lib/gsnup.ps
|
||||
share/ghostscript/6.01/lib/ht_ccsto.ps
|
||||
share/ghostscript/6.01/lib/image-qa.ps
|
||||
share/ghostscript/6.01/lib/impath.ps
|
||||
share/ghostscript/6.01/lib/jispaper.ps
|
||||
share/ghostscript/6.01/lib/landscap.ps
|
||||
share/ghostscript/6.01/lib/level1.ps
|
||||
share/ghostscript/6.01/lib/lines.ps
|
||||
share/ghostscript/6.01/lib/markhint.ps
|
||||
share/ghostscript/6.01/lib/markpath.ps
|
||||
share/ghostscript/6.01/lib/necp2x.upp
|
||||
share/ghostscript/6.01/lib/necp2x6.upp
|
||||
share/ghostscript/6.01/lib/packfile.ps
|
||||
share/ghostscript/6.01/lib/pcharstr.ps
|
||||
share/ghostscript/6.01/lib/pdf2dsc.ps
|
||||
share/ghostscript/6.01/lib/pdf_base.ps
|
||||
share/ghostscript/6.01/lib/pdf_draw.ps
|
||||
share/ghostscript/6.01/lib/pdf_font.ps
|
||||
share/ghostscript/6.01/lib/pdf_main.ps
|
||||
share/ghostscript/6.01/lib/pdf_ops.ps
|
||||
share/ghostscript/6.01/lib/pdf_sec.ps
|
||||
share/ghostscript/6.01/lib/pdfeof.ps
|
||||
share/ghostscript/6.01/lib/pf2afm.ps
|
||||
share/ghostscript/6.01/lib/pfbtopfa.ps
|
||||
share/ghostscript/6.01/lib/ppath.ps
|
||||
share/ghostscript/6.01/lib/prfont.ps
|
||||
share/ghostscript/6.01/lib/printafm.ps
|
||||
share/ghostscript/6.01/lib/ps2ai.ps
|
||||
share/ghostscript/6.01/lib/ps2ascii.ps
|
||||
share/ghostscript/6.01/lib/ps2epsi.ps
|
||||
share/ghostscript/6.01/lib/quit.ps
|
||||
share/ghostscript/6.01/lib/ras1.upp
|
||||
share/ghostscript/6.01/lib/ras24.upp
|
||||
share/ghostscript/6.01/lib/ras3.upp
|
||||
share/ghostscript/6.01/lib/ras32.upp
|
||||
share/ghostscript/6.01/lib/ras4.upp
|
||||
share/ghostscript/6.01/lib/ras8m.upp
|
||||
share/ghostscript/6.01/lib/rollconv.ps
|
||||
share/ghostscript/6.01/lib/showchar.ps
|
||||
share/ghostscript/6.01/lib/showpage.ps
|
||||
share/ghostscript/6.01/lib/stc.upp
|
||||
share/ghostscript/6.01/lib/stc1520h.upp
|
||||
share/ghostscript/6.01/lib/stc2.upp
|
||||
share/ghostscript/6.01/lib/stc200_h.upp
|
||||
share/ghostscript/6.01/lib/stc2_h.upp
|
||||
share/ghostscript/6.01/lib/stc2s_h.upp
|
||||
share/ghostscript/6.01/lib/stc500p.upp
|
||||
share/ghostscript/6.01/lib/stc500ph.upp
|
||||
share/ghostscript/6.01/lib/stc600ih.upp
|
||||
share/ghostscript/6.01/lib/stc600p.upp
|
||||
share/ghostscript/6.01/lib/stc600pl.upp
|
||||
share/ghostscript/6.01/lib/stc640p.upp
|
||||
share/ghostscript/6.01/lib/stc800ih.upp
|
||||
share/ghostscript/6.01/lib/stc800p.upp
|
||||
share/ghostscript/6.01/lib/stc800pl.upp
|
||||
share/ghostscript/6.01/lib/stc_h.upp
|
||||
share/ghostscript/6.01/lib/stc_l.upp
|
||||
share/ghostscript/6.01/lib/stcany.upp
|
||||
share/ghostscript/6.01/lib/stcany_h.upp
|
||||
share/ghostscript/6.01/lib/stcinfo.ps
|
||||
share/ghostscript/6.01/lib/stcolor.ps
|
||||
share/ghostscript/6.01/lib/stocht.ps
|
||||
share/ghostscript/6.01/lib/traceimg.ps
|
||||
share/ghostscript/6.01/lib/traceop.ps
|
||||
share/ghostscript/6.01/lib/type1enc.ps
|
||||
share/ghostscript/6.01/lib/type1ops.ps
|
||||
share/ghostscript/6.01/lib/uninfo.ps
|
||||
share/ghostscript/6.01/lib/unprot.ps
|
||||
share/ghostscript/6.01/lib/viewcmyk.ps
|
||||
share/ghostscript/6.01/lib/viewgif.ps
|
||||
share/ghostscript/6.01/lib/viewjpeg.ps
|
||||
share/ghostscript/6.01/lib/viewmiff.ps
|
||||
share/ghostscript/6.01/lib/viewpbm.ps
|
||||
share/ghostscript/6.01/lib/viewpcx.ps
|
||||
share/ghostscript/6.01/lib/viewps2a.ps
|
||||
share/ghostscript/6.01/lib/wftopfa.ps
|
||||
share/ghostscript/6.01/lib/winmaps.ps
|
||||
share/ghostscript/6.01/lib/wrfont.ps
|
||||
share/ghostscript/6.01/lib/zeroline.ps
|
||||
share/ghostscript/${VERSION}/doc/Bug-form.htm
|
||||
share/ghostscript/${VERSION}/doc/Bug-info.htm
|
||||
share/ghostscript/${VERSION}/doc/C-style.htm
|
||||
share/ghostscript/${VERSION}/doc/Changes.htm
|
||||
share/ghostscript/${VERSION}/doc/Commprod.htm
|
||||
share/ghostscript/${VERSION}/doc/Copying.htm
|
||||
share/ghostscript/${VERSION}/doc/Current.htm
|
||||
share/ghostscript/${VERSION}/doc/DLL.htm
|
||||
share/ghostscript/${VERSION}/doc/Devices.htm
|
||||
share/ghostscript/${VERSION}/doc/Drivers.htm
|
||||
share/ghostscript/${VERSION}/doc/Fonts.htm
|
||||
share/ghostscript/${VERSION}/doc/Helpers.htm
|
||||
share/ghostscript/${VERSION}/doc/Hershey.htm
|
||||
share/ghostscript/${VERSION}/doc/History1.htm
|
||||
share/ghostscript/${VERSION}/doc/History2.htm
|
||||
share/ghostscript/${VERSION}/doc/History3.htm
|
||||
share/ghostscript/${VERSION}/doc/History4.htm
|
||||
share/ghostscript/${VERSION}/doc/History5.htm
|
||||
share/ghostscript/${VERSION}/doc/History6.htm
|
||||
share/ghostscript/${VERSION}/doc/Htmstyle.htm
|
||||
share/ghostscript/${VERSION}/doc/Humor.htm
|
||||
share/ghostscript/${VERSION}/doc/Install.htm
|
||||
share/ghostscript/${VERSION}/doc/Language.htm
|
||||
share/ghostscript/${VERSION}/doc/Lib.htm
|
||||
share/ghostscript/${VERSION}/doc/Make.htm
|
||||
share/ghostscript/${VERSION}/doc/New-user.htm
|
||||
share/ghostscript/${VERSION}/doc/News.htm
|
||||
share/ghostscript/${VERSION}/doc/PUBLIC
|
||||
share/ghostscript/${VERSION}/doc/Projects.htm
|
||||
share/ghostscript/${VERSION}/doc/Ps2epsi.htm
|
||||
share/ghostscript/${VERSION}/doc/Ps2pdf.htm
|
||||
share/ghostscript/${VERSION}/doc/Psfiles.htm
|
||||
share/ghostscript/${VERSION}/doc/Public.htm
|
||||
share/ghostscript/${VERSION}/doc/README
|
||||
share/ghostscript/${VERSION}/doc/Readme.htm
|
||||
share/ghostscript/${VERSION}/doc/Release.htm
|
||||
share/ghostscript/${VERSION}/doc/Source.htm
|
||||
share/ghostscript/${VERSION}/doc/Tester.htm
|
||||
share/ghostscript/${VERSION}/doc/Unix-lpr.htm
|
||||
share/ghostscript/${VERSION}/doc/Use.htm
|
||||
share/ghostscript/${VERSION}/doc/Xfonts.htm
|
||||
share/ghostscript/${VERSION}/examples/alphabet.ps
|
||||
share/ghostscript/${VERSION}/examples/cheq.ps
|
||||
share/ghostscript/${VERSION}/examples/chess.ps
|
||||
share/ghostscript/${VERSION}/examples/colorcir.ps
|
||||
share/ghostscript/${VERSION}/examples/doretree.ps
|
||||
share/ghostscript/${VERSION}/examples/escher.ps
|
||||
share/ghostscript/${VERSION}/examples/golfer.ps
|
||||
share/ghostscript/${VERSION}/examples/grayalph.ps
|
||||
share/ghostscript/${VERSION}/examples/ridt91.eps
|
||||
share/ghostscript/${VERSION}/examples/snowflak.ps
|
||||
share/ghostscript/${VERSION}/examples/tiger.ps
|
||||
share/ghostscript/${VERSION}/examples/vasarely.ps
|
||||
share/ghostscript/${VERSION}/examples/waterfal.ps
|
||||
share/ghostscript/${VERSION}/lib/Fontmap
|
||||
share/ghostscript/${VERSION}/lib/Fontmap.GS
|
||||
share/ghostscript/${VERSION}/lib/acctest.ps
|
||||
share/ghostscript/${VERSION}/lib/addxchar.ps
|
||||
share/ghostscript/${VERSION}/lib/align.ps
|
||||
share/ghostscript/${VERSION}/lib/bdftops.ps
|
||||
share/ghostscript/${VERSION}/lib/bj8.rpd
|
||||
share/ghostscript/${VERSION}/lib/bj8gc12f.upp
|
||||
share/ghostscript/${VERSION}/lib/bj8hg12f.upp
|
||||
share/ghostscript/${VERSION}/lib/bj8oh06n.upp
|
||||
share/ghostscript/${VERSION}/lib/bj8pa06n.upp
|
||||
share/ghostscript/${VERSION}/lib/bj8pp12f.upp
|
||||
share/ghostscript/${VERSION}/lib/bj8ts06n.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610a0.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610a1.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610a2.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610a3.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610a4.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610a5.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610a6.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610a7.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610a8.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610b1.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610b2.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610b3.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610b4.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610b6.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610b7.upp
|
||||
share/ghostscript/${VERSION}/lib/bjc610b8.upp
|
||||
share/ghostscript/${VERSION}/lib/caption.ps
|
||||
share/ghostscript/${VERSION}/lib/cbjc600.ppd
|
||||
share/ghostscript/${VERSION}/lib/cbjc800.ppd
|
||||
share/ghostscript/${VERSION}/lib/cdj550.upp
|
||||
share/ghostscript/${VERSION}/lib/cdj690.upp
|
||||
share/ghostscript/${VERSION}/lib/cdj690ec.upp
|
||||
share/ghostscript/${VERSION}/lib/cid2code.ps
|
||||
share/ghostscript/${VERSION}/lib/decrypt.ps
|
||||
share/ghostscript/${VERSION}/lib/dnj750c.upp
|
||||
share/ghostscript/${VERSION}/lib/dnj750m.upp
|
||||
share/ghostscript/${VERSION}/lib/docie.ps
|
||||
share/ghostscript/${VERSION}/lib/errpage.ps
|
||||
share/ghostscript/${VERSION}/lib/font2c.ps
|
||||
share/ghostscript/${VERSION}/lib/font2pcl.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_agl.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_btokn.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_ccfnt.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_ce_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_cff.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_cidcm.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_cidfn.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_cmap.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_cmdl.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_css_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_dbt_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_diskf.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_dpnxt.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_dps.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_dps1.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_dps2.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_dscp.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_epsf.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_fform.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_fonts.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_frsd.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_il1_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_il2_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_init.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_kanji.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_ksb_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_l.xbm
|
||||
share/ghostscript/${VERSION}/lib/gs_l.xpm
|
||||
share/ghostscript/${VERSION}/lib/gs_l2img.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_l_m.xbm
|
||||
share/ghostscript/${VERSION}/lib/gs_lev2.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_lgo_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_lgx_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_ll3.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_m.xbm
|
||||
share/ghostscript/${VERSION}/lib/gs_m.xpm
|
||||
share/ghostscript/${VERSION}/lib/gs_m_m.xbm
|
||||
share/ghostscript/${VERSION}/lib/gs_mex_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_mgl_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_mro_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_pdf_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_pdfwr.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_pfile.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_rdlin.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_res.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_s.xbm
|
||||
share/ghostscript/${VERSION}/lib/gs_s.xpm
|
||||
share/ghostscript/${VERSION}/lib/gs_s_m.xbm
|
||||
share/ghostscript/${VERSION}/lib/gs_setpd.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_statd.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_std_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_sym_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_t.xbm
|
||||
share/ghostscript/${VERSION}/lib/gs_t.xpm
|
||||
share/ghostscript/${VERSION}/lib/gs_t_m.xbm
|
||||
share/ghostscript/${VERSION}/lib/gs_trap.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_ttf.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_typ32.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_typ42.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_type1.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_wan_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_wl1_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_wl2_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gs_wl5_e.ps
|
||||
share/ghostscript/${VERSION}/lib/gslp.ps
|
||||
share/ghostscript/${VERSION}/lib/gsnup.ps
|
||||
share/ghostscript/${VERSION}/lib/ht_ccsto.ps
|
||||
share/ghostscript/${VERSION}/lib/image-qa.ps
|
||||
share/ghostscript/${VERSION}/lib/impath.ps
|
||||
share/ghostscript/${VERSION}/lib/jispaper.ps
|
||||
share/ghostscript/${VERSION}/lib/landscap.ps
|
||||
share/ghostscript/${VERSION}/lib/level1.ps
|
||||
share/ghostscript/${VERSION}/lib/lines.ps
|
||||
share/ghostscript/${VERSION}/lib/markhint.ps
|
||||
share/ghostscript/${VERSION}/lib/markpath.ps
|
||||
share/ghostscript/${VERSION}/lib/necp2x.upp
|
||||
share/ghostscript/${VERSION}/lib/necp2x6.upp
|
||||
share/ghostscript/${VERSION}/lib/packfile.ps
|
||||
share/ghostscript/${VERSION}/lib/pcharstr.ps
|
||||
share/ghostscript/${VERSION}/lib/pdf2dsc.ps
|
||||
share/ghostscript/${VERSION}/lib/pdf_base.ps
|
||||
share/ghostscript/${VERSION}/lib/pdf_draw.ps
|
||||
share/ghostscript/${VERSION}/lib/pdf_font.ps
|
||||
share/ghostscript/${VERSION}/lib/pdf_main.ps
|
||||
share/ghostscript/${VERSION}/lib/pdf_ops.ps
|
||||
share/ghostscript/${VERSION}/lib/pdf_sec.ps
|
||||
share/ghostscript/${VERSION}/lib/pdfopt.ps
|
||||
share/ghostscript/${VERSION}/lib/pdfwrite.ps
|
||||
share/ghostscript/${VERSION}/lib/pf2afm.ps
|
||||
share/ghostscript/${VERSION}/lib/pfbtopfa.ps
|
||||
share/ghostscript/${VERSION}/lib/ppath.ps
|
||||
share/ghostscript/${VERSION}/lib/prfont.ps
|
||||
share/ghostscript/${VERSION}/lib/printafm.ps
|
||||
share/ghostscript/${VERSION}/lib/ps2ai.ps
|
||||
share/ghostscript/${VERSION}/lib/ps2ascii.ps
|
||||
share/ghostscript/${VERSION}/lib/ps2epsi.ps
|
||||
share/ghostscript/${VERSION}/lib/quit.ps
|
||||
share/ghostscript/${VERSION}/lib/ras1.upp
|
||||
share/ghostscript/${VERSION}/lib/ras24.upp
|
||||
share/ghostscript/${VERSION}/lib/ras3.upp
|
||||
share/ghostscript/${VERSION}/lib/ras32.upp
|
||||
share/ghostscript/${VERSION}/lib/ras4.upp
|
||||
share/ghostscript/${VERSION}/lib/ras8m.upp
|
||||
share/ghostscript/${VERSION}/lib/rollconv.ps
|
||||
share/ghostscript/${VERSION}/lib/showchar.ps
|
||||
share/ghostscript/${VERSION}/lib/showpage.ps
|
||||
share/ghostscript/${VERSION}/lib/st640ih.upp
|
||||
share/ghostscript/${VERSION}/lib/st640ihg.upp
|
||||
share/ghostscript/${VERSION}/lib/st640p.upp
|
||||
share/ghostscript/${VERSION}/lib/st640pg.upp
|
||||
share/ghostscript/${VERSION}/lib/st640pl.upp
|
||||
share/ghostscript/${VERSION}/lib/st640plg.upp
|
||||
share/ghostscript/${VERSION}/lib/stc.upp
|
||||
share/ghostscript/${VERSION}/lib/stc1520h.upp
|
||||
share/ghostscript/${VERSION}/lib/stc2.upp
|
||||
share/ghostscript/${VERSION}/lib/stc200_h.upp
|
||||
share/ghostscript/${VERSION}/lib/stc2_h.upp
|
||||
share/ghostscript/${VERSION}/lib/stc2s_h.upp
|
||||
share/ghostscript/${VERSION}/lib/stc500p.upp
|
||||
share/ghostscript/${VERSION}/lib/stc500ph.upp
|
||||
share/ghostscript/${VERSION}/lib/stc600ih.upp
|
||||
share/ghostscript/${VERSION}/lib/stc600p.upp
|
||||
share/ghostscript/${VERSION}/lib/stc600pl.upp
|
||||
share/ghostscript/${VERSION}/lib/stc640p.upp
|
||||
share/ghostscript/${VERSION}/lib/stc800ih.upp
|
||||
share/ghostscript/${VERSION}/lib/stc800p.upp
|
||||
share/ghostscript/${VERSION}/lib/stc800pl.upp
|
||||
share/ghostscript/${VERSION}/lib/stc_h.upp
|
||||
share/ghostscript/${VERSION}/lib/stc_l.upp
|
||||
share/ghostscript/${VERSION}/lib/stcany.upp
|
||||
share/ghostscript/${VERSION}/lib/stcany_h.upp
|
||||
share/ghostscript/${VERSION}/lib/stcinfo.ps
|
||||
share/ghostscript/${VERSION}/lib/stcolor.ps
|
||||
share/ghostscript/${VERSION}/lib/stocht.ps
|
||||
share/ghostscript/${VERSION}/lib/traceimg.ps
|
||||
share/ghostscript/${VERSION}/lib/traceop.ps
|
||||
share/ghostscript/${VERSION}/lib/type1enc.ps
|
||||
share/ghostscript/${VERSION}/lib/type1ops.ps
|
||||
share/ghostscript/${VERSION}/lib/uninfo.ps
|
||||
share/ghostscript/${VERSION}/lib/unprot.ps
|
||||
share/ghostscript/${VERSION}/lib/viewcmyk.ps
|
||||
share/ghostscript/${VERSION}/lib/viewgif.ps
|
||||
share/ghostscript/${VERSION}/lib/viewjpeg.ps
|
||||
share/ghostscript/${VERSION}/lib/viewmiff.ps
|
||||
share/ghostscript/${VERSION}/lib/viewpbm.ps
|
||||
share/ghostscript/${VERSION}/lib/viewpcx.ps
|
||||
share/ghostscript/${VERSION}/lib/viewps2a.ps
|
||||
share/ghostscript/${VERSION}/lib/wftopfa.ps
|
||||
share/ghostscript/${VERSION}/lib/winmaps.ps
|
||||
share/ghostscript/${VERSION}/lib/wrfont.ps
|
||||
share/ghostscript/${VERSION}/lib/zeroline.ps
|
||||
share/ghostscript/fonts/a010013l.afm
|
||||
share/ghostscript/fonts/a010013l.pfb
|
||||
share/ghostscript/fonts/a010013l.pfm
|
||||
@ -388,8 +410,8 @@ share/ghostscript/fonts/z003034l.afm
|
||||
share/ghostscript/fonts/z003034l.pfb
|
||||
share/ghostscript/fonts/z003034l.pfm
|
||||
@dirrm share/ghostscript/fonts
|
||||
@dirrm share/ghostscript/6.01/lib
|
||||
@dirrm share/ghostscript/6.01/examples
|
||||
@dirrm share/ghostscript/6.01/doc
|
||||
@dirrm share/ghostscript/6.01
|
||||
@dirrm share/ghostscript/${VERSION}/lib
|
||||
@dirrm share/ghostscript/${VERSION}/examples
|
||||
@dirrm share/ghostscript/${VERSION}/doc
|
||||
@dirrm share/ghostscript/${VERSION}
|
||||
@dirrm share/ghostscript
|
||||
|
Loading…
Reference in New Issue
Block a user