diff options
author | drochner <drochner@pkgsrc.org> | 2008-08-07 18:21:40 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-08-07 18:21:40 +0000 |
commit | a0f71905930090dda7148912d36760a862160674 (patch) | |
tree | a23a44ecf623504beeb3783636f73bd397913357 /print/ghostscript | |
parent | a2e87bc88ba57c88d0a717976d67bb94dbad5322 (diff) | |
download | pkgsrc-a0f71905930090dda7148912d36760a862160674.tar.gz |
update to 8.63
changes:
-bugfixes
-multithreaded rendering
-Images are now always interpolated in their source colorspace
-Support for OpenPrinting Vector devices has been upgraded to version 1.0
-two new devices: cairo, svgwrite
-maximum number of color components has been reduced to 8 (from 252)
-The -Z: debugging option now uses 'realtime' instead of 'usertime'
Diffstat (limited to 'print/ghostscript')
-rw-r--r-- | print/ghostscript/Makefile | 5 | ||||
-rw-r--r-- | print/ghostscript/PLIST | 3 | ||||
-rw-r--r-- | print/ghostscript/distinfo | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 4273c26ba75..2ce330c73ab 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2008/05/25 10:26:41 tnn Exp $ +# $NetBSD: Makefile,v 1.50 2008/08/07 18:21:40 drochner Exp $ -DISTNAME= ghostscript-8.62 -PKGREVISION= 2 +DISTNAME= ghostscript-8.63 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} EXTRACT_SUFX= .tar.bz2 diff --git a/print/ghostscript/PLIST b/print/ghostscript/PLIST index 30cb1036dc2..f602f5a8de7 100644 --- a/print/ghostscript/PLIST +++ b/print/ghostscript/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2008/04/12 22:43:09 jlam Exp $ +@comment $NetBSD: PLIST,v 1.11 2008/08/07 18:21:40 drochner Exp $ bin/bdftops bin/dumphint bin/dvipdf @@ -401,7 +401,6 @@ share/ghostscript/${PKGVERSION}/doc/README share/ghostscript/${PKGVERSION}/doc/Readme.htm share/ghostscript/${PKGVERSION}/doc/Release.htm share/ghostscript/${PKGVERSION}/doc/Source.htm -share/ghostscript/${PKGVERSION}/doc/Testing.htm share/ghostscript/${PKGVERSION}/doc/Unix-lpr.htm share/ghostscript/${PKGVERSION}/doc/Use.htm share/ghostscript/${PKGVERSION}/doc/Xfonts.htm diff --git a/print/ghostscript/distinfo b/print/ghostscript/distinfo index 559ab97c54c..52fc95c6033 100644 --- a/print/ghostscript/distinfo +++ b/print/ghostscript/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2008/03/05 19:12:16 drochner Exp $ +$NetBSD: distinfo,v 1.16 2008/08/07 18:21:40 drochner Exp $ -SHA1 (ghostscript-8.62.tar.bz2) = a254a3bc4ca824ac90624090d175d17c0a22fed1 -RMD160 (ghostscript-8.62.tar.bz2) = 6f129fc679f4532729c07c018e82d162343f95ba -Size (ghostscript-8.62.tar.bz2) = 15063641 bytes +SHA1 (ghostscript-8.63.tar.bz2) = c97159d3cccb0b1b5fc409715c6321a7256717ec +RMD160 (ghostscript-8.63.tar.bz2) = 817d5c1539d88be979c42f67a9246f690328da33 +Size (ghostscript-8.63.tar.bz2) = 15017410 bytes SHA1 (patch-ab) = 2477242c4c5f6b6feaaa217deb1aa37485f2fac5 SHA1 (patch-ad) = 8b3b743b2d6405ea35bfb16970942ecd55702401 SHA1 (patch-ae) = df329ac87f9ed97b76f0a7fff738050e8c35794a |