Sun Apr 13 21:43:39 2008 UTC ()
Update to 1.0.19.

Remove sane-backends-hp3900 option, support is now enabled by default.

New with 1.0.19, released 2008-02-10:

* New backends: cardscan (Corex Cardscan 800c), epjitsu (Epson-based Fujitsu),
  epson2 (various Epson scanners), hp3900 (HP ScanJet 3970 and more),
  hp5590 (HP ScanJet 5590 and more), hpljm1005 (HP LaserJet M1005 and more),
  hs2p (Ricoh IS400 series)
* Updated backends: abaton, agfafocus, apple, artec, artec_eplus48u, as6e,
  avision, canon, coolscan, coolscan2, dc25, dell1600n_net, dll, epson,
  fujitsu, genesys, gt68xx, hp3500, ibm, lexmark, microtek, microtek2, mustek,
  nec, net, pie, pint, pixma, plustek, plustek_pp, ricoh, s9036, sm3600,
  sm3840, snapscan, sp15c, st400, tamarack, teco2, test, u12, umax, umax1220u,
  umax_pp
* Scanimage detects more chipsets.
* Internal scsi, usb, tcp and udp code updates.
* Basic HAL .fdi creation support
* Build system updates.
* Updated translations.
* Documentation updates.
* Bugfixes.


(wiz)
diff -r1.37 -r1.38 pkgsrc/graphics/sane-backends/Makefile
diff -r1.24 -r1.25 pkgsrc/graphics/sane-backends/Makefile.common
diff -r1.19 -r1.20 pkgsrc/graphics/sane-backends/PLIST
diff -r1.22 -r1.23 pkgsrc/graphics/sane-backends/distinfo
diff -r1.6 -r1.7 pkgsrc/graphics/sane-backends/options.mk
diff -r0 -r1.6 pkgsrc/graphics/sane-backends/patches/patch-ad

cvs diff -r1.37 -r1.38 pkgsrc/graphics/sane-backends/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/sane-backends/Makefile 2008/04/12 22:43:02 1.37
+++ pkgsrc/graphics/sane-backends/Makefile 2008/04/13 21:43:39 1.38
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.37 2008/04/12 22:43:02 jlam Exp $ 1# $NetBSD: Makefile,v 1.38 2008/04/13 21:43:39 wiz Exp $
2 2
3.include "Makefile.common" 3.include "Makefile.common"
4COMMENT= API for access to scanners, digitals camera, frame grabbers etc. 4COMMENT= API for access to scanners, digitals camera, frame grabbers etc.
5 5
6DISTNAME= sane-backends-${SANE_VERSION} 6DISTNAME= sane-backends-${SANE_VERSION}
7DISTFILES= ${DISTNAME}${EXTRACT_SUFX} 7DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
8 8
9# lib/Makefile.in builds .o files and then .a, but rules for shlibs, 9# lib/Makefile.in builds .o files and then .a, but rules for shlibs,
10# while apparently independent, cause libtool to create .o again, 10# while apparently independent, cause libtool to create .o again,
11# making it possible for the ar step of the .a build to fail to find 11# making it possible for the ar step of the .a build to fail to find
12# the .o 12# the .o
13MAKE_JOBS_SAFE= NO 13MAKE_JOBS_SAFE= NO
14 14
@@ -25,29 +25,31 @@ PLIST_VARS+= pint sm3600 @@ -25,29 +25,31 @@ PLIST_VARS+= pint sm3600
25.if (${OPSYS} == "SunOS") 25.if (${OPSYS} == "SunOS")
26# nothing 26# nothing
27.elif (${OPSYS} == "Linux") || (${OPSYS} == "DragonFly") 27.elif (${OPSYS} == "Linux") || (${OPSYS} == "DragonFly")
28PLIST.sm3600= yes 28PLIST.sm3600= yes
29.else 29.else
30PLIST.pint= yes 30PLIST.pint= yes
31PLIST.sm3600= yes 31PLIST.sm3600= yes
32.endif 32.endif
33 33
34OWN_DIRS+= ${PKG_SYSCONFDIR}/sane.d 34OWN_DIRS+= ${PKG_SYSCONFDIR}/sane.d
35EGDIR= ${PREFIX}/share/examples/sane 35EGDIR= ${PREFIX}/share/examples/sane
36.for f in abaton.conf agfafocus.conf apple.conf artec.conf \ 36.for f in abaton.conf agfafocus.conf apple.conf artec.conf \
37artec_eplus48u.conf avision.conf bh.conf canon.conf canon630u.conf \ 37artec_eplus48u.conf avision.conf bh.conf canon.conf canon630u.conf \
38coolscan.conf coolscan2.conf dc210.conf dc240.conf dc25.conf dll.conf \ 38cardscan.conf coolscan.conf coolscan2.conf \
39dmc.conf epson.conf fujitsu.conf genesys.conf gt68xx.conf hp.conf \ 39dc210.conf dc240.conf dc25.conf dll.conf dmc.conf \
40hp4200.conf hp5400.conf ibm.conf leo.conf lexmark.conf \ 40epson.conf epjitsu.conf epson2.conf fujitsu.conf \
 41genesys.conf gt68xx.conf hp.conf hp3900.conf \
 42hp4200.conf hp5400.conf hs2p.conf ibm.conf leo.conf lexmark.conf \
