diff options
-rw-r--r-- | graphics/xsane/Makefile | 4 | ||||
-rw-r--r-- | graphics/xsane/PLIST | 7 | ||||
-rw-r--r-- | graphics/xsane/distinfo | 7 | ||||
-rw-r--r-- | graphics/xsane/patches/patch-aa | 15 |
4 files changed, 11 insertions, 22 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 396a6c9f332..2f213a39192 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2002/12/18 12:43:31 tron Exp $ +# $NetBSD: Makefile,v 1.38 2003/01/09 15:43:09 mycroft Exp $ -DISTNAME= xsane-0.89 +DISTNAME= xsane-0.90 CATEGORIES= graphics MASTER_SITES= http://www.xsane.org/download/ \ http://gd.tuwien.ac.at/hci/sane/xsane/ \ diff --git a/graphics/xsane/PLIST b/graphics/xsane/PLIST index 53bc468316e..25191323ff9 100644 --- a/graphics/xsane/PLIST +++ b/graphics/xsane/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/18 12:43:31 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/01/09 15:43:09 mycroft Exp $ bin/xsane man/man1/xsane.1 ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/xsane.mo +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xsane.mo @@ -10,12 +11,14 @@ ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/xsane.mo +${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/xsane.mo +${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/xsane.mo share/sane/xsane/Mustek-logo.xpm share/sane/xsane/Plustek-logo.xpm share/sane/xsane/UMAX-logo.xpm @@ -46,6 +49,7 @@ share/sane/xsane/doc/sane-xsane-setup-save-doc.html share/sane/xsane/doc/sane-xsane-standard-doc.html share/sane/xsane/doc/sane-xsane-viewer-doc.html share/sane/xsane/doc/xsane-advanced.jpg +share/sane/xsane/doc/xsane-aspect-ratio.jpg share/sane/xsane/doc/xsane-autoenhance.jpg share/sane/xsane/doc/xsane-autoraise_scanarea.jpg share/sane/xsane/doc/xsane-autoselect.jpg @@ -98,6 +102,7 @@ share/sane/xsane/doc/xsane-rename.jpg share/sane/xsane/doc/xsane-resolution.jpg share/sane/xsane/doc/xsane-restore.jpg share/sane/xsane/doc/xsane-rgb-default.jpg +share/sane/xsane/doc/xsane-rgb-values.jpg share/sane/xsane/doc/xsane-rotate-180.jpg share/sane/xsane/doc/xsane-rotate-270.jpg share/sane/xsane/doc/xsane-rotate-90.jpg diff --git a/graphics/xsane/distinfo b/graphics/xsane/distinfo index 5f4f6fb8ab6..c210533884f 100644 --- a/graphics/xsane/distinfo +++ b/graphics/xsane/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.6 2002/12/18 12:43:31 tron Exp $ +$NetBSD: distinfo,v 1.7 2003/01/09 15:43:09 mycroft Exp $ -SHA1 (xsane-0.89.tar.gz) = 92accea478eec091d8db2332f0620ac1e95b1a8e -Size (xsane-0.89.tar.gz) = 2360833 bytes -SHA1 (patch-aa) = 57550ef3e136adca0297457fea14c0d208615a3c +SHA1 (xsane-0.90.tar.gz) = fdca3a532e755545fb8f7cb6eee4b7d5f84be5f8 +Size (xsane-0.90.tar.gz) = 2541153 bytes diff --git a/graphics/xsane/patches/patch-aa b/graphics/xsane/patches/patch-aa deleted file mode 100644 index 387bda4f4b1..00000000000 --- a/graphics/xsane/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.9 2002/12/18 12:43:32 tron Exp $ - ---- src/xsane-save.c.orig Sun Oct 20 23:22:19 2002 -+++ src/xsane-save.c Wed Dec 18 13:33:58 2002 -@@ -1986,8 +1986,8 @@ - position_bottom = bottom + paper_bottom_margin; - box_left = left + paper_left_margin; - box_bottom = bottom + paper_bottom_margin; -- box_right = box_left + round(width+0.5); -- box_top = box_bottom + round(height+0.5); -+ box_right = box_left + (int)(width+0.5); -+ box_top = box_bottom + (int)(height+0.5); - } - - depth = image_info->depth; |