summaryrefslogtreecommitdiff
path: root/graphics/xsane/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-27 08:47:05 +0000
committerwiz <wiz>2007-02-27 08:47:05 +0000
commit52714e8982dc7efda9b7235ebda38e78ffd33f41 (patch)
tree8a869cfe903b711ed7081fe1878bfd6ac915b184 /graphics/xsane/Makefile
parentf704f92a3f527815cdb6737108e3b60814775466 (diff)
downloadpkgsrc-52714e8982dc7efda9b7235ebda38e78ffd33f41.tar.gz
Update to 0.99.3. From the xsane.CHANGES file:
xsane-0.992 -> 0.993: --------------------- - removed proofing intent options saturation and perceptual, only relative and absolutle colorimetric are available now - added CMS transformation to saving routines: pnm(8bit), pnm(16bit ascii and binary), png, jpeg, tiff, gimp-plugin, ps, pdf (missing routines: multipage) - added support for gtk_file_chooser_dialog all filenames are handled as full paths (beginning with a slahs) now, the "change working directory" option has been removed - made "CANCEL" and "OK" button positions the same as gimp uses it (CANCEL=left, OK=right) - added browse function for projects directories - removed bugs in mail mode: write(fd, "\r\n\r\n", 2) -> write(fd, "\r\n\r\n", 4) write(fd, "\r\n", 1) -> write(fd, "\r\n", 2) - added embedded ICC profiles for postscript (CSA+CRD) and pdf - added 12 bits/channel support for postscript - added flatedecode without Asci85 compression for PDF
Diffstat (limited to 'graphics/xsane/Makefile')
-rw-r--r--graphics/xsane/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile
index fc09abbff1c..ff36bacc233 100644
--- a/graphics/xsane/Makefile
+++ b/graphics/xsane/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2007/02/02 19:14:59 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2007/02/27 08:47:05 wiz Exp $
-DISTNAME= xsane-0.992
-PKGNAME= xsane-0.99.2
+DISTNAME= xsane-0.993
+PKGNAME= xsane-0.99.3
CATEGORIES= graphics
MASTER_SITES= http://www.xsane.org/download/ \
http://gd.tuwien.ac.at/hci/sane/xsane/ \