41ma1509.conf matsushita.conf \ 43ma1509.conf matsushita.conf \
42microtek.conf microtek2.conf mustek.conf mustek_usb.conf nec.conf \ 44microtek.conf microtek2.conf mustek.conf mustek_usb.conf nec.conf \
43net.conf pie.conf plustek.conf plustek_pp.conf ricoh.conf s9036.conf \ 45net.conf pie.conf plustek.conf plustek_pp.conf ricoh.conf s9036.conf \
44saned.conf sceptre.conf sharp.conf sm3840.conf snapscan.conf \ 46saned.conf sceptre.conf sharp.conf sm3840.conf snapscan.conf \
45sp15c.conf st400.conf stv680.conf \ 47sp15c.conf st400.conf stv680.conf \
46tamarack.conf teco1.conf teco2.conf teco3.conf \ 48tamarack.conf teco1.conf teco2.conf teco3.conf \
47test.conf u12.conf umax.conf umax1220u.conf umax_pp.conf 49test.conf u12.conf umax.conf umax1220u.conf umax_pp.conf
48CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/sane.d/${f} 50CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/sane.d/${f}
49.endfor 51.endfor
50 52
51.if (${OPSYS} == "Linux") 53.if (${OPSYS} == "Linux")
52.for f in qcam.conf v4l.conf 54.for f in qcam.conf v4l.conf
53CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/sane.d/${f} 55CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/sane.d/${f}

