diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-25 15:35:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-25 15:35:48 +0000 |
commit | 4feb5a514d1bb6bad6be25b0921dcf112f1bee9c (patch) | |
tree | 5821b072df272ef4899744a60e460fd36ade4525 /print/ghostscript-gnu-nox11 | |
parent | 5962372f5a87e55b67fd1ea22abcf2a3a285a9f6 (diff) | |
download | pkgsrc-4feb5a514d1bb6bad6be25b0921dcf112f1bee9c.tar.gz |
Update to 7.07:
7.07:
Security fix and bug fixes.
7.06:
Bug fixes and doc updates.
Also new in this release is the 'pngalpha' device which produces png output
with a transparent background (page) color so they can be composited against a
separate background. The transparency is based only on what parts of the page
have been drawn and does not support PDF 1.4 transparent painting.
Closes PR 24893.
Diffstat (limited to 'print/ghostscript-gnu-nox11')
-rw-r--r-- | print/ghostscript-gnu-nox11/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ghostscript-gnu-nox11/Makefile b/print/ghostscript-gnu-nox11/Makefile index da0085bdf83..9192aa6aec3 100644 --- a/print/ghostscript-gnu-nox11/Makefile +++ b/print/ghostscript-gnu-nox11/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2002/09/13 22:27:12 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2004/03/25 15:35:48 wiz Exp $ PKGNAME= ghostscript-gnu-nox11-${GS_VERS} -PKGREVISION= 1 COMMENT= GNU Postscript interpreter without X11 drivers CONFIGURE_ARGS+= --without-x |