mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Downgrade this to version 5.10 after repository copy.
PR: 9209 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
This commit is contained in:
parent
d3c93591d1
commit
fac70936a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15813
@ -1,91 +1,60 @@
|
||||
# New ports collection makefile for: ghostscript
|
||||
# Version required: 5.0
|
||||
# Date created: Tue Jun 10 21:58:54 CEST 1997
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
# Version required: 5.10
|
||||
# Date created: 11 December 1998
|
||||
# Whom: giffunip
|
||||
#
|
||||
# $Id: Makefile,v 1.26 1998/12/03 08:24:20 andreas Exp $
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= ghostscript-5.50
|
||||
DISTNAME= ghostscript-5.10
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/aladdin/gs550/ \
|
||||
http://www.erdw.ethz.ch/~bonk/ftp/gs-driver-distrib/ \
|
||||
http://www.ozemail.com.au/~geoffk/pdfencrypt/
|
||||
DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \
|
||||
${HP850_DRV} ${DECRYPT_PDF}
|
||||
MASTER_SITES= ftp://ftp.pdb.sni.de/pub/utilities/misc/ \
|
||||
http://www.ozemail.com.au/~geoffk/pdfencrypt/ \
|
||||
ftp://ftp.cs.wisc.edu/ghost/gnu/gs510/ \
|
||||
$(MASTER_SITE_GNU)
|
||||
DISTFILES= ${PCL3_DRV} ${DECRYPT_PDF} ghostscript-5.10.tar.gz
|
||||
|
||||
MAINTAINER= andreas@FreeBSD.ORG
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= $(LOCALBASE)/share/ghostscript/fonts/Fontmap:${PORTSDIR}/print/gsfonts
|
||||
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \
|
||||
/nonexistent:${PORTSDIR}/graphics/png:extract \
|
||||
unzip:${PORTSDIR}/archivers/unzip
|
||||
/nonexistent:${PORTSDIR}/graphics/png:extract
|
||||
LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_XLIB= yes
|
||||
EXTRACT_ONLY= ${GS_SOURCES}
|
||||
WRKSRC= ${WRKDIR}/gs5.50
|
||||
USE_GMAKE= yes
|
||||
EXTRACT_ONLY= ${GS_SOURCES} ${PCL3_DRV}
|
||||
WRKSRC= ${WRKDIR}/gs5.10
|
||||
|
||||
MAKEFILE= unix-gcc.mak
|
||||
MAN1= gs.1 pdf2dsc.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 ps2ps.1
|
||||
MAKE_FLAGS= prefix=${PREFIX} CFLAGS="${CFLAGS}" -f
|
||||
MAN1= gs.1 pdf2dsc.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 gs-hpdj.1
|
||||
|
||||
GS_SOURCES= ghostscript-5.50.tar.gz
|
||||
GS_SOURCES+= ghostscript-5.50gnu.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-5.50.tar.gz
|
||||
GS_FONTS_OTHER= ghostscript-fonts-other-5.10.tar.gz
|
||||
GS_SOURCES= ghostscript-5.10.tar.gz
|
||||
|
||||
# Additional driver HP 850, see http://www.erdw.ethz.ch/~bonk/hp850/hp850.html
|
||||
HP850_DRV= hp8xxs13.zip
|
||||
# Additional driver for HP PCL3 Printers
|
||||
PCL3_DRV= hpdj-2.5.tar.gz
|
||||
|
||||
# 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}${PORTSDIR}/graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg
|
||||
${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/png/work/libpng-1.0.2 ${WRKSRC}/libpng
|
||||
${MV} ${WRKSRC}/devs.mak ${WRKSRC}/devs.mak.bak
|
||||
cd ${WRKSRC} && unzip -Lao ${DISTDIR}/${HP850_DRV}
|
||||
${MV} ${WRKSRC}/devs.mak.bak ${WRKSRC}/devs.mak
|
||||
# additional PCL3 driver
|
||||
$(EXTRACT_CMD) -xvf ${WRKDIR}/hpdj-2.5/hpdj.tar -C $(WRKSRC)
|
||||
${PATCH} --directory=${WRKSRC} <${WRKSRC}/devs.mak-5.10.diff
|
||||
${PATCH} --directory=${WRKSRC} <${WRKSRC}/zmedia2.c-5.10.diff
|
||||
|
||||
do-configure:
|
||||
.if defined(BATCH)
|
||||
@${SETENV} WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/configure.batch
|
||||
.else
|
||||
@${SETENV} WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/configure
|
||||
.endif
|
||||
@(cd ${WRKSRC}; /bin/sh tar_cat )
|
||||
|
||||
pre-build:
|
||||
${MKDIR} ${WRKSRC}/obj
|
||||
|
||||
pre-install:
|
||||
@${MKDIR} ${PREFIX}/share/ghostscript ${PREFIX}/bin ${PREFIX}/man/man1
|
||||
(cd ${PREFIX}/share/ghostscript ; \
|
||||
tar -xzf ${DISTDIR}/${GS_FONTS_STD})
|
||||
(cd ${PREFIX}/share/ghostscript/fonts ; \
|
||||
tar -xzf ${DISTDIR}/${GS_FONTS_OTHER})
|
||||
|
||||
# install the readme and license file of the hp8xxx driver as well
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/gs
|
||||
${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \
|
||||
${PREFIX}/share/ghostscript/5.50
|
||||
${INSTALL_DATA} ${WRKSRC}/license.hp8 \
|
||||
${PREFIX}/share/ghostscript/5.50/doc
|
||||
${INSTALL_DATA} ${WRKSRC}/readme.hp8 \
|
||||
${PREFIX}/share/ghostscript/5.50/doc
|
||||
${PREFIX}/share/ghostscript/5.10
|
||||
$(MKDIR) ${PREFIX}/libexec/lpr
|
||||
${INSTALL_SCRIPT} $(WRKSRC)/pj-gs.sh ${PREFIX}/libexec/lpr
|
||||
${INSTALL_SCRIPT} $(WRKSRC)/sysvlp.sh ${PREFIX}/libexec/lpr
|
||||
${INSTALL_SCRIPT} $(WRKSRC)/if-hpdj ${PREFIX}/libexec/lpr
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,3 @@
|
||||
MD5 (ghostscript-5.50.tar.gz) = f51e92976c4cda9a05de5388fdbbbbbd
|
||||
MD5 (ghostscript-5.50gnu.tar.gz) = 4930c9d2feea3294904fc683bf8b8beb
|
||||
MD5 (ghostscript-fonts-std-5.50.tar.gz) = 8462a429e2672d332a510da076dca6d2
|
||||
MD5 (ghostscript-fonts-other-5.10.tar.gz) = fcf3abf81a1b46da9a92942d288020f9
|
||||
MD5 (hp8xxs13.zip) = 964b5e40bf0a44cc29b76616e71f6cfb
|
||||
MD5 (hpdj-2.5.tar.gz) = cbe6b6c6cd00af9177a025870fc1a90a
|
||||
MD5 (pdf_sec.ps) = 92cd6af5b4d7219e91e61b8351f0f7c4
|
||||
MD5 (ghostscript-5.10.tar.gz) = b8dbc2595c06305f452a9c38bd0effef
|
||||
|
@ -1,142 +1,172 @@
|
||||
--- unix-gcc.mak.orig Thu Sep 17 08:06:06 1998
|
||||
+++ unix-gcc.mak Mon Nov 30 13:11:05 1998
|
||||
@@ -48,12 +48,10 @@
|
||||
# the directories also define the default search path for the
|
||||
# initialization files (gs_*.ps) and the fonts.
|
||||
|
||||
-# If your system has installbsd, change install to installbsd in the next line.
|
||||
-INSTALL = install -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)
|
||||
@@ -141,7 +139,7 @@
|
||||
# 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.
|
||||
@@ -153,7 +151,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
|
||||
|
||||
@@ -172,7 +170,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.
|
||||
@@ -205,7 +203,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.
|
||||
@@ -214,7 +212,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$(prefix)/lib
|
||||
|
||||
LDFLAGS=$(XLDFLAGS) -fno-common
|
||||
|
||||
@@ -234,7 +232,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
|
||||
@@ -246,12 +244,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 X11
|
||||
|
||||
# Define whether this platform has floating point hardware:
|
||||
# FPU_TYPE=2 means floating point is faster than fixed point.
|
||||
@@ -292,27 +290,6 @@
|
||||
|
||||
FILE_IMPLEMENTATION=stdio
|
||||
|
||||
-# Choose the device(s) to include. See devs.mak for details,
|
||||
-# devs.mak and contrib.mak for the list of available devices.
|
||||
-
|
||||
-DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11gray4.dev x11mono.dev
|
||||
-#DEVICE_DEVS1=bmpmono.dev bmpamono.dev posync.dev
|
||||
-DEVICE_DEVS1=
|
||||
-DEVICE_DEVS2=
|
||||
-DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev
|
||||
-DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev
|
||||
-DEVICE_DEVS5=uniprint.dev
|
||||
-DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev
|
||||
-DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev
|
||||
-DEVICE_DEVS8=pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev
|
||||
-DEVICE_DEVS9=pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev pkm.dev pkmraw.dev
|
||||
-DEVICE_DEVS10=tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev tifflzw.dev tiffpack.dev
|
||||
-DEVICE_DEVS11=tiff12nc.dev tiff24nc.dev
|
||||
-DEVICE_DEVS12=psmono.dev psgray.dev psrgb.dev bit.dev bitrgb.dev bitcmyk.dev
|
||||
-DEVICE_DEVS13=pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev
|
||||
-DEVICE_DEVS14=jpeg.dev jpeggray.dev
|
||||
-DEVICE_DEVS15=pdfwrite.dev pswrite.dev epswrite.dev pxlmono.dev pxlcolor.dev
|
||||
-
|
||||
# ---------------------------- End of options --------------------------- #
|
||||
|
||||
# Define the name of the partial makefile that specifies options --
|
||||
@@ -320,16 +297,10 @@
|
||||
|
||||
MAKEFILE=$(GLSRC)unix-gcc.mak
|
||||
|
||||
-# Define the ANSI-to-K&R dependency. There isn't one, but we do have to
|
||||
-# detect whether we're running a version of gcc with the const optimization
|
||||
-# bug.
|
||||
-
|
||||
-AK=$(GLGENDIR)/cc.tr
|
||||
-
|
||||
# Define the compilation rules and flags.
|
||||
|
||||
CCFLAGS=$(GENOPT) $(CFLAGS)
|
||||
-CC_=$(CC) `cat $(AK)` $(CCFLAGS)
|
||||
+CC_=$(CC) $(CCFLAGS)
|
||||
CCAUX=$(CC)
|
||||
#We can't use -fomit-frame-pointer with -pg....
|
||||
#CC_LEAF=$(CC_)
|
||||
@@ -350,7 +321,3 @@
|
||||
include $(GLSRC)unixtail.mak
|
||||
include $(GLSRC)unix-end.mak
|
||||
include $(GLSRC)unixinst.mak
|
||||
-
|
||||
-# This has to come last so it won't be taken as the default target.
|
||||
-$(AK):
|
||||
- if ( gcc --version | grep "2.7.[01]" >/dev/null || test `gcc --version` = 2.7.2 ); then echo -Dconst= >$(AK); else echo -Wcast-qual -Wwrite-strings >$(AK); fi
|
||||
*** gcc-head.mak.orig Thu Dec 17 19:56:19 1998
|
||||
--- gcc-head.mak Fri Dec 25 19:23:30 1998
|
||||
***************
|
||||
*** 41,50 ****
|
||||
|
||||
# If your system has installbsd, change install to installbsd in the next line.
|
||||
INSTALL = install -c
|
||||
! INSTALL_PROGRAM = $(INSTALL) -m 755
|
||||
! INSTALL_DATA = $(INSTALL) -m 644
|
||||
|
||||
! prefix = /usr/local
|
||||
exec_prefix = $(prefix)
|
||||
bindir = $(exec_prefix)/bin
|
||||
scriptdir = $(bindir)
|
||||
--- 41,50 ----
|
||||
|
||||
# If your system has installbsd, change install to installbsd in the next line.
|
||||
INSTALL = install -c
|
||||
! INSTALL_PROGRAM = $(BSD_INSTALL_SCRIPT)
|
||||
! INSTALL_DATA = $(BSD_INSTALL_DATA)
|
||||
|
||||
! prefix ?= /usr/local
|
||||
exec_prefix = $(prefix)
|
||||
bindir = $(exec_prefix)/bin
|
||||
scriptdir = $(bindir)
|
||||
***************
|
||||
*** 101,107 ****
|
||||
# You may need to change this if the IJG library version changes.
|
||||
# See jpeg.mak for more information.
|
||||
|
||||
! JSRCDIR=jpeg-6a
|
||||
JVERSION=6
|
||||
|
||||
# Define the directory where the PNG library sources are stored,
|
||||
--- 101,107 ----
|
||||
# You may need to change this if the IJG library version changes.
|
||||
# See jpeg.mak for more information.
|
||||
|
||||
! JSRCDIR=jpeg
|
||||
JVERSION=6
|
||||
|
||||
# Define the directory where the PNG library sources are stored,
|
||||
***************
|
||||
*** 116,122 ****
|
||||
# what its name is.
|
||||
# See gs.mak and make.txt for more information.
|
||||
|
||||
! SHARE_LIBPNG=0
|
||||
LIBPNG_NAME=png
|
||||
|
||||
# Define the directory where the zlib sources are stored.
|
||||
--- 116,122 ----
|
||||
# what its name is.
|
||||
# See gs.mak and make.txt for more information.
|
||||
|
||||
! SHARE_LIBPNG=1
|
||||
LIBPNG_NAME=png
|
||||
|
||||
# Define the directory where the zlib sources are stored.
|
||||
***************
|
||||
*** 128,134 ****
|
||||
# what its name is (usually libz, but sometimes libgz).
|
||||
# See gs.mak and make.txt for more information.
|
||||
|
||||
! SHARE_ZLIB=0
|
||||
#ZLIB_NAME=gz
|
||||
ZLIB_NAME=z
|
||||
|
||||
--- 128,134 ----
|
||||
# what its name is (usually libz, but sometimes libgz).
|
||||
# See gs.mak and make.txt for more information.
|
||||
|
||||
! SHARE_ZLIB=1
|
||||
#ZLIB_NAME=gz
|
||||
ZLIB_NAME=z
|
||||
|
||||
***************
|
||||
*** 172,185 ****
|
||||
# We don't include -ansi, because this gets in the way of the platform-
|
||||
# specific stuff that <math.h> typically needs; nevertheless, we expect
|
||||
# gcc to accept ANSI-style function prototypes and function definitions.
|
||||
! XCFLAGS=
|
||||
|
||||
! CFLAGS=-O $(GCFLAGS) $(XCFLAGS)
|
||||
|
||||
# Define platform flags for ld.
|
||||
# SunOS 4.n may need -Bstatic.
|
||||
# XLDFLAGS can be set from the command line.
|
||||
! XLDFLAGS=
|
||||
|
||||
LDFLAGS=$(XLDFLAGS)
|
||||
|
||||
--- 172,185 ----
|
||||
# We don't include -ansi, because this gets in the way of the platform-
|
||||
# specific stuff that <math.h> typically needs; nevertheless, we expect
|
||||
# gcc to accept ANSI-style function prototypes and function definitions.
|
||||
! XCFLAGS=-I$(PREFIX)/include
|
||||
|
||||
! CFLAGS+=-O $(GCFLAGS) $(XCFLAGS)
|
||||
|
||||
# Define platform flags for ld.
|
||||
# SunOS 4.n may need -Bstatic.
|
||||
# XLDFLAGS can be set from the command line.
|
||||
! XLDFLAGS=-L$(prefix)/lib
|
||||
|
||||
LDFLAGS=$(XLDFLAGS)
|
||||
|
||||
***************
|
||||
*** 199,205 ****
|
||||
# Note that x_.h expects to find the header files in $(XINCLUDE)/X11,
|
||||
# not in $(XINCLUDE).
|
||||
|
||||
! XINCLUDE=-I/usr/local/X/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
|
||||
--- 199,205 ----
|
||||
# Note that x_.h expects to find the header files in $(XINCLUDE)/X11,
|
||||
# not in $(XINCLUDE).
|
||||
|
||||
! 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
|
||||
***************
|
||||
*** 211,222 ****
|
||||
#XLIBDIRS=-L/usr/openwin/lib
|
||||
#XLIBDIR=/usr/openwin/lib
|
||||
# X11R6 (on any platform) may need
|
||||
! #XLIBS=Xt SM ICE Xext X11
|
||||
|
||||
#XLIBDIRS=-L/usr/local/X/lib
|
||||
! XLIBDIRS=-L/usr/X11/lib
|
||||
XLIBDIR=
|
||||
! XLIBS=Xt Xext X11
|
||||
|
||||
# Define whether this platform has floating point hardware:
|
||||
# FPU_TYPE=2 means floating point is faster than fixed point.
|
||||
--- 211,222 ----
|
||||
#XLIBDIRS=-L/usr/openwin/lib
|
||||
#XLIBDIR=/usr/openwin/lib
|
||||
# X11R6 (on any platform) may need
|
||||
! XLIBS=Xt SM ICE Xext X11
|
||||
|
||||
#XLIBDIRS=-L/usr/local/X/lib
|
||||
! XLIBDIRS=-L$(X11BASE)/lib
|
||||
XLIBDIR=
|
||||
! #XLIBS=Xt Xext X11
|
||||
|
||||
# Define whether this platform has floating point hardware:
|
||||
# FPU_TYPE=2 means floating point is faster than fixed point.
|
||||
***************
|
||||
*** 260,268 ****
|
||||
|
||||
DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev
|
||||
DEVICE_DEVS1=
|
||||
! DEVICE_DEVS2=
|
||||
DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev
|
||||
! DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev
|
||||
DEVICE_DEVS5=uniprint.dev
|
||||
DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev
|
||||
DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev
|
||||
--- 260,268 ----
|
||||
|
||||
DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev
|
||||
DEVICE_DEVS1=
|
||||
! DEVICE_DEVS2=epson.dev eps9high.dev epsonc.dev ibmpro.dev
|
||||
DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev
|
||||
! DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev hpdj.dev
|
||||
DEVICE_DEVS5=uniprint.dev
|
||||
DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev
|
||||
DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev
|
||||
|
@ -1,21 +1,19 @@
|
||||
--- contrib.mak.orig Tue Sep 15 04:03:52 1998
|
||||
+++ contrib.mak Tue Dec 1 15:37:58 1998
|
||||
@@ -435,6 +435,18 @@
|
||||
cdj850.dev: $(cdeskjet8_) page.dev
|
||||
$(SETPDEV) cdj850 $(cdeskjet8_)
|
||||
|
||||
+cdj670.dev: $(cdeskjet8_) page.dev
|
||||
+ $(SETPDEV) cdj670 $(cdeskjet8_)
|
||||
+
|
||||
+cdj890.dev: $(cdeskjet8_) page.dev
|
||||
+ $(SETPDEV) cdj890 $(cdeskjet8_)
|
||||
+
|
||||
+cdj1600.dev: $(cdeskjet8_) page.dev
|
||||
+ $(SETPDEV) cdj1600 $(cdeskjet8_)
|
||||
+
|
||||
+$(GLOBJ)gdevcd8.$(OBJ): $(GLSRC)gdevcd8.c $(GLSRC)gdevcd8.h $(PDEVH)
|
||||
+ $(GLCC) $(GLO_)gdevcd8.$(OBJ) $(C_) $(GLSRC)gdevcd8.c
|
||||
+
|
||||
### ------------ The H-P PaintJet color printer device ----------------- ###
|
||||
### Note: this driver also supports the DEC LJ250 color printer, which ###
|
||||
### has a PaintJet-compatible mode, and the PaintJet XL. ###
|
||||
*** unix-end.mak.orig Fri Dec 25 10:45:04 1998
|
||||
--- unix-end.mak Fri Dec 25 10:47:40 1998
|
||||
***************
|
||||
*** 91,97 ****
|
||||
do if ( test -f $$f ); then $(INSTALL_PROGRAM) $$f $(scriptdir)/$$f; fi;\
|
||||
done'
|
||||
|
||||
! MAN1_PAGES=gs pdf2dsc pdf2ps ps2ascii ps2epsi ps2pdf
|
||||
install-data: gs.1
|
||||
-mkdir $(mandir)
|
||||
-mkdir $(man1dir)
|
||||
--- 91,97 ----
|
||||
do if ( test -f $$f ); then $(INSTALL_PROGRAM) $$f $(scriptdir)/$$f; fi;\
|
||||
done'
|
||||
|
||||
! MAN1_PAGES=gs pdf2dsc pdf2ps ps2ascii ps2epsi ps2pdf gs-hpdj
|
||||
install-data: gs.1
|
||||
-mkdir $(mandir)
|
||||
-mkdir $(man1dir)
|
||||
|
19
print/ghostscript5/files/patch-ba
Normal file
19
print/ghostscript5/files/patch-ba
Normal file
@ -0,0 +1,19 @@
|
||||
*** devs.mak.orig Fri Dec 25 10:49:36 1998
|
||||
--- devs.mak Fri Dec 25 11:05:32 1998
|
||||
***************
|
||||
*** 790,796 ****
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
! hpdj_options=
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
--- 790,796 ----
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
! hpdj_options=-DHPDJ_DEFAULT_MODEL=hpdj560c -DHPDJ_INPUTMEDIA_PRN
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
@ -1 +1 @@
|
||||
Aladdin Postscript interpreter.
|
||||
GNU Postscript interpreter + hpdj driver.
|
||||
|
@ -1,23 +1,18 @@
|
||||
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 name of a set of software that provides:
|
||||
|
||||
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.
|
||||
- An interpreter for the PostScript (TM) language, and
|
||||
|
||||
Official ghostscript homepage, see:
|
||||
http://www.cs.wisc.edu/~ghost/index.html
|
||||
- A set of C procedures (the Ghostscript library) that implement
|
||||
the graphics capabilities that appear as primitive operations in the
|
||||
PostScript language.
|
||||
|
||||
This FreeBSD port includes two useful add-on packages:
|
||||
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 Support for pdfencrypt, 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
|
||||
Aladdin Ghostscript and GNU Ghostscript come with NO WARRANTY and NO
|
||||
SUPPORT.
|
||||
|
||||
The manual is also available in German language, see:
|
||||
http://www.muc.de/~tm/free/free.html
|
||||
Also included with this package is the hpdj driver written by Martin
|
||||
Lottermoser with defaults for a Deskjet 560C. See the man page for
|
||||
gs-hpdj(1) for details.
|
||||
|
||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
PostScript is a trademark of Adobe Systems, Incorporated.
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/bdftops
|
||||
bin/dvipdf
|
||||
bin/font2c
|
||||
bin/gs
|
||||
bin/gsbj
|
||||
@ -14,355 +13,178 @@ bin/printafm
|
||||
bin/ps2ascii
|
||||
bin/ps2epsi
|
||||
bin/ps2pdf
|
||||
bin/ps2ps
|
||||
bin/wftopfa
|
||||
share/ghostscript/5.50/Fontmap
|
||||
share/ghostscript/5.50/acctest.ps
|
||||
share/ghostscript/5.50/align.ps
|
||||
share/ghostscript/5.50/bdftops.ps
|
||||
share/ghostscript/5.50/bjc610a0.upp
|
||||
share/ghostscript/5.50/bjc610a1.upp
|
||||
share/ghostscript/5.50/bjc610a2.upp
|
||||
share/ghostscript/5.50/bjc610a3.upp
|
||||
share/ghostscript/5.50/bjc610a4.upp
|
||||
share/ghostscript/5.50/bjc610a5.upp
|
||||
share/ghostscript/5.50/bjc610a6.upp
|
||||
share/ghostscript/5.50/bjc610a7.upp
|
||||
share/ghostscript/5.50/bjc610a8.upp
|
||||
share/ghostscript/5.50/bjc610b1.upp
|
||||
share/ghostscript/5.50/bjc610b2.upp
|
||||
share/ghostscript/5.50/bjc610b3.upp
|
||||
share/ghostscript/5.50/bjc610b4.upp
|
||||
share/ghostscript/5.50/bjc610b6.upp
|
||||
share/ghostscript/5.50/bjc610b7.upp
|
||||
share/ghostscript/5.50/bjc610b8.upp
|
||||
share/ghostscript/5.50/caption.ps
|
||||
share/ghostscript/5.50/cbjc600.ppd
|
||||
share/ghostscript/5.50/cbjc800.ppd
|
||||
share/ghostscript/5.50/cdj550.upp
|
||||
share/ghostscript/5.50/cid2code.ps
|
||||
share/ghostscript/5.50/decrypt.ps
|
||||
share/ghostscript/5.50/doc/Bug-form.htm
|
||||
share/ghostscript/5.50/doc/C-style.htm
|
||||
share/ghostscript/5.50/doc/Commprod.htm
|
||||
share/ghostscript/5.50/doc/Copying.htm
|
||||
share/ghostscript/5.50/doc/Current.htm
|
||||
share/ghostscript/5.50/doc/DLL.htm
|
||||
share/ghostscript/5.50/doc/Devices.htm
|
||||
share/ghostscript/5.50/doc/Drivers.htm
|
||||
share/ghostscript/5.50/doc/Fonts.htm
|
||||
share/ghostscript/5.50/doc/Helpers.htm
|
||||
share/ghostscript/5.50/doc/Hershey.htm
|
||||
share/ghostscript/5.50/doc/History1.htm
|
||||
share/ghostscript/5.50/doc/History2.htm
|
||||
share/ghostscript/5.50/doc/History3.htm
|
||||
share/ghostscript/5.50/doc/History4.htm
|
||||
share/ghostscript/5.50/doc/Htmstyle.htm
|
||||
share/ghostscript/5.50/doc/Humor.htm
|
||||
share/ghostscript/5.50/doc/Install.htm
|
||||
share/ghostscript/5.50/doc/Language.htm
|
||||
share/ghostscript/5.50/doc/Lib.htm
|
||||
share/ghostscript/5.50/doc/Make.htm
|
||||
share/ghostscript/5.50/doc/New-user.htm
|
||||
share/ghostscript/5.50/doc/News.htm
|
||||
share/ghostscript/5.50/doc/PUBLIC
|
||||
share/ghostscript/5.50/doc/Ps2pdf.htm
|
||||
share/ghostscript/5.50/doc/Psfiles.htm
|
||||
share/ghostscript/5.50/doc/Public.htm
|
||||
share/ghostscript/5.50/doc/Readme.htm
|
||||
share/ghostscript/5.50/doc/Source.htm
|
||||
share/ghostscript/5.50/doc/Unix-lpr.htm
|
||||
share/ghostscript/5.50/doc/Use.htm
|
||||
share/ghostscript/5.50/doc/Xfonts.htm
|
||||
share/ghostscript/5.50/doc/license.hp8
|
||||
share/ghostscript/5.50/doc/ps2epsi.txt
|
||||
share/ghostscript/5.50/doc/readme.hp8
|
||||
share/ghostscript/5.50/docie.ps
|
||||
share/ghostscript/5.50/examples/alphabet.ps
|
||||
share/ghostscript/5.50/examples/cheq.ps
|
||||
share/ghostscript/5.50/examples/chess.ps
|
||||
share/ghostscript/5.50/examples/colorcir.ps
|
||||
share/ghostscript/5.50/examples/escher.ps
|
||||
share/ghostscript/5.50/examples/golfer.ps
|
||||
share/ghostscript/5.50/examples/grayalph.ps
|
||||
share/ghostscript/5.50/examples/ridt91.eps
|
||||
share/ghostscript/5.50/examples/snowflak.ps
|
||||
share/ghostscript/5.50/examples/tiger.ps
|
||||
share/ghostscript/5.50/examples/vasarely.ps
|
||||
share/ghostscript/5.50/examples/waterfal.ps
|
||||
share/ghostscript/5.50/font2c.ps
|
||||
share/ghostscript/5.50/font2pcl.ps
|
||||
share/ghostscript/5.50/gs_btokn.ps
|
||||
share/ghostscript/5.50/gs_ccfnt.ps
|
||||
share/ghostscript/5.50/gs_cff.ps
|
||||
share/ghostscript/5.50/gs_cidfn.ps
|
||||
share/ghostscript/5.50/gs_cmap.ps
|
||||
share/ghostscript/5.50/gs_dbt_e.ps
|
||||
share/ghostscript/5.50/gs_diskf.ps
|
||||
share/ghostscript/5.50/gs_dpnxt.ps
|
||||
share/ghostscript/5.50/gs_dps.ps
|
||||
share/ghostscript/5.50/gs_dps1.ps
|
||||
share/ghostscript/5.50/gs_dps2.ps
|
||||
share/ghostscript/5.50/gs_epsf.ps
|
||||
share/ghostscript/5.50/gs_fonts.ps
|
||||
share/ghostscript/5.50/gs_init.ps
|
||||
share/ghostscript/5.50/gs_iso_e.ps
|
||||
share/ghostscript/5.50/gs_kanji.ps
|
||||
share/ghostscript/5.50/gs_ksb_e.ps
|
||||
share/ghostscript/5.50/gs_l2img.ps
|
||||
share/ghostscript/5.50/gs_lev2.ps
|
||||
share/ghostscript/5.50/gs_ll3.ps
|
||||
share/ghostscript/5.50/gs_mex_e.ps
|
||||
share/ghostscript/5.50/gs_mro_e.ps
|
||||
share/ghostscript/5.50/gs_pdf_e.ps
|
||||
share/ghostscript/5.50/gs_pdfwr.ps
|
||||
share/ghostscript/5.50/gs_pfile.ps
|
||||
share/ghostscript/5.50/gs_res.ps
|
||||
share/ghostscript/5.50/gs_setpd.ps
|
||||
share/ghostscript/5.50/gs_statd.ps
|
||||
share/ghostscript/5.50/gs_std_e.ps
|
||||
share/ghostscript/5.50/gs_sym_e.ps
|
||||
share/ghostscript/5.50/gs_ttf.ps
|
||||
share/ghostscript/5.50/gs_typ32.ps
|
||||
share/ghostscript/5.50/gs_typ42.ps
|
||||
share/ghostscript/5.50/gs_type1.ps
|
||||
share/ghostscript/5.50/gs_wan_e.ps
|
||||
share/ghostscript/5.50/gslp.ps
|
||||
share/ghostscript/5.50/impath.ps
|
||||
share/ghostscript/5.50/landscap.ps
|
||||
share/ghostscript/5.50/level1.ps
|
||||
share/ghostscript/5.50/lines.ps
|
||||
share/ghostscript/5.50/markhint.ps
|
||||
share/ghostscript/5.50/markpath.ps
|
||||
share/ghostscript/5.50/necp2x.upp
|
||||
share/ghostscript/5.50/necp2x6.upp
|
||||
share/ghostscript/5.50/packfile.ps
|
||||
share/ghostscript/5.50/pcharstr.ps
|
||||
share/ghostscript/5.50/pdf2dsc.ps
|
||||
share/ghostscript/5.50/pdf_base.ps
|
||||
share/ghostscript/5.50/pdf_draw.ps
|
||||
share/ghostscript/5.50/pdf_font.ps
|
||||
share/ghostscript/5.50/pdf_main.ps
|
||||
share/ghostscript/5.50/pdf_ops.ps
|
||||
share/ghostscript/5.50/pdf_sec.ps
|
||||
share/ghostscript/5.50/pf2afm.ps
|
||||
share/ghostscript/5.50/ppath.ps
|
||||
share/ghostscript/5.50/prfont.ps
|
||||
share/ghostscript/5.50/printafm.ps
|
||||
share/ghostscript/5.50/ps2ai.ps
|
||||
share/ghostscript/5.50/ps2ascii.ps
|
||||
share/ghostscript/5.50/ps2epsi.ps
|
||||
share/ghostscript/5.50/quit.ps
|
||||
share/ghostscript/5.50/ras1.upp
|
||||
share/ghostscript/5.50/ras24.upp
|
||||
share/ghostscript/5.50/ras3.upp
|
||||
share/ghostscript/5.50/ras32.upp
|
||||
share/ghostscript/5.50/ras4.upp
|
||||
share/ghostscript/5.50/ras8m.upp
|
||||
share/ghostscript/5.50/showchar.ps
|
||||
share/ghostscript/5.50/showpage.ps
|
||||
share/ghostscript/5.50/stc.upp
|
||||
share/ghostscript/5.50/stc1520h.upp
|
||||
share/ghostscript/5.50/stc2.upp
|
||||
share/ghostscript/5.50/stc2_h.upp
|
||||
share/ghostscript/5.50/stc2s_h.upp
|
||||
share/ghostscript/5.50/stc500p.upp
|
||||
share/ghostscript/5.50/stc500ph.upp
|
||||
share/ghostscript/5.50/stc600ih.upp
|
||||
share/ghostscript/5.50/stc600p.upp
|
||||
share/ghostscript/5.50/stc600pl.upp
|
||||
share/ghostscript/5.50/stc800ih.upp
|
||||
share/ghostscript/5.50/stc800p.upp
|
||||
share/ghostscript/5.50/stc800pl.upp
|
||||
share/ghostscript/5.50/stc_h.upp
|
||||
share/ghostscript/5.50/stc_l.upp
|
||||
share/ghostscript/5.50/stcany.upp
|
||||
share/ghostscript/5.50/stcinfo.ps
|
||||
share/ghostscript/5.50/stcolor.ps
|
||||
share/ghostscript/5.50/traceimg.ps
|
||||
share/ghostscript/5.50/traceop.ps
|
||||
share/ghostscript/5.50/type1enc.ps
|
||||
share/ghostscript/5.50/type1ops.ps
|
||||
share/ghostscript/5.50/uninfo.ps
|
||||
share/ghostscript/5.50/unprot.ps
|
||||
share/ghostscript/5.50/viewcmyk.ps
|
||||
share/ghostscript/5.50/viewgif.ps
|
||||
share/ghostscript/5.50/viewjpeg.ps
|
||||
share/ghostscript/5.50/viewpbm.ps
|
||||
share/ghostscript/5.50/viewpcx.ps
|
||||
share/ghostscript/5.50/viewps2a.ps
|
||||
share/ghostscript/5.50/wftopfa.ps
|
||||
share/ghostscript/5.50/winmaps.ps
|
||||
share/ghostscript/5.50/wrfont.ps
|
||||
share/ghostscript/5.50/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/hrger.pfa
|
||||
share/ghostscript/fonts/hrgerb.gsf
|
||||
share/ghostscript/fonts/hrgerd.gsf
|
||||
share/ghostscript/fonts/hrgero.gsf
|
||||
share/ghostscript/fonts/hrgkc.gsf
|
||||
share/ghostscript/fonts/hrgks.gsf
|
||||
share/ghostscript/fonts/hrgrr.pfa
|
||||
share/ghostscript/fonts/hrgrrb.gsf
|
||||
share/ghostscript/fonts/hrgrro.gsf
|
||||
share/ghostscript/fonts/hritr.pfa
|
||||
share/ghostscript/fonts/hritrb.gsf
|
||||
share/ghostscript/fonts/hritro.gsf
|
||||
share/ghostscript/fonts/hrpld.pfa
|
||||
share/ghostscript/fonts/hrpldb.gsf
|
||||
share/ghostscript/fonts/hrpldbi.gsf
|
||||
share/ghostscript/fonts/hrpldi.pfa
|
||||
share/ghostscript/fonts/hrplr.gsf
|
||||
share/ghostscript/fonts/hrplrb.gsf
|
||||
share/ghostscript/fonts/hrplrbo.gsf
|
||||
share/ghostscript/fonts/hrplro.gsf
|
||||
share/ghostscript/fonts/hrpls.gsf
|
||||
share/ghostscript/fonts/hrplsb.gsf
|
||||
share/ghostscript/fonts/hrplsbo.gsf
|
||||
share/ghostscript/fonts/hrplso.gsf
|
||||
share/ghostscript/fonts/hrplt.pfa
|
||||
share/ghostscript/fonts/hrpltb.gsf
|
||||
share/ghostscript/fonts/hrpltbi.gsf
|
||||
share/ghostscript/fonts/hrplti.pfa
|
||||
share/ghostscript/fonts/hrscc.pfa
|
||||
share/ghostscript/fonts/hrsccb.gsf
|
||||
share/ghostscript/fonts/hrscco.gsf
|
||||
share/ghostscript/fonts/hrscs.pfa
|
||||
share/ghostscript/fonts/hrscsb.gsf
|
||||
share/ghostscript/fonts/hrscso.gsf
|
||||
share/ghostscript/fonts/hrsyr.gsf
|
||||
share/ghostscript/fonts/n019003l.afm
|
||||
share/ghostscript/fonts/n019003l.pfb
|
||||
share/ghostscript/fonts/n019003l.pfm
|
||||
share/ghostscript/fonts/n019004l.afm
|
||||
share/ghostscript/fonts/n019004l.pfb
|
||||
share/ghostscript/fonts/n019004l.pfm
|
||||
share/ghostscript/fonts/n019023l.afm
|
||||
share/ghostscript/fonts/n019023l.pfb
|
||||
share/ghostscript/fonts/n019023l.pfm
|
||||
share/ghostscript/fonts/n019024l.afm
|
||||
share/ghostscript/fonts/n019024l.pfb
|
||||
share/ghostscript/fonts/n019024l.pfm
|
||||
share/ghostscript/fonts/n019043l.afm
|
||||
share/ghostscript/fonts/n019043l.pfb
|
||||
share/ghostscript/fonts/n019043l.pfm
|
||||
share/ghostscript/fonts/n019044l.afm
|
||||
share/ghostscript/fonts/n019044l.pfb
|
||||
share/ghostscript/fonts/n019044l.pfm
|
||||
share/ghostscript/fonts/n019063l.afm
|
||||
share/ghostscript/fonts/n019063l.pfb
|
||||
share/ghostscript/fonts/n019063l.pfm
|
||||
share/ghostscript/fonts/n019064l.afm
|
||||
share/ghostscript/fonts/n019064l.pfb
|
||||
share/ghostscript/fonts/n019064l.pfm
|
||||
share/ghostscript/fonts/n021003l.afm
|
||||
share/ghostscript/fonts/n021003l.pfb
|
||||
share/ghostscript/fonts/n021003l.pfm
|
||||
share/ghostscript/fonts/n021004l.afm
|
||||
share/ghostscript/fonts/n021004l.pfb
|
||||
share/ghostscript/fonts/n021004l.pfm
|
||||
share/ghostscript/fonts/n021023l.afm
|
||||
share/ghostscript/fonts/n021023l.pfb
|
||||
share/ghostscript/fonts/n021023l.pfm
|
||||
share/ghostscript/fonts/n021024l.afm
|
||||
share/ghostscript/fonts/n021024l.pfb
|
||||
share/ghostscript/fonts/n021024l.pfm
|
||||
share/ghostscript/fonts/n022003l.afm
|
||||
share/ghostscript/fonts/n022003l.pfb
|
||||
share/ghostscript/fonts/n022003l.pfm
|
||||
share/ghostscript/fonts/n022004l.afm
|
||||
share/ghostscript/fonts/n022004l.pfb
|
||||
share/ghostscript/fonts/n022004l.pfm
|
||||
share/ghostscript/fonts/n022023l.afm
|
||||
share/ghostscript/fonts/n022023l.pfb
|
||||
share/ghostscript/fonts/n022023l.pfm
|
||||
share/ghostscript/fonts/n022024l.afm
|
||||
share/ghostscript/fonts/n022024l.pfb
|
||||
share/ghostscript/fonts/n022024l.pfm
|
||||
share/ghostscript/fonts/p052003l.afm
|
||||
share/ghostscript/fonts/p052003l.pfb
|
||||
share/ghostscript/fonts/p052003l.pfm
|
||||
share/ghostscript/fonts/p052004l.afm
|
||||
share/ghostscript/fonts/p052004l.pfb
|
||||
share/ghostscript/fonts/p052004l.pfm
|
||||
share/ghostscript/fonts/p052023l.afm
|
||||
share/ghostscript/fonts/p052023l.pfb
|
||||
share/ghostscript/fonts/p052023l.pfm
|
||||
share/ghostscript/fonts/p052024l.afm
|
||||
share/ghostscript/fonts/p052024l.pfb
|
||||
share/ghostscript/fonts/p052024l.pfm
|
||||
share/ghostscript/fonts/putb.pfa
|
||||
share/ghostscript/fonts/putbi.pfa
|
||||
share/ghostscript/fonts/putr.pfa
|
||||
share/ghostscript/fonts/putri.pfa
|
||||
share/ghostscript/fonts/s050000l.afm
|
||||
share/ghostscript/fonts/s050000l.pfb
|
||||
share/ghostscript/fonts/s050000l.pfm
|
||||
share/ghostscript/fonts/u003043t.afm
|
||||
share/ghostscript/fonts/u003043t.gsf
|
||||
share/ghostscript/fonts/u003043t.pfm
|
||||
share/ghostscript/fonts/u004006t.afm
|
||||
share/ghostscript/fonts/u004006t.gsf
|
||||
share/ghostscript/fonts/u004006t.pfm
|
||||
share/ghostscript/fonts/z003034l.afm
|
||||
share/ghostscript/fonts/z003034l.pfb
|
||||
share/ghostscript/fonts/z003034l.pfm
|
||||
@dirrm share/ghostscript/fonts
|
||||
@dirrm share/ghostscript/5.50/doc
|
||||
@dirrm share/ghostscript/5.50/examples
|
||||
@dirrm share/ghostscript/5.50
|
||||
@dirrm share/ghostscript
|
||||
libexec/lpr/if-hpdj
|
||||
libexec/lpr/pj-gs.sh
|
||||
libexec/lpr/sysvlp.sh
|
||||
share/ghostscript/5.10/Fontmap
|
||||
share/ghostscript/5.10/acctest.ps
|
||||
share/ghostscript/5.10/align.ps
|
||||
share/ghostscript/5.10/bdftops.ps
|
||||
share/ghostscript/5.10/bjc610a0.upp
|
||||
share/ghostscript/5.10/bjc610a1.upp
|
||||
share/ghostscript/5.10/bjc610a2.upp
|
||||
share/ghostscript/5.10/bjc610a3.upp
|
||||
share/ghostscript/5.10/bjc610a4.upp
|
||||
share/ghostscript/5.10/bjc610a5.upp
|
||||
share/ghostscript/5.10/bjc610a6.upp
|
||||
share/ghostscript/5.10/bjc610a7.upp
|
||||
share/ghostscript/5.10/bjc610a8.upp
|
||||
share/ghostscript/5.10/bjc610b1.upp
|
||||
share/ghostscript/5.10/bjc610b2.upp
|
||||
share/ghostscript/5.10/bjc610b3.upp
|
||||
share/ghostscript/5.10/bjc610b4.upp
|
||||
share/ghostscript/5.10/bjc610b6.upp
|
||||
share/ghostscript/5.10/bjc610b7.upp
|
||||
share/ghostscript/5.10/bjc610b8.upp
|
||||
share/ghostscript/5.10/caption.ps
|
||||
share/ghostscript/5.10/cbjc600.ppd
|
||||
share/ghostscript/5.10/cbjc800.ppd
|
||||
share/ghostscript/5.10/cdj550.upp
|
||||
share/ghostscript/5.10/decrypt.ps
|
||||
share/ghostscript/5.10/doc/COPYING
|
||||
share/ghostscript/5.10/doc/NEWS
|
||||
share/ghostscript/5.10/doc/README
|
||||
share/ghostscript/5.10/doc/bug-form.txt
|
||||
share/ghostscript/5.10/doc/c-style.txt
|
||||
share/ghostscript/5.10/doc/current.txt
|
||||
share/ghostscript/5.10/doc/devices.txt
|
||||
share/ghostscript/5.10/doc/drivers.txt
|
||||
share/ghostscript/5.10/doc/fonts.txt
|
||||
share/ghostscript/5.10/doc/helpers.txt
|
||||
share/ghostscript/5.10/doc/hershey.txt
|
||||
share/ghostscript/5.10/doc/history1.txt
|
||||
share/ghostscript/5.10/doc/history2.txt
|
||||
share/ghostscript/5.10/doc/history3.txt
|
||||
share/ghostscript/5.10/doc/humor.txt
|
||||
share/ghostscript/5.10/doc/install.txt
|
||||
share/ghostscript/5.10/doc/language.txt
|
||||
share/ghostscript/5.10/doc/lib.txt
|
||||
share/ghostscript/5.10/doc/make.txt
|
||||
share/ghostscript/5.10/doc/new-user.txt
|
||||
share/ghostscript/5.10/doc/ps2epsi.txt
|
||||
share/ghostscript/5.10/doc/ps2pdf.txt
|
||||
share/ghostscript/5.10/doc/psfiles.txt
|
||||
share/ghostscript/5.10/doc/public.txt
|
||||
share/ghostscript/5.10/doc/unix-lpr.txt
|
||||
share/ghostscript/5.10/doc/use.txt
|
||||
share/ghostscript/5.10/doc/xfonts.txt
|
||||
share/ghostscript/5.10/docie.ps
|
||||
share/ghostscript/5.10/examples/alphabet.ps
|
||||
share/ghostscript/5.10/examples/cheq.ps
|
||||
share/ghostscript/5.10/examples/chess.ps
|
||||
share/ghostscript/5.10/examples/colorcir.ps
|
||||
share/ghostscript/5.10/examples/escher.ps
|
||||
share/ghostscript/5.10/examples/golfer.ps
|
||||
share/ghostscript/5.10/examples/grayalph.ps
|
||||
share/ghostscript/5.10/examples/ridt91.eps
|
||||
share/ghostscript/5.10/examples/snowflak.ps
|
||||
share/ghostscript/5.10/examples/tiger.ps
|
||||
share/ghostscript/5.10/examples/waterfal.ps
|
||||
share/ghostscript/5.10/font2c.ps
|
||||
share/ghostscript/5.10/gs_btokn.ps
|
||||
share/ghostscript/5.10/gs_ccfnt.ps
|
||||
share/ghostscript/5.10/gs_cff.ps
|
||||
share/ghostscript/5.10/gs_cidfn.ps
|
||||
share/ghostscript/5.10/gs_cmap.ps
|
||||
share/ghostscript/5.10/gs_dbt_e.ps
|
||||
share/ghostscript/5.10/gs_diskf.ps
|
||||
share/ghostscript/5.10/gs_dpnxt.ps
|
||||
share/ghostscript/5.10/gs_dps.ps
|
||||
share/ghostscript/5.10/gs_dps1.ps
|
||||
share/ghostscript/5.10/gs_dps2.ps
|
||||
share/ghostscript/5.10/gs_epsf.ps
|
||||
share/ghostscript/5.10/gs_fonts.ps
|
||||
share/ghostscript/5.10/gs_init.ps
|
||||
share/ghostscript/5.10/gs_iso_e.ps
|
||||
share/ghostscript/5.10/gs_kanji.ps
|
||||
share/ghostscript/5.10/gs_ksb_e.ps
|
||||
share/ghostscript/5.10/gs_l2img.ps
|
||||
share/ghostscript/5.10/gs_lev2.ps
|
||||
share/ghostscript/5.10/gs_mex_e.ps
|
||||
share/ghostscript/5.10/gs_mro_e.ps
|
||||
share/ghostscript/5.10/gs_pdf.ps
|
||||
share/ghostscript/5.10/gs_pdf_e.ps
|
||||
share/ghostscript/5.10/gs_pdfwr.ps
|
||||
share/ghostscript/5.10/gs_pfile.ps
|
||||
share/ghostscript/5.10/gs_res.ps
|
||||
share/ghostscript/5.10/gs_setpd.ps
|
||||
share/ghostscript/5.10/gs_statd.ps
|
||||
share/ghostscript/5.10/gs_std_e.ps
|
||||
share/ghostscript/5.10/gs_sym_e.ps
|
||||
share/ghostscript/5.10/gs_ttf.ps
|
||||
share/ghostscript/5.10/gs_typ42.ps
|
||||
share/ghostscript/5.10/gs_type1.ps
|
||||
share/ghostscript/5.10/gs_wan_e.ps
|
||||
share/ghostscript/5.10/gslp.ps
|
||||
share/ghostscript/5.10/impath.ps
|
||||
share/ghostscript/5.10/landscap.ps
|
||||
share/ghostscript/5.10/level1.ps
|
||||
share/ghostscript/5.10/lines.ps
|
||||
share/ghostscript/5.10/markhint.ps
|
||||
share/ghostscript/5.10/markpath.ps
|
||||
share/ghostscript/5.10/necp2x.upp
|
||||
share/ghostscript/5.10/necp2x6.upp
|
||||
share/ghostscript/5.10/packfile.ps
|
||||
share/ghostscript/5.10/pcharstr.ps
|
||||
share/ghostscript/5.10/pdf2dsc.ps
|
||||
share/ghostscript/5.10/pdf_2ps.ps
|
||||
share/ghostscript/5.10/pdf_base.ps
|
||||
share/ghostscript/5.10/pdf_draw.ps
|
||||
share/ghostscript/5.10/pdf_font.ps
|
||||
share/ghostscript/5.10/pdf_main.ps
|
||||
share/ghostscript/5.10/pdf_sec.ps
|
||||
share/ghostscript/5.10/pfbtogs.ps
|
||||
share/ghostscript/5.10/ppath.ps
|
||||
share/ghostscript/5.10/prfont.ps
|
||||
share/ghostscript/5.10/printafm.ps
|
||||
share/ghostscript/5.10/ps2ai.ps
|
||||
share/ghostscript/5.10/ps2ascii.ps
|
||||
share/ghostscript/5.10/ps2epsi.ps
|
||||
share/ghostscript/5.10/ps2image.ps
|
||||
share/ghostscript/5.10/quit.ps
|
||||
share/ghostscript/5.10/ras1.upp
|
||||
share/ghostscript/5.10/ras24.upp
|
||||
share/ghostscript/5.10/ras3.upp
|
||||
share/ghostscript/5.10/ras32.upp
|
||||
share/ghostscript/5.10/ras4.upp
|
||||
share/ghostscript/5.10/ras8m.upp
|
||||
share/ghostscript/5.10/showchar.ps
|
||||
share/ghostscript/5.10/showpage.ps
|
||||
share/ghostscript/5.10/stc.upp
|
||||
share/ghostscript/5.10/stc1520h.upp
|
||||
share/ghostscript/5.10/stc2.upp
|
||||
share/ghostscript/5.10/stc2_h.upp
|
||||
share/ghostscript/5.10/stc2s_h.upp
|
||||
share/ghostscript/5.10/stc500p.upp
|
||||
share/ghostscript/5.10/stc500ph.upp
|
||||
share/ghostscript/5.10/stc600ih.upp
|
||||
share/ghostscript/5.10/stc600p.upp
|
||||
share/ghostscript/5.10/stc600pl.upp
|
||||
share/ghostscript/5.10/stc800ih.upp
|
||||
share/ghostscript/5.10/stc800p.upp
|
||||
share/ghostscript/5.10/stc800pl.upp
|
||||
share/ghostscript/5.10/stc_h.upp
|
||||
share/ghostscript/5.10/stc_l.upp
|
||||
share/ghostscript/5.10/stcany.upp
|
||||
share/ghostscript/5.10/stcinfo.ps
|
||||
share/ghostscript/5.10/stcolor.ps
|
||||
share/ghostscript/5.10/traceimg.ps
|
||||
share/ghostscript/5.10/traceop.ps
|
||||
share/ghostscript/5.10/type1enc.ps
|
||||
share/ghostscript/5.10/type1ops.ps
|
||||
share/ghostscript/5.10/uninfo.ps
|
||||
share/ghostscript/5.10/unprot.ps
|
||||
share/ghostscript/5.10/viewcmyk.ps
|
||||
share/ghostscript/5.10/viewgif.ps
|
||||
share/ghostscript/5.10/viewjpeg.ps
|
||||
share/ghostscript/5.10/viewpbm.ps
|
||||
share/ghostscript/5.10/viewpcx.ps
|
||||
share/ghostscript/5.10/viewps2a.ps
|
||||
share/ghostscript/5.10/wftopfa.ps
|
||||
share/ghostscript/5.10/winmaps.ps
|
||||
share/ghostscript/5.10/wrfont.ps
|
||||
share/ghostscript/5.10/zeroline.ps
|
||||
@dirrm share/ghostscript/5.10/doc
|
||||
@dirrm share/ghostscript/5.10/examples
|
||||
@dirrm share/ghostscript/5.10
|
||||
|
Loading…
Reference in New Issue
Block a user