diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-31 01:50:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-31 01:50:46 +0000 |
commit | 38a6636267598450b4244989d2ee8d79dd4398a7 (patch) | |
tree | 3e405aeae39cb03387338d29f3198654433143d5 /print/libspectre | |
parent | 5743dae5ef675c5bf88e9cd90d69d2180378e1e4 (diff) | |
download | pkgsrc-38a6636267598450b4244989d2ee8d79dd4398a7.tar.gz |
Update to 0.2.3:
libspectre 0.2.3 (18 October 2009)
==================================
This is another bugfix only release in the libspectre's 0.2 series.
Several fixes in the PostScript parser:
- Detection of invalid or broken files has been improved. A document
scanned without errors with no pages and no format is likely to be
an invalid file, or not a PostScript file at all (Bug #19042)
- Fix possible uninitialized use of Document media struct
contents. Thanks to Alexander Myltsev (Bug #18685)
- Fix documents with PJL commands before the initial DSC comments.
Ghostscript is now always run with -dSAFER option
A missing argument in gs command line of PDF exporter was making it
always fail for any document in BSD systems. Thanks to Antoine
Jacoutot who gave me remote access to an OpenBSD system to fix this
(Bug #18826)
Internal copy of ghostscript headers have been removed since they are
already installed by ghostscript since version 8.62 (Bug #18827)
Diffstat (limited to 'print/libspectre')
-rw-r--r-- | print/libspectre/Makefile | 6 | ||||
-rw-r--r-- | print/libspectre/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index 308b2346011..a6d7823807d 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2009/08/26 19:56:53 sno Exp $ +# $NetBSD: Makefile,v 1.4 2009/10/31 01:50:46 wiz Exp $ -DISTNAME= libspectre-0.2.2 -PKGREVISION= 1 +DISTNAME= libspectre-0.2.3 CATEGORIES= print MASTER_SITES= http://libspectre.freedesktop.org/releases/ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://libspectre.freedesktop.org/wiki/ COMMENT= Small library for rendering Postscript documents +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/print/libspectre/distinfo b/print/libspectre/distinfo index e7b4172baaa..24578567396 100644 --- a/print/libspectre/distinfo +++ b/print/libspectre/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/01/07 11:54:56 wiz Exp $ +$NetBSD: distinfo,v 1.3 2009/10/31 01:50:46 wiz Exp $ -SHA1 (libspectre-0.2.2.tar.gz) = d5968d34c4bc93cd280ea35d8db53cf41f811edc -RMD160 (libspectre-0.2.2.tar.gz) = aca3ec7b9ffb521c4e38cf32a14cb9af07d2f009 -Size (libspectre-0.2.2.tar.gz) = 391727 bytes +SHA1 (libspectre-0.2.3.tar.gz) = 3cf34a8cdf9fa50abc7af8069804abc81731521e +RMD160 (libspectre-0.2.3.tar.gz) = e749f67bf6ce4ccf99e00f526d50ae3846d5ecae +Size (libspectre-0.2.3.tar.gz) = 352308 bytes |