ports/59646: Update port: graphics/sane-backends to 1.0.13
KATO Tsuguru
tkato at prontomail.com
Mon Nov 24 16:10:43 UTC 2003
>Number: 59646
>Category: ports
>Synopsis: Update port: graphics/sane-backends to 1.0.13
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 24 08:10:26 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.13
Remove file:
files/patch-bacend_epson_scsi.c
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/graphics/sane-backends/Makefile graphics/sane-backends/Makefile
--- /usr/ports/graphics/sane-backends/Makefile Wed Aug 27 09:31:42 2003
+++ graphics/sane-backends/Makefile Mon Nov 24 01:47:15 2003
@@ -6,8 +6,7 @@
#
PORTNAME= sane-backends
-PORTVERSION= 1.0.12
-PORTREVISION= 3
+PORTVERSION= 1.0.13
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \
ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \
diff -urN /usr/ports/graphics/sane-backends/Makefile.man graphics/sane-backends/Makefile.man
--- /usr/ports/graphics/sane-backends/Makefile.man Fri Jun 13 23:54:39 2003
+++ graphics/sane-backends/Makefile.man Mon Nov 24 02:46:23 2003
@@ -36,12 +36,14 @@
MAN5+= sane-microtek2.5
MAN5+= sane-mustek.5
MAN5+= sane-mustek_pp.5
+MAN5+= sane-mustek_pp_ccd.5
MAN5+= sane-mustek_usb.5
MAN5+= sane-nec.5
MAN5+= sane-net.5
MAN5+= sane-pie.5
MAN5+= sane-pint.5
MAN5+= sane-plustek.5
+MAN5+= sane-plustek_pp.5
MAN5+= sane-pnm.5
MAN5+= sane-qcam.5
MAN5+= sane-ricoh.5
diff -urN /usr/ports/graphics/sane-backends/distinfo graphics/sane-backends/distinfo
--- /usr/ports/graphics/sane-backends/distinfo Fri Jun 13 23:54:39 2003
+++ graphics/sane-backends/distinfo Mon Nov 24 02:15:49 2003
@@ -1 +1 @@
-MD5 (sane-backends-1.0.12.tar.gz) = 28d4d7469cd688dac94c7a415a81a6bb
+MD5 (sane-backends-1.0.13.tar.gz) = 9a158413180a752f8af6f11792154a42
diff -urN /usr/ports/graphics/sane-backends/files/patch-backend_epson_scsi.c graphics/sane-backends/files/patch-backend_epson_scsi.c
--- /usr/ports/graphics/sane-backends/files/patch-backend_epson_scsi.c Tue Aug 12 14:53:34 2003
+++ graphics/sane-backends/files/patch-backend_epson_scsi.c Thu Jan 1 09:00:00 1970
@@ -1,23 +0,0 @@
---- backend/epson_scsi.c.orig Sun Apr 27 21:57:39 2003
-+++ backend/epson_scsi.c Tue Aug 12 14:26:20 2003
-@@ -93,15 +93,16 @@
- {
- u_char * cmd;
-
-- cmd = alloca( 6 + buf_size);
-- memset( cmd, 0, 6);
-+#define ALIGN 8
-+ cmd = alloca( ALIGN + buf_size);
-+ memset( cmd, 0, ALIGN);
- cmd[ 0] = WRITE_6_COMMAND;
- cmd[ 2] = buf_size >> 16;
- cmd[ 3] = buf_size >> 8;
- cmd[ 4] = buf_size;
-- memcpy( cmd + 6, buf, buf_size);
-+ memcpy( cmd + ALIGN, buf, buf_size);
-
-- if( SANE_STATUS_GOOD == ( *status = sanei_scsi_cmd( fd, cmd, 6 + buf_size, NULL, NULL)))
-+ if( SANE_STATUS_GOOD == ( *status = sanei_scsi_cmd2( fd, cmd, 6, cmd + ALIGN, buf_size, NULL, NULL)))
- return buf_size;
-
- return 0;
diff -urN /usr/ports/graphics/sane-backends/pkg-plist graphics/sane-backends/pkg-plist
--- /usr/ports/graphics/sane-backends/pkg-plist Fri Jun 13 23:54:41 2003
+++ graphics/sane-backends/pkg-plist Mon Nov 24 02:48:23 2003
@@ -32,11 +32,13 @@
etc/sane.d/microtek2.conf
etc/sane.d/mustek.conf
etc/sane.d/mustek_pp.conf
+etc/sane.d/mustek_pp_ccd.conf
etc/sane.d/mustek_usb.conf
etc/sane.d/nec.conf
etc/sane.d/net.conf
etc/sane.d/pie.conf
etc/sane.d/plustek.conf
+etc/sane.d/plustek_pp.conf
etc/sane.d/ricoh.conf
etc/sane.d/s9036.conf
etc/sane.d/saned.conf
@@ -151,6 +153,9 @@
lib/sane/libsane-mustek_pp.a
lib/sane/libsane-mustek_pp.so
lib/sane/libsane-mustek_pp.so.1
+lib/sane/libsane-mustek_pp_ccd.a
+lib/sane/libsane-mustek_pp_ccd.so
+lib/sane/libsane-mustek_pp_ccd.so.1
lib/sane/libsane-mustek_usb.a
lib/sane/libsane-mustek_usb.so
lib/sane/libsane-mustek_usb.so.1
@@ -166,6 +171,9 @@
lib/sane/libsane-plustek.a
lib/sane/libsane-plustek.so
lib/sane/libsane-plustek.so.1
+lib/sane/libsane-plustek_pp.a
+lib/sane/libsane-plustek_pp.so
+lib/sane/libsane-plustek_pp.so.1
lib/sane/libsane-ricoh.a
lib/sane/libsane-ricoh.so
lib/sane/libsane-ricoh.so.1
@@ -225,6 +233,7 @@
%%PORTDOCS%%share/doc/sane/README.aix
%%PORTDOCS%%share/doc/sane/README.beos
%%PORTDOCS%%share/doc/sane/README.darwin
+%%PORTDOCS%%share/doc/sane/README.djpeg
%%PORTDOCS%%share/doc/sane/README.freebsd
%%PORTDOCS%%share/doc/sane/README.hp-ux
%%PORTDOCS%%share/doc/sane/README.linux
@@ -234,7 +243,7 @@
%%PORTDOCS%%share/doc/sane/README.solaris
%%PORTDOCS%%share/doc/sane/README.unixware2
%%PORTDOCS%%share/doc/sane/README.unixware7
-%%PORTDOCS%%share/doc/sane/TODO
+%%PORTDOCS%%share/doc/sane/README.windows
%%PORTDOCS%%share/doc/sane/canon/canon.changes
%%PORTDOCS%%share/doc/sane/canon/canon.install2700F.txt
%%PORTDOCS%%share/doc/sane/gt68xx/gt68xx.CHANGES
@@ -243,10 +252,16 @@
%%PORTDOCS%%share/doc/sane/mustek/mustek.CHANGES
%%PORTDOCS%%share/doc/sane/mustek_usb/mustek_usb.CHANGES
%%PORTDOCS%%share/doc/sane/mustek_usb/mustek_usb.TODO
+%%PORTDOCS%%share/doc/sane/plustek/BUILD
+%%PORTDOCS%%share/doc/sane/plustek/FAQ
+%%PORTDOCS%%share/doc/sane/plustek/Makefile.module
+%%PORTDOCS%%share/doc/sane/plustek/Plustek-PARPORT-TODO.txt
%%PORTDOCS%%share/doc/sane/plustek/Plustek-PARPORT.txt
%%PORTDOCS%%share/doc/sane/plustek/Plustek-USB-TODO.txt
%%PORTDOCS%%share/doc/sane/plustek/Plustek-USB.txt
%%PORTDOCS%%share/doc/sane/plustek/Plustek.changes
+%%PORTDOCS%%share/doc/sane/plustek/VERSION0
+%%PORTDOCS%%share/doc/sane/plustek/VERSION1
%%PORTDOCS%%share/doc/sane/sane-backends.html
%%PORTDOCS%%share/doc/sane/sane-backends-external.html
%%PORTDOCS%%share/doc/sane/sane-mfgs.html
@@ -293,6 +308,21 @@
%%PORTDOCS%%share/doc/sane/umax/umax.CHANGES
%%PORTDOCS%%share/doc/sane/umax/umax.FAQ
%%PORTDOCS%%share/doc/sane/umax/umax.TODO
+share/locale/bg/LC_MESSAGES/sane-backends.mo
+share/locale/cs/LC_MESSAGES/sane-backends.mo
+share/locale/de/LC_MESSAGES/sane-backends.mo
+share/locale/es/LC_MESSAGES/sane-backends.mo
+share/locale/fr/LC_MESSAGES/sane-backends.mo
+share/locale/it/LC_MESSAGES/sane-backends.mo
+share/locale/nl/LC_MESSAGES/sane-backends.mo
+share/locale/no/LC_MESSAGES/sane-backends.mo
+share/locale/pt/LC_MESSAGES/sane-backends.mo
+share/locale/ru/LC_MESSAGES/sane-backends.mo
+share/locale/sv/LC_MESSAGES/sane-backends.mo
+ at exec mkdir %D/share/sane
+ at exec mkdir %D/share/sane/gt68xx
+ at unexec rmdir %D/share/sane/gt68xx 2>/dev/null || true
+ at unexec rmdir %D/share/sane 2>/dev/null || true
%%PORTDOCS%%@dirrm share/doc/sane/umax
%%PORTDOCS%%@dirrm share/doc/sane/teco
%%PORTDOCS%%@dirrm share/doc/sane/sceptre
@@ -304,16 +334,6 @@
%%PORTDOCS%%@dirrm share/doc/sane/gt68xx
%%PORTDOCS%%@dirrm share/doc/sane/canon
%%PORTDOCS%%@dirrm share/doc/sane
-share/locale/de/LC_MESSAGES/sane-backends.mo
-share/locale/es/LC_MESSAGES/sane-backends.mo
-share/locale/fr/LC_MESSAGES/sane-backends.mo
-share/locale/nl/LC_MESSAGES/sane-backends.mo
-share/locale/no/LC_MESSAGES/sane-backends.mo
-share/locale/pt/LC_MESSAGES/sane-backends.mo
-share/locale/ru/LC_MESSAGES/sane-backends.mo
-share/locale/sv/LC_MESSAGES/sane-backends.mo
@dirrm lib/sane
@dirrm include/sane
@dirrm etc/sane.d
- at dirrm share/sane/gt68xx
- at dirrm share/sane
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list