head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.30 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.28 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.26 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.24 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.22 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.20 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.18 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.16 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.14 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.12 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.10 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.8 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.6 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.4 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.2 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.1.0.10 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.8 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.6 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.4 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.2; locks; strict; comment @# @; 1.2 date 2006.12.28.12.17.52; author joerg; state dead; branches; next 1.1; 1.1 date 2005.11.27.17.06.36; author adrianp; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2005.11.27.17.06.36; author seb; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2005.12.11.12.04.26; author seb; state Exp; branches; next ; desc @@ 1.2 log @Retire ghostscript-afpl and ghostscript-gnu. @ text @$NetBSD: patch-ad,v 1.1 2005/11/27 17:06:36 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.1 log @Update for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0967 @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-ad was added on branch pkgsrc-2005Q3 on 2005-11-27 17:06:36 +0000 @ text @d1 18 @ 1.1.2.2 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 @a0 18 $NetBSD: patch-ad,v 1.1.2.1 2005/12/11 12:04:26 seb 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 @