head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.10 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.8 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.6 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.4 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.2 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.4.0.36 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.34 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.32 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.30 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.28 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.26 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.24 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.22 pkgsrc-2008Q1:1.4.0.20 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.18 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.16 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.14 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.12 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.10 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.8 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.6 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.4 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.2 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.3.0.10 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.8 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.6 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.4 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.2 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.1.0.2 netbsd-1-6-1-base:1.1; locks; strict; comment @# @; 1.5 date 2010.01.06.18.42.26; author joerg; state dead; branches; next 1.4; 1.4 date 2005.11.27.17.05.29; author adrianp; state Exp; branches; next 1.3; 1.3 date 2004.06.26.20.51.19; author recht; state dead; branches 1.3.10.1; next 1.2; 1.2 date 2003.05.28.03.28.07; author jlam; state Exp; branches 1.2.6.1; next 1.1; 1.1 date 2002.10.24.20.08.23; author bouyer; state Exp; branches; next ; 1.3.10.1 date 2005.12.11.12.04.26; author seb; state Exp; branches; next ; 1.2.6.1 date 2004.07.26.16.45.26; author agc; state dead; branches; next ; desc @@ 1.5 log @Retire ghostscript-esp, it has been replaced by the cups option of print/ghostscript. @ text @$NetBSD: patch-ae,v 1.4 2005/11/27 17:05:29 adrianp Exp $ --- lib/pv.sh.orig 2005-11-27 14:39:25.000000000 +0000 +++ lib/pv.sh @@@@ -29,9 +29,10 @@@@ TEMPDIR=. PAGE=$1 shift FILE=$1 +TEMPFILE=`mktemp -t ${FILE}XXXXXX` || exit 1 shift -trap "rm -rf $TEMPDIR/$FILE.$$.pv" 0 1 2 15 +trap "rm -rf $TEMPFILE" 0 1 2 15 #dvips -D$RESOLUTION -p $PAGE -n 1 $FILE $* -o $FILE.$$.pv -dvips -p $PAGE -n 1 $FILE $* -o $FILE.$$.pv -gs $FILE.$$.pv +dvips -p $PAGE -n 1 $FILE $* -o $TEMPFILE +gs $TEMPFILE exit 0 @ 1.4 log @Update for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0967 @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Remove dependency on autoconf it isn't needed anymore and Also install pstopxl, pxlcolor.ppd and pxlmono.ppd. Also: don't try to @@dirrm share/ghostscript - it belongs to ghostscript-fonts. ok'd by jlam @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.2 2003/05/28 03:28:07 jlam Exp $ d3 16 a18 33 --- src/configure.ac.orig Thu Dec 12 17:44:07 2002 +++ src/configure.ac @@@@ -405,7 +405,7 @@@@ if test -d pstoraster; then if test "x$CUPSCONFIG" != x; then dnl Use values from CUPS config... # LIBS="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --static --image --libs | sed -e '1,$s/-lssl//'` $LIBS" - LIBS="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs` $LIBS" + LIBS="`$CUPSCONFIG --image --libs` $LIBS" CFLAGS="`$CUPSCONFIG --cflags` $CFLAGS" cups_serverroot="`$CUPSCONFIG --serverroot`" cups_serverbin="`$CUPSCONFIG --serverbin`" @@@@ -537,6 +537,8 @@@@ if test x$no_x != xyes; then SAVELIBS="$LIBS" + AC_CHECK_LIB(ICE,IceConnectionNumber) + AC_CHECK_LIB(SM,SmcClientID) AC_CHECK_LIB(X11,XOpenDisplay) AC_CHECK_LIB(Xext,XdbeQueryExtension) AC_CHECK_LIB(Xt,XtAppCreateShell) @@@@ -545,7 +547,11 @@@@ if test x$no_x != xyes; then if test "$ac_cv_lib_Xt_XtAppCreateShell" = yes; then X_DEVS="\$(DD)x11.dev \$(DD)x11alpha.dev \$(DD)x11cmyk.dev \$(DD)x11mono.dev \$(DD)x11_.dev \$(DD)x11alt_.dev \$(DD)x11cmyk2.dev \$(DD)x11cmyk4.dev \$(DD)x11cmyk8.dev \$(DD)x11rg16x.dev \$(DD)x11rg32x.dev \$(DD)x11gray2.dev \$(DD)x11gray4.dev" - X_LIBS="-lXt -lXext -lX11" + if test "$ac_cv_lib_SM_SmcClientID" = yes; then + X_LIBS="-lXt -lXext -lX11 -lSM -lICE" + else + X_LIBS="-lXt -lXext -lX11" + fi fi fi @ 1.3.10.1 log @Pullup ticket 946 - requested by Tracy Di Marco White Update print/ghostscript*, including a security fix Revisions pulled up: - pkgsrc/print/ghostscript-afpl/Makefile 1.5 - pkgsrc/print/ghostscript-afpl/distinfo 1.2 - pkgsrc/print/ghostscript-afpl/patches/patch-ac 1.1 - pkgsrc/print/ghostscript-afpl/patches/patch-ad 1.1 - pkgsrc/print/ghostscript-esp/Makefile 1.10, 1.11 - pkgsrc/print/ghostscript-esp/Makefile.common 1.25, 1.26 - pkgsrc/print/ghostscript-esp/PLIST 1.6 - pkgsrc/print/ghostscript-esp/distinfo 1.8, 1.9 - pkgsrc/print/ghostscript-esp/patches/patch-aa 1.2 - pkgsrc/print/ghostscript-esp/patches/patch-ab 1.3 - pkgsrc/print/ghostscript-esp/patches/patch-ac 1.2 - pkgsrc/print/ghostscript-esp/patches/patch-ad 1.3 - pkgsrc/print/ghostscript-esp/patches/patch-ae 1.4 - pkgsrc/print/ghostscript-esp-nox11/Makefile 1.6, 1.7 - pkgsrc/print/ghostscript-gnu/Makefile 1.8 - pkgsrc/print/ghostscript-gnu/distinfo 1.5 - pkgsrc/print/ghostscript-gnu/patches/patch-ac 1.1 - pkgsrc/print/ghostscript-gnu/patches/patch-ad 1.1 - pkgsrc/print/ghostscript-gnu-nox11/Makefile 1.6 - pkgsrc/print/ghostscript/Makefile 1.16 - pkgsrc/print/ghostscript-nox11/Makefile 1.10 - pkgsrc/print/ghostscript-nox11/distinfo 1.12 - pkgsrc/print/ghostscript-nox11/patches/patch-ba 1.1 - pkgsrc/print/ghostscript-nox11/patches/patch-bb 1.1 - pkgsrc/print/ghostscript-nox11/patches/patch-bc 1.1 - pkgsrc/print/ghostscript-nox11/patches/patch-bd 1.1 Module Name: pkgsrc Committed By: jlam Date: Sun Nov 20 23:10:44 UTC 2005 Modified Files: pkgsrc/print/ghostscript-esp: Makefile.common Log Message: Update the master distribution sites. --- Module Name: pkgsrc Committed By: jlam Date: Mon Nov 21 06:17:58 UTC 2005 Modified Files: pkgsrc/doc: CHANGES pkgsrc/print/ghostscript-esp: Makefile Makefile.common PLIST distinfo pkgsrc/print/ghostscript-esp-nox11: Makefile pkgsrc/print/ghostscript-esp/patches: patch-aa patch-ab patch-ac Log Message: Update print/ghostscript-esp{,-nox11} to ESP Ghostscript 8.15.1. This version is based on the GPL Ghostscript 8.15 release. Major changes from Ghostscript 7.0x include: * Many printer drivers were added and updated. * Improved support for running as a job server (-dJOBSERVER) * Support for DeviceN colorspaces at up to 8 colorants total at 8 bits per colorant. * The PDF writer has been considerably improved and implements PDF 1.4 encryption * Add a new feature to scale PDFs to the current page size. * Font rendering has been substantially reworked and improved. * PDF 1.4 transparency rendering is much more likely to be correct * Improved support for CID font substitution. * Improved processing of incorrect and broken PDF files, including files with corrupted xref tables and non-ASCII font names. * Support for JBIG2-encoded images. * The usual plethora of bug fixes. --- Module Name: pkgsrc Committed By: adrianp Date: Sun Nov 27 17:04:18 UTC 2005 Modified Files: pkgsrc/print/ghostscript-afpl: Makefile distinfo Added Files: pkgsrc/print/ghostscript-afpl/patches: patch-ac patch-ad Log Message: Update for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0967 --- Module Name: pkgsrc Committed By: adrianp Date: Sun Nov 27 17:05:29 UTC 2005 Modified Files: pkgsrc/print/ghostscript-esp: Makefile distinfo Added Files: pkgsrc/print/ghostscript-esp/patches: patch-ad patch-ae Log Message: Update for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0967 --- Module Name: pkgsrc Committed By: adrianp Date: Sun Nov 27 17:05:56 UTC 2005 Modified Files: pkgsrc/print/ghostscript-esp-nox11: Makefile Log Message: Update for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0967 --- Module Name: pkgsrc Committed By: adrianp Date: Sun Nov 27 17:06:36 UTC 2005 Modified Files: pkgsrc/print/ghostscript-gnu: Makefile distinfo Added Files: pkgsrc/print/ghostscript-gnu/patches: patch-ac patch-ad Log Message: Update for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0967 --- Module Name: pkgsrc Committed By: adrianp Date: Sun Nov 27 17:06:59 UTC 2005 Modified Files: pkgsrc/print/ghostscript-gnu-nox11: Makefile Log Message: Update for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0967 --- Module Name: pkgsrc Committed By: adrianp Date: Sun Nov 27 17:07:30 UTC 2005 Modified Files: pkgsrc/print/ghostscript: Makefile Log Message: Update for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0967 --- Module Name: pkgsrc Committed By: adrianp Date: Sun Nov 27 17:08:31 UTC 2005 Modified Files: pkgsrc/print/ghostscript-nox11: Makefile distinfo Added Files: pkgsrc/print/ghostscript-nox11/patches: patch-ba patch-bb patch-bc patch-bd Log Message: Update for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0967 @ text @d1 1 a1 1 $NetBSD$ d3 33 a35 16 --- lib/pv.sh.orig 2005-11-27 14:39:25.000000000 +0000 +++ lib/pv.sh @@@@ -29,9 +29,10 @@@@ TEMPDIR=. PAGE=$1 shift FILE=$1 +TEMPFILE=`mktemp -t ${FILE}XXXXXX` || exit 1 shift -trap "rm -rf $TEMPDIR/$FILE.$$.pv" 0 1 2 15 +trap "rm -rf $TEMPFILE" 0 1 2 15 #dvips -D$RESOLUTION -p $PAGE -n 1 $FILE $* -o $FILE.$$.pv -dvips -p $PAGE -n 1 $FILE $* -o $FILE.$$.pv -gs $FILE.$$.pv +dvips -p $PAGE -n 1 $FILE $* -o $TEMPFILE +gs $TEMPFILE exit 0 @ 1.2 log @Update print/ghostscript-esp{,-nox11} to 7.05.6. - Use autoconf.mk to regenerate configure script instead of adding a huge patch to the patches directory. - The CUPS driver now properly generates CIE colorspaces. - The pstoraster wrapper didn't correctly pass the cupsProfile attribute into Ghostscript; this resulted in user-defined profiles being ignored when printing PS files. - The CUPS driver now properly rotates the page when given a landscape PageSize. - Replaced the "lxm3200" driver (gdevlx32.c) by a modified version which supports also the Z31 and the Z12 - Updated japanese driver pack "gdevlips" from version 2.3.4 to 2.4.0. The pack contains the devices "lips2p" "bjc880j". "lips4", "lips4v", "escpage", "lp2000". "npdl", and "rpdl". "rpdl" is newly added (for Ricoh's RPDL printers). - Added "#define USE_POSSIBLY_FLAWED_COMPRESSION 1" to src/gdevhl7x.c (driver "hl7x0"). This fixes the problem that the printer stops in the middle of the page. @ text @d1 1 a1 1 $NetBSD$ @ 1.2.6.1 log @Pullup ticket 73 to the pkgsrc-2004Q2 branch, requested by Grant Beattie Build fixes, bump PKGREVISION for ghostscript-esp Module Name: pkgsrc Committed By: grant Date: Sun Jun 27 08:29:20 UTC 2004 Modified Files: pkgsrc/print/ghostscript-esp: Makefile Log Message: bump PKGREVISION for dependency change + new files install (hi, recht!) and Module Name: pkgsrc Committed By: recht Date: Sat Jun 26 20:51:19 UTC 2004 Modified Files: pkgsrc/print/ghostscript-esp: Makefile.common PLIST distinfo Removed Files: pkgsrc/print/ghostscript-esp/patches: patch-ae Log Message: Remove dependency on autoconf it isn't needed anymore and Also install pstopxl, pxlcolor.ppd and pxlmono.ppd. Also: don't try to @@dirrm share/ghostscript - it belongs to ghostscript-fonts. ok'd by jlam @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.2 2003/05/28 03:28:07 jlam Exp $ @ 1.1 log @libXt also need libSM,libICE. Reduce the number of duplicate -L and -Wl,-R on link command line, the solaris linker seems to have limitations here. @ text @d1 1 a1 1 $NetBSD: $ d3 3 a5 3 --- configure.ac.orig Thu Sep 5 22:59:05 2002 +++ configure.ac Thu Oct 24 20:50:28 2002 @@@@ -400,7 +400,7 @@@@ d14 1 a14 1 @@@@ -558,6 +558,8 @@@@ d23 1 a23 1 @@@@ -566,7 +568,11 @@@@ @