summaryrefslogtreecommitdiff
path: root/graphics/sane-backends
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-12-04 11:49:02 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-12-04 11:49:02 +0000
commit7b58c7177735b1b24e21e2526b2fea404c50c367 (patch)
treeed1f1b4dfde69f3eb774ca953d049c92af46f8de /graphics/sane-backends
parentYou are robot. Your job is to find kitten. (diff)
Update to 1.0.13.
Notes
Notes: svn path=/head/; revision=94972
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r--graphics/sane-backends/Makefile3
-rw-r--r--graphics/sane-backends/Makefile.man2
-rw-r--r--graphics/sane-backends/distinfo2
-rw-r--r--graphics/sane-backends/files/patch-backend_epson_scsi.c23
-rw-r--r--graphics/sane-backends/pkg-plist20
5 files changed, 23 insertions, 27 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index dc26bb1e8c0a..61ab595c316f 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -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 --git a/graphics/sane-backends/Makefile.man b/graphics/sane-backends/Makefile.man
index 7e9ab088be63..c2678d0e4ae3 100644
--- a/graphics/sane-backends/Makefile.man
+++ b/graphics/sane-backends/Makefile.man
@@ -36,12 +36,14 @@ MAN5+= sane-microtek.5
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 --git a/graphics/sane-backends/distinfo b/graphics/sane-backends/distinfo
index d4f5ff9e8ab6..285f34b0e927 100644
--- a/graphics/sane-backends/distinfo
+++ b/graphics/sane-backends/distinfo
@@ -1 +1 @@
-MD5 (sane-backends-1.0.12.tar.gz) = 28d4d7469cd688dac94c7a415a81a6bb
+MD5 (sane-backends-1.0.13.tar.gz) = 9a158413180a752f8af6f11792154a42
diff --git a/graphics/sane-backends/files/patch-backend_epson_scsi.c b/graphics/sane-backends/files/patch-backend_epson_scsi.c
deleted file mode 100644
index 0c8c7ae39c5c..000000000000
--- a/graphics/sane-backends/files/patch-backend_epson_scsi.c
+++ /dev/null
@@ -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 --git a/graphics/sane-backends/pkg-plist b/graphics/sane-backends/pkg-plist
index 109a9f013713..deca436e3011 100644
--- a/graphics/sane-backends/pkg-plist
+++ b/graphics/sane-backends/pkg-plist
@@ -32,11 +32,13 @@ etc/sane.d/microtek.conf
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.so.1
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-pie.so.1
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 @@ sbin/saned
%%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 @@ sbin/saned
%%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 @@ sbin/saned
%%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
@@ -304,9 +319,12 @@ sbin/saned
%%PORTDOCS%%@dirrm share/doc/sane/gt68xx
%%PORTDOCS%%@dirrm share/doc/sane/canon
%%PORTDOCS%%@dirrm share/doc/sane
+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