summaryrefslogtreecommitdiff
path: root/graphics/sane-backends
AgeCommit message (Collapse)AuthorFilesLines
2007-06-08# lib/Makefile.in builds .o files and then .a, but rules for shlibs,gdt1-1/+7
# while apparently independent, cause libtool to create .o again, # making it possible for the ar step of the .a build to fail to find # the .o MAKE_JOBS_SAFE= NO
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz2-8/+8
Patch provided by Sergey Svishchev in private mail.
2007-01-30Remove some legacy options handling.wiz1-3/+1
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg1-2/+2
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-08-23Update MASTER_SITES.wiz1-5/+8
2006-08-05Update to 1.0.18.wiz10-81/+44
Reanem hp3900 option to sane-backends-hp3900, and add legacy handling for the old option name. New with 1.0.18, released 2006-07-02: * New backends: dell1600n_net (Dell 1600n), hp3500 (HP ScanJet 3500 series), pixma (Canon Pixma series), stv680 (Aiptek Pencam and similar). * Updated backends: avision, canon, dll, epson, fujitsu, genesys, gt68xx, microtek2, mustek_pp, niash, plustek, snapscan, sp15c, test, u12, umax1220u. * Scanimage batch mode fixes. * Scanner lists contain USB vendor/product ids and some statistics now. * Udev/hotplug lists are generated autmatically from the .desc files now. * Portability fixes (especially for DragonFlyBSD and HP/UX). * Build system updates. * Updated translations. * Documentation updates. * Bugfixes.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-27Add DragonFly device names for probing. Bump revision.joerg5-3/+110
From walt on DragonFly's submit list.
2006-06-26Revert previous, now that gcc4 in NetBSD has been fixed.wiz1-7/+1
We can readd it if the same problem appears somewhere else.
2006-06-25When building with gcc4, add "-fno-tree-ter" to CFLAGS.wiz1-1/+7
Workaround for toolchain/33816, suggested by dogcow@.
2006-06-08Add optional support for HP ScanJet 3900 series scanners.ben4-4/+35
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-15/+15
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-2/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-12Fix mustek_ubs2 support for DragonFly by fixing pthread detection,joerg1-0/+30
left-over from last commit.
2006-01-12mustek_usb2 needs pthread, so fix detection on DragonFly.joerg2-2/+4
2005-12-31Before testing OPSYS, bsd.prefs.mk has to be included.wiz1-1/+3
2005-12-31Update to 1.0.17:wiz6-42/+40
New with 1.0.17, released 2005-12-18: * New backends: hp4200 (HP ScanJet 4200), lexmark (Lexmark X1100 series), mustek_usb2 (Mustek BearPaw 2448 TA Pro) * Updated backends: artec_eplus48u, avision, canon, epson, fujitsu, genesys, gt68xx, microtek2, mustek_pp, plustek, plustek_pp, sm3600, snapscan, umax_pp. * Hotplug/udev updates. * scanimage fixes. * sane-find-scanner finds more chipsets. * Build system fixes/updates. make now calls makedepend. * Several fixes in SANE internal functions (sanei). * Portability fixes (especially for MacOSX, FreeBSD, OpenBSD, OS/2). * Updated translations. * Documentation updates. * Bugfixes.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-5/+5
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-02Like Linux, DragonFly doesn't support pint as backend.joerg1-2/+2
2005-09-27Update to 1.0.16. Use pkgsrc's config file framework.wiz7-75/+120
New with 1.0.16, released 2005-08-07: * New backends: genesys, sm3840 * Updated backends: avision, canon, coolscan, epson, gphoto2, gt68xx, mustek, mustek_pp, niash, plustek, plustek_pp, qcam, sm3600, snapscan, teco2, umax_pp, v4l. * More functionality/fixes for sanei_usb and sanei_pp. * Added sanei_access to allow locking of SANE devices. * Hotplug updates. * scanimage updates. * Portability fixes (especially for OS/2, 64bit platforms, BeOS+ZETA). * Added Polish translation. Updated other translations. Fixed format strings. * Documentation updates. * Bugfixes.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-15Change the PLIST_SUBST called "NOT_SUNOS" into two differentreed3-6/+16
definitions for libsane-pint and libsane-sm3600. Because under Linux, libsane-pint is also not installed (like on Solaris) but libsane-sm3600 is installed (like NetBSD). Also add PLIST.Linux to add libsane-qcam, libsane-v4l la files and config files. (The man pages were already installed.) Sorry, I did not test on Solaris, but did test on NetBSD 1.6.2_STABLE and Linux. TODO: make this package honor PKG_SYSCONFDIR instead of hard-coded ${PREFIX}/etc and use CONF_FILES too.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-11-08Remove "old-version" from URL for "ftp.informatik.uni-oldenburg.de".tron1-3/+3
2004-11-08Changes 1.0.15:adam4-15/+14
* New backends: niash. * Updated backends: agfafocus, artec_eplus48u.c, avision, canon, canon_pp, coolscan, dll, epson, fujitsu, gt68xx, hp, hp5400, leo, microtek2, mustek, mustek_pp, net, pie, plustek, plustek_pp, snapscan, sp15c, tamarack, teco2, umax, umax_pp, u12, v4l. * Portability fixes (especially for MacOS X, NetBSD, OS/2, 64 bit platforms). * sane-find-scanner detects more chipsets now. * Added Finnish translation. Updated other translations. * Several saned fixes. * Build system updates. * Documentation updates. * Bugfixes.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-221/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-06-15Be explicit that libghoto2 is not used by the package (yet?).markd1-1/+3
Fixes PR 25513.
2004-05-03Unused.wiz1-25/+0
2004-05-03Changes 1.0.14:adam5-63/+67
* New backends: u12 * Updated backends: artec, artec_eplus48u, as6e, avision, canon630u, canon_pp, epson, fujitsu, gphoto2, gt68xx, hp, matsushita, mustek, mustek_pp, mustek_usb, plustek, plustek_pp, sm3600, snapscan, teco1, teco2, u12, umax, umax_pp, v4l. * Added scripts for USB hotplugging (Linux) * Added Danish translation. Updated other translations. * sane-find-scanner knows about more chipsets now. * Portability fixes (especially for MacOS X, NetBSD, OpenBSD, and OS/2). * Build system fixes. * Documentation updates. * Bugfixes. Changes 1.0.13: * New backends: mustek_pp_ccd (for Mustek parport CCD scanners), plustek_pp (for Plustek parport scanners, splitted from the plustek backend). * Updated backends: avision, canon630u, coolscan, epson, fujitsu, gphoto2, gt68xx, hp, hp5400, mustek, mustek_pp, pie, plustek, snapscan, teco2, test, umax, umax_pp. * New internal interface for parport scanners. * Networking (IPv6 + subnet support) fixes + updates. * sane-find-scanner can detect some USB scanner chipsets now. * Better support for threading. * Port to MS Windows (Cygwin). * Portability fixes (especially for FreeBSD, MacOS X, OS/2). * Build system improvements. * Added new (Bulgarian, Czech and Italian) and updated existing translations. * The level of support for scanners is now: unsupported, minimal, basic, good, complete or untested (instead of alpha, beta, stable). * Documentation updates. * Bugfixes.
2004-04-19Add a buildlink3.mkmarkd1-0/+23
2004-04-14Master site URL for "ftp.informatik.uni-oldenburg.de".tron1-2/+2
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam1-1/+2
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-20Revert the PKGLOCALEDIR change in PLIST, and define USE_PKGLOCALEDIR inbouyer2-10/+11
Makefile. Pointed out by wiz@
2004-03-20Solaris fixes:bouyer3-23/+35
- this package uses msgfmt - locale files are always installed in share/locale - don't depend on libusb on solaris - libsane-pint and libsane-sm3600 are not installed on solaris
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-10bump PKGREVISION for latest change:jdolecek1-1/+2
enable use of /dev/uscanner problem reported and patch provided in pkg/23665 by Thilo Manske
2003-12-10enable use of /dev/uscannerjdolecek2-1/+15
problem reported and patch provided in pkg/23665 by Thilo Manske
2003-10-08Update homepage URL.tron1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-29Update sane-backends to 1.0.12. Changes include:rh5-37/+85
* Documentation updates * Updated backends: apple, artec_eplus48u, as6e, avision, canon, canon630u, dc210, dc240, dll, epson, fujitsu (fi4220), gphoto2, gt68xx, hp, mustek, mustek_pp, mustek_usb, net, pie, plustek, snapscan, teco2, test, umax, umax_pp * New backends: ibm, ma1509, some versions of hp5400 * Added IPv6 support for saned and net backend * Added SCSI support for MacOS X * Build system improvements * USB access improvements * Portability fixes * Translation updates and new translations: nl, no * Bugfixes
2003-06-23s/packages@/tech-pkg@/gjschauma1-2/+2
(Forgot the last time we did this. Pointed out by Sergey Svishchev (svs at ropnet dot ru))