pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print Retire ghostscript-esp, it has been replaced by ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d4cc46ea3825
branches: trunk
changeset: 569086:d4cc46ea3825
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Jan 06 18:42:25 2010 +0000
description:
Retire ghostscript-esp, it has been replaced by the cups option of
print/ghostscript.
diffstat:
print/Makefile | 3 +-
print/ghostscript-esp/DESCR | 12 -
print/ghostscript-esp/Makefile | 99 ------
print/ghostscript-esp/PLIST | 520 ---------------------------------
print/ghostscript-esp/distinfo | 14 -
print/ghostscript-esp/options.mk | 43 --
print/ghostscript-esp/patches/patch-aa | 13 -
print/ghostscript-esp/patches/patch-ab | 15 -
print/ghostscript-esp/patches/patch-ac | 23 -
print/ghostscript-esp/patches/patch-ad | 18 -
print/ghostscript-esp/patches/patch-ae | 18 -
print/ghostscript-esp/patches/patch-af | 48 ---
12 files changed, 1 insertions(+), 825 deletions(-)
diffs (truncated from 884 to 300 lines):
diff -r f900c29c067d -r d4cc46ea3825 print/Makefile
--- a/print/Makefile Wed Jan 06 18:41:09 2010 +0000
+++ b/print/Makefile Wed Jan 06 18:42:25 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.307 2009/11/27 02:15:04 jnemeth Exp $
+# $NetBSD: Makefile,v 1.308 2010/01/06 18:42:25 joerg Exp $
#
COMMENT= Desktop publishing
@@ -44,7 +44,6 @@
SUBDIR+= foomatic4-db-engine
SUBDIR+= foomatic4-filters
SUBDIR+= ghostscript
-SUBDIR+= ghostscript-esp
SUBDIR+= gimp-print
SUBDIR+= gimp-print-cups
SUBDIR+= gimp-print-escputil
diff -r f900c29c067d -r d4cc46ea3825 print/ghostscript-esp/DESCR
--- a/print/ghostscript-esp/DESCR Wed Jan 06 18:41:09 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-Ghostscript is the well-known PostScript interpreter which is available for
-all common and most esoteric platforms and supports many different printers
-and some displays.
-
-This package contains ESP Ghostscript, which is a separately maintained
-distribution of GNU Ghostscript and distributed under the terms of the GNU
-Public License. ESP Ghostscript incorporates the CUPS raster printer
-driver and a large number of contributed Ghostscript printer drivers.
-
-Note that print/ghostscript now has cups support, and that this
-version is older. Thus ghostscript-esp is deprecated and will be
-removed at some point.
diff -r f900c29c067d -r d4cc46ea3825 print/ghostscript-esp/Makefile
--- a/print/ghostscript-esp/Makefile Wed Jan 06 18:41:09 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,99 +0,0 @@
-# $NetBSD: Makefile,v 1.29 2009/08/26 19:58:13 sno Exp $
-
-DISTNAME= espgs-${GS_VERS}-source
-PKGNAME= ghostscript-esp-${GS_VERS}
-PKGREVISION= 10
-BASEGS_VERS= 8.15
-GS_VERS= ${BASEGS_VERS}.1
-CATEGORIES= print
-ESP_SITES= http://ftp.easysw.com/pub/ghostscript/ \
- ftp://ftp.easysw.com/pub/ghostscript/ \
- ftp://ftp2.easysw.com/pub/ghostscript/ \
- http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/ghostscript/ \
- ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/ghostscript/ \
- ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/ghostscript/ \
- http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/ghostscript/
-MASTER_SITES= ${ESP_SITES:=${GS_VERS}/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= jlam%pkgsrc.org@localhost
-COMMENT= ESP/CUPS Postscript interpreter
-HOMEPAGE= http://www.cups.org/espgs/
-
-CONFLICTS+= ghostscript{,-nox11}-[0-9]*
-CONFLICTS+= ghostscript-afpl-[0-9]*
-CONFLICTS+= ghostscript-esp{,-nox11}-[0-9]*
-CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]*
-
-DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts
-
-# uses include file apparently before it is put in place
-MAKE_JOBS_SAFE= no
-
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//}
-USE_TOOLS+= gmake pkg-config perl:run
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-ijs
-CONFIGURE_ARGS+= --without-omni
-CONFIGURE_ARGS+= --with-drivers=ALL
-CONFIGURE_ARGS+= ${CONFIGURE_ARGS_ICONV.${USE_BUILTIN.iconv}}
-
-# Force the configure script to select the correct iconv library. The
-# "maybe" setting looks for iconv in libc first, then falls back to
-# checking -liconv, while "gnu" looks directly in -liconv.
-#
-CONFIGURE_ARGS_ICONV.yes= --with-libiconv=maybe
-CONFIGURE_ARGS_ICONV.no= --with-libiconv=gnu
-
-DIST_SUBDIR= ghostscript
-GS_SRCS= ${DISTNAME}${EXTRACT_SUFX}
-DISTFILES+= ${GS_SRCS}
-EXTRACT_ONLY= ${GS_SRCS}
-
-# Adobe's JPEG implementation in their PDF/PS documents is non-standard,
-# so we can't use an already installed libjpeg.so.
-#
-JPEG_SRCS= jpegsrc.v6b.tar.gz
-JPEG_WRKSRC= ${WRKDIR}/jpeg-6b
-SITES.${JPEG_SRCS}= ftp://ftp.uu.net/graphics/jpeg/
-DISTFILES+= ${JPEG_SRCS}
-EXTRACT_ONLY+= ${JPEG_SRCS}
-
-.include "options.mk"
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD+= 3.0
-.endif
-
-.if defined(PAPERSIZE) && (${PAPERSIZE} == "A4" || ${PAPERSIZE} == "a4")
-CFLAGS+= -DA4
-.endif
-CFLAGS+= -DHAVE_MKSTEMP=1
-
-REPLACE_PERL= lib/fixmswrd.pl
-
-DOCDIR= ${PREFIX}/share/doc/ghostscript
-
-PLIST_SUBST+= GS_VERS=${BASEGS_VERS:Q}
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
-.include "../../print/gimp-print-lib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-
-post-extract:
- ${MKDIR} ${WRKSRC}/bin
- ${MKDIR} ${WRKSRC}/obj
- ${RM} -f ${WRKSRC}/jpeg
- ${LN} -s ${JPEG_WRKSRC} ${WRKSRC}/jpeg
-
-SUBST_CLASSES+= ps2epsi-sh
-SUBST_MESSAGE.ps2epsi-sh= Fixing ps2epsi shell.
-SUBST_FILES.ps2epsi-sh= lib/ps2epsi
-SUBST_SED.ps2epsi-sh= -e 's|/bin/sh|${SH}|'
-SUBST_STAGE.ps2epsi-sh= post-patch
-
-.include "../../mk/bsd.pkg.mk"
diff -r f900c29c067d -r d4cc46ea3825 print/ghostscript-esp/PLIST
--- a/print/ghostscript-esp/PLIST Wed Jan 06 18:41:09 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,520 +0,0 @@
-@comment $NetBSD: PLIST,v 1.11 2009/06/14 21:16:21 joerg Exp $
-bin/bdftops
-bin/dvipdf
-bin/eps2eps
-bin/fixmswrd.pl
-bin/font2c
-bin/gs
-bin/gsbj
-bin/gsdj
-bin/gsdj500
-bin/gslj
-bin/gslp
-bin/gsnd
-bin/lprsetup.sh
-bin/pdf2dsc
-bin/pdf2ps
-bin/pdfopt
-bin/pf2afm
-bin/pfbtopfa
-bin/printafm
-bin/ps2ascii
-bin/ps2epsi
-bin/ps2pdf
-bin/ps2pdf12
-bin/ps2pdf13
-bin/ps2pdf14
-bin/ps2pdfwr
-bin/ps2ps
-bin/pv.sh
-bin/unix-lpr.sh
-bin/wftopfa
-${PLIST.cups}libexec/cups/filter/pstopxl
-${PLIST.cups}libexec/cups/filter/pstoraster
-man/de/man1/dvipdf.1
-man/de/man1/eps2eps.1
-man/de/man1/font2c.1
-man/de/man1/gsnd.1
-man/de/man1/pdf2dsc.1
-man/de/man1/pdf2ps.1
-man/de/man1/pdfopt.1
-man/de/man1/printafm.1
-man/de/man1/ps2ascii.1
-man/de/man1/ps2pdf.1
-man/de/man1/ps2pdf12.1
-man/de/man1/ps2pdf13.1
-man/de/man1/ps2ps.1
-man/de/man1/wftopfa.1
-man/man1/dvipdf.1
-man/man1/eps2eps.1
-man/man1/font2c.1
-man/man1/gs.1
-man/man1/gsbj.1
-man/man1/gsdj.1
-man/man1/gsdj500.1
-man/man1/gslj.1
-man/man1/gslp.1
-man/man1/gsnd.1
-man/man1/pdf2dsc.1
-man/man1/pdf2ps.1
-man/man1/pdfopt.1
-man/man1/pf2afm.1
-man/man1/pfbtopfa.1
-man/man1/printafm.1
-man/man1/ps2ascii.1
-man/man1/ps2epsi.1
-man/man1/ps2pdf.1
-man/man1/ps2pdf12.1
-man/man1/ps2pdf13.1
-man/man1/ps2pdfwr.1
-man/man1/ps2ps.1
-man/man1/wftopfa.1
-${PLIST.cups}share/cups/model/pxlcolor.ppd
-${PLIST.cups}share/cups/model/pxlmono.ppd
-share/doc/ghostscript/API.htm
-share/doc/ghostscript/Bug-form.htm
-share/doc/ghostscript/Bug-info.htm
-share/doc/ghostscript/C-style.htm
-share/doc/ghostscript/Changes.htm
-share/doc/ghostscript/Commprod.htm
-share/doc/ghostscript/DLL.htm
-share/doc/ghostscript/Develop.htm
-share/doc/ghostscript/Devices.htm
-share/doc/ghostscript/Drivers.htm
-share/doc/ghostscript/Fonts.htm
-share/doc/ghostscript/Helpers.htm
-share/doc/ghostscript/Hershey.htm
-share/doc/ghostscript/History1.htm
-share/doc/ghostscript/History2.htm
-share/doc/ghostscript/History3.htm
-share/doc/ghostscript/History4.htm
-share/doc/ghostscript/History5.htm
-share/doc/ghostscript/History6.htm
-share/doc/ghostscript/Htmstyle.htm
-share/doc/ghostscript/Humor.htm
-share/doc/ghostscript/Install.htm
-share/doc/ghostscript/Language.htm
-share/doc/ghostscript/Lib.htm
-share/doc/ghostscript/Maintain.htm
-share/doc/ghostscript/Make.htm
-share/doc/ghostscript/News.htm
-share/doc/ghostscript/Projects.htm
-share/doc/ghostscript/Ps-style.htm
-share/doc/ghostscript/Ps2epsi.htm
-share/doc/ghostscript/Ps2pdf.htm
-share/doc/ghostscript/Psfiles.htm
-share/doc/ghostscript/README
-share/doc/ghostscript/Readme.htm
-share/doc/ghostscript/Release.htm
-share/doc/ghostscript/Source.htm
-share/doc/ghostscript/Tester.htm
-share/doc/ghostscript/Unix-lpr.htm
-share/doc/ghostscript/Use.htm
-share/doc/ghostscript/Xfonts.htm
-share/doc/ghostscript/gs.css
-share/doc/ghostscript/index.html
-${PLIST.cups}share/examples/cups/pstoraster.convs
-share/examples/ghostscript/alphabet.ps
-share/examples/ghostscript/colorcir.ps
-share/examples/ghostscript/doretree.ps
-share/examples/ghostscript/escher.ps
-share/examples/ghostscript/golfer.eps
-share/examples/ghostscript/grayalph.ps
-share/examples/ghostscript/ridt91.eps
-share/examples/ghostscript/snowflak.ps
-share/examples/ghostscript/tiger.eps
-share/examples/ghostscript/vasarely.ps
-share/examples/ghostscript/waterfal.ps
-share/ghostscript/${GS_VERS}/Resource/CMap/78-EUC-H
-share/ghostscript/${GS_VERS}/Resource/CMap/78-EUC-V
-share/ghostscript/${GS_VERS}/Resource/CMap/78-H
-share/ghostscript/${GS_VERS}/Resource/CMap/78-RKSJ-H
-share/ghostscript/${GS_VERS}/Resource/CMap/78-RKSJ-V
-share/ghostscript/${GS_VERS}/Resource/CMap/78-V
-share/ghostscript/${GS_VERS}/Resource/CMap/78ms-RKSJ-H
-share/ghostscript/${GS_VERS}/Resource/CMap/78ms-RKSJ-V
-share/ghostscript/${GS_VERS}/Resource/CMap/83pv-RKSJ-H
-share/ghostscript/${GS_VERS}/Resource/CMap/90ms-RKSJ-H
-share/ghostscript/${GS_VERS}/Resource/CMap/90ms-RKSJ-UCS2
-share/ghostscript/${GS_VERS}/Resource/CMap/90ms-RKSJ-V
-share/ghostscript/${GS_VERS}/Resource/CMap/90msp-RKSJ-H
-share/ghostscript/${GS_VERS}/Resource/CMap/90msp-RKSJ-V
-share/ghostscript/${GS_VERS}/Resource/CMap/90pv-RKSJ-H
-share/ghostscript/${GS_VERS}/Resource/CMap/90pv-RKSJ-UCS2
-share/ghostscript/${GS_VERS}/Resource/CMap/90pv-RKSJ-UCS2C
-share/ghostscript/${GS_VERS}/Resource/CMap/90pv-RKSJ-V
-share/ghostscript/${GS_VERS}/Resource/CMap/Add-H
-share/ghostscript/${GS_VERS}/Resource/CMap/Add-RKSJ-H
-share/ghostscript/${GS_VERS}/Resource/CMap/Add-RKSJ-V
-share/ghostscript/${GS_VERS}/Resource/CMap/Add-V
-share/ghostscript/${GS_VERS}/Resource/CMap/Adobe-CNS1-B5pc
-share/ghostscript/${GS_VERS}/Resource/CMap/Adobe-CNS1-H-CID
-share/ghostscript/${GS_VERS}/Resource/CMap/Adobe-CNS1-H-Host
-share/ghostscript/${GS_VERS}/Resource/CMap/Adobe-CNS1-H-Mac
-share/ghostscript/${GS_VERS}/Resource/CMap/Adobe-GB1-GBK-EUC
-share/ghostscript/${GS_VERS}/Resource/CMap/Adobe-GB1-GBpc-EUC
-share/ghostscript/${GS_VERS}/Resource/CMap/Adobe-GB1-H-CID
-share/ghostscript/${GS_VERS}/Resource/CMap/Adobe-GB1-H-Host
-share/ghostscript/${GS_VERS}/Resource/CMap/Adobe-GB1-H-Mac
-share/ghostscript/${GS_VERS}/Resource/CMap/Adobe-Japan1-0
-share/ghostscript/${GS_VERS}/Resource/CMap/Adobe-Japan1-1
Home |
Main Index |
Thread Index |
Old Index