summaryrefslogtreecommitdiff
path: root/graphics/sane-backends/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-15 17:53:11 +0000
committerwiz <wiz>2009-08-15 17:53:11 +0000
commit1a4e2fb0afb977129bbc07941aac20f9b254aa90 (patch)
tree8deb6194b04c2c935ad15e3671af764b200bfd88 /graphics/sane-backends/Makefile
parent799f2bf5b858f66202c9de6237b27c71d2960f74 (diff)
downloadpkgsrc-1a4e2fb0afb977129bbc07941aac20f9b254aa90.tar.gz
Update to 1.0.20, set LICENSE.
New with 1.0.20, released 2009-05-03: * New backends: canon_dr (Canon DR-series), coolscan3 (Nikon LS & Coolscan), rts8891 (Umax & HP 44xx), xerox_mfp (Samsung/Xerox/Dell MFPs) * Many backends updated. * 75 more scanner models supported. * New build system (thanks Chris and Olaf). * Avahi support (thanks Julien). * More network scanners supported * Epson backend deprecated, use epson2 * Coolscan2 backend deprecated, use coolscan3 * Internal SCSI, USB, threading, TCP & UDP code updates. * Updated HAL and udev support. * Improved saned configuration. * Scanimage updates. * Updated translations. * Documentation updates. * Bugfixes.
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r--graphics/sane-backends/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index 7138cfd8371..55a70d9ef01 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2008/06/20 01:09:23 joerg Exp $
+# $NetBSD: Makefile,v 1.41 2009/08/15 17:53:11 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -37,18 +37,19 @@ OWN_DIRS+= ${PKG_SYSCONFDIR}/sane.d
EGDIR= ${PREFIX}/share/examples/sane
.for f in abaton.conf agfafocus.conf apple.conf artec.conf \
artec_eplus48u.conf avision.conf bh.conf canon.conf canon630u.conf \
-cardscan.conf coolscan.conf coolscan2.conf \
+canon_dr.conf cardscan.conf coolscan.conf coolscan2.conf coolscan3.conf \
dc210.conf dc240.conf dc25.conf dll.conf dmc.conf \
epson.conf epjitsu.conf epson2.conf fujitsu.conf \
genesys.conf gt68xx.conf hp.conf hp3900.conf \
hp4200.conf hp5400.conf hs2p.conf ibm.conf leo.conf lexmark.conf \
ma1509.conf matsushita.conf \
-microtek.conf microtek2.conf mustek.conf mustek_usb.conf nec.conf \
-net.conf pie.conf plustek.conf plustek_pp.conf ricoh.conf s9036.conf \
-saned.conf sceptre.conf sharp.conf sm3840.conf snapscan.conf \
+microtek.conf microtek2.conf mustek.conf mustek_usb.conf \
+nec.conf net.conf \
+pie.conf pixma.conf plustek.conf plustek_pp.conf ricoh.conf rts8891.conf \
+s9036.conf saned.conf sceptre.conf sharp.conf sm3840.conf snapscan.conf \
sp15c.conf st400.conf stv680.conf \
tamarack.conf teco1.conf teco2.conf teco3.conf \
-test.conf u12.conf umax.conf umax1220u.conf umax_pp.conf
+test.conf u12.conf umax.conf umax1220u.conf umax_pp.conf xerox_mfp.conf
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/sane.d/${f}
.endfor