[Midnightbsd-cvs] mports [21411] trunk/print: update cups related ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun May 22 17:22:51 EDT 2016
Revision: 21411
http://svnweb.midnightbsd.org/mports/?rev=21411
Author: laffer1
Date: 2016-05-22 17:22:51 -0400 (Sun, 22 May 2016)
Log Message:
-----------
update cups related ports
Modified Paths:
--------------
trunk/print/Makefile
trunk/print/cups-filters/Makefile
trunk/print/cups-filters/distinfo
trunk/print/cups-filters/files/cups_browsed.in
trunk/print/cups-filters/files/patch-utils_cups-browsed.c
trunk/print/cups-filters/pkg-descr
trunk/print/cups-filters/pkg-plist
trunk/print/ghostscript8-base/Makefile
trunk/print/ghostscript8-base/Makefile.drivers
trunk/print/ghostscript8-base/files/Makefile.dmprt
trunk/print/ghostscript8-base/files/Makefile.drivers_post
trunk/print/ghostscript8-base/files/Makefile.epag
trunk/print/ghostscript8-base/files/Makefile.pcl3
trunk/print/ghostscript8-base/files/patch-base-configure.ac
trunk/print/ghostscript8-base/files/patch-base-devs.mak
trunk/print/ghostscript8-base/files/patch-base-lib.mak
trunk/print/ghostscript8-base/files/patch-contrib__japanese__dmp_site.ps
trunk/print/ghostscript8-base/files/pkg-message.in
trunk/print/ghostscript8-base/pkg-plist
trunk/print/ghostscript8-x11/Makefile
Added Paths:
-----------
trunk/print/cups-cloud-print/
trunk/print/cups-cloud-print/Makefile
trunk/print/cups-cloud-print/distinfo
trunk/print/cups-cloud-print/pkg-descr
trunk/print/cups-cloud-print/pkg-plist
trunk/print/cups-connector/
trunk/print/cups-connector/Makefile
trunk/print/cups-connector/distinfo
trunk/print/cups-connector/files/
trunk/print/cups-connector/files/patch-cups_core.go
trunk/print/cups-connector/files/patch-privet_avahi.go
trunk/print/cups-connector/pkg-descr
trunk/print/cups-filters/files/patch-cupsfilters_colormanager.c
trunk/print/cups-filters/files/patch-filter_foomatic-rip_foomaticrip.c
trunk/print/cups-fxlinuxprint/
trunk/print/cups-fxlinuxprint/Makefile
trunk/print/cups-fxlinuxprint/distinfo
trunk/print/cups-fxlinuxprint/files/
trunk/print/cups-fxlinuxprint/files/patch-Makefile.in
trunk/print/cups-fxlinuxprint/files/patch-fxlinuxprint.c
trunk/print/cups-fxlinuxprint/files/patch-fxlinuxprint.ppd
trunk/print/cups-fxlinuxprint/pkg-descr
trunk/print/cups-fxlinuxprint/pkg-plist
trunk/print/cups-pdf/
trunk/print/cups-pdf/Makefile
trunk/print/cups-pdf/distinfo
trunk/print/cups-pdf/pkg-descr
trunk/print/cups-pdf/pkg-plist
trunk/print/cups-pk-helper/
trunk/print/cups-pk-helper/Makefile
trunk/print/cups-pk-helper/distinfo
trunk/print/cups-pk-helper/pkg-descr
trunk/print/cups-pk-helper/pkg-plist
trunk/print/cups-smb-backend/
trunk/print/cups-smb-backend/Makefile
trunk/print/cups-smb-backend/files/
trunk/print/cups-smb-backend/files/pkg-message.in
trunk/print/cups-smb-backend/pkg-descr
trunk/print/ghostscript8-base/files/patch-base-gsmalloc.c
trunk/print/ghostscript8-x11/pkg-descr
Removed Paths:
-------------
trunk/print/cups-base/
trunk/print/cups-client/
trunk/print/cups-filters/files/patch-filter_pdftops.c
trunk/print/cups-image/
trunk/print/cups-pstoraster/
Modified: trunk/print/Makefile
===================================================================
--- trunk/print/Makefile 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/Makefile 2016-05-22 21:22:51 UTC (rev 21411)
@@ -5,11 +5,13 @@
SUBDIR += a2ps
SUBDIR += adobe-cmaps
SUBDIR += cups
-SUBDIR += cups-base
-SUBDIR += cups-client
+SUBDIR += cups-connector
+SUBDIR += cups-cloud-print
SUBDIR += cups-filters
-SUBDIR += cups-image
-SUBDIR += cups-pstoraster
+SUBDIR += cups-fxlinuxprint
+SUBDIR += cups-pdf
+SUBDIR += cups-pk-helper
+SUBDIR += cups-smb-backend
SUBDIR += enscript-a4
SUBDIR += enscript-letter
SUBDIR += fontforge
@@ -21,7 +23,7 @@
SUBDIR += ghostscript8-base
SUBDIR += ghostscript8-x11
SUBDIR += ghostscript9-agpl-base
-SUBDIR +- ghostscript9-agpl-x11
+SUBDIR += ghostscript9-agpl-x11
SUBDIR += ghostscript9-base
SUBDIR += ghostscript9-x11
SUBDIR += gimp-gutenprint
Added: trunk/print/cups-cloud-print/Makefile
===================================================================
--- trunk/print/cups-cloud-print/Makefile (rev 0)
+++ trunk/print/cups-cloud-print/Makefile 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,47 @@
+# $MidnightBSD$
+# $FreeBSD: head/print/cups-cloud-print/Makefile 410825 2016-03-11 11:53:42Z tijl $
+
+PORTNAME= cups-cloud-print
+PORTVERSION= 20140814.3
+PORTREVISION= 0
+CATEGORIES= print
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Print using Google Cloud Print
+
+LICENSE= gpl3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups
+RUN_DEPENDS= cancel:${PORTSDIR}/print/cups \
+ ${PYTHON_PKGNAMEPREFIX}pycups>0:${PORTSDIR}/print/py-pycups \
+ bash:${PORTSDIR}/shells/bash \
+ ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2
+
+NO_ARCH= yes
+NO_BUILD= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= simoncadman
+GH_PROJECT= CUPS-Cloud-Print
+
+USES= gmake python shebangfix
+SHEBANG_FILES= testing/*.sh
+GNU_CONFIGURE= yes
+MAKE_ARGS= NOPERMS=1
+
+DATADIR= ${PREFIX}/share/cloudprint-cups
+DOCSDIR= ${PREFIX}/share/doc/cloudprint-cups
+
+OPTIONS_DEFINE= DOCS
+
+post-patch:
+ @${REINPLACE_CMD} -e \
+ '/README.md/s|^|#| ; \
+ /COPYING/s|^|#|' ${WRKSRC}/Makefile.in
+
+post-install:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} README.md ${STAGEDIR}${DOCSDIR})
+
+.include <bsd.port.mk>
Property changes on: trunk/print/cups-cloud-print/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-cloud-print/distinfo
===================================================================
--- trunk/print/cups-cloud-print/distinfo (rev 0)
+++ trunk/print/cups-cloud-print/distinfo 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,2 @@
+SHA256 (simoncadman-CUPS-Cloud-Print-20140814.3_GH0.tar.gz) = ea5b331010f6b573a651910d633cf6f575f89df7c347698efc0d82b72e4046c7
+SIZE (simoncadman-CUPS-Cloud-Print-20140814.3_GH0.tar.gz) = 1286254
Property changes on: trunk/print/cups-cloud-print/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-cloud-print/pkg-descr
===================================================================
--- trunk/print/cups-cloud-print/pkg-descr (rev 0)
+++ trunk/print/cups-cloud-print/pkg-descr 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,5 @@
+CUPS Cloud Print is a Google Cloud Print driver for UNIX-like operating
+systems. It allows any application which prints via CUPS to print to
+Google Cloud Print directly.
+
+WWW: http://www.niftiestsoftware.com/cups-cloud-print/
Property changes on: trunk/print/cups-cloud-print/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-cloud-print/pkg-plist
===================================================================
--- trunk/print/cups-cloud-print/pkg-plist (rev 0)
+++ trunk/print/cups-cloud-print/pkg-plist 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,55 @@
+libexec/cups/backend/gcp
+libexec/cups/driver/cupscloudprint
+%%DATADIR%%/.coveragerc
+%%DATADIR%%/auth.py
+%%DATADIR%%/backend.py
+%%DATADIR%%/ccputils.py
+%%DATADIR%%/cloudprintrequestor.py
+%%DATADIR%%/deleteaccount.py
+%%DATADIR%%/dynamicppd.py
+%%DATADIR%%/listcloudprinters.py
+%%DATADIR%%/oauth2client/__init__.py
+%%DATADIR%%/oauth2client/appengine.py
+%%DATADIR%%/oauth2client/client.py
+%%DATADIR%%/oauth2client/clientsecrets.py
+%%DATADIR%%/oauth2client/crypt.py
+%%DATADIR%%/oauth2client/django_orm.py
+%%DATADIR%%/oauth2client/file.py
+%%DATADIR%%/oauth2client/gce.py
+%%DATADIR%%/oauth2client/keyring_storage.py
+%%DATADIR%%/oauth2client/locked_file.py
+%%DATADIR%%/oauth2client/multistore_file.py
+%%DATADIR%%/oauth2client/service_account.py
+%%DATADIR%%/oauth2client/tools.py
+%%DATADIR%%/oauth2client/util.py
+%%DATADIR%%/oauth2client/xsrfutil.py
+%%DATADIR%%/printer.py
+%%DATADIR%%/printermanager.py
+%%DATADIR%%/refreshtokens.py
+%%DATADIR%%/reportissues.py
+%%DATADIR%%/selinux/Makefile
+%%DATADIR%%/selinux/cupscloudprint.fc
+%%DATADIR%%/selinux/cupscloudprint.if
+%%DATADIR%%/selinux/cupscloudprint.pp
+%%DATADIR%%/selinux/cupscloudprint.te
+%%DATADIR%%/setupcloudprint.py
+%%DATADIR%%/testing/full-test.sh
+%%DATADIR%%/testing/listdrivefiles.py
+%%DATADIR%%/testing/mockrequestor.py
+%%DATADIR%%/testing/remove-test.sh
+%%DATADIR%%/testing/test_auth.py
+%%DATADIR%%/testing/test_ccputils.py
+%%DATADIR%%/testing/test_cloudprintrequestor.py
+%%DATADIR%%/testing/test_printer.py
+%%DATADIR%%/testing/test_printermanager.py
+%%DATADIR%%/testing/testfiles/NotPdf.txt
+%%DATADIR%%/testing/testfiles/Test Page Corrupt.pdf
+%%DATADIR%%/testing/testfiles/Test Page reader.ps
+%%DATADIR%%/testing/testfiles/Test Page.pdf
+%%DATADIR%%/testing/testfiles/Test Page.png
+%%DATADIR%%/testing/testfiles/Test Page.ps
+%%DATADIR%%/testing/testfiles/capabilitylist
+%%DATADIR%%/testing/testfiles/testppd.ppd
+%%DATADIR%%/upgrade.py
+%%PORTDOCS%%%%DOCSDIR%%/README.md
+ at dir share/cups/model
Property changes on: trunk/print/cups-cloud-print/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-connector/Makefile
===================================================================
--- trunk/print/cups-connector/Makefile (rev 0)
+++ trunk/print/cups-connector/Makefile 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,80 @@
+# $MidnightBSD$
+# $FreeBSD: head/print/cups-connector/Makefile 410930 2016-03-12 19:31:35Z swills $
+
+PORTNAME= cups-connector
+PORTVERSION= 0.0.0.2016.03.09
+CATEGORIES= print
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Share CUPS printers via Google Cloud Print
+
+LICENSE= bsd2
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= go:${PORTSDIR}/lang/go \
+ cups>=0:${PORTSDIR}/print/cups \
+ avahi-app>=0:${PORTSDIR}/net/avahi-app
+
+USES= compiler pkgconfig
+USE_GITHUB= yes
+GH_ACCOUNT= google:DEFAULT codegangsta:cli coreos:gosystemd \
+ golang:oauth2,net mildred:xdg
+GH_PROJECT= cli:cli go-systemd:gosystemd oauth2:oauth2 net:net \
+ go-xdg:xdg
+GH_TAGNAME= 1fdc26d:DEFAULT a294348:cli 7b2428f:gosystemd \
+ 2cd4472:oauth2 6acef71:net 875014b:xdg
+
+BIN_FILES= gcp-connector-util gcp-cups-connector
+PLIST_FILES= ${BIN_FILES:S/^/bin\//}
+
+OPTIONS_DEFINE= DOCS
+
+PORTDOCS= CONTRIBUTING.md README.md
+
+post-patch:
+ @${REINPLACE_CMD} -e "s@%%PREFIX%%@${PREFIX}@g" \
+ ${WRKSRC}/cups/core.go ${WRKSRC}/privet/avahi.go
+ @${MKDIR} ${WRKSRC}/src/github.com/google/cups-connector
+.for src in cdd cups gcp gcp-connector-util gcp-cups-connector \
+ gcp-windows-connector lib log manager monitor privet winspool xmpp
+ @${MV} ${WRKSRC}/${src} \
+ ${WRKSRC}/src/github.com/google/cups-connector
+.endfor
+ @${MKDIR} ${WRKSRC}/src/github.com/codegangsta
+ @${MKDIR} ${WRKSRC}/src/github.com/coreos
+ @${MKDIR} ${WRKSRC}/src/golang.org/x
+ @${MKDIR} ${WRKSRC}/src/launchpad.net/go-xdg
+ @${MV} ${WRKSRC_cli} ${WRKSRC}/src/github.com/codegangsta/cli
+ @${MV} ${WRKSRC_gosystemd} ${WRKSRC}/src/github.com/coreos/go-systemd
+ @${MV} ${WRKSRC_oauth2} ${WRKSRC}/src/golang.org/x/oauth2
+ @${MV} ${WRKSRC_net} ${WRKSRC}/src/golang.org/x/net
+ @${MV} ${WRKSRC_xdg} ${WRKSRC}/src/launchpad.net/go-xdg/v0
+
+do-build:
+.for bin in ${BIN_FILES}
+ @cd ${WRKSRC}/src/github.com/google/cups-connector; ${SETENV} \
+ ${BUILD_ENV} GOPATH=${WRKSRC} go build -o \
+ ${WRKSRC}/bin/${bin} ./${bin}
+.endfor
+
+do-install:
+.for bin in ${BIN_FILES}
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/${bin} \
+ ${STAGEDIR}${PREFIX}/bin/${bin}
+.endfor
+
+post-install-DOCS-on:
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+.for doc in ${PORTDOCS}
+ ${CP} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
+.endfor
+
+.include <bsd.port.pre.mk>
+
+# golang assumes that if clang is in use, it is called "clang" and not "cc". If
+# it's called "cc", go may fail
+.if ${COMPILER_TYPE} == clang
+BUILD_ENV= CC=clang
+.endif
+
+.include <bsd.port.post.mk>
Property changes on: trunk/print/cups-connector/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-connector/distinfo
===================================================================
--- trunk/print/cups-connector/distinfo (rev 0)
+++ trunk/print/cups-connector/distinfo 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,12 @@
+SHA256 (google-cups-connector-0.0.0.2016.03.09-1fdc26d_GH0.tar.gz) = bd3e0aad70c4be1ffd6a22aa79d3f1f81697f1bfc61ea7726dc0fb330a5a5720
+SIZE (google-cups-connector-0.0.0.2016.03.09-1fdc26d_GH0.tar.gz) = 110516
+SHA256 (codegangsta-cli-a294348_GH0.tar.gz) = 163aa4f713f8c5bc5095f6c5d42bdd6b5149df97d02f24dc6de3a86dc1c3c79c
+SIZE (codegangsta-cli-a294348_GH0.tar.gz) = 22095
+SHA256 (coreos-go-systemd-7b2428f_GH0.tar.gz) = 25df932ed355c1c113eb8d78b09c3cfa9ff49325e5cf8dceb10178405fddb2eb
+SIZE (coreos-go-systemd-7b2428f_GH0.tar.gz) = 40633
+SHA256 (golang-oauth2-2cd4472_GH0.tar.gz) = 2d75dfd24a870026be49f867be02af4088587773e7265a259bcd1bcad4a09bb7
+SIZE (golang-oauth2-2cd4472_GH0.tar.gz) = 34560
+SHA256 (golang-net-6acef71_GH0.tar.gz) = aeea3d55a6e2f29329dfac8330817ccd449ffcb930b496fec0a47f011fa53f19
+SIZE (golang-net-6acef71_GH0.tar.gz) = 741883
+SHA256 (mildred-go-xdg-875014b_GH0.tar.gz) = 45c4688e8bc8e60202a0b2c11ff266dce1afcbd5438b285e267413ffe37a4b7b
+SIZE (mildred-go-xdg-875014b_GH0.tar.gz) = 3894
Property changes on: trunk/print/cups-connector/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-connector/files/patch-cups_core.go
===================================================================
--- trunk/print/cups-connector/files/patch-cups_core.go (rev 0)
+++ trunk/print/cups-connector/files/patch-cups_core.go 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,13 @@
+--- cups/core.go.orig 2016-03-12 14:17:25 UTC
++++ cups/core.go
+@@ -9,8 +9,8 @@
+ package cups
+
+ /*
+-#cgo freebsd CFLAGS: -I/usr/local/include
+-#cgo freebsd LDFLAGS: -L/usr/local/lib
++#cgo freebsd CFLAGS: -I%%PREFIX%%/include
++#cgo freebsd LDFLAGS: -L%%PREFIX%%/lib
+ #include "cups.h"
+ */
+ import "C"
Property changes on: trunk/print/cups-connector/files/patch-cups_core.go
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-connector/files/patch-privet_avahi.go
===================================================================
--- trunk/print/cups-connector/files/patch-privet_avahi.go (rev 0)
+++ trunk/print/cups-connector/files/patch-privet_avahi.go 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,13 @@
+--- privet/avahi.go.orig 2016-03-12 14:17:35 UTC
++++ privet/avahi.go
+@@ -9,8 +9,8 @@
+ package privet
+
+ // #cgo linux LDFLAGS: -lavahi-client -lavahi-common
+-// #cgo freebsd CFLAGS: -I/usr/local/include
+-// #cgo freebsd LDFLAGS: -L/usr/local/lib -lavahi-client -lavahi-common
++// #cgo freebsd CFLAGS: -I%%PREFIX%%/include
++// #cgo freebsd LDFLAGS: -L%%PREFIX%%/lib -lavahi-client -lavahi-common
+ // #include "avahi.h"
+ import "C"
+ import (
Property changes on: trunk/print/cups-connector/files/patch-privet_avahi.go
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-connector/pkg-descr
===================================================================
--- trunk/print/cups-connector/pkg-descr (rev 0)
+++ trunk/print/cups-connector/pkg-descr 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,6 @@
+Share printers from your computer with ChromeOS and Android devices, using the
+Cloud Print Connector. The Connector is a purpose-built system process. It can
+share hundreds of printers on a powerful server, or one printer on a Raspberry
+Pi.
+
+WWW: https://github.com/google/cups-connector
Property changes on: trunk/print/cups-connector/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/print/cups-filters/Makefile
===================================================================
--- trunk/print/cups-filters/Makefile 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/cups-filters/Makefile 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,17 +1,14 @@
-# $MidnightBSD$
-# $FreeBSD: head/print/cups-filters/Makefile 391010 2015-06-30 21:47:57Z amdmi3 $
+# $FreeBSD: head/print/cups-filters/Makefile 411031 2016-03-13 21:16:26Z tijl $
PORTNAME= cups-filters
-PORTVERSION= 1.0.70
+PORTVERSION= 1.8.2
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= http://www.openprinting.org/download/cups-filters/
-MAINTAINER= ports at MidnightBSD.org
+MAINTAINER= cyberbotx at cyberbotx.com
COMMENT= Backends, filters and other software (was part of the core CUPS)
-LICENSE= gpl2 gpl3 lgpl mit
-LICENSE_COMB= multi
-
BUILD_DEPENDS= pdftops:${PORTSDIR}/graphics/poppler-utils
RUN_DEPENDS= pdftops:${PORTSDIR}/graphics/poppler-utils
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
@@ -20,50 +17,47 @@
liblcms2.so:${PORTSDIR}/graphics/lcms2 \
libqpdf.so:${PORTSDIR}/print/qpdf \
libdbus-1.so:${PORTSDIR}/devel/dbus \
- libcups.so:${PORTSDIR}/print/cups-client \
- libcupsimage.so:${PORTSDIR}/print/cups-image \
+ libcupsimage.so:${PORTSDIR}/print/cups \
libfreetype.so:${PORTSDIR}/print/freetype2 \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
libpoppler.so:${PORTSDIR}/graphics/poppler
-MAKE_JOBS_UNSAFE=YES
-USES= compiler:c++11-lib cpe jpeg libtool pathfix pkgconfig shebangfix tar:xz
+CONFLICTS= cups-pstoraster-[0-9]* foomatic-filters-[0-9]*
+
+USES= compiler:c++11-lib cpe ghostscript gmake jpeg libtool pathfix \
+ pkgconfig shebangfix tar:xz
CPE_VENDOR= linuxfoundation
-SHEBANG_FILES= filter/textonly
+SHEBANG_FILES= filter/braille/drivers/generic/brftoembosser.in \
+ filter/braille/drivers/index/imageubrltoindexv3.in \
+ filter/braille/drivers/index/imageubrltoindexv4.in \
+ filter/braille/drivers/index/textbrftoindexv3.in \
+ filter/braille/filters/imagetobrf.in \
+ filter/braille/filters/texttobrf.in filter/textonly
USE_GNOME= glib20
-USE_GHOSTSCRIPT= yes
USE_RC_SUBR= cups_browsed
GNU_CONFIGURE= yes
-CUPS_SOCKET?= /var/run/cups.sock
-CONFIGURE_ARGS= --with-cups-domainsocket=${CUPS_SOCKET}
-CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" \
- LIBQPDF_CFLAGS="-I${LOCALBASE}/include" LIBQPDF_LIBS="-lqpdf"
+CONFIGURE_ARGS= --with-shell=/bin/sh ZLIB_CFLAGS=" " ZLIB_LIBS="-lz"
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LIBS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
-OPTIONS_DEFINE= AVAHI
+OPTIONS_DEFINE= AVAHI DOCS
+OPTIONS_DEFAULT=AVAHI
AVAHI_CONFIGURE_ENABLE= avahi
AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app
+AVAHI_SUB_LIST= AVAHI_DAEMON=avahi_daemon
+AVAHI_SUB_LIST_OFF= AVAHI_DAEMON=
post-patch:
@${REINPLACE_CMD} 's:-std=c++0x:-std=c++11:' ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/filter/pdftops.c
+ @${REINPLACE_CMD} 's|/usr/share/liblouis|${LOCALBASE}/share/liblouis|' \
+ ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \
+ -e 's|README.gz|README|' \
+ ${WRKSRC}/utils/cups-browsed.8 \
+ ${WRKSRC}/utils/cups-browsed.conf.5
-post-configure:
- @${REINPLACE_CMD} \
- -e 's|\(BANNERTOPDF_DATADIR = \).*\(/share/cups/data\)|\1${PREFIX}\2|' \
- -e 's|\(CUPS_DATADIR = \).*\(/share/cups\)|\1${PREFIX}\2|' \
- -e 's|\(CUPS_SERVERBIN = \).*\(/libexec/cups\)|\1${PREFIX}\2|' \
- -e 's|\(CUPS_SERVERROOT = \).*\(/etc/cups\)|\1${PREFIX}\2|' \
- ${WRKSRC}/Makefile
-
-post-install:
- @${RM} -rf ${STAGEDIR}${PREFIX}/libexec/cups/filter/foomatic-rip \
- ${STAGEDIR}${PREFIX}/bin/foomatic-rip \
- ${STAGEDIR}${PREFIX}/man/man1/foomatic-rip.1
-
.include <bsd.port.mk>
Modified: trunk/print/cups-filters/distinfo
===================================================================
--- trunk/print/cups-filters/distinfo 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/cups-filters/distinfo 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,2 +1,2 @@
-SHA256 (cups-filters-1.0.70.tar.xz) = f605fa635ff3653b4d5543a426d9ece4f890abea032fdd05536016a488520868
-SIZE (cups-filters-1.0.70.tar.xz) = 1338076
+SHA256 (cups-filters-1.8.2.tar.xz) = 06d1c2a65e45d92d0e2dc854d13161d01072094efe4fadc23319700c9a259c69
+SIZE (cups-filters-1.8.2.tar.xz) = 1372508
Modified: trunk/print/cups-filters/files/cups_browsed.in
===================================================================
--- trunk/print/cups-filters/files/cups_browsed.in 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/cups-filters/files/cups_browsed.in 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,9 +1,9 @@
#!/bin/sh
-# $FreeBSD: head/print/cups-filters/files/cups_browsed.in 354832 2014-05-22 12:48:42Z bsam $
+# $FreeBSD: head/print/cups-filters/files/cups_browsed.in 410825 2016-03-11 11:53:42Z tijl $
#
# PROVIDE: cups_browsed
-# REQUIRE: LOGIN
+# REQUIRE: cupsd %%AVAHI_DAEMON%%
# KEYWORD: shutdown
#
# Add the following to /etc/rc.conf[.local] to enable this service
Added: trunk/print/cups-filters/files/patch-cupsfilters_colormanager.c
===================================================================
--- trunk/print/cups-filters/files/patch-cupsfilters_colormanager.c (rev 0)
+++ trunk/print/cups-filters/files/patch-cupsfilters_colormanager.c 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,19 @@
+--- cupsfilters/colormanager.c.orig 2015-06-26 15:45:26 UTC
++++ cupsfilters/colormanager.c
+@@ -26,6 +26,7 @@ MIT Open Source License - http://www.o
+ */
+
+
++#include <config.h>
+ #include "colormanager.h"
+ #include <cupsfilters/colord.h>
+ //#include <cupsfilters/kmdevices.h>
+@@ -323,7 +324,7 @@ _get_ppd_icc_fallback (ppd_file_t *ppd,
+ /* expand to a full path if not already specified */
+ if (attr->value[0] != '/')
+ snprintf(full_path, sizeof(full_path),
+- "%s/profiles/%s", CUPSDATA, attr->value);
++ "%s/profiles/%s", CUPS_DATADIR, attr->value);
+ else
+ strncpy(full_path, attr->value, sizeof(full_path));
+
Property changes on: trunk/print/cups-filters/files/patch-cupsfilters_colormanager.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-filters/files/patch-filter_foomatic-rip_foomaticrip.c
===================================================================
--- trunk/print/cups-filters/files/patch-filter_foomatic-rip_foomaticrip.c (rev 0)
+++ trunk/print/cups-filters/files/patch-filter_foomatic-rip_foomaticrip.c 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,10 @@
+--- filter/foomatic-rip/foomaticrip.c.orig 2015-10-20 14:59:20 UTC
++++ filter/foomatic-rip/foomaticrip.c
+@@ -656,6 +656,7 @@ int print_file(const char *filename, int
+ rip_die(EXIT_PRNERR_NORETRY_BAD_SETTINGS,
+ "Couldn't dup stdout of pdf-to-ps\n");
+
++ clearerr(stdin);
+ ret = print_file("<STDIN>", 0);
+
+ wait_for_process(renderer_pid);
Property changes on: trunk/print/cups-filters/files/patch-filter_foomatic-rip_foomaticrip.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Deleted: trunk/print/cups-filters/files/patch-filter_pdftops.c
===================================================================
--- trunk/print/cups-filters/files/patch-filter_pdftops.c 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/cups-filters/files/patch-filter_pdftops.c 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,11 +0,0 @@
---- filter/pdftops.c.orig 2014-08-21 10:11:24.448404905 -0400
-+++ filter/pdftops.c 2014-08-21 10:12:00.298402116 -0400
-@@ -535,7 +535,7 @@
-
- if (renderer == PDFTOPS)
- {
-- pdf_argv[0] = (char *)"pdftops";
-+ pdf_argv[0] = (char *)"%%LOCALBASE%%/bin/pdftops";
- pdf_argc = 1;
- }
- else if (renderer == GS)
Modified: trunk/print/cups-filters/files/patch-utils_cups-browsed.c
===================================================================
--- trunk/print/cups-filters/files/patch-utils_cups-browsed.c 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/cups-filters/files/patch-utils_cups-browsed.c 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,6 +1,6 @@
---- utils/cups-browsed.c.orig 2014-11-27 12:00:47 UTC
+--- utils/cups-browsed.c.orig 2015-12-09 01:09:45 UTC
+++ utils/cups-browsed.c
-@@ -23,16 +23,16 @@
+@@ -23,17 +23,17 @@
#include <ctype.h>
#include <errno.h>
@@ -11,11 +11,12 @@
#include <sys/types.h>
#include <net/if.h>
#include <netinet/in.h>
+ #include <arpa/inet.h>
-#include <ifaddrs.h>
#include <resolv.h>
#include <stdio.h>
#include <sys/stat.h>
+#include <ifaddrs.h>
- #include <assert.h>
#include <stdlib.h>
#include <time.h>
+ #include <signal.h>
Modified: trunk/print/cups-filters/pkg-descr
===================================================================
--- trunk/print/cups-filters/pkg-descr 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/cups-filters/pkg-descr 2016-05-22 21:22:51 UTC (rev 21411)
@@ -2,4 +2,4 @@
software that was once part of the core CUPS distribution but is
no longer maintained by Apple Inc.
-WWW: http://www.linuxfromscratch.org/blfs/view/svn/pst/cups-filters.html
+WWW: http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
Modified: trunk/print/cups-filters/pkg-plist
===================================================================
--- trunk/print/cups-filters/pkg-plist 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/cups-filters/pkg-plist 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,3 +1,4 @@
+bin/foomatic-rip
bin/ttfread
etc/cups/cups-browsed.conf
etc/fonts/conf.d/99pdftoopvp.conf
@@ -21,16 +22,24 @@
lib/libfontembed.so.1.0.0
libdata/pkgconfig/libcupsfilters.pc
libdata/pkgconfig/libfontembed.pc
+libexec/cups/backend/beh
+libexec/cups/backend/implicitclass
libexec/cups/backend/parallel
libexec/cups/backend/serial
libexec/cups/filter/bannertopdf
+libexec/cups/filter/brftoembosser
libexec/cups/filter/commandtoescpx
libexec/cups/filter/commandtopclx
+libexec/cups/filter/foomatic-rip
libexec/cups/filter/gstopxl
libexec/cups/filter/gstoraster
+libexec/cups/filter/imagetobrf
libexec/cups/filter/imagetopdf
libexec/cups/filter/imagetops
libexec/cups/filter/imagetoraster
+libexec/cups/filter/imagetoubrl
+libexec/cups/filter/imageubrltoindexv3
+libexec/cups/filter/imageubrltoindexv4
libexec/cups/filter/pdftoijs
libexec/cups/filter/pdftoopvp
libexec/cups/filter/pdftopdf
@@ -41,10 +50,14 @@
libexec/cups/filter/rastertopclx
libexec/cups/filter/rastertopdf
libexec/cups/filter/sys5ippprinter
+libexec/cups/filter/textbrftoindexv3
+libexec/cups/filter/textbrftoindexv4
libexec/cups/filter/textonly
+libexec/cups/filter/texttobrf
libexec/cups/filter/texttopdf
libexec/cups/filter/texttops
libexec/cups/filter/urftopdf
+man/man1/foomatic-rip.1.gz
man/man5/cups-browsed.conf.5.gz
man/man8/cups-browsed.8.gz
sbin/cups-browsed
@@ -55,6 +68,10 @@
share/cups/banners/standard
share/cups/banners/topsecret
share/cups/banners/unclassified
+share/cups/braille/cups-braille.sh
+share/cups/braille/index.sh
+share/cups/braille/indexv3.sh
+share/cups/braille/indexv4.sh
share/cups/charsets/pdf.utf-8
share/cups/charsets/pdf.utf-8.heavy
share/cups/charsets/pdf.utf-8.simple
@@ -72,15 +89,30 @@
share/cups/data/topsecret.pdf
share/cups/data/unclassified.pdf
share/cups/drv/cupsfilters.drv
+share/cups/drv/generic-brf.drv
+share/cups/drv/indexv3.drv
+share/cups/drv/indexv4.drv
+share/cups/mime/braille.convs
+share/cups/mime/braille.types
share/cups/mime/cupsfilters.convs
share/cups/mime/cupsfilters.types
+share/cups/ppdc/braille.defs
share/cups/ppdc/escp.h
+share/cups/ppdc/fr-braille.po
+share/cups/ppdc/imagemagick.defs
+share/cups/ppdc/index.defs
+share/cups/ppdc/liblouis.defs
+share/cups/ppdc/liblouis1.defs
+share/cups/ppdc/liblouis2.defs
+share/cups/ppdc/liblouis3.defs
+share/cups/ppdc/liblouis4.defs
+share/cups/ppdc/media-braille.defs
share/cups/ppdc/pcl.h
-%%DOCSDIR%%/AUTHORS
-%%DOCSDIR%%/COPYING
-%%DOCSDIR%%/INSTALL
-%%DOCSDIR%%/NEWS
-%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
share/ppd/cupsfilters/Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd
share/ppd/cupsfilters/Generic-PDF_Printer-PDF.ppd
share/ppd/cupsfilters/HP-Color_LaserJet_CM3530_MFP-PDF.ppd
Added: trunk/print/cups-fxlinuxprint/Makefile
===================================================================
--- trunk/print/cups-fxlinuxprint/Makefile (rev 0)
+++ trunk/print/cups-fxlinuxprint/Makefile 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,27 @@
+# $MidnightBSD$
+# $FreeBSD: head/print/cups-fxlinuxprint/Makefile 410825 2016-03-11 11:53:42Z tijl $
+
+PORTNAME= fxlinuxprint
+PORTVERSION= 1.0.1
+PORTREVISION= 2
+CATEGORIES= print
+MASTER_SITES= ftp://download.fujixerox.co.jp/pub/exe/apeosport/c4300series/
+PKGNAMEPREFIX= cups-
+DISTNAME= ${PORTNAME}-src-${PORTVERSION}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Fuji Xerox Printer Driver
+
+LICENSE= gpl2
+
+LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups
+
+USES= dos2unix ghostscript:run
+DOS2UNIX_FILES= fxlinuxprint.ppd
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+pre-patch: dos2unix
+
+.include <bsd.port.mk>
Property changes on: trunk/print/cups-fxlinuxprint/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-fxlinuxprint/distinfo
===================================================================
--- trunk/print/cups-fxlinuxprint/distinfo (rev 0)
+++ trunk/print/cups-fxlinuxprint/distinfo 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,2 @@
+SHA256 (fxlinuxprint-src-1.0.1.tar.gz) = 369ec48a0f5817a60f63c75b192ccb1d8c8cf30b1d4a16a74a4133242961e515
+SIZE (fxlinuxprint-src-1.0.1.tar.gz) = 85455
Property changes on: trunk/print/cups-fxlinuxprint/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-fxlinuxprint/files/patch-Makefile.in
===================================================================
--- trunk/print/cups-fxlinuxprint/files/patch-Makefile.in (rev 0)
+++ trunk/print/cups-fxlinuxprint/files/patch-Makefile.in 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,15 @@
+--- Makefile.in.orig 2014-05-09 10:00:10.000000000 +0900
++++ Makefile.in 2014-05-09 10:07:35.000000000 +0900
+@@ -166,9 +166,9 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-cupsfilterdir = /usr/lib/cups/filter
+-cupsppddir = /usr/share/cups/model/FujiXerox/en
+-cupsmimedir = /etc/cups
++cupsfilterdir = @libexecdir@/cups/filter
++cupsppddir = @datadir@/cups/model/FujiXerox/en
++cupsmimedir = @datadir@/cups/mime
+ EXTRA_DIST = fxlinuxprint.ppd mimefx.types mimefx.convs
+ cupsppd_DATA = fxlinuxprint.ppd
+ cupsmime_DATA = mimefx.types mimefx.convs
Property changes on: trunk/print/cups-fxlinuxprint/files/patch-Makefile.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-fxlinuxprint/files/patch-fxlinuxprint.c
===================================================================
--- trunk/print/cups-fxlinuxprint/files/patch-fxlinuxprint.c (rev 0)
+++ trunk/print/cups-fxlinuxprint/files/patch-fxlinuxprint.c 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,20 @@
+--- fxlinuxprint.c.orig 2006-03-06 15:19:54.000000000 +0900
++++ fxlinuxprint.c 2014-05-09 10:28:36.000000000 +0900
+@@ -24,7 +24,7 @@
+ #include <fcntl.h>
+ #define __USE_XOPEN_EXTENDED
+ #include <signal.h>
+-#include <wait.h>
++#include <sys/wait.h>
+ #include <unistd.h>
+ #include <cups/cups.h>
+ #include <cups/ppd.h>
+@@ -517,7 +517,7 @@
+ if (opt->job_type == JOB_SECURITY) {
+ strcat (pjl, PJLSetHoldType);
+ if (opt->hold_key[0] != 0x00) {
+- if (Decode (opt->hold_key, decode_buff, &decode_len)) {
++ if (Decode ((unsigned char *)opt->hold_key, (unsigned char *)decode_buff, &decode_len)) {
+ decode_buff[decode_len] = 0;
+ } else {
+ strcpy (decode_buff, opt->hold_key);
Property changes on: trunk/print/cups-fxlinuxprint/files/patch-fxlinuxprint.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-fxlinuxprint/files/patch-fxlinuxprint.ppd
===================================================================
--- trunk/print/cups-fxlinuxprint/files/patch-fxlinuxprint.ppd (rev 0)
+++ trunk/print/cups-fxlinuxprint/files/patch-fxlinuxprint.ppd 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,58 @@
+--- fxlinuxprint.ppd.orig 2014-05-09 10:50:03.000000000 +0900
++++ fxlinuxprint.ppd 2014-05-09 10:51:32.000000000 +0900
+@@ -24,15 +24,15 @@
+ *LanguageEncoding: ISOLatin1
+ *PCFileName: "FXLINUXPRINT.PPD"
+ *Manufacturer: "FX"
+-*Product: "FX Printer Driver for Linux"
++*Product: "(FX Printer Driver)"
+ *cupsVersion: 1.1
+ *cupsManualCopies: True
+ *cupsModelNumber: 2
+ *cupsFilter: "application/vnd.cups-pdfprintfx 0 pdftopjlfx"
+ *cupsFilter: "application/vnd.cups-postscript 0 pstopdffx"
+-*ShortNickName: "FX Printer Driver for Linux"
+-*ModelName: "FX Printer Driver for Linux"
+-*NickName: "FX Printer Driver for Linux"
++*ShortNickName: "FX Printer Driver"
++*ModelName: "FX Printer Driver"
++*NickName: "FX Printer Driver"
+ *PSVersion: "(3010.000) 550"
+ *PSVersion: "(3010.000) 651"
+ *PSVersion: "(3010.000) 652"
+@@ -73,7 +73,7 @@
+ *PageSize B5/B5 (182 x 257mm): "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
+ *PageSize Letter/Letter (8.5 x 11"): "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
+ *PageSize Legal/Legal (8.5 x 14"): "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
+-*PageSize Ledger/Ledger (11 x 17"): "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
++*PageSize Tabloid/Tabloid (11 x 17"): "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
+ *CloseUI: *PageSize
+
+ *OpenUI *PageRegion: PickOne
+@@ -86,7 +86,7 @@
+ *PageRegion B5/B5 (182 x 257mm): "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
+ *PageRegion Letter/Letter (8.5 x 11"): "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
+ *PageRegion Legal/Legal (8.5 x 14"): "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
+-*PageRegion Ledger/Ledger (11 x 17"): "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
++*PageRegion Tabloid/Tabloid (11 x 17"): "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
+ *CloseUI: *PageRegion
+
+ *DefaultImageableArea: A4
+@@ -97,7 +97,7 @@
+ *ImageableArea A5/A5 (148 x 210mm): "11.62 11.62 407.91 583.65 "
+ *ImageableArea B5/B5 (182 x 257mm): "11.62 11.62 504.28 716.88 "
+ *ImageableArea Legal/Legal (8.5 x 14"): "11.62 11.62 600.38 996.38 "
+-*ImageableArea Ledger/Ledger (11 x 17"): "11.62 11.62 780.38 1212.38 "
++*ImageableArea Tabloid/Tabloid (11 x 17"): "11.62 11.62 780.38 1212.38 "
+
+ *DefaultPaperDimension: A4
+ *PaperDimension Letter/Letter (8.5 x 11"): "612 792"
+@@ -107,7 +107,7 @@
+ *PaperDimension A5/A5 (148 x 210mm): "419 595"
+ *PaperDimension B5/B5 (182 x 257mm): "516 729"
+ *PaperDimension Legal/Legal (8.5 x 14"): "612 1008"
+-*PaperDimension Ledger/Ledger (11 x 17"): "792 1224"
++*PaperDimension Tabloid/Tabloid (11 x 17"): "792 1224"
+
+ *OpenUI *FXOutputMode/Print Mode: PickOne
+ *OrderDependency: 10.0 AnySetup *FXOutputMode
Property changes on: trunk/print/cups-fxlinuxprint/files/patch-fxlinuxprint.ppd
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-fxlinuxprint/pkg-descr
===================================================================
--- trunk/print/cups-fxlinuxprint/pkg-descr (rev 0)
+++ trunk/print/cups-fxlinuxprint/pkg-descr 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,12 @@
+CUPS filter and PPD file for the following Fuji Xerox printers:
+
+- ApeosPort-II C7500 / C6500 / C5400
+- DocuCentre-II C7500 / C6500 / C5400
+- ApeosPort-II C4300 / C3300 / C2200
+- DocuCentre-II C4300 / C3300 / C2200
+- ApeosPort-II 7000 / 6000 / 5000
+- DocuCentre-II 7000 / 6000 / 5000
+- ApeosPort-II 4000 / 3000
+- DocuCentre-II 4000 / 3000
+
+WWW: http://www.fujixerox.co.jp/download/apeosport/download/c4300series/linux_module.html
Property changes on: trunk/print/cups-fxlinuxprint/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-fxlinuxprint/pkg-plist
===================================================================
--- trunk/print/cups-fxlinuxprint/pkg-plist (rev 0)
+++ trunk/print/cups-fxlinuxprint/pkg-plist 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,6 @@
+libexec/cups/filter/pdftopdffx
+libexec/cups/filter/pdftopjlfx
+libexec/cups/filter/pstopdffx
+share/cups/mime/mimefx.convs
+share/cups/mime/mimefx.types
+share/cups/model/FujiXerox/en/fxlinuxprint.ppd
Property changes on: trunk/print/cups-fxlinuxprint/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-pdf/Makefile
===================================================================
--- trunk/print/cups-pdf/Makefile (rev 0)
+++ trunk/print/cups-pdf/Makefile 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,104 @@
+# Created by: Mark Reidel <ports at mark.reidel.info>
+# $FreeBSD: head/print/cups-pdf/Makefile 410825 2016-03-11 11:53:42Z tijl $
+# $MidnightBSD$
+
+PORTNAME= cups-pdf
+PORTVERSION= 2.6.1
+PORTREVISION= 3
+CATEGORIES= print
+MASTER_SITES= http://www.cups-pdf.de/src/ \
+ http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Virtual printer for CUPS to produce PDF files
+
+LICENSE= gpl2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+RUN_DEPENDS= ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+USES= ghostscript:run
+
+OPTIONS_DEFINE= DOCS
+OPTIONS_DEFAULT= DOCS
+
+.include <bsd.mport.options.mk>
+
+SUBST_CMD= -e "s,\#GhostScript /usr/bin/gs,GhostScript ${LOCALBASE}/bin/gs," \
+ -e 's,\#GSTmp /var/tmp,GSTmp /tmp,' \
+ -e 's,\#Grp lp,Grp daemon,' \
+ -e 's,\#Spool /var/spool/cups-pdf/SPOOL,Spool /var/spool/cups-pdf,'
+
+.ifdef(PDF_VERSION)
+.if ${PDF_VERSION} == 1.2
+.elif ${PDF_VERSION} == 1.3
+.elif ${PDF_VERSION} == 1.4
+.elif ${PDF_VERSION} == 1.5
+.else
+BROKEN= Unsupported PDF-Version selected: ${PDF_VERSION}
+.endif
+SUBST_CMD+= -e "s,\#PDFVer 1.4,PDFVer ${PDF_VERSION},"
+.endif
+
+.ifdef(HOME_SUBDIR)
+SUBST_CMD+= -e 's,\#Out /var/spool/cups-pdf/$${USER},Out $${HOME}/${HOME_SUBDIR},'
+.else
+.ifdef(OUTPUT_DIRECTORY)
+SUBST_CMD+= -e 's,\#Out /var/spool/cups-pdf/$${USER},Out ${OUTPUT_DIRECTORY},'
+.endif
+.endif
+
+.ifdef(LOG_DIRECTORY)
+SUBST_CMD+= -e "s,\#Log /var/log/cups,Log ${LOG_DIRECTORY},"
+.endif
+
+pre-everything::
+.if !defined(PDF_VERSION) || !defined(HOME_SUBDIR) || \
+!defined(OUTPUT_DIRECTORY) || !defined(LOG_DIRECTORY)
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "You may use the following build options:"
+ @${ECHO_MSG} ""
+.endif
+.if !defined(PDF_VERSION)
+ @${ECHO_MSG} "PDF_VERSION=1.2|1.3|1.4|1.5 PDF-version of PDF-files produced"
+.endif
+.if !defined(HOME_SUBDIR)
+ @${ECHO_MSG} "HOME_SUBDIR=<subdir> Place produced PDF-files in the"
+ @${ECHO_MSG} " directory ~/<subdir>/"
+.endif
+.if !defined(OUTPUT_DIRECTORY)
+ @${ECHO_MSG} "OUTPUT_DIRECTORY=<dir> Place produced PDF-files in the"
+ @${ECHO_MSG} " directory <dir>/"
+.endif
+.if !defined(LOG_DIRECTORY)
+ @${ECHO_MSG} "LOG_DIRECTORY=<dir> Place logfile into <dir>/cups-pdf_log"
+.endif
+
+post-configure:
+ @${REINPLACE_CMD} ${SUBST_CMD} ${WRKSRC}/extra/cups-pdf.conf
+ @${REINPLACE_CMD} -e \
+ 's,CPCONFIG "/etc/cups/cups-pdf.conf",CPCONFIG "${PREFIX}/etc/cups/cups-pdf.conf",' \
+ ${WRKSRC}/src/cups-pdf.h
+
+do-build:
+ cd ${WRKSRC}/src; ${CC} ${CFLAGS} -o cups-pdf cups-pdf.c
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/cups/backend
+ ${INSTALL} ${WRKSRC}/src/cups-pdf ${STAGEDIR}${PREFIX}/libexec/cups/backend
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/cups/backend/cups-pdf
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/cups/model
+ ${INSTALL_DATA} ${WRKSRC}/extra/CUPS-PDF.ppd \
+ ${STAGEDIR}${PREFIX}/share/cups/model/CUPS-PDF.ppd
+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/cups
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/extra/cups-pdf.conf \
+ ${STAGEDIR}${PREFIX}/etc/cups/cups-pdf.conf.sample
+
+.include <bsd.port.mk>
Property changes on: trunk/print/cups-pdf/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-pdf/distinfo
===================================================================
--- trunk/print/cups-pdf/distinfo (rev 0)
+++ trunk/print/cups-pdf/distinfo 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,2 @@
+SHA256 (cups-pdf_2.6.1.tar.gz) = 04e17eb563dceea048e1a435edcbcf52faa5288f85e8390cd64d702edb6745f1
+SIZE (cups-pdf_2.6.1.tar.gz) = 33315
Property changes on: trunk/print/cups-pdf/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-pdf/pkg-descr
===================================================================
--- trunk/print/cups-pdf/pkg-descr (rev 0)
+++ trunk/print/cups-pdf/pkg-descr 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,7 @@
+CUPS-PDF is designed to produce PDF files in a heterogeneous network by
+providing a PDF printer on the central fileserver. After restarting CUPS, you
+will be able to choose "CUPS-PDF (Virtual PDF Printer)" when setting up a new
+printer in CUPS. Once you print to the new device all converted PDF files will
+be placed in the specified directory.
+
+WWW: http://www.cups-pdf.de/
Property changes on: trunk/print/cups-pdf/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-pdf/pkg-plist
===================================================================
--- trunk/print/cups-pdf/pkg-plist (rev 0)
+++ trunk/print/cups-pdf/pkg-plist 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,6 @@
+ at mode 0700
+libexec/cups/backend/cups-pdf
+ at mode
+share/cups/model/CUPS-PDF.ppd
+ at sample etc/cups/cups-pdf.conf.sample
+%%PORTDOCS%%%%DOCSDIR%%/README
Property changes on: trunk/print/cups-pdf/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-pk-helper/Makefile
===================================================================
--- trunk/print/cups-pk-helper/Makefile (rev 0)
+++ trunk/print/cups-pk-helper/Makefile 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,28 @@
+# Created by: Michael Johnson <ahze at FreeBSD.org>
+# $FreeBSD: head/print/cups-pk-helper/Makefile 410825 2016-03-11 11:53:42Z tijl $
+# $MCom: ports/print/cups-pk-helper/Makefile,v 1.1 2009/12/29 16:01:07 ahze Exp $
+# $MidnightBSD$
+
+PORTNAME= cups-pk-helper
+PORTVERSION= 0.2.5
+PORTREVISION= 1
+CATEGORIES= print
+MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/releases/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Helper that makes system-config-printer use PolicyKit
+
+LICENSE= unknown
+
+LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups \
+ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
+
+USE_GNOME= glib20 intltool
+USES= cpe gettext gmake pkgconfig tar:xz
+CPE_VENDOR= cups-pk-helper_project
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
+
+.include <bsd.port.mk>
Property changes on: trunk/print/cups-pk-helper/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-pk-helper/distinfo
===================================================================
--- trunk/print/cups-pk-helper/distinfo (rev 0)
+++ trunk/print/cups-pk-helper/distinfo 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,2 @@
+SHA256 (cups-pk-helper-0.2.5.tar.xz) = 19221eed65a1e1498d396f3f99a783a95b21b4385e63b57a1f16e8728b8ca118
+SIZE (cups-pk-helper-0.2.5.tar.xz) = 152620
Property changes on: trunk/print/cups-pk-helper/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-pk-helper/pkg-descr
===================================================================
--- trunk/print/cups-pk-helper/pkg-descr (rev 0)
+++ trunk/print/cups-pk-helper/pkg-descr 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,4 @@
+Cups-pk-helper is an application which makes cups configuration interfaces
+available under control of PolicyKit.
+
+WWW: http://www.freedesktop.org/software/cups-pk-helper
Property changes on: trunk/print/cups-pk-helper/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-pk-helper/pkg-plist
===================================================================
--- trunk/print/cups-pk-helper/pkg-plist (rev 0)
+++ trunk/print/cups-pk-helper/pkg-plist 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,32 @@
+etc/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf
+libexec/cups-pk-helper-mechanism
+share/dbus-1/system-services/org.opensuse.CupsPkHelper.Mechanism.service
+share/locale/cs/LC_MESSAGES/cups-pk-helper.mo
+share/locale/de/LC_MESSAGES/cups-pk-helper.mo
+share/locale/eo/LC_MESSAGES/cups-pk-helper.mo
+share/locale/es/LC_MESSAGES/cups-pk-helper.mo
+share/locale/eu/LC_MESSAGES/cups-pk-helper.mo
+share/locale/fi/LC_MESSAGES/cups-pk-helper.mo
+share/locale/fr/LC_MESSAGES/cups-pk-helper.mo
+share/locale/gl/LC_MESSAGES/cups-pk-helper.mo
+share/locale/hr/LC_MESSAGES/cups-pk-helper.mo
+share/locale/hu/LC_MESSAGES/cups-pk-helper.mo
+share/locale/ia/LC_MESSAGES/cups-pk-helper.mo
+share/locale/id/LC_MESSAGES/cups-pk-helper.mo
+share/locale/it/LC_MESSAGES/cups-pk-helper.mo
+share/locale/ja/LC_MESSAGES/cups-pk-helper.mo
+share/locale/ka/LC_MESSAGES/cups-pk-helper.mo
+share/locale/ko/LC_MESSAGES/cups-pk-helper.mo
+share/locale/lv/LC_MESSAGES/cups-pk-helper.mo
+share/locale/nl/LC_MESSAGES/cups-pk-helper.mo
+share/locale/pl/LC_MESSAGES/cups-pk-helper.mo
+share/locale/pt_BR/LC_MESSAGES/cups-pk-helper.mo
+share/locale/sk/LC_MESSAGES/cups-pk-helper.mo
+share/locale/sl/LC_MESSAGES/cups-pk-helper.mo
+share/locale/sr/LC_MESSAGES/cups-pk-helper.mo
+share/locale/sv/LC_MESSAGES/cups-pk-helper.mo
+share/locale/tr/LC_MESSAGES/cups-pk-helper.mo
+share/locale/uk/LC_MESSAGES/cups-pk-helper.mo
+share/locale/zh_CN/LC_MESSAGES/cups-pk-helper.mo
+share/locale/zh_TW/LC_MESSAGES/cups-pk-helper.mo
+share/polkit-1/actions/org.opensuse.cupspkhelper.mechanism.policy
Property changes on: trunk/print/cups-pk-helper/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-smb-backend/Makefile
===================================================================
--- trunk/print/cups-smb-backend/Makefile (rev 0)
+++ trunk/print/cups-smb-backend/Makefile 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,28 @@
+# Created by: Andrew Pantyukhin <infofarmer at FreeBSD.org>
+# $FreeBSD: head/print/cups-smb-backend/Makefile 410825 2016-03-11 11:53:42Z tijl $
+# $MidnightBSD$
+
+PORTNAME= cups-smb-backend
+PORTVERSION= 1.0
+CATEGORIES= print
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= CUPS backend for printing to Windows servers
+
+LICENSE= unknown
+
+RUN_DEPENDS= smbspool:${PORTSDIR}/net/${SAMBA_PORT} \
+ ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups
+
+NO_BUILD= yes
+PLIST_FILES= libexec/cups/backend/smb
+SAMBA_PORT?= samba36
+SUB_FILES= pkg-message
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/cups/backend
+ ${LN} -fs ${PREFIX}/bin/smbspool ${STAGEDIR}${PREFIX}/libexec/cups/backend/smb
+
+.include <bsd.port.mk>
Property changes on: trunk/print/cups-smb-backend/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-smb-backend/files/pkg-message.in
===================================================================
--- trunk/print/cups-smb-backend/files/pkg-message.in (rev 0)
+++ trunk/print/cups-smb-backend/files/pkg-message.in 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,17 @@
+CUPS smb backend is now installed.
+
+Please configure your samba environment if
+you haven't already done so. To do so edit
+
+%%PREFIX%%/etc/smb.conf
+
+You can then add a new printer to CUPS.
+smbspool(8) manpage describes device URI
+format. In most cases (latest samba 2.x
+and samba 3.x), it's something like this:
+
+smb://username:password@server/printer
+smb://username:password@workgroup/server/printer
+
+But a CUPS article describes another syntax,
+so beware.
Property changes on: trunk/print/cups-smb-backend/files/pkg-message.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/cups-smb-backend/pkg-descr
===================================================================
--- trunk/print/cups-smb-backend/pkg-descr (rev 0)
+++ trunk/print/cups-smb-backend/pkg-descr 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,5 @@
+CUPS smb backend allows *nix users to print
+to Windows-attached printers via smbspool
+program, which comes with Samba.
+
+WWW: http://www.cups.org/articles.php?L294
Property changes on: trunk/print/cups-smb-backend/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/print/ghostscript8-base/Makefile
===================================================================
--- trunk/print/ghostscript8-base/Makefile 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/ghostscript8-base/Makefile 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,52 +1,48 @@
-# Created by: Andreas Klemm <andreas at klemm.gtn.com>
-# $FreeBSD: head/print/ghostscript8/Makefile 358556 2014-06-20 11:15:57Z amdmi3 $
+# $MidnightBSD$
PORTNAME= ghostscript
PORTVERSION= 8.71
-PORTREVISION= 2
+PORTREVISION= 20
CATEGORIES= print
MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \
SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
- ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${PORTVERSION:S/.//}/:gs_srcs \
http://www.humblesoft.com/pub/:epag
-MASTER_SITE_SUBDIR= ghostscript/:gs_srcs
-PKGNAMESUFFIX= 8
+PKGNAMESUFFIX= 8-base
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gs_srcs ${EPAG_SRCS}:epag
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-EXTRACT_AFTER_ARGS= ${EXCLUDE_DIRS:S/^/--exclude /}
MAINTAINER= ports at MidnightBSD.org
-COMMENT= Ghostscript 8.x PostScript interpreter
+COMMENT= Ghostscript 8.x PostScript interpreter, base part
LICENSE= gpl3
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
+ libfreetype.so:${PORTSDIR}/print/freetype2 \
libjasper.so:${PORTSDIR}/graphics/jasper \
libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \
- libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libpaper.so:${PORTSDIR}/print/libpaper \
libpng.so:${PORTSDIR}/graphics/png \
- libpaper.so:${PORTSDIR}/print/libpaper \
libtiff.so:${PORTSDIR}/graphics/tiff
RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts
CONFLICTS_INSTALL= \
gambc-[0-9]* \
- ghostscript[79]-[0-9]* \
- ghostscript[79]-nox11-[0-9]* \
+ ghostscript[789]-[0-9]* \
+ ghostscript[789]-nox11-[0-9]* \
ghostscript9-agpl-[0-9]* \
ghostscript9-agpl-nox11-[0-9]*
-USES= gmake pkgconfig tar:xz shebangfix
+USES= autoreconf gmake pkgconfig shebangfix tar:xz
+USE_LDCONFIG= yes
SHEBANG_FILES= ${WRKSRC}/lib/fixmswrd.pl
-WANT_GNOME= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= autoconf
+EXTRACT_AFTER_ARGS= ${EXCLUDE_DIRS:S/^/--exclude /}
GNU_CONFIGURE= yes
-
+DATADIR= ${PREFIX}/share/${PORTNAME}/${PORTVERSION}
MAKE_JOBS_UNSAFE= yes
MAKE_ENV= CFLAGS_STANDARD="${CFLAGS}" \
XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \
+ FT_BRIDGE=1 FT_ROOT="${WRKSRC}/freetype" FT_LIB_EXT=".so" \
SOC_LOADER="dxmainc.c"
CONFIGURE_ENV= ${MAKE_ENV}
CONFIGURE_ARGS= --disable-compile-inits \
@@ -55,49 +51,39 @@
--with-ijs \
--with-jasper \
--with-libpaper \
+ --without-x \
+ --disable-gtk \
--with-drivers=""
-CPPFLAGS+= -DUPD_SIGNAL=0 -I. \
+CPPFLAGS+= -DUPD_SIGNAL=0 \
+ -DJBIG_NO_MEMENTO \
+ -I. \
-I${WRKSRC}/jasper/src/libjasper/include \
+ -I${LOCALBASE}/include/freetype2 \
-I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-XCFLAGS= ${PTHREAD_CFLAGS} \
- -DA4
-XLDFLAGS= ${PTHREAD_LIBS}
-
-PLIST_SUB= GS_VERSION="${PORTVERSION}" \
- CIDFONTDIR="${CIDFONTDIR:S,^${PREFIX}/,,}"
+XCFLAGS= -DA4
+XLDFLAGS= -lpthread
+ALL_TARGET= so
+INSTALL_TARGET= soinstall
+PLIST_SUB= SHLIB_VER="${PORTVERSION:R}" \
+ GS_VERSION="${PORTVERSION}"
SUB_FILES= pkg-message
-SUB_LIST= DATADIR=${DATADIR} PORTVERSION=${PORTVERSION}
PKGMESSAGE= ${WRKDIR}/pkg-message
-OPTIONS_DEFINE= X11 DOCS CAIRO CUPS FONTCONFIG GTK2 ICONV
-OPTIONS_DEFAULT=X11 DOCS CAIRO CUPS FONTCONFIG ICONV
+OPTIONS_DEFINE= DOCS CAIRO CUPS FONTCONFIG ICONV
+OPTIONS_DEFAULT=DOCS CAIRO CUPS FONTCONFIG ICONV
OPTIONS_SUB= yes
FONTCONFIG_DESC=Enable fontconfig support
+FONTCONFIG_LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
+FONTCONFIG_CONFIGURE_ENABLE= fontconfig
NO_OPTIONS_SORT=yes
-CIDFONTDIR= ${DATADIR}/${PORTVERSION}/Resource
EXCLUDE_DIRS= jbig2dec jpeg expat jasper libpng tiff zlib
.include "Makefile.drivers"
.include <bsd.mport.options.mk>
+.include "files/Makefile.drivers_post"
-MASTERDIR?= ${.CURDIR}
-.include "${MASTERDIR}/files/Makefile.drivers_post"
-
-FONTCONFIG_LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
-FONTCONFIG_CONFIGURE_ENABLE= fontconfig
-
-# FT_BRIDGE=1 by default
-LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2
-MAKE_ENV+= FT_BRIDGE=1 FT_ROOT="${WRKSRC}/freetype" FT_LIB_EXT=".so"
-CPPFLAGS+= -I${LOCALBASE}/include/freetype2
-
-ALL_TARGET= so
-INSTALL_TARGET= soinstall
-USE_LDCONFIG= yes
-PLIST_SUB+= SHLIB_VER="${PORTVERSION:R}"
-
PORTDOCS= japanese chp2200 epson740 lxm3200-tweaked md2k_md5k
PORTDOC_FILES= japanese/Gdevlips.htm japanese/README.gs550j \
japanese/cdj880.txt japanese/dj505j.txt japanese/djgpp.txt \
@@ -114,8 +100,7 @@
lxm3200-tweaked/Z12-Z31-QuickSetup md2k_md5k/README.jis
post-patch:
- ${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g ; \
- s|%%GS_VERSION%%|${PORTVERSION}|g' \
+ ${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},' \
${WRKSRC}/contrib/japanese/dmp_site.ps
pre-build-drivers.mak:
@@ -124,7 +109,6 @@
@${ECHO_CMD} 'DEVICE_${N}=' >> ${WRKSRC}/base/drivers.mak
.endfor
.for D in ${OPTIONS_DEFINE:MGS_*:S/^GS_//} \
- ${OPTIONS_MULTI_X11:MGS_*:S/^GS_//} \
${OPTIONS_GROUP_ICONV:MGS_*:S/^GS_//} \
${OPTIONS_GROUP_SVGALIB:MGS_*:S/^GS_//}
.for N in ${DEVS_LIST}
@@ -139,40 +123,33 @@
.endfor
pre-build: pre-build-drivers.mak
- ${MKDIR} ${WRKSRC}/obj
- ${MKDIR} ${WRKSRC}/bin
- ${MKDIR} ${WRKSRC}/freetype/include
+ ${MKDIR} ${WRKSRC}/obj ${WRKSRC}/bin ${WRKSRC}/freetype/include
${LN} -s -f ${LOCALBASE}/include/ft2build.h \
- ${WRKSRC}/freetype/include/ft2build.h
+ ${WRKSRC}/freetype/include/ft2build.h
${LN} -s -f ${LOCALBASE}/include/freetype2/freetype \
- ${WRKSRC}/freetype/include/freetype
+ ${WRKSRC}/freetype/include/freetype
${MKDIR} ${WRKSRC}/freetype/objs
${LN} -s -f ${LOCALBASE}/lib/libfreetype.so \
- ${WRKSRC}/freetype/objs/freetype214MT_D.so
+ ${WRKSRC}/freetype/objs/freetype214MT_D.so
pre-install:
- ${MKDIR} ${DATADIR}
+ cd ${WRKSRC}/Resource/Init && ${RM} -f \
+ gs_statd.ps.orig gs_ttf.ps.orig pdf_font.ps.orig
+ ${MKDIR} ${STAGEDIR}${DATADIR}
-post-install-docs:
+post-install: post-install-docs
${MKDIR} ${WRKSRC}/contrib/japanese
- ${INSTALL_DATA} ${WRKSRC}/contrib/japanese/doc/* ${WRKSRC}/contrib/japanese
+ ${INSTALL_DATA} ${WRKSRC}/contrib/japanese/doc/* \
+ ${WRKSRC}/contrib/japanese
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/contrib && \
- ${TAR} -cf - ${PORTDOC_FILES} | \
- ( cd ${STAGEDIR}${DOCSDIR} && ${TAR} -xof - )
+ ${TAR} -cf - ${PORTDOC_FILES} | \
+ (cd ${STAGEDIR}${DOCSDIR} && ${TAR} -xof -)
+ ${INSTALL_DATA} ${WRKSRC}/lib/FAPIcidfmap \
+ ${WRKSRC}/lib/FAPIconfig ${WRKSRC}/lib/FAPIfontmap \
+ ${STAGEDIR}${DATADIR}/Resource/Init
+ ${LN} -sf gsc ${STAGEDIR}${PREFIX}/bin/gs
+ ${LN} -s -f ${LOCALBASE}/share/fonts/CIDFont \
+ ${STAGEDIR}${DATADIR}/Resource/CIDFont
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/lib/FAPIcidfmap \
- ${WRKSRC}/lib/FAPIconfig ${WRKSRC}/lib/FAPIfontmap \
- ${STAGEDIR}${DATADIR}/${PORTVERSION}/Resource/Init
- ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DATADIR}/${PORTVERSION}
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gsc ${STAGEDIR}${PREFIX}/bin/gsx
- ${LN} -sf gsc ${PREFIX}/bin/gs
- (cd ${PREFIX}/share/ && ${LN} -s -f fonts/CIDFont \
- ghostscript/8.71/Resource/CIDFont)
-
-.if ${PORT_OPTIONS:MDOCS}
-post-install: post-install-docs
-.endif
-
.include <bsd.port.mk>
Modified: trunk/print/ghostscript8-base/Makefile.drivers
===================================================================
--- trunk/print/ghostscript8-base/Makefile.drivers 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/ghostscript8-base/Makefile.drivers 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,20 +1,5 @@
-# $FreeBSD: head/print/ghostscript8/Makefile.drivers 340722 2014-01-22 17:00:46Z mat $
+# $FreeBSD: head/print/ghostscript8-base/Makefile.drivers 395047 2015-08-22 17:48:35Z hrs $
-OPTIONS_X11= \
- GS_x11 \
- GS_x11alpha \
- GS_x11cmyk \
- GS_x11cmyk2 \
- GS_x11cmyk4 \
- GS_x11cmyk8 \
- GS_x11gray2 \
- GS_x11gray4 \
- GS_x11mono \
- GS_x11rg16x \
- GS_x11rg32x
-OPTIONS_MULTI= X11
-OPTIONS_MULTI_X11= ${OPTIONS_X11}
-
OPTIONS_SVGALIB= \
GS_lvga256 \
GS_vgalib
@@ -323,7 +308,6 @@
GS_wtscmyk
OPTIONS_DEFAULT+= \
- ${OPTIONS_X11} \
${OPTIONS_SVGALIB} \
${OPTIONS_ICONV} \
${OPTIONS_CAIRO} \
@@ -614,17 +598,6 @@
GS_wtsimdi \
GS_wtscmyk
-GS_x11_DESC= D: X Window System version 11
-GS_x11alpha_DESC= D: X Window System masquer. alpha capability
-GS_x11cmyk_DESC= D: X Window System masquer. 1bit/plane CMYK
-GS_x11cmyk2_DESC= D: X Window System 2-bit-per-plane CMYK
-GS_x11cmyk4_DESC= D: X Window System 4-bit-per-plane CMYK
-GS_x11cmyk8_DESC= D: X Window System 8-bit-per-plane CMYK
-GS_x11gray2_DESC= D: X Window System 2-bit gray-scale
-GS_x11gray4_DESC= D: X Window System 4-bit gray-scale
-GS_x11mono_DESC= D: X Window System masquer. black-and-white
-GS_x11rg16x_DESC= D: X Window System G5/B5/R6 pixel layout
-GS_x11rg32x_DESC= D: X Window System G11/B10/R11 pixel layout
GS_lvga256_DESC= D: SVGAlib, 256-color VGA modes
GS_vgalib_DESC= D: SVGAlib, 16-color VGA modes
GS_oprp_DESC= D: OpenPrinting Raster driver interface
Modified: trunk/print/ghostscript8-base/files/Makefile.dmprt
===================================================================
--- trunk/print/ghostscript8-base/files/Makefile.dmprt 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/ghostscript8-base/files/Makefile.dmprt 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,8 +1,8 @@
-# $FreeBSD: head/print/ghostscript8/files/Makefile.dmprt 347164 2014-03-06 07:07:55Z hrs $
+# $FreeBSD: head/print/ghostscript8-base/files/Makefile.dmprt 395047 2015-08-22 17:48:35Z hrs $
post-install-dmprt:
cd ${FILESDIR} && \
- ${INSTALL_DATA} lqx70ch.upp lqx70cl.upp lqx70cm.upp \
- ${STAGEDIR}${DATADIR}/${PORTVERSION}/lib
+ ${INSTALL_DATA} lqx70ch.upp lqx70cl.upp lqx70cm.upp \
+ ${STAGEDIR}${DATADIR}/lib
post-install: post-install-dmprt
Modified: trunk/print/ghostscript8-base/files/Makefile.drivers_post
===================================================================
--- trunk/print/ghostscript8-base/files/Makefile.drivers_post 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/ghostscript8-base/files/Makefile.drivers_post 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,4 +1,4 @@
-# $FreeBSD: head/print/ghostscript8/files/Makefile.drivers_post 347164 2014-03-06 07:07:55Z hrs $
+# $FreeBSD: head/print/ghostscript8-base/files/Makefile.drivers_post 410825 2016-03-11 11:53:42Z tijl $
# pre/postprocessing driver variables
# dmprt specific
@@ -40,7 +40,7 @@
.endfor
.if defined(_CUPS_DEVS)
-LIB_DEPENDS+= libcupsimage.so:${PORTSDIR}/print/cups-image
+LIB_DEPENDS+= libcupsimage.so:${PORTSDIR}/print/cups
CONFIGURE_ARGS+= --enable-cups
.else
CONFIGURE_ARGS+= --disable-cups
@@ -64,37 +64,6 @@
LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib
.endif
-# x11 specific
-X11_DEVS= x11 x11alpha x11cmyk x11cmyk2 x11cmyk4 x11cmyk8 x11gray2 \
- x11gray4 x11mono x11rg16x x11rg32x display
-.undef _X11_DEVS
-
-.for D in ${X11_DEVS}
-.if ${PORT_OPTIONS:MX11} && ${PORT_OPTIONS:MGS_${D}}
-_X11_DEVS+= ${D}
-.else
-PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}}
-.endif
-.endfor
-
-.if defined(_X11_DEVS)
-USE_XORG= xt xext
-CONFIGURE_ARGS+=--with-x \
- --x-includes=${LOCALBASE}/include \
- --x-libraries=${LOCALBASE}/lib
-CONFLICTS_INSTALL+= ghostscript8-nox11-[0-9]*
-.if ${PORT_OPTIONS:MGTK2}
-USE_GNOME= atk gdkpixbuf2 glib20 gtk20
-CONFIGURE_ARGS+=--enable-gtk
-.else
-CONFIGURE_ARGS+=--disable-gtk
-.endif
-.else # defined(_X11_DEVS)
-PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
-CONFIGURE_ARGS+=--without-x --disable-gtk
-CONFLICTS_INSTALL+= ghostscript8-[0-9]*
-.endif # defined(_X11_DEVS)
-
# iconv specific
ICONV_DEVS= oprp opvp
.undef _ICONV_DEVS
Modified: trunk/print/ghostscript8-base/files/Makefile.epag
===================================================================
--- trunk/print/ghostscript8-base/files/Makefile.epag 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/ghostscript8-base/files/Makefile.epag 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,4 +1,4 @@
-# $FreeBSD: head/print/ghostscript8/files/Makefile.epag 381971 2015-03-22 23:53:18Z bdrewery $
+# $FreeBSD: head/print/ghostscript8-base/files/Makefile.epag 381971 2015-03-22 23:53:18Z bdrewery $
# EPAG - additional driver for Epson ESC/Page printers
# http://www.humblesoft.com/gdevepag.html
Modified: trunk/print/ghostscript8-base/files/Makefile.pcl3
===================================================================
--- trunk/print/ghostscript8-base/files/Makefile.pcl3 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/ghostscript8-base/files/Makefile.pcl3 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,4 +1,4 @@
-# $FreeBSD: head/print/ghostscript8/files/Makefile.pcl3 347164 2014-03-06 07:07:55Z hrs $
+# $FreeBSD: head/print/ghostscript8-base/files/Makefile.pcl3 395047 2015-08-22 17:48:35Z hrs $
PORTDOCS+= pcl3
PORTDOC_FILES+= pcl3/NEWS pcl3/BUGS pcl3/README pcl3/gs-pcl3.html \
@@ -6,26 +6,26 @@
post-build-pcl3:
cd ${WRKSRC} && \
- ${CC} ${CFLAGS} -I./obj -I./soobj -I./base \
- -I./contrib/pcl3/eprn -o bin/pcl3opts \
- contrib/pcl3/src/pcl3opts.c contrib/pcl3/src/pclscan.c \
- contrib/pcl3/eprn/mediasize.c contrib/pcl3/src/pclsize.c
+ ${CC} ${CFLAGS} -I./obj -I./soobj -I./base \
+ -I./contrib/pcl3/eprn -o bin/pcl3opts \
+ contrib/pcl3/src/pcl3opts.c contrib/pcl3/src/pclscan.c \
+ contrib/pcl3/eprn/mediasize.c contrib/pcl3/src/pclsize.c
post-install-pcl3:
${INSTALL_PROGRAM} ${WRKSRC}/bin/pcl3opts ${STAGEDIR}${PREFIX}/bin
- ${MKDIR} ${STAGEDIR}${DATADIR}/${PORTVERSION}/pcl3
+ ${MKDIR} ${STAGEDIR}${DATADIR}/pcl3
cd ${WRKSRC}/contrib/pcl3 && \
- ${INSTALL_DATA} lib/example.mcf lib/if-pcl3 \
- ps/calign.ps ps/dumppdd.ps ps/levels-test.ps \
- ps/margins-A4.ps ps/margins-A4Rotated.ps \
- ps/margins-Env10Rotated.ps \
- ps/margins-EnvDLRotated.ps \
- ps/margins-Letter.ps \
- ps/margins-LetterRotated.ps \
- ${STAGEDIR}${DATADIR}/${PORTVERSION}/pcl3
+ ${INSTALL_DATA} lib/example.mcf lib/if-pcl3 \
+ ps/calign.ps ps/dumppdd.ps ps/levels-test.ps \
+ ps/margins-A4.ps ps/margins-A4Rotated.ps \
+ ps/margins-Env10Rotated.ps \
+ ps/margins-EnvDLRotated.ps \
+ ps/margins-Letter.ps \
+ ps/margins-LetterRotated.ps \
+ ${STAGEDIR}${DATADIR}/pcl3
cd ${WRKSRC}/contrib/pcl3/doc && \
- ${INSTALL_MAN} gs-pcl3.1 pcl3opts.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} gs-pcl3.1 pcl3opts.1 \
+ ${STAGEDIR}${MANPREFIX}/man/man1
post-install-docs-pcl3:
${MKDIR} ${WRKSRC}/contrib/pcl3
Modified: trunk/print/ghostscript8-base/files/patch-base-configure.ac
===================================================================
--- trunk/print/ghostscript8-base/files/patch-base-configure.ac 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/ghostscript8-base/files/patch-base-configure.ac 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,5 +1,5 @@
---- base/configure.ac.orig 2010-08-01 22:37:05.000000000 +0900
-+++ base/configure.ac 2010-08-01 22:41:12.000000000 +0900
+--- base/configure.ac.orig 2009-11-24 17:36:27.000000000 +0900
++++ base/configure.ac 2015-08-21 20:48:08.929511000 +0900
@@ -402,7 +402,7 @@
PNGDEVS="$PNGDEVS_ALL"
else
@@ -18,3 +18,40 @@
AC_MSG_NOTICE([Could not find a copy of libtiff on your system.
Disabling tiff output devices.])
else
+@@ -758,7 +758,7 @@
+ X_DEVS=""
+ X_LIBS=""
+
+-if test x$no_x != xyes; then
++if test x$with_x != xno; then
+ if test "$x_libraries" = "/usr/lib"; then
+ echo "Ignoring X library directory \"$x_libraries\" requested by configure."
+ x_libraries="NONE"
+@@ -1063,7 +1063,11 @@
+ ;;
+ *BSD)
+ DYNAMIC_CFLAGS="-fPIC"
+- DYNAMIC_DEVS="\$(GLOBJDIR)/X11.so"
++ if test "x$X_DEVS" != x; then
++ INSTALL_SHARED="install-shared"
++ else
++ DYNAMIC_DEVS=""
++ fi
+ DYNAMIC_FLAGS="-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"\$(gssharedir)\\\""
+ DYNAMIC_LDFLAGS="-fPIC -shared"
+ DYNAMIC_LIBS=""
+@@ -1119,11 +1123,11 @@
+ fontpath="${fontpath}:$datadir/fonts/default/TrueType"
+
+ # These font directories are used by IRIX...
+- fontpath="${fontpath}:/usr/lib/DPS/outline/base"
++ # fontpath="${fontpath}:/usr/lib/DPS/outline/base"
+
+ # These font directories are used by Solaris...
+- fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type1"
+- fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/TrueType"
++ # fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type1"
++ # fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/TrueType"
+
+ # This font directory is used by CUPS...
+ if test "x$CUPSCONFIG" != x; then
Modified: trunk/print/ghostscript8-base/files/patch-base-devs.mak
===================================================================
--- trunk/print/ghostscript8-base/files/patch-base-devs.mak 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/ghostscript8-base/files/patch-base-devs.mak 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,6 +1,6 @@
---- base/devs.mak.orig 2009-02-14 09:46:58.000000000 +0900
-+++ base/devs.mak 2009-12-20 01:39:02.000000000 +0900
-@@ -418,10 +418,10 @@
+--- base/devs.mak.orig 2009-11-12 00:50:28.000000000 +0900
++++ base/devs.mak 2015-08-21 20:37:24.364436000 +0900
+@@ -421,10 +421,10 @@
### NON PORTABLE, ONLY UNIX WITH GCC SUPPORT
$(GLOBJ)lvga256.so : $(lvga256_)
@@ -13,7 +13,25 @@
### -------------------------- The X11 device -------------------------- ###
-@@ -524,7 +524,7 @@
+@@ -457,7 +457,7 @@
+ $(GLCCSHARED) $(XINCLUDE) $(GLO_)gdevx.$(OBJ) $(C_) $(GLSRC)gdevx.c
+
+ $(GLOBJ)gdevxcmp.$(OBJ) : $(GLSRC)gdevxcmp.c $(GDEVX) $(math__h)
+- $(GLCC) $(XINCLUDE) $(GLO_)gdevxcmp.$(OBJ) $(C_) $(GLSRC)gdevxcmp.c
++ $(GLCCSHARED) $(XINCLUDE) $(GLO_)gdevxcmp.$(OBJ) $(C_) $(GLSRC)gdevxcmp.c
+
+ $(GLOBJ)gdevxini.$(OBJ) : $(GLSRC)gdevxini.c $(GDEVX) $(memory__h)\
+ $(gserrors_h) $(gsparamx_h) $(gxdevmem_h) $(gdevbbox_h)
+@@ -467,7 +467,7 @@
+ # const/non-const cast required by the X headers that we can't work around.
+ $(GLOBJ)gdevxres.$(OBJ) : $(GLSRC)gdevxres.c $(std_h) $(x__h)\
+ $(gsmemory_h) $(gstypes_h) $(gxdevice_h) $(gdevx_h)
+- $(CC_NO_WARN) $(GLCCFLAGS) $(XINCLUDE) $(GLO_)gdevxres.$(OBJ) $(C_) $(GLSRC)gdevxres.c
++ $(GLCCSHARED) $(XINCLUDE) $(GLO_)gdevxres.$(OBJ) $(C_) $(GLSRC)gdevxres.c
+
+ $(GLOBJ)gdevxxf.$(OBJ) : $(GLSRC)gdevxxf.c $(GDEVX) $(math__h) $(memory__h)\
+ $(gsstruct_h) $(gsutil_h) $(gxxfont_h)
+@@ -527,7 +527,7 @@
### NON PORTABLE, ONLY UNIX WITH GCC SUPPORT
$(GLOBJ)X11.so : $(x11alt_) $(x11_)
Added: trunk/print/ghostscript8-base/files/patch-base-gsmalloc.c
===================================================================
--- trunk/print/ghostscript8-base/files/patch-base-gsmalloc.c (rev 0)
+++ trunk/print/ghostscript8-base/files/patch-base-gsmalloc.c 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,11 @@
+--- base/gsmalloc.c.orig 2015-07-24 09:52:39.718916000 +0900
++++ base/gsmalloc.c 2015-07-24 09:54:31.761202000 +0900
+@@ -174,7 +174,7 @@
+ } else {
+ uint added = size + sizeof(gs_malloc_block_t);
+
+- if (mmem->limit - added < mmem->used)
++ if (added <= size || mmem->limit - added < mmem->used)
+ set_msg("exceeded limit");
+ else if ((ptr = (byte *) malloc(added)) == 0)
+ set_msg("failed");
Property changes on: trunk/print/ghostscript8-base/files/patch-base-gsmalloc.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/print/ghostscript8-base/files/patch-base-lib.mak
===================================================================
--- trunk/print/ghostscript8-base/files/patch-base-lib.mak 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/ghostscript8-base/files/patch-base-lib.mak 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,5 +1,14 @@
---- base/lib.mak.orig 2013-04-18 04:24:52.000000000 +0900
-+++ base/lib.mak 2013-04-18 04:25:13.000000000 +0900
+--- base/lib.mak.orig 2009-12-30 07:18:01.000000000 +0900
++++ base/lib.mak 2015-08-21 20:39:55.003384000 +0900
+@@ -895,7 +895,7 @@
+ $(GLOBJ)gsparamx.$(OBJ) : $(GLSRC)gsparamx.c $(string__h)\
+ $(gserror_h) $(gserrors_h) $(gsmemory_h) $(gsparam_h) $(gsparamx_h)\
+ $(gstypes_h)
+- $(GLCC) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
++ $(GLCCSHARED) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
+
+ # Future replacement for gsparams.c
+ $(GLOBJ)gsparam2.$(OBJ) : $(GLSRC)gsparam2.c $(GXERR) $(memory__h)\
@@ -2684,12 +2684,12 @@
# This is used to access compressed, compiled-in support files
gsiorom_h=$(GLSRC)gsiorom.h
Modified: trunk/print/ghostscript8-base/files/patch-contrib__japanese__dmp_site.ps
===================================================================
--- trunk/print/ghostscript8-base/files/patch-contrib__japanese__dmp_site.ps 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/ghostscript8-base/files/patch-contrib__japanese__dmp_site.ps 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,11 +1,11 @@
---- contrib/japanese/dmp_site.ps.orig Wed Nov 29 20:56:17 2006
-+++ contrib/japanese/dmp_site.ps Sun May 13 21:06:03 2007
+--- contrib/japanese/dmp_site.ps.orig 2007-05-09 07:00:10.000000000 +0900
++++ contrib/japanese/dmp_site.ps 2015-08-21 19:15:38.311336000 +0900
@@ -1,7 +1,7 @@
%!
BeginConfig
%%%%%%%%%%%%%%%%%%%%%% Standard user cusomizations %%%%%%%%%%%%%%%%%%%%%
-/printer (escp_24.src)
-+/printer (%%DATADIR%%/%%GS_VERSION%%/lib/escp_24.src)
++/printer (%%DATADIR%%/lib/escp_24.src)
% horizontal / vertical
% /resolution [ 180.0 180.0 ]
% horizontal / vertical
Modified: trunk/print/ghostscript8-base/files/pkg-message.in
===================================================================
--- trunk/print/ghostscript8-base/files/pkg-message.in 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/ghostscript8-base/files/pkg-message.in 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,5 +1,5 @@
Note: in order to use the script "dvipdf", dvips must be installed.
This program is provided by another package print/tex-dvipsk.
-FAPIfontmap and FAPIcidfmap in %%DATADIR%%/%%PORTVERSION%%/Resource/Init
+FAPIfontmap and FAPIcidfmap in %%DATADIR%%/Resource/Init
have to be configured if you want to use FAPI feature.
Modified: trunk/print/ghostscript8-base/pkg-plist
===================================================================
--- trunk/print/ghostscript8-base/pkg-plist 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/ghostscript8-base/pkg-plist 2016-05-22 21:22:51 UTC (rev 21411)
@@ -62,622 +62,618 @@
man/man1/ps2pdfwr.1.gz
man/man1/ps2ps.1.gz
man/man1/wftopfa.1.gz
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78-EUC-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78-EUC-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78-RKSJ-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78ms-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78ms-RKSJ-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/83pv-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90ms-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90ms-RKSJ-UCS2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90ms-RKSJ-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90msp-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90msp-RKSJ-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90pv-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90pv-RKSJ-UCS2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90pv-RKSJ-UCS2C
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90pv-RKSJ-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Add-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Add-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Add-RKSJ-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Add-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-0
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-1
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-3
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-4
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-5
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-6
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-B5pc
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-ETenms-B5
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-H-CID
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-H-Host
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-H-Mac
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-UCS2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-0
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-1
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-3
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-4
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-5
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-GBK-EUC
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-GBpc-EUC
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-H-CID
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-H-Host
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-H-Mac
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-UCS2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-0
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-1
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-3
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-4
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-5
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-6
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-90ms-RKSJ
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-90pv-RKSJ
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-H-CID
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-H-Host
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-H-Mac
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-PS-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-PS-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-UCS2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan2-0
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-0
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-1
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-H-CID
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-H-Host
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-H-Mac
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-KSCms-UHC
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-KSCpc-EUC
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-UCS2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/B5-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/B5-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/B5pc-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/B5pc-UCS2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/B5pc-UCS2C
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/B5pc-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS-EUC-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS-EUC-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS01-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS02-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS03-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS04-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS05-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS06-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS07-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS1-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS1-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS15-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS2-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS2-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/ETHK-B5-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/ETHK-B5-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/ETen-B5-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/ETen-B5-UCS2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/ETen-B5-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/ETenms-B5-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/ETenms-B5-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/EUC-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/EUC-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Ext-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Ext-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Ext-RKSJ-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Ext-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GB-EUC-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GB-EUC-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GB-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GB-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GB-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBK-EUC-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBK-EUC-UCS2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBK-EUC-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBK2K-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBK2K-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBKp-EUC-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBKp-EUC-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBT-EUC-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBT-EUC-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBT-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBT-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBT-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBTpc-EUC-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBTpc-EUC-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBpc-EUC-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBpc-EUC-UCS2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBpc-EUC-UCS2C
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBpc-EUC-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HK-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKdla-B5-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKdla-B5-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKdlb-B5-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKdlb-B5-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKgccs-B5-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKgccs-B5-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKm314-B5-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKm314-B5-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKm471-B5-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKm471-B5-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKscs-B5-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKscs-B5-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Hankaku
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Hiragana
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Hojo-EUC-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Hojo-EUC-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Hojo-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Hojo-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Hojo-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Identity-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Identity-UTF16-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Identity-UTF16-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Identity-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC-EUC-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC-EUC-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC-Johab-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC-Johab-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC2-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCms-UHC-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCms-UHC-HW-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCms-UHC-HW-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCms-UHC-UCS2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCms-UHC-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCpc-EUC-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCpc-EUC-UCS2
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCpc-EUC-UCS2C
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCpc-EUC-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Katakana
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/NWP-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/NWP-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/RKSJ-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Roman
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/TCVN-RKSJ-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-90ms-RKSJ
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-90pv-RKSJ
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-B5pc
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-ETen-B5
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-GBK-EUC
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-GBpc-EUC
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-KSCms-UHC
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-KSCpc-EUC
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UCS2-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UCS2-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UTF16-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UTF16-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UTF32-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UTF32-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UTF8-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UTF8-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UCS2-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UCS2-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UTF16-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UTF16-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UTF32-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UTF32-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UTF8-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UTF8-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UCS2-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UCS2-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UTF16-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UTF16-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UTF32-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UTF32-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UTF8-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UTF8-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UCS2-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UCS2-HW-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UCS2-HW-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UCS2-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UTF16-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UTF16-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UTF32-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UTF32-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UTF8-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UTF8-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS2004-UTF16-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS2004-UTF16-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS2004-UTF32-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS2004-UTF32-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS2004-UTF8-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS2004-UTF8-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJISPro-UCS2-HW-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJISPro-UCS2-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJISPro-UTF8-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJISX0213-UTF32-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJISX0213-UTF32-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJISX02132004-UTF32-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJISX02132004-UTF32-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UCS2-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UCS2-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UTF16-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UTF16-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UTF32-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UTF32-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UTF8-H
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UTF8-V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/V
-%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/WP-Symbol
-%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/DefaultCMYK
-%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/DefaultGray
-%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/DefaultRGB
-%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/TrivialCMYK
-%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/sGray
-%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/sRGB
-%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/FCO_Dingbats
-%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/FCO_Symbol
-%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/FCO_Unicode
-%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/FCO_Wingdings
-%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/Latin1
-%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/StandardEncoding
-%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/Unicode
-%%DATADIR%%/%%GS_VERSION%%/Resource/Encoding/Wingdings
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/CenturySchL-Bold
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/CenturySchL-BoldItal
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/CenturySchL-Ital
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/CenturySchL-Roma
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/Dingbats
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusMonL-Bold
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusMonL-BoldObli
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusMonL-Regu
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusMonL-ReguObli
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusRomNo9L-Medi
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusRomNo9L-MediItal
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusRomNo9L-Regu
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusRomNo9L-ReguItal
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-Bold
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-BoldCond
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-BoldCondItal
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-BoldItal
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-Regu
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-ReguCond
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-ReguCondItal
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-ReguItal
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/StandardSymL
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWBookmanL-DemiBold
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWBookmanL-DemiBoldItal
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWBookmanL-Ligh
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWBookmanL-LighItal
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWChanceryL-MediItal
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWGothicL-Book
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWGothicL-BookObli
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWGothicL-Demi
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWGothicL-DemiObli
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWPalladioL-Bold
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWPalladioL-BoldItal
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWPalladioL-Ital
-%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWPalladioL-Roma
-%%DATADIR%%/%%GS_VERSION%%/doc/API.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/C-style.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Changes.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Commprod.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/DLL.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Deprecated.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Details.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Details8.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Develop.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Devices.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Drivers.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Fonts.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Helpers.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Hershey.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/History1.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/History2.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/History3.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/History4.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/History5.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/History6.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/History7.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/History8.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Install.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Issues.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Language.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Lib.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Make.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/News.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Projects.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Ps-style.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Ps2epsi.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Ps2pdf.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Psfiles.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/README
-%%DATADIR%%/%%GS_VERSION%%/doc/Readme.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Release.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Source.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Unix-lpr.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Use.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/Xfonts.htm
-%%DATADIR%%/%%GS_VERSION%%/doc/gs.css
-%%DATADIR%%/%%GS_VERSION%%/doc/index.html
-%%DATADIR%%/%%GS_VERSION%%/examples/alphabet.ps
-%%DATADIR%%/%%GS_VERSION%%/examples/annots.pdf
-%%DATADIR%%/%%GS_VERSION%%/examples/chess.ps
-%%DATADIR%%/%%GS_VERSION%%/examples/colorcir.ps
-%%DATADIR%%/%%GS_VERSION%%/examples/doretree.ps
-%%DATADIR%%/%%GS_VERSION%%/examples/escher.ps
-%%DATADIR%%/%%GS_VERSION%%/examples/golfer.eps
-%%DATADIR%%/%%GS_VERSION%%/examples/grayalph.ps
-%%DATADIR%%/%%GS_VERSION%%/examples/ridt91.eps
-%%DATADIR%%/%%GS_VERSION%%/examples/snowflak.ps
-%%DATADIR%%/%%GS_VERSION%%/examples/tiger.eps
-%%DATADIR%%/%%GS_VERSION%%/examples/vasarely.ps
-%%DATADIR%%/%%GS_VERSION%%/examples/waterfal.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/FAPIcidfmap
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/FAPIconfig
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/FAPIfontmap
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/FCOfontmap-PCLPS2
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/Fontmap
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/Fontmap.GS
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/cidfmap
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/cidfmap.orig
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_agl.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_btokn.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_cet.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_cff.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_cidcm.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_ciddc.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_cidfm.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_cidfn.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_cidtt.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_cmap.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_cspace.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_css_e.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_dbt_e.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_diskf.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_diskn.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_dpnxt.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_dps.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_dps1.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_dps2.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_dscp.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_epsf.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_fapi.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_fntem.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_fonts.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_frsd.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_icc.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_il1_e.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_img.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_init.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_l2img.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_lev2.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_ll3.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_mex_e.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_mgl_e.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_mro_e.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_pdf_e.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_pdfwr.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_res.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_resmp.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_setpd.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_statd.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_statd.ps.orig
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_std_e.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_sym_e.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_trap.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_ttf.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_ttf.ps.orig
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_typ32.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_typ42.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_type1.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/gs_wan_e.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/opdfread.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/pdf_base.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/pdf_cslayer.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/pdf_draw.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/pdf_font.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/pdf_font.ps.orig
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/pdf_main.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/pdf_ops.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/pdf_rbld.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/pdf_sec.ps
-%%DATADIR%%/%%GS_VERSION%%/Resource/Init/xlatmap
-%%DATADIR%%/%%GS_VERSION%%/Resource/SubstCID/CNS1-WMode
-%%DATADIR%%/%%GS_VERSION%%/Resource/SubstCID/GB1-WMode
-%%DATADIR%%/%%GS_VERSION%%/Resource/SubstCID/Japan1-WMode
-%%DATADIR%%/%%GS_VERSION%%/Resource/SubstCID/Korea1-WMode
-%%DATADIR%%/%%GS_VERSION%%/lib/ht_ccsto.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/acctest.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/addxchar.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/align.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/bdftops.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/caption.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/cid2code.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/decrypt.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/docie.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/dumphint.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/font2c.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/font2pcl.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/gslp.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/gsnup.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/image-qa.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/impath.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/jispaper.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/landscap.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/level1.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/lines.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/markhint.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/markpath.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/mkcidfm.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/PDFA_def.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/PDFX_def.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/packfile.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/pcharstr.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/pf2afm.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/pfbtopfa.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/ppath.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/pphs
-%%DATADIR%%/%%GS_VERSION%%/lib/pphs.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/prfont.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/printafm.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/ps2ai.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/ps2ascii.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/ps2epsi.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/quit.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/rollconv.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/showchar.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/showpage.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/stcinfo.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/stcolor.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/stocht.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/traceimg.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/traceop.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/type1enc.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/type1ops.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/uninfo.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/unprot.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/viewcmyk.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/viewgif.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/viewjpeg.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/viewmiff.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/viewpcx.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/viewpbm.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/viewps2a.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/winmaps.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/wftopfa.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/wrfont.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/zeroline.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/pdf2dsc.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/pdfopt.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_ce_e.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_cmdl.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_fform.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_il2_e.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_kanji.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_ksb_e.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_lgo_e.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_lgx_e.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_pfile.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_rdlin.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_wl1_e.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_wl2_e.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_wl5_e.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/pdfwrite.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/cbjc600.ppd
-%%DATADIR%%/%%GS_VERSION%%/lib/cbjc800.ppd
-%%DATADIR%%/%%GS_VERSION%%/lib/ghostpdf.ppd
-%%DATADIR%%/%%GS_VERSION%%/lib/bj8.rpd
-%%DATADIR%%/%%GS_VERSION%%/lib/bj8gc12f.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bj8hg12f.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bj8oh06n.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bj8pa06n.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bj8pp12f.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bj8ts06n.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a0.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a1.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a2.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a3.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a4.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a5.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a6.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a7.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a8.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610b1.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610b2.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610b3.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610b4.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610b6.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610b7.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc610b8.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/cdj550.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/cdj690.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/cdj690ec.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/dnj750c.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/dnj750m.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/necp2x.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/necp2x6.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/ras1.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/ras24.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/ras3.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/ras32.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/ras4.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/ras8m.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/st640ih.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/st640ihg.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/st640p.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/st640pg.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/st640pl.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/st640plg.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc1520h.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc2.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc200_h.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc2_h.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc2s_h.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc300.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc300bl.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc300bm.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc500p.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc500ph.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc600ih.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc600p.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc600pl.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc640p.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc800ih.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc800p.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc800pl.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc_h.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc_l.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stcany.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stcany_h.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_l.xbm
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_l_m.xbm
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_m.xbm
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_m_m.xbm
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_s.xbm
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_s_m.xbm
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_t.xbm
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_t_m.xbm
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_l.xpm
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_m.xpm
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_s.xpm
-%%DATADIR%%/%%GS_VERSION%%/lib/gs_t.xpm
-%%DATADIR%%/%%GS_VERSION%%/lib/dmp_init.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/dmp_site.ps
-%%DATADIR%%/%%GS_VERSION%%/lib/escp_24.src
-%%DATADIR%%/%%GS_VERSION%%/lib/PM760p.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/PM760pl.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/PM820p.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/PM820pl.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/Stc670p.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/Stc670pl.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/Stc680p.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/Stc680pl.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/Stc740p.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/Stc740pl.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/Stc760p.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/Stc760pl.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/Stc777p.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/Stc777pl.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/Stp720p.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/Stp720pl.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/Stp870p.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/Stp870pl.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc6000a1.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/bjc6000b1.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/s400a1.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/s400b1.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/sharp.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/sipixa6.upp
-%%DATADIR%%/%%GS_VERSION%%/lib/stc740ih.upp
-%%GS_dmprt%%%%DATADIR%%/%%GS_VERSION%%/lib/lqx70ch.upp
-%%GS_dmprt%%%%DATADIR%%/%%GS_VERSION%%/lib/lqx70cl.upp
-%%GS_dmprt%%%%DATADIR%%/%%GS_VERSION%%/lib/lqx70cm.upp
-%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/calign.ps
-%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/dumppdd.ps
-%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/example.mcf
-%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/if-pcl3
-%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/levels-test.ps
-%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-A4.ps
-%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-A4Rotated.ps
-%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-Env10Rotated.ps
-%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-EnvDLRotated.ps
-%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-Letter.ps
-%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-LetterRotated.ps
-share/ghostscript/8.71/Resource/CIDFont
+%%DATADIR%%/Resource/CMap/78-EUC-H
+%%DATADIR%%/Resource/CMap/78-EUC-V
+%%DATADIR%%/Resource/CMap/78-H
+%%DATADIR%%/Resource/CMap/78-RKSJ-H
+%%DATADIR%%/Resource/CMap/78-RKSJ-V
+%%DATADIR%%/Resource/CMap/78-V
+%%DATADIR%%/Resource/CMap/78ms-RKSJ-H
+%%DATADIR%%/Resource/CMap/78ms-RKSJ-V
+%%DATADIR%%/Resource/CMap/83pv-RKSJ-H
+%%DATADIR%%/Resource/CMap/90ms-RKSJ-H
+%%DATADIR%%/Resource/CMap/90ms-RKSJ-UCS2
+%%DATADIR%%/Resource/CMap/90ms-RKSJ-V
+%%DATADIR%%/Resource/CMap/90msp-RKSJ-H
+%%DATADIR%%/Resource/CMap/90msp-RKSJ-V
+%%DATADIR%%/Resource/CMap/90pv-RKSJ-H
+%%DATADIR%%/Resource/CMap/90pv-RKSJ-UCS2
+%%DATADIR%%/Resource/CMap/90pv-RKSJ-UCS2C
+%%DATADIR%%/Resource/CMap/90pv-RKSJ-V
+%%DATADIR%%/Resource/CMap/Add-H
+%%DATADIR%%/Resource/CMap/Add-RKSJ-H
+%%DATADIR%%/Resource/CMap/Add-RKSJ-V
+%%DATADIR%%/Resource/CMap/Add-V
+%%DATADIR%%/Resource/CMap/Adobe-CNS1-0
+%%DATADIR%%/Resource/CMap/Adobe-CNS1-1
+%%DATADIR%%/Resource/CMap/Adobe-CNS1-2
+%%DATADIR%%/Resource/CMap/Adobe-CNS1-3
+%%DATADIR%%/Resource/CMap/Adobe-CNS1-4
+%%DATADIR%%/Resource/CMap/Adobe-CNS1-5
+%%DATADIR%%/Resource/CMap/Adobe-CNS1-6
+%%DATADIR%%/Resource/CMap/Adobe-CNS1-B5pc
+%%DATADIR%%/Resource/CMap/Adobe-CNS1-ETenms-B5
+%%DATADIR%%/Resource/CMap/Adobe-CNS1-H-CID
+%%DATADIR%%/Resource/CMap/Adobe-CNS1-H-Host
+%%DATADIR%%/Resource/CMap/Adobe-CNS1-H-Mac
+%%DATADIR%%/Resource/CMap/Adobe-CNS1-UCS2
+%%DATADIR%%/Resource/CMap/Adobe-GB1-0
+%%DATADIR%%/Resource/CMap/Adobe-GB1-1
+%%DATADIR%%/Resource/CMap/Adobe-GB1-2
+%%DATADIR%%/Resource/CMap/Adobe-GB1-3
+%%DATADIR%%/Resource/CMap/Adobe-GB1-4
+%%DATADIR%%/Resource/CMap/Adobe-GB1-5
+%%DATADIR%%/Resource/CMap/Adobe-GB1-GBK-EUC
+%%DATADIR%%/Resource/CMap/Adobe-GB1-GBpc-EUC
+%%DATADIR%%/Resource/CMap/Adobe-GB1-H-CID
+%%DATADIR%%/Resource/CMap/Adobe-GB1-H-Host
+%%DATADIR%%/Resource/CMap/Adobe-GB1-H-Mac
+%%DATADIR%%/Resource/CMap/Adobe-GB1-UCS2
+%%DATADIR%%/Resource/CMap/Adobe-Japan1-0
+%%DATADIR%%/Resource/CMap/Adobe-Japan1-1
+%%DATADIR%%/Resource/CMap/Adobe-Japan1-2
+%%DATADIR%%/Resource/CMap/Adobe-Japan1-3
+%%DATADIR%%/Resource/CMap/Adobe-Japan1-4
+%%DATADIR%%/Resource/CMap/Adobe-Japan1-5
+%%DATADIR%%/Resource/CMap/Adobe-Japan1-6
+%%DATADIR%%/Resource/CMap/Adobe-Japan1-90ms-RKSJ
+%%DATADIR%%/Resource/CMap/Adobe-Japan1-90pv-RKSJ
+%%DATADIR%%/Resource/CMap/Adobe-Japan1-H-CID
+%%DATADIR%%/Resource/CMap/Adobe-Japan1-H-Host
+%%DATADIR%%/Resource/CMap/Adobe-Japan1-H-Mac
+%%DATADIR%%/Resource/CMap/Adobe-Japan1-PS-H
+%%DATADIR%%/Resource/CMap/Adobe-Japan1-PS-V
+%%DATADIR%%/Resource/CMap/Adobe-Japan1-UCS2
+%%DATADIR%%/Resource/CMap/Adobe-Japan2-0
+%%DATADIR%%/Resource/CMap/Adobe-Korea1-0
+%%DATADIR%%/Resource/CMap/Adobe-Korea1-1
+%%DATADIR%%/Resource/CMap/Adobe-Korea1-2
+%%DATADIR%%/Resource/CMap/Adobe-Korea1-H-CID
+%%DATADIR%%/Resource/CMap/Adobe-Korea1-H-Host
+%%DATADIR%%/Resource/CMap/Adobe-Korea1-H-Mac
+%%DATADIR%%/Resource/CMap/Adobe-Korea1-KSCms-UHC
+%%DATADIR%%/Resource/CMap/Adobe-Korea1-KSCpc-EUC
+%%DATADIR%%/Resource/CMap/Adobe-Korea1-UCS2
+%%DATADIR%%/Resource/CMap/B5-H
+%%DATADIR%%/Resource/CMap/B5-V
+%%DATADIR%%/Resource/CMap/B5pc-H
+%%DATADIR%%/Resource/CMap/B5pc-UCS2
+%%DATADIR%%/Resource/CMap/B5pc-UCS2C
+%%DATADIR%%/Resource/CMap/B5pc-V
+%%DATADIR%%/Resource/CMap/CNS-EUC-H
+%%DATADIR%%/Resource/CMap/CNS-EUC-V
+%%DATADIR%%/Resource/CMap/CNS01-RKSJ-H
+%%DATADIR%%/Resource/CMap/CNS02-RKSJ-H
+%%DATADIR%%/Resource/CMap/CNS03-RKSJ-H
+%%DATADIR%%/Resource/CMap/CNS04-RKSJ-H
+%%DATADIR%%/Resource/CMap/CNS05-RKSJ-H
+%%DATADIR%%/Resource/CMap/CNS06-RKSJ-H
+%%DATADIR%%/Resource/CMap/CNS07-RKSJ-H
+%%DATADIR%%/Resource/CMap/CNS1-H
+%%DATADIR%%/Resource/CMap/CNS1-V
+%%DATADIR%%/Resource/CMap/CNS15-RKSJ-H
+%%DATADIR%%/Resource/CMap/CNS2-H
+%%DATADIR%%/Resource/CMap/CNS2-V
+%%DATADIR%%/Resource/CMap/ETHK-B5-H
+%%DATADIR%%/Resource/CMap/ETHK-B5-V
+%%DATADIR%%/Resource/CMap/ETen-B5-H
+%%DATADIR%%/Resource/CMap/ETen-B5-UCS2
+%%DATADIR%%/Resource/CMap/ETen-B5-V
+%%DATADIR%%/Resource/CMap/ETenms-B5-H
+%%DATADIR%%/Resource/CMap/ETenms-B5-V
+%%DATADIR%%/Resource/CMap/EUC-H
+%%DATADIR%%/Resource/CMap/EUC-V
+%%DATADIR%%/Resource/CMap/Ext-H
+%%DATADIR%%/Resource/CMap/Ext-RKSJ-H
+%%DATADIR%%/Resource/CMap/Ext-RKSJ-V
+%%DATADIR%%/Resource/CMap/Ext-V
+%%DATADIR%%/Resource/CMap/GB-EUC-H
+%%DATADIR%%/Resource/CMap/GB-EUC-V
+%%DATADIR%%/Resource/CMap/GB-H
+%%DATADIR%%/Resource/CMap/GB-RKSJ-H
+%%DATADIR%%/Resource/CMap/GB-V
+%%DATADIR%%/Resource/CMap/GBK-EUC-H
+%%DATADIR%%/Resource/CMap/GBK-EUC-UCS2
+%%DATADIR%%/Resource/CMap/GBK-EUC-V
+%%DATADIR%%/Resource/CMap/GBK2K-H
+%%DATADIR%%/Resource/CMap/GBK2K-V
+%%DATADIR%%/Resource/CMap/GBKp-EUC-H
+%%DATADIR%%/Resource/CMap/GBKp-EUC-V
+%%DATADIR%%/Resource/CMap/GBT-EUC-H
+%%DATADIR%%/Resource/CMap/GBT-EUC-V
+%%DATADIR%%/Resource/CMap/GBT-H
+%%DATADIR%%/Resource/CMap/GBT-RKSJ-H
+%%DATADIR%%/Resource/CMap/GBT-V
+%%DATADIR%%/Resource/CMap/GBTpc-EUC-H
+%%DATADIR%%/Resource/CMap/GBTpc-EUC-V
+%%DATADIR%%/Resource/CMap/GBpc-EUC-H
+%%DATADIR%%/Resource/CMap/GBpc-EUC-UCS2
+%%DATADIR%%/Resource/CMap/GBpc-EUC-UCS2C
+%%DATADIR%%/Resource/CMap/GBpc-EUC-V
+%%DATADIR%%/Resource/CMap/H
+%%DATADIR%%/Resource/CMap/HK-RKSJ-H
+%%DATADIR%%/Resource/CMap/HKdla-B5-H
+%%DATADIR%%/Resource/CMap/HKdla-B5-V
+%%DATADIR%%/Resource/CMap/HKdlb-B5-H
+%%DATADIR%%/Resource/CMap/HKdlb-B5-V
+%%DATADIR%%/Resource/CMap/HKgccs-B5-H
+%%DATADIR%%/Resource/CMap/HKgccs-B5-V
+%%DATADIR%%/Resource/CMap/HKm314-B5-H
+%%DATADIR%%/Resource/CMap/HKm314-B5-V
+%%DATADIR%%/Resource/CMap/HKm471-B5-H
+%%DATADIR%%/Resource/CMap/HKm471-B5-V
+%%DATADIR%%/Resource/CMap/HKscs-B5-H
+%%DATADIR%%/Resource/CMap/HKscs-B5-V
+%%DATADIR%%/Resource/CMap/Hankaku
+%%DATADIR%%/Resource/CMap/Hiragana
+%%DATADIR%%/Resource/CMap/Hojo-EUC-H
+%%DATADIR%%/Resource/CMap/Hojo-EUC-V
+%%DATADIR%%/Resource/CMap/Hojo-H
+%%DATADIR%%/Resource/CMap/Hojo-RKSJ-H
+%%DATADIR%%/Resource/CMap/Hojo-V
+%%DATADIR%%/Resource/CMap/Identity-H
+%%DATADIR%%/Resource/CMap/Identity-UTF16-H
+%%DATADIR%%/Resource/CMap/Identity-UTF16-V
+%%DATADIR%%/Resource/CMap/Identity-V
+%%DATADIR%%/Resource/CMap/KSC-EUC-H
+%%DATADIR%%/Resource/CMap/KSC-EUC-V
+%%DATADIR%%/Resource/CMap/KSC-H
+%%DATADIR%%/Resource/CMap/KSC-Johab-H
+%%DATADIR%%/Resource/CMap/KSC-Johab-V
+%%DATADIR%%/Resource/CMap/KSC-RKSJ-H
+%%DATADIR%%/Resource/CMap/KSC-V
+%%DATADIR%%/Resource/CMap/KSC2-RKSJ-H
+%%DATADIR%%/Resource/CMap/KSCms-UHC-H
+%%DATADIR%%/Resource/CMap/KSCms-UHC-HW-H
+%%DATADIR%%/Resource/CMap/KSCms-UHC-HW-V
+%%DATADIR%%/Resource/CMap/KSCms-UHC-UCS2
+%%DATADIR%%/Resource/CMap/KSCms-UHC-V
+%%DATADIR%%/Resource/CMap/KSCpc-EUC-H
+%%DATADIR%%/Resource/CMap/KSCpc-EUC-UCS2
+%%DATADIR%%/Resource/CMap/KSCpc-EUC-UCS2C
+%%DATADIR%%/Resource/CMap/KSCpc-EUC-V
+%%DATADIR%%/Resource/CMap/Katakana
+%%DATADIR%%/Resource/CMap/NWP-H
+%%DATADIR%%/Resource/CMap/NWP-V
+%%DATADIR%%/Resource/CMap/RKSJ-H
+%%DATADIR%%/Resource/CMap/RKSJ-V
+%%DATADIR%%/Resource/CMap/Roman
+%%DATADIR%%/Resource/CMap/TCVN-RKSJ-H
+%%DATADIR%%/Resource/CMap/UCS2-90ms-RKSJ
+%%DATADIR%%/Resource/CMap/UCS2-90pv-RKSJ
+%%DATADIR%%/Resource/CMap/UCS2-B5pc
+%%DATADIR%%/Resource/CMap/UCS2-ETen-B5
+%%DATADIR%%/Resource/CMap/UCS2-GBK-EUC
+%%DATADIR%%/Resource/CMap/UCS2-GBpc-EUC
+%%DATADIR%%/Resource/CMap/UCS2-KSCms-UHC
+%%DATADIR%%/Resource/CMap/UCS2-KSCpc-EUC
+%%DATADIR%%/Resource/CMap/UniCNS-UCS2-H
+%%DATADIR%%/Resource/CMap/UniCNS-UCS2-V
+%%DATADIR%%/Resource/CMap/UniCNS-UTF16-H
+%%DATADIR%%/Resource/CMap/UniCNS-UTF16-V
+%%DATADIR%%/Resource/CMap/UniCNS-UTF32-H
+%%DATADIR%%/Resource/CMap/UniCNS-UTF32-V
+%%DATADIR%%/Resource/CMap/UniCNS-UTF8-H
+%%DATADIR%%/Resource/CMap/UniCNS-UTF8-V
+%%DATADIR%%/Resource/CMap/UniGB-UCS2-H
+%%DATADIR%%/Resource/CMap/UniGB-UCS2-V
+%%DATADIR%%/Resource/CMap/UniGB-UTF16-H
+%%DATADIR%%/Resource/CMap/UniGB-UTF16-V
+%%DATADIR%%/Resource/CMap/UniGB-UTF32-H
+%%DATADIR%%/Resource/CMap/UniGB-UTF32-V
+%%DATADIR%%/Resource/CMap/UniGB-UTF8-H
+%%DATADIR%%/Resource/CMap/UniGB-UTF8-V
+%%DATADIR%%/Resource/CMap/UniHojo-UCS2-H
+%%DATADIR%%/Resource/CMap/UniHojo-UCS2-V
+%%DATADIR%%/Resource/CMap/UniHojo-UTF16-H
+%%DATADIR%%/Resource/CMap/UniHojo-UTF16-V
+%%DATADIR%%/Resource/CMap/UniHojo-UTF32-H
+%%DATADIR%%/Resource/CMap/UniHojo-UTF32-V
+%%DATADIR%%/Resource/CMap/UniHojo-UTF8-H
+%%DATADIR%%/Resource/CMap/UniHojo-UTF8-V
+%%DATADIR%%/Resource/CMap/UniJIS-UCS2-H
+%%DATADIR%%/Resource/CMap/UniJIS-UCS2-HW-H
+%%DATADIR%%/Resource/CMap/UniJIS-UCS2-HW-V
+%%DATADIR%%/Resource/CMap/UniJIS-UCS2-V
+%%DATADIR%%/Resource/CMap/UniJIS-UTF16-H
+%%DATADIR%%/Resource/CMap/UniJIS-UTF16-V
+%%DATADIR%%/Resource/CMap/UniJIS-UTF32-H
+%%DATADIR%%/Resource/CMap/UniJIS-UTF32-V
+%%DATADIR%%/Resource/CMap/UniJIS-UTF8-H
+%%DATADIR%%/Resource/CMap/UniJIS-UTF8-V
+%%DATADIR%%/Resource/CMap/UniJIS2004-UTF16-H
+%%DATADIR%%/Resource/CMap/UniJIS2004-UTF16-V
+%%DATADIR%%/Resource/CMap/UniJIS2004-UTF32-H
+%%DATADIR%%/Resource/CMap/UniJIS2004-UTF32-V
+%%DATADIR%%/Resource/CMap/UniJIS2004-UTF8-H
+%%DATADIR%%/Resource/CMap/UniJIS2004-UTF8-V
+%%DATADIR%%/Resource/CMap/UniJISPro-UCS2-HW-V
+%%DATADIR%%/Resource/CMap/UniJISPro-UCS2-V
+%%DATADIR%%/Resource/CMap/UniJISPro-UTF8-V
+%%DATADIR%%/Resource/CMap/UniJISX0213-UTF32-H
+%%DATADIR%%/Resource/CMap/UniJISX0213-UTF32-V
+%%DATADIR%%/Resource/CMap/UniJISX02132004-UTF32-H
+%%DATADIR%%/Resource/CMap/UniJISX02132004-UTF32-V
+%%DATADIR%%/Resource/CMap/UniKS-UCS2-H
+%%DATADIR%%/Resource/CMap/UniKS-UCS2-V
+%%DATADIR%%/Resource/CMap/UniKS-UTF16-H
+%%DATADIR%%/Resource/CMap/UniKS-UTF16-V
+%%DATADIR%%/Resource/CMap/UniKS-UTF32-H
+%%DATADIR%%/Resource/CMap/UniKS-UTF32-V
+%%DATADIR%%/Resource/CMap/UniKS-UTF8-H
+%%DATADIR%%/Resource/CMap/UniKS-UTF8-V
+%%DATADIR%%/Resource/CMap/V
+%%DATADIR%%/Resource/CMap/WP-Symbol
+%%DATADIR%%/Resource/ColorSpace/DefaultCMYK
+%%DATADIR%%/Resource/ColorSpace/DefaultGray
+%%DATADIR%%/Resource/ColorSpace/DefaultRGB
+%%DATADIR%%/Resource/ColorSpace/TrivialCMYK
+%%DATADIR%%/Resource/ColorSpace/sGray
+%%DATADIR%%/Resource/ColorSpace/sRGB
+%%DATADIR%%/Resource/Decoding/FCO_Dingbats
+%%DATADIR%%/Resource/Decoding/FCO_Symbol
+%%DATADIR%%/Resource/Decoding/FCO_Unicode
+%%DATADIR%%/Resource/Decoding/FCO_Wingdings
+%%DATADIR%%/Resource/Decoding/Latin1
+%%DATADIR%%/Resource/Decoding/StandardEncoding
+%%DATADIR%%/Resource/Decoding/Unicode
+%%DATADIR%%/Resource/Encoding/Wingdings
+%%DATADIR%%/Resource/Font/CenturySchL-Bold
+%%DATADIR%%/Resource/Font/CenturySchL-BoldItal
+%%DATADIR%%/Resource/Font/CenturySchL-Ital
+%%DATADIR%%/Resource/Font/CenturySchL-Roma
+%%DATADIR%%/Resource/Font/Dingbats
+%%DATADIR%%/Resource/Font/NimbusMonL-Bold
+%%DATADIR%%/Resource/Font/NimbusMonL-BoldObli
+%%DATADIR%%/Resource/Font/NimbusMonL-Regu
+%%DATADIR%%/Resource/Font/NimbusMonL-ReguObli
+%%DATADIR%%/Resource/Font/NimbusRomNo9L-Medi
+%%DATADIR%%/Resource/Font/NimbusRomNo9L-MediItal
+%%DATADIR%%/Resource/Font/NimbusRomNo9L-Regu
+%%DATADIR%%/Resource/Font/NimbusRomNo9L-ReguItal
+%%DATADIR%%/Resource/Font/NimbusSanL-Bold
+%%DATADIR%%/Resource/Font/NimbusSanL-BoldCond
+%%DATADIR%%/Resource/Font/NimbusSanL-BoldCondItal
+%%DATADIR%%/Resource/Font/NimbusSanL-BoldItal
+%%DATADIR%%/Resource/Font/NimbusSanL-Regu
+%%DATADIR%%/Resource/Font/NimbusSanL-ReguCond
+%%DATADIR%%/Resource/Font/NimbusSanL-ReguCondItal
+%%DATADIR%%/Resource/Font/NimbusSanL-ReguItal
+%%DATADIR%%/Resource/Font/StandardSymL
+%%DATADIR%%/Resource/Font/URWBookmanL-DemiBold
+%%DATADIR%%/Resource/Font/URWBookmanL-DemiBoldItal
+%%DATADIR%%/Resource/Font/URWBookmanL-Ligh
+%%DATADIR%%/Resource/Font/URWBookmanL-LighItal
+%%DATADIR%%/Resource/Font/URWChanceryL-MediItal
+%%DATADIR%%/Resource/Font/URWGothicL-Book
+%%DATADIR%%/Resource/Font/URWGothicL-BookObli
+%%DATADIR%%/Resource/Font/URWGothicL-Demi
+%%DATADIR%%/Resource/Font/URWGothicL-DemiObli
+%%DATADIR%%/Resource/Font/URWPalladioL-Bold
+%%DATADIR%%/Resource/Font/URWPalladioL-BoldItal
+%%DATADIR%%/Resource/Font/URWPalladioL-Ital
+%%DATADIR%%/Resource/Font/URWPalladioL-Roma
+%%DATADIR%%/doc/API.htm
+%%DATADIR%%/doc/C-style.htm
+%%DATADIR%%/doc/Changes.htm
+%%DATADIR%%/doc/Commprod.htm
+%%DATADIR%%/doc/DLL.htm
+%%DATADIR%%/doc/Deprecated.htm
+%%DATADIR%%/doc/Details.htm
+%%DATADIR%%/doc/Details8.htm
+%%DATADIR%%/doc/Develop.htm
+%%DATADIR%%/doc/Devices.htm
+%%DATADIR%%/doc/Drivers.htm
+%%DATADIR%%/doc/Fonts.htm
+%%DATADIR%%/doc/Helpers.htm
+%%DATADIR%%/doc/Hershey.htm
+%%DATADIR%%/doc/History1.htm
+%%DATADIR%%/doc/History2.htm
+%%DATADIR%%/doc/History3.htm
+%%DATADIR%%/doc/History4.htm
+%%DATADIR%%/doc/History5.htm
+%%DATADIR%%/doc/History6.htm
+%%DATADIR%%/doc/History7.htm
+%%DATADIR%%/doc/History8.htm
+%%DATADIR%%/doc/Install.htm
+%%DATADIR%%/doc/Issues.htm
+%%DATADIR%%/doc/Language.htm
+%%DATADIR%%/doc/Lib.htm
+%%DATADIR%%/doc/Make.htm
+%%DATADIR%%/doc/News.htm
+%%DATADIR%%/doc/Projects.htm
+%%DATADIR%%/doc/Ps-style.htm
+%%DATADIR%%/doc/Ps2epsi.htm
+%%DATADIR%%/doc/Ps2pdf.htm
+%%DATADIR%%/doc/Psfiles.htm
+%%DATADIR%%/doc/README
+%%DATADIR%%/doc/Readme.htm
+%%DATADIR%%/doc/Release.htm
+%%DATADIR%%/doc/Source.htm
+%%DATADIR%%/doc/Unix-lpr.htm
+%%DATADIR%%/doc/Use.htm
+%%DATADIR%%/doc/Xfonts.htm
+%%DATADIR%%/doc/gs.css
+%%DATADIR%%/doc/index.html
+%%DATADIR%%/examples/alphabet.ps
+%%DATADIR%%/examples/annots.pdf
+%%DATADIR%%/examples/chess.ps
+%%DATADIR%%/examples/colorcir.ps
+%%DATADIR%%/examples/doretree.ps
+%%DATADIR%%/examples/escher.ps
+%%DATADIR%%/examples/golfer.eps
+%%DATADIR%%/examples/grayalph.ps
+%%DATADIR%%/examples/ridt91.eps
+%%DATADIR%%/examples/snowflak.ps
+%%DATADIR%%/examples/tiger.eps
+%%DATADIR%%/examples/vasarely.ps
+%%DATADIR%%/examples/waterfal.ps
+%%DATADIR%%/Resource/Init/FAPIcidfmap
+%%DATADIR%%/Resource/Init/FAPIconfig
+%%DATADIR%%/Resource/Init/FAPIfontmap
+%%DATADIR%%/Resource/Init/FCOfontmap-PCLPS2
+%%DATADIR%%/Resource/Init/Fontmap
+%%DATADIR%%/Resource/Init/Fontmap.GS
+%%DATADIR%%/Resource/Init/cidfmap
+%%DATADIR%%/Resource/Init/gs_agl.ps
+%%DATADIR%%/Resource/Init/gs_btokn.ps
+%%DATADIR%%/Resource/Init/gs_cet.ps
+%%DATADIR%%/Resource/Init/gs_cff.ps
+%%DATADIR%%/Resource/Init/gs_cidcm.ps
+%%DATADIR%%/Resource/Init/gs_ciddc.ps
+%%DATADIR%%/Resource/Init/gs_cidfm.ps
+%%DATADIR%%/Resource/Init/gs_cidfn.ps
+%%DATADIR%%/Resource/Init/gs_cidtt.ps
+%%DATADIR%%/Resource/Init/gs_cmap.ps
+%%DATADIR%%/Resource/Init/gs_cspace.ps
+%%DATADIR%%/Resource/Init/gs_css_e.ps
+%%DATADIR%%/Resource/Init/gs_dbt_e.ps
+%%DATADIR%%/Resource/Init/gs_diskf.ps
+%%DATADIR%%/Resource/Init/gs_diskn.ps
+%%DATADIR%%/Resource/Init/gs_dpnxt.ps
+%%DATADIR%%/Resource/Init/gs_dps.ps
+%%DATADIR%%/Resource/Init/gs_dps1.ps
+%%DATADIR%%/Resource/Init/gs_dps2.ps
+%%DATADIR%%/Resource/Init/gs_dscp.ps
+%%DATADIR%%/Resource/Init/gs_epsf.ps
+%%DATADIR%%/Resource/Init/gs_fapi.ps
+%%DATADIR%%/Resource/Init/gs_fntem.ps
+%%DATADIR%%/Resource/Init/gs_fonts.ps
+%%DATADIR%%/Resource/Init/gs_frsd.ps
+%%DATADIR%%/Resource/Init/gs_icc.ps
+%%DATADIR%%/Resource/Init/gs_il1_e.ps
+%%DATADIR%%/Resource/Init/gs_img.ps
+%%DATADIR%%/Resource/Init/gs_init.ps
+%%DATADIR%%/Resource/Init/gs_l2img.ps
+%%DATADIR%%/Resource/Init/gs_lev2.ps
+%%DATADIR%%/Resource/Init/gs_ll3.ps
+%%DATADIR%%/Resource/Init/gs_mex_e.ps
+%%DATADIR%%/Resource/Init/gs_mgl_e.ps
+%%DATADIR%%/Resource/Init/gs_mro_e.ps
+%%DATADIR%%/Resource/Init/gs_pdf_e.ps
+%%DATADIR%%/Resource/Init/gs_pdfwr.ps
+%%DATADIR%%/Resource/Init/gs_res.ps
+%%DATADIR%%/Resource/Init/gs_resmp.ps
+%%DATADIR%%/Resource/Init/gs_setpd.ps
+%%DATADIR%%/Resource/Init/gs_statd.ps
+%%DATADIR%%/Resource/Init/gs_std_e.ps
+%%DATADIR%%/Resource/Init/gs_sym_e.ps
+%%DATADIR%%/Resource/Init/gs_trap.ps
+%%DATADIR%%/Resource/Init/gs_ttf.ps
+%%DATADIR%%/Resource/Init/gs_typ32.ps
+%%DATADIR%%/Resource/Init/gs_typ42.ps
+%%DATADIR%%/Resource/Init/gs_type1.ps
+%%DATADIR%%/Resource/Init/gs_wan_e.ps
+%%DATADIR%%/Resource/Init/opdfread.ps
+%%DATADIR%%/Resource/Init/pdf_base.ps
+%%DATADIR%%/Resource/Init/pdf_cslayer.ps
+%%DATADIR%%/Resource/Init/pdf_draw.ps
+%%DATADIR%%/Resource/Init/pdf_font.ps
+%%DATADIR%%/Resource/Init/pdf_main.ps
+%%DATADIR%%/Resource/Init/pdf_ops.ps
+%%DATADIR%%/Resource/Init/pdf_rbld.ps
+%%DATADIR%%/Resource/Init/pdf_sec.ps
+%%DATADIR%%/Resource/Init/xlatmap
+%%DATADIR%%/Resource/SubstCID/CNS1-WMode
+%%DATADIR%%/Resource/SubstCID/GB1-WMode
+%%DATADIR%%/Resource/SubstCID/Japan1-WMode
+%%DATADIR%%/Resource/SubstCID/Korea1-WMode
+%%DATADIR%%/Resource/CIDFont
+%%DATADIR%%/lib/ht_ccsto.ps
+%%DATADIR%%/lib/acctest.ps
+%%DATADIR%%/lib/addxchar.ps
+%%DATADIR%%/lib/align.ps
+%%DATADIR%%/lib/bdftops.ps
+%%DATADIR%%/lib/caption.ps
+%%DATADIR%%/lib/cid2code.ps
+%%DATADIR%%/lib/decrypt.ps
+%%DATADIR%%/lib/docie.ps
+%%DATADIR%%/lib/dumphint.ps
+%%DATADIR%%/lib/font2c.ps
+%%DATADIR%%/lib/font2pcl.ps
+%%DATADIR%%/lib/gslp.ps
+%%DATADIR%%/lib/gsnup.ps
+%%DATADIR%%/lib/image-qa.ps
+%%DATADIR%%/lib/impath.ps
+%%DATADIR%%/lib/jispaper.ps
+%%DATADIR%%/lib/landscap.ps
+%%DATADIR%%/lib/level1.ps
+%%DATADIR%%/lib/lines.ps
+%%DATADIR%%/lib/markhint.ps
+%%DATADIR%%/lib/markpath.ps
+%%DATADIR%%/lib/mkcidfm.ps
+%%DATADIR%%/lib/PDFA_def.ps
+%%DATADIR%%/lib/PDFX_def.ps
+%%DATADIR%%/lib/packfile.ps
+%%DATADIR%%/lib/pcharstr.ps
+%%DATADIR%%/lib/pf2afm.ps
+%%DATADIR%%/lib/pfbtopfa.ps
+%%DATADIR%%/lib/ppath.ps
+%%DATADIR%%/lib/pphs
+%%DATADIR%%/lib/pphs.ps
+%%DATADIR%%/lib/prfont.ps
+%%DATADIR%%/lib/printafm.ps
+%%DATADIR%%/lib/ps2ai.ps
+%%DATADIR%%/lib/ps2ascii.ps
+%%DATADIR%%/lib/ps2epsi.ps
+%%DATADIR%%/lib/quit.ps
+%%DATADIR%%/lib/rollconv.ps
+%%DATADIR%%/lib/showchar.ps
+%%DATADIR%%/lib/showpage.ps
+%%DATADIR%%/lib/stcinfo.ps
+%%DATADIR%%/lib/stcolor.ps
+%%DATADIR%%/lib/stocht.ps
+%%DATADIR%%/lib/traceimg.ps
+%%DATADIR%%/lib/traceop.ps
+%%DATADIR%%/lib/type1enc.ps
+%%DATADIR%%/lib/type1ops.ps
+%%DATADIR%%/lib/uninfo.ps
+%%DATADIR%%/lib/unprot.ps
+%%DATADIR%%/lib/viewcmyk.ps
+%%DATADIR%%/lib/viewgif.ps
+%%DATADIR%%/lib/viewjpeg.ps
+%%DATADIR%%/lib/viewmiff.ps
+%%DATADIR%%/lib/viewpcx.ps
+%%DATADIR%%/lib/viewpbm.ps
+%%DATADIR%%/lib/viewps2a.ps
+%%DATADIR%%/lib/winmaps.ps
+%%DATADIR%%/lib/wftopfa.ps
+%%DATADIR%%/lib/wrfont.ps
+%%DATADIR%%/lib/zeroline.ps
+%%DATADIR%%/lib/pdf2dsc.ps
+%%DATADIR%%/lib/pdfopt.ps
+%%DATADIR%%/lib/gs_ce_e.ps
+%%DATADIR%%/lib/gs_cmdl.ps
+%%DATADIR%%/lib/gs_fform.ps
+%%DATADIR%%/lib/gs_il2_e.ps
+%%DATADIR%%/lib/gs_kanji.ps
+%%DATADIR%%/lib/gs_ksb_e.ps
+%%DATADIR%%/lib/gs_lgo_e.ps
+%%DATADIR%%/lib/gs_lgx_e.ps
+%%DATADIR%%/lib/gs_pfile.ps
+%%DATADIR%%/lib/gs_rdlin.ps
+%%DATADIR%%/lib/gs_wl1_e.ps
+%%DATADIR%%/lib/gs_wl2_e.ps
+%%DATADIR%%/lib/gs_wl5_e.ps
+%%DATADIR%%/lib/pdfwrite.ps
+%%DATADIR%%/lib/cbjc600.ppd
+%%DATADIR%%/lib/cbjc800.ppd
+%%DATADIR%%/lib/ghostpdf.ppd
+%%DATADIR%%/lib/bj8.rpd
+%%DATADIR%%/lib/bj8gc12f.upp
+%%DATADIR%%/lib/bj8hg12f.upp
+%%DATADIR%%/lib/bj8oh06n.upp
+%%DATADIR%%/lib/bj8pa06n.upp
+%%DATADIR%%/lib/bj8pp12f.upp
+%%DATADIR%%/lib/bj8ts06n.upp
+%%DATADIR%%/lib/bjc610a0.upp
+%%DATADIR%%/lib/bjc610a1.upp
+%%DATADIR%%/lib/bjc610a2.upp
+%%DATADIR%%/lib/bjc610a3.upp
+%%DATADIR%%/lib/bjc610a4.upp
+%%DATADIR%%/lib/bjc610a5.upp
+%%DATADIR%%/lib/bjc610a6.upp
+%%DATADIR%%/lib/bjc610a7.upp
+%%DATADIR%%/lib/bjc610a8.upp
+%%DATADIR%%/lib/bjc610b1.upp
+%%DATADIR%%/lib/bjc610b2.upp
+%%DATADIR%%/lib/bjc610b3.upp
+%%DATADIR%%/lib/bjc610b4.upp
+%%DATADIR%%/lib/bjc610b6.upp
+%%DATADIR%%/lib/bjc610b7.upp
+%%DATADIR%%/lib/bjc610b8.upp
+%%DATADIR%%/lib/cdj550.upp
+%%DATADIR%%/lib/cdj690.upp
+%%DATADIR%%/lib/cdj690ec.upp
+%%DATADIR%%/lib/dnj750c.upp
+%%DATADIR%%/lib/dnj750m.upp
+%%DATADIR%%/lib/necp2x.upp
+%%DATADIR%%/lib/necp2x6.upp
+%%DATADIR%%/lib/ras1.upp
+%%DATADIR%%/lib/ras24.upp
+%%DATADIR%%/lib/ras3.upp
+%%DATADIR%%/lib/ras32.upp
+%%DATADIR%%/lib/ras4.upp
+%%DATADIR%%/lib/ras8m.upp
+%%DATADIR%%/lib/st640ih.upp
+%%DATADIR%%/lib/st640ihg.upp
+%%DATADIR%%/lib/st640p.upp
+%%DATADIR%%/lib/st640pg.upp
+%%DATADIR%%/lib/st640pl.upp
+%%DATADIR%%/lib/st640plg.upp
+%%DATADIR%%/lib/stc.upp
+%%DATADIR%%/lib/stc1520h.upp
+%%DATADIR%%/lib/stc2.upp
+%%DATADIR%%/lib/stc200_h.upp
+%%DATADIR%%/lib/stc2_h.upp
+%%DATADIR%%/lib/stc2s_h.upp
+%%DATADIR%%/lib/stc300.upp
+%%DATADIR%%/lib/stc300bl.upp
+%%DATADIR%%/lib/stc300bm.upp
+%%DATADIR%%/lib/stc500p.upp
+%%DATADIR%%/lib/stc500ph.upp
+%%DATADIR%%/lib/stc600ih.upp
+%%DATADIR%%/lib/stc600p.upp
+%%DATADIR%%/lib/stc600pl.upp
+%%DATADIR%%/lib/stc640p.upp
+%%DATADIR%%/lib/stc800ih.upp
+%%DATADIR%%/lib/stc800p.upp
+%%DATADIR%%/lib/stc800pl.upp
+%%DATADIR%%/lib/stc_h.upp
+%%DATADIR%%/lib/stc_l.upp
+%%DATADIR%%/lib/stcany.upp
+%%DATADIR%%/lib/stcany_h.upp
+%%DATADIR%%/lib/gs_l.xbm
+%%DATADIR%%/lib/gs_l_m.xbm
+%%DATADIR%%/lib/gs_m.xbm
+%%DATADIR%%/lib/gs_m_m.xbm
+%%DATADIR%%/lib/gs_s.xbm
+%%DATADIR%%/lib/gs_s_m.xbm
+%%DATADIR%%/lib/gs_t.xbm
+%%DATADIR%%/lib/gs_t_m.xbm
+%%DATADIR%%/lib/gs_l.xpm
+%%DATADIR%%/lib/gs_m.xpm
+%%DATADIR%%/lib/gs_s.xpm
+%%DATADIR%%/lib/gs_t.xpm
+%%DATADIR%%/lib/dmp_init.ps
+%%DATADIR%%/lib/dmp_site.ps
+%%DATADIR%%/lib/escp_24.src
+%%DATADIR%%/lib/PM760p.upp
+%%DATADIR%%/lib/PM760pl.upp
+%%DATADIR%%/lib/PM820p.upp
+%%DATADIR%%/lib/PM820pl.upp
+%%DATADIR%%/lib/Stc670p.upp
+%%DATADIR%%/lib/Stc670pl.upp
+%%DATADIR%%/lib/Stc680p.upp
+%%DATADIR%%/lib/Stc680pl.upp
+%%DATADIR%%/lib/Stc740p.upp
+%%DATADIR%%/lib/Stc740pl.upp
+%%DATADIR%%/lib/Stc760p.upp
+%%DATADIR%%/lib/Stc760pl.upp
+%%DATADIR%%/lib/Stc777p.upp
+%%DATADIR%%/lib/Stc777pl.upp
+%%DATADIR%%/lib/Stp720p.upp
+%%DATADIR%%/lib/Stp720pl.upp
+%%DATADIR%%/lib/Stp870p.upp
+%%DATADIR%%/lib/Stp870pl.upp
+%%DATADIR%%/lib/bjc6000a1.upp
+%%DATADIR%%/lib/bjc6000b1.upp
+%%DATADIR%%/lib/s400a1.upp
+%%DATADIR%%/lib/s400b1.upp
+%%DATADIR%%/lib/sharp.upp
+%%DATADIR%%/lib/sipixa6.upp
+%%DATADIR%%/lib/stc740ih.upp
+%%GS_dmprt%%%%DATADIR%%/lib/lqx70ch.upp
+%%GS_dmprt%%%%DATADIR%%/lib/lqx70cl.upp
+%%GS_dmprt%%%%DATADIR%%/lib/lqx70cm.upp
+%%GS_pcl3%%%%DATADIR%%/pcl3/calign.ps
+%%GS_pcl3%%%%DATADIR%%/pcl3/dumppdd.ps
+%%GS_pcl3%%%%DATADIR%%/pcl3/example.mcf
+%%GS_pcl3%%%%DATADIR%%/pcl3/if-pcl3
+%%GS_pcl3%%%%DATADIR%%/pcl3/levels-test.ps
+%%GS_pcl3%%%%DATADIR%%/pcl3/margins-A4.ps
+%%GS_pcl3%%%%DATADIR%%/pcl3/margins-A4Rotated.ps
+%%GS_pcl3%%%%DATADIR%%/pcl3/margins-Env10Rotated.ps
+%%GS_pcl3%%%%DATADIR%%/pcl3/margins-EnvDLRotated.ps
+%%GS_pcl3%%%%DATADIR%%/pcl3/margins-Letter.ps
+%%GS_pcl3%%%%DATADIR%%/pcl3/margins-LetterRotated.ps
Modified: trunk/print/ghostscript8-x11/Makefile
===================================================================
--- trunk/print/ghostscript8-x11/Makefile 2016-05-22 21:13:39 UTC (rev 21410)
+++ trunk/print/ghostscript8-x11/Makefile 2016-05-22 21:22:51 UTC (rev 21411)
@@ -1,7 +1,56 @@
# $MidnightBSD$
-WITHOUT_X11= yes
+PORTNAME= ghostscript
+PORTVERSION= 8.71
+PORTREVISION= 19
+CATEGORIES= print
+MASTER_SITES= http://downloads.ghostscript.com/public/ \
+ SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}/ \
+ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${PORTVERSION:S/.//}/
+PKGNAMESUFFIX= 8-x11
+DIST_SUBDIR= ${PORTNAME}
-MASTERDIR= ${.CURDIR}/../ghostscript8
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Ghostscript 8.x PostScript interpreter, X11 support
-.include "${MASTERDIR}/Makefile"
+LICENSE= gpl3
+
+CONFLICTS_INSTALL= \
+ gambc-[0-9]* \
+ ghostscript[789]-[0-9]* \
+ ghostscript[789]-nox11-[0-9]* \
+ ghostscript9-agpl-[0-9]* \
+ ghostscript9-agpl-nox11-[0-9]*
+
+USES= autoreconf ghostscript:8 gmake tar:xz
+USE_LDCONFIG= yes
+USE_XORG= ice sm x11 xext xt
+GNU_CONFIGURE= yes
+EXTRACT_AFTER_ARGS= ${EXCLUDE_DIRS:S/^/--exclude /}
+MAKE_ENV= CFLAGS_STANDARD="${CFLAGS}" \
+ XLDFLAGS="${XLDFLAGS}"
+CONFIGURE_ENV= ${MAKE_ENV}
+CONFIGURE_ARGS= --disable-compile-inits \
+ --disable-contrib \
+ --enable-dynamic \
+ --without-ijs \
+ --without-jasper \
+ --without-libpaper \
+ --with-x \
+ --x-includes=${LOCALBASE}/include \
+ --x-libraries=${LOCALBASE}/lib \
+ --with-drivers=""
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+XLDFLAGS= -lpthread
+ALL_TARGET= ./obj/X11.so
+INSTALL_TARGET= install-shared
+PLIST_FILES= ${GS_LIBDIR}/X11.so
+
+GS_LIBDIR= lib/${PORTNAME}/${PORTVERSION}
+EXCLUDE_DIRS= jbig2dec jpeg expat jasper libpng tiff zlib
+
+pre-build:
+ ${MKDIR} ${WRKSRC}/obj
+
+.include <bsd.port.mk>
Added: trunk/print/ghostscript8-x11/pkg-descr
===================================================================
--- trunk/print/ghostscript8-x11/pkg-descr (rev 0)
+++ trunk/print/ghostscript8-x11/pkg-descr 2016-05-22 21:22:51 UTC (rev 21411)
@@ -0,0 +1,8 @@
+This package installs X11 support library which adds the following
+devices to the installed Ghostscript:
+
+ x11, x11alpha, x11cmyk, x11cmyk2, x11cmyk4, x11cmyk8, x11gray2,
+ x11gray4, and x11mono.
+
+WWW: http://www.cs.wisc.edu/~ghost/doc/GPL/index.htm
+ http://www.ghostscript.com/
Property changes on: trunk/print/ghostscript8-x11/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list