cvs diff -r1.24 -r1.25 pkgsrc/graphics/sane-backends/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/sane-backends/Makefile.common 2006/08/23 18:29:22 1.24
+++ pkgsrc/graphics/sane-backends/Makefile.common 2008/04/13 21:43:39 1.25
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1# $NetBSD: Makefile.common,v 1.24 2006/08/23 18:29:22 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.25 2008/04/13 21:43:39 wiz Exp $
2 2
3CATEGORIES?= graphics 3CATEGORIES?= graphics
4MASTER_SITES?= ftp://gd.tuwien.ac.at/hci/sane/${DISTNAME}/ \ 4MASTER_SITES?= ftp://gd.tuwien.ac.at/hci/sane/${DISTNAME}/ \
5 ftp://ftp.informatik.uni-oldenburg.de/pub/sane/${DISTNAME}/ \ 5 ftp://ftp.informatik.uni-oldenburg.de/pub/sane/${DISTNAME}/ \
6 ftp://ftp.sane-project.org/pub/sane/${DISTNAME}/ \ 6 ftp://ftp.sane-project.org/pub/sane/${DISTNAME}/ \
7 ftp://ftp2.sane-project.org/pub/sane/${DISTNAME}/ \ 7 ftp://ftp2.sane-project.org/pub/sane/${DISTNAME}/ \
8 ftp://ftp3.sane-project.org/pub/sane/${DISTNAME}/ \ 8 ftp://ftp3.sane-project.org/pub/sane/${DISTNAME}/ \
9 ftp://ftp4.sane-project.org/hci/sane/${DISTNAME}/ \ 9 ftp://ftp4.sane-project.org/hci/sane/${DISTNAME}/ \
10 ftp://ftp5.sane-project.org/pub/sane/${DISTNAME}/ 10 ftp://ftp5.sane-project.org/pub/sane/${DISTNAME}/
11 11
12MAINTAINER?= pkgsrc-users@NetBSD.org 12MAINTAINER?= pkgsrc-users@NetBSD.org
13HOMEPAGE?= http://www.sane-project.org/ 13HOMEPAGE?= http://www.sane-project.org/
14 14
15SANE_MAJOR?= 1 15SANE_MAJOR?= 1
16SANE_MINOR?= 0 16SANE_MINOR?= 0
17SANE_MICRO?= 18 17SANE_MICRO?= 19
18SANE_VERSION= ${SANE_MAJOR}.${SANE_MINOR}.${SANE_MICRO} 18SANE_VERSION= ${SANE_MAJOR}.${SANE_MINOR}.${SANE_MICRO}
19PLIST_SUBST+= SANE_MAJOR=${SANE_MAJOR:Q} 19PLIST_SUBST+= SANE_MAJOR=${SANE_MAJOR:Q}
20PLIST_SUBST+= SANE_MINOR=${SANE_MINOR:Q} 20PLIST_SUBST+= SANE_MINOR=${SANE_MINOR:Q}
21PLIST_SUBST+= SANE_MICRO=${SANE_MICRO:Q} 21PLIST_SUBST+= SANE_MICRO=${SANE_MICRO:Q}
22PLIST_SUBST+= SANE_VERSION=${SANE_VERSION:Q} 22PLIST_SUBST+= SANE_VERSION=${SANE_VERSION:Q}
23 23
24CONFLICTS+= sane<=1.0.3 24CONFLICTS+= sane<=1.0.3
25 25
26GNU_CONFIGURE= YES 26GNU_CONFIGURE= YES
27USE_TOOLS+= gmake 27USE_TOOLS+= gmake
28USE_LIBTOOL= YES 28USE_LIBTOOL= YES
29CONFIGURE_ENV+= ac_cv_path_LATEX="no" 29CONFIGURE_ENV+= ac_cv_path_LATEX="no"

cvs diff -r1.19 -r1.20 pkgsrc/graphics/sane-backends/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/sane-backends/PLIST 2008/04/12 22:43:02 1.19
+++ pkgsrc/graphics/sane-backends/PLIST 2008/04/13 21:43:39 1.20
@@ -1,47 +1,53 @@ @@ -1,47 +1,53 @@
1@comment $NetBSD: PLIST,v 1.19 2008/04/12 22:43:02 jlam Exp $ 1@comment $NetBSD: PLIST,v 1.20 2008/04/13 21:43:39 wiz Exp $
2bin/gamma4scanimage 2bin/gamma4scanimage
3bin/sane-config 3bin/sane-config
4bin/sane-find-scanner 4bin/sane-find-scanner
5bin/scanimage 5bin/scanimage
6include/sane/sane.h 6include/sane/sane.h
7include/sane/saneopts.h 7include/sane/saneopts.h
8lib/libsane.la 8lib/libsane.la
9lib/sane/libsane-abaton.la 9lib/sane/libsane-abaton.la
10lib/sane/libsane-agfafocus.la 10lib/sane/libsane-agfafocus.la
11lib/sane/libsane-apple.la 11lib/sane/libsane-apple.la
12lib/sane/libsane-artec.la 12lib/sane/libsane-artec.la
13lib/sane/libsane-artec_eplus48u.la 13lib/sane/libsane-artec_eplus48u.la
14lib/sane/libsane-as6e.la 14lib/sane/libsane-as6e.la
15lib/sane/libsane-avision.la 15lib/sane/libsane-avision.la
16lib/sane/libsane-bh.la 16lib/sane/libsane-bh.la
17lib/sane/libsane-canon.la 17lib/sane/libsane-canon.la
18lib/sane/libsane-canon630u.la 18lib/sane/libsane-canon630u.la
 19lib/sane/libsane-cardscan.la
19lib/sane/libsane-coolscan.la 20lib/sane/libsane-coolscan.la
20lib/sane/libsane-coolscan2.la 21lib/sane/libsane-coolscan2.la
21lib/sane/libsane-dc210.la 22lib/sane/libsane-dc210.la
22lib/sane/libsane-dc240.la 23lib/sane/libsane-dc240.la
23lib/sane/libsane-dc25.la 24lib/sane/libsane-dc25.la
24lib/sane/libsane-dll.la 25lib/sane/libsane-dll.la
25lib/sane/libsane-dmc.la 26lib/sane/libsane-dmc.la
 27lib/sane/libsane-epjitsu.la
26lib/sane/libsane-epson.la 28lib/sane/libsane-epson.la
 29lib/sane/libsane-epson2.la
27lib/sane/libsane-fujitsu.la 30lib/sane/libsane-fujitsu.la
28lib/sane/libsane-genesys.la 31lib/sane/libsane-genesys.la
29lib/sane/libsane-gt68xx.la 32lib/sane/libsane-gt68xx.la
30lib/sane/libsane-hp.la 33lib/sane/libsane-hp.la
31lib/sane/libsane-hp3500.la 34lib/sane/libsane-hp3500.la
32${PLIST.hp3900}lib/sane/libsane-hp3900.la 35lib/sane/libsane-hp3900.la
33lib/sane/libsane-hp4200.la 36lib/sane/libsane-hp4200.la
34lib/sane/libsane-hp5400.la 37lib/sane/libsane-hp5400.la
 38lib/sane/libsane-hp5590.la
 39lib/sane/libsane-hpljm1005.la
 40lib/sane/libsane-hs2p.la
35lib/sane/libsane-ibm.la 41lib/sane/libsane-ibm.la
36lib/sane/libsane-leo.la 42lib/sane/libsane-leo.la
37lib/sane/libsane-lexmark.la 43lib/sane/libsane-lexmark.la
38lib/sane/libsane-ma1509.la 44lib/sane/libsane-ma1509.la
39lib/sane/libsane-matsushita.la 45lib/sane/libsane-matsushita.la
40lib/sane/libsane-microtek.la 46lib/sane/libsane-microtek.la
41lib/sane/libsane-microtek2.la 47lib/sane/libsane-microtek2.la
42lib/sane/libsane-mustek.la 48lib/sane/libsane-mustek.la
43lib/sane/libsane-mustek_usb.la 49lib/sane/libsane-mustek_usb.la
44lib/sane/libsane-mustek_usb2.la 50lib/sane/libsane-mustek_usb2.la
45lib/sane/libsane-nec.la 51lib/sane/libsane-nec.la
46lib/sane/libsane-net.la 52lib/sane/libsane-net.la
47lib/sane/libsane-niash.la 53lib/sane/libsane-niash.la
@@ -74,44 +80,49 @@ man/man1/sane-config.1 @@ -74,44 +80,49 @@ man/man1/sane-config.1
74man/man1/sane-find-scanner.1 80man/man1/sane-find-scanner.1
75man/man1/scanimage.1 81man/man1/scanimage.1
76man/man5/sane-abaton.5 82man/man5/sane-abaton.5
77man/man5/sane-agfafocus.5 83man/man5/sane-agfafocus.5
78man/man5/sane-apple.5 84man/man5/sane-apple.5
79man/man5/sane-artec.5 85man/man5/sane-artec.5
80man/man5/sane-artec_eplus48u.5 86man/man5/sane-artec_eplus48u.5
81man/man5/sane-as6e.5 87man/man5/sane-as6e.5
82man/man5/sane-avision.5 88man/man5/sane-avision.5
83man/man5/sane-bh.5 89man/man5/sane-bh.5
84man/man5/sane-canon.5 90man/man5/sane-canon.5
85man/man5/sane-canon630u.5 91man/man5/sane-canon630u.5
86man/man5/sane-canon_pp.5 92man/man5/sane-canon_pp.5
 93man/man5/sane-cardscan.5
87man/man5/sane-coolscan.5 94man/man5/sane-coolscan.5
88man/man5/sane-coolscan2.5 95man/man5/sane-coolscan2.5
89man/man5/sane-dc210.5 96man/man5/sane-dc210.5
90man/man5/sane-dc240.5 97man/man5/sane-dc240.5
91man/man5/sane-dc25.5 98man/man5/sane-dc25.5
92man/man5/sane-dll.5 99man/man5/sane-dll.5
93man/man5/sane-dmc.5 100man/man5/sane-dmc.5
 101man/man5/sane-epjitsu.5
94man/man5/sane-epson.5 102man/man5/sane-epson.5
95man/man5/sane-fujitsu.5 103man/man5/sane-fujitsu.5
96man/man5/sane-genesys.5 104man/man5/sane-genesys.5
97man/man5/sane-gphoto2.5 105man/man5/sane-gphoto2.5
98man/man5/sane-gt68xx.5 106man/man5/sane-gt68xx.5
99man/man5/sane-hp.5 107man/man5/sane-hp.5
100man/man5/sane-hp3500.5 108man/man5/sane-hp3500.5
101${PLIST.hp3900}man/man5/sane-hp3900.5 109man/man5/sane-hp3900.5
102man/man5/sane-hp4200.5 110man/man5/sane-hp4200.5
103man/man5/sane-hp5400.5 111man/man5/sane-hp5400.5
 112man/man5/sane-hp5590.5
 113man/man5/sane-hpljm1005.5
104man/man5/sane-hpsj5s.5 114man/man5/sane-hpsj5s.5
 115man/man5/sane-hs2p.5
105man/man5/sane-ibm.5 116man/man5/sane-ibm.5
106man/man5/sane-leo.5 117man/man5/sane-leo.5
107man/man5/sane-lexmark.5 118man/man5/sane-lexmark.5
108man/man5/sane-ma1509.5 119man/man5/sane-ma1509.5
109man/man5/sane-matsushita.5 120man/man5/sane-matsushita.5
110man/man5/sane-microtek.5 121man/man5/sane-microtek.5
111man/man5/sane-microtek2.5 122man/man5/sane-microtek2.5
112man/man5/sane-mustek.5 123man/man5/sane-mustek.5
113man/man5/sane-mustek_pp.5 124man/man5/sane-mustek_pp.5
114man/man5/sane-mustek_usb.5 125man/man5/sane-mustek_usb.5
115man/man5/sane-mustek_usb2.5 126man/man5/sane-mustek_usb2.5
116man/man5/sane-nec.5 127man/man5/sane-nec.5
117man/man5/sane-net.5 128man/man5/sane-net.5
@@ -230,41 +241,45 @@ share/doc/sane-${SANE_VERSION}/umax/sane @@ -230,41 +241,45 @@ share/doc/sane-${SANE_VERSION}/umax/sane
230share/doc/sane-${SANE_VERSION}/umax/umax.BUGS 241share/doc/sane-${SANE_VERSION}/umax/umax.BUGS
231share/doc/sane-${SANE_VERSION}/umax/umax.CHANGES 242share/doc/sane-${SANE_VERSION}/umax/umax.CHANGES
232share/doc/sane-${SANE_VERSION}/umax/umax.FAQ 243share/doc/sane-${SANE_VERSION}/umax/umax.FAQ
233share/doc/sane-${SANE_VERSION}/umax/umax.TODO 244share/doc/sane-${SANE_VERSION}/umax/umax.TODO
234share/examples/sane/abaton.conf 245share/examples/sane/abaton.conf
235share/examples/sane/agfafocus.conf 246share/examples/sane/agfafocus.conf
236share/examples/sane/apple.conf 247share/examples/sane/apple.conf
237share/examples/sane/artec.conf 248share/examples/sane/artec.conf
238share/examples/sane/artec_eplus48u.conf 249share/examples/sane/artec_eplus48u.conf
239share/examples/sane/avision.conf 250share/examples/sane/avision.conf
240share/examples/sane/bh.conf 251share/examples/sane/bh.conf
241share/examples/sane/canon.conf 252share/examples/sane/canon.conf
242share/examples/sane/canon630u.conf 253share/examples/sane/canon630u.conf
 254share/examples/sane/cardscan.conf
243share/examples/sane/coolscan.conf 255share/examples/sane/coolscan.conf
244share/examples/sane/coolscan2.conf 256share/examples/sane/coolscan2.conf
245share/examples/sane/dc210.conf 257share/examples/sane/dc210.conf
246share/examples/sane/dc240.conf 258share/examples/sane/dc240.conf
247share/examples/sane/dc25.conf 259share/examples/sane/dc25.conf
248share/examples/sane/dll.conf 260share/examples/sane/dll.conf
249share/examples/sane/dmc.conf 261share/examples/sane/dmc.conf
 262share/examples/sane/epjitsu.conf
250share/examples/sane/epson.conf 263share/examples/sane/epson.conf
 264share/examples/sane/epson2.conf
251share/examples/sane/fujitsu.conf 265share/examples/sane/fujitsu.conf
252share/examples/sane/genesys.conf 266share/examples/sane/genesys.conf
253share/examples/sane/gt68xx.conf 267share/examples/sane/gt68xx.conf
254share/examples/sane/hp.conf 268share/examples/sane/hp.conf
255${PLIST.hp3900}share/examples/sane/hp3900.conf 269share/examples/sane/hp3900.conf
256share/examples/sane/hp4200.conf 270share/examples/sane/hp4200.conf
257share/examples/sane/hp5400.conf 271share/examples/sane/hp5400.conf
 272share/examples/sane/hs2p.conf
258share/examples/sane/ibm.conf 273share/examples/sane/ibm.conf
259share/examples/sane/leo.conf 274share/examples/sane/leo.conf
260share/examples/sane/lexmark.conf 275share/examples/sane/lexmark.conf
261share/examples/sane/ma1509.conf 276share/examples/sane/ma1509.conf
262share/examples/sane/matsushita.conf 277share/examples/sane/matsushita.conf
263share/examples/sane/microtek.conf 278share/examples/sane/microtek.conf
264share/examples/sane/microtek2.conf 279share/examples/sane/microtek2.conf
265share/examples/sane/mustek.conf 280share/examples/sane/mustek.conf
266share/examples/sane/mustek_usb.conf 281share/examples/sane/mustek_usb.conf
267share/examples/sane/nec.conf 282share/examples/sane/nec.conf
268share/examples/sane/net.conf 283share/examples/sane/net.conf
269share/examples/sane/pie.conf 284share/examples/sane/pie.conf
270share/examples/sane/plustek.conf 285share/examples/sane/plustek.conf
@@ -282,40 +297,43 @@ share/examples/sane/stv680.conf @@ -282,40 +297,43 @@ share/examples/sane/stv680.conf
282share/examples/sane/tamarack.conf 297share/examples/sane/tamarack.conf
283share/examples/sane/teco1.conf 298share/examples/sane/teco1.conf
284share/examples/sane/teco2.conf 299share/examples/sane/teco2.conf
285share/examples/sane/teco3.conf 300share/examples/sane/teco3.conf
286share/examples/sane/test.conf 301share/examples/sane/test.conf
287share/examples/sane/u12.conf 302share/examples/sane/u12.conf
288share/examples/sane/umax.conf 303share/examples/sane/umax.conf
289share/examples/sane/umax1220u.conf 304share/examples/sane/umax1220u.conf
290share/examples/sane/umax_pp.conf 305share/examples/sane/umax_pp.conf
291share/locale/bg/LC_MESSAGES/sane-backends.mo 306share/locale/bg/LC_MESSAGES/sane-backends.mo
292share/locale/cs/LC_MESSAGES/sane-backends.mo 307share/locale/cs/LC_MESSAGES/sane-backends.mo
293share/locale/da/LC_MESSAGES/sane-backends.mo 308share/locale/da/LC_MESSAGES/sane-backends.mo
294share/locale/de/LC_MESSAGES/sane-backends.mo 309share/locale/de/LC_MESSAGES/sane-backends.mo
 310share/locale/eo/LC_MESSAGES/sane-backends.mo
295share/locale/es/LC_MESSAGES/sane-backends.mo 311share/locale/es/LC_MESSAGES/sane-backends.mo
296share/locale/fi/LC_MESSAGES/sane-backends.mo 312share/locale/fi/LC_MESSAGES/sane-backends.mo
297share/locale/fr/LC_MESSAGES/sane-backends.mo 313share/locale/fr/LC_MESSAGES/sane-backends.mo
298share/locale/it/LC_MESSAGES/sane-backends.mo 314share/locale/it/LC_MESSAGES/sane-backends.mo
 315share/locale/nb/LC_MESSAGES/sane-backends.mo
299share/locale/nl/LC_MESSAGES/sane-backends.mo 316share/locale/nl/LC_MESSAGES/sane-backends.mo
300share/locale/no/LC_MESSAGES/sane-backends.mo 
301share/locale/pl/LC_MESSAGES/sane-backends.mo 317share/locale/pl/LC_MESSAGES/sane-backends.mo
302share/locale/pt/LC_MESSAGES/sane-backends.mo 318share/locale/pt/LC_MESSAGES/sane-backends.mo
303share/locale/ru/LC_MESSAGES/sane-backends.mo 319share/locale/ru/LC_MESSAGES/sane-backends.mo
304share/locale/sv/LC_MESSAGES/sane-backends.mo 320share/locale/sv/LC_MESSAGES/sane-backends.mo
305@exec ${MKDIR} %D/share/sane/snapscan 321@exec ${MKDIR} %D/share/sane/snapscan
306@dirrm share/sane/snapscan 322@dirrm share/sane/snapscan
307@exec ${MKDIR} %D/share/sane/gt68xx 323@exec ${MKDIR} %D/share/sane/gt68xx
308@dirrm share/sane/gt68xx 324@dirrm share/sane/gt68xx
 325@exec ${MKDIR} %D/share/sane/epjitsu
 326@dirrm share/sane/epjitsu
309@exec ${MKDIR} %D/share/sane/artec_eplus48u 327@exec ${MKDIR} %D/share/sane/artec_eplus48u
310@dirrm share/sane/artec_eplus48u 328@dirrm share/sane/artec_eplus48u
311@dirrm share/sane 329@dirrm share/sane
312@dirrm share/examples/sane 330@dirrm share/examples/sane
313@dirrm share/doc/sane-${SANE_VERSION}/umax 331@dirrm share/doc/sane-${SANE_VERSION}/umax
314@dirrm share/doc/sane-${SANE_VERSION}/u12 332@dirrm share/doc/sane-${SANE_VERSION}/u12
315@dirrm share/doc/sane-${SANE_VERSION}/teco 333@dirrm share/doc/sane-${SANE_VERSION}/teco
316@dirrm share/doc/sane-${SANE_VERSION}/sceptre 334@dirrm share/doc/sane-${SANE_VERSION}/sceptre
317@dirrm share/doc/sane-${SANE_VERSION}/plustek 335@dirrm share/doc/sane-${SANE_VERSION}/plustek
318@dirrm share/doc/sane-${SANE_VERSION}/niash 336@dirrm share/doc/sane-${SANE_VERSION}/niash
319@dirrm share/doc/sane-${SANE_VERSION}/mustek_usb2 337@dirrm share/doc/sane-${SANE_VERSION}/mustek_usb2
320@dirrm share/doc/sane-${SANE_VERSION}/mustek_usb 338@dirrm share/doc/sane-${SANE_VERSION}/mustek_usb
321@dirrm share/doc/sane-${SANE_VERSION}/mustek 339@dirrm share/doc/sane-${SANE_VERSION}/mustek

cvs diff -r1.22 -r1.23 pkgsrc/graphics/sane-backends/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/sane-backends/distinfo 2006/08/05 22:41:49 1.22
+++ pkgsrc/graphics/sane-backends/distinfo 2008/04/13 21:43:39 1.23
@@ -1,9 +1,10 @@ @@ -1,9 +1,10 @@
1$NetBSD: distinfo,v 1.22 2006/08/05 22:41:49 wiz Exp $ 1$NetBSD: distinfo,v 1.23 2008/04/13 21:43:39 wiz Exp $
2 2
3SHA1 (sane-backends-1.0.18.tar.gz) = f4c360b87ced287e4015a0dafd766ad885c539e1 3SHA1 (sane-backends-1.0.19.tar.gz) = 3ff8eefa8f32e72dcdbaa4bf20fe125df90144d5
4RMD160 (sane-backends-1.0.18.tar.gz) = aa863adff417d7c33cbb85c193878aa54a056100 4RMD160 (sane-backends-1.0.19.tar.gz) = 1aaf304cbfeb3d6c95f6081d04225441a87b6644
5Size (sane-backends-1.0.18.tar.gz) = 3789493 bytes 5Size (sane-backends-1.0.19.tar.gz) = 4293184 bytes
6SHA1 (patch-aa) = ab6c283a929763dc9292371349bcebc4aed537ea 6SHA1 (patch-aa) = ab6c283a929763dc9292371349bcebc4aed537ea
7SHA1 (patch-ab) = afb6766afbbfc165bab25fe74c7210d9177b46ef 7SHA1 (patch-ab) = afb6766afbbfc165bab25fe74c7210d9177b46ef
8SHA1 (patch-ac) = 7e4e710b0a570e677bdca6054ace3df07bbb909a 8SHA1 (patch-ac) = 7e4e710b0a570e677bdca6054ace3df07bbb909a
 9SHA1 (patch-ad) = ffd50b49305c05bda28de0536ca54171baff6892
9SHA1 (patch-ae) = bf9b53fd5c9b74915769afe9e17bed292a8a9ed9 10SHA1 (patch-ae) = bf9b53fd5c9b74915769afe9e17bed292a8a9ed9

cvs diff -r1.6 -r1.7 pkgsrc/graphics/sane-backends/options.mk (expand / switch to unified diff)

--- pkgsrc/graphics/sane-backends/options.mk 2008/04/12 22:43:02 1.6
+++ pkgsrc/graphics/sane-backends/options.mk 2008/04/13 21:43:39 1.7
@@ -1,30 +1,15 @@ @@ -1,30 +1,15 @@
1# $NetBSD: options.mk,v 1.6 2008/04/12 22:43:02 jlam Exp $ 1# $NetBSD: options.mk,v 1.7 2008/04/13 21:43:39 wiz Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.sane-backends 3PKG_OPTIONS_VAR= PKG_OPTIONS.sane-backends
4PKG_SUPPORTED_OPTIONS= inet6 sane-backends-hp3900 4PKG_SUPPORTED_OPTIONS= inet6
5PKG_SUGGESTED_OPTIONS= #defined 5PKG_SUGGESTED_OPTIONS= #defined
6 6
7.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
8 8
9# Package-specific option-handling 9# Package-specific option-handling
10 10
11.if !empty(PKG_OPTIONS:Minet6) 11.if !empty(PKG_OPTIONS:Minet6)
12CONFIGURE_ARGS+= --enable-ipv6 12CONFIGURE_ARGS+= --enable-ipv6
13.else 13.else
14CONFIGURE_ARGS+= --disable-ipv6 14CONFIGURE_ARGS+= --disable-ipv6
15.endif 15.endif
16 
17 
18### 
19### hp3900 support 
20### 
21PLIST_VARS+= hp3900 
22 
23.if !empty(PKG_OPTIONS:Mhp3900) 
24PLIST.hp3900= yes 
25DISTFILES+= hp3900-sane1017_src_0.5.tar.gz 
26SITES.hp3900-sane1017_src_0.5.tar.gz=${MASTER_SITE_SOURCEFORGE:=hp3900-series/} 
27post-patch: 
28 cd ${WRKSRC} && \ 
29 ${PATCH} -p1 <${WRKDIR}/hp3900-sane1017_src_0.5/hp3900-sane1017_0.5.diff 
30.endif 

File Added: pkgsrc/graphics/sane-backends/patches/Attic/patch-ad
$NetBSD: patch-ad,v 1.6 2008/04/13 21:43:39 wiz Exp $

--- include/sane/sanei_tcp.h.orig	2006-11-30 23:23:19.000000000 +0000
+++ include/sane/sanei_tcp.h
@@ -22,6 +22,7 @@
 
 #include <netinet/in.h>
 #include <netdb.h>
+#include <sys/types.h>
 
 extern SANE_Status sanei_tcp_open(const char *host, int port, int *fdp);
 extern void sanei_tcp_close(int fd);