Up to [cvs.NetBSD.org] / pkgsrc / graphics / sane-backends
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.38 / (download) - annotate - [select for diffs], Wed Jan 26 17:17:39 2022 UTC (12 months, 1 week ago) by triaxx
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Changes since 1.37: +7 -7
lines
Diff to previous 1.37 (colored)
sane-backends: Reorganize PLIST_VARS pkgsrc changes: --------------- * Remove sm3600 variable since it is enabled for any OPSYS. * Remove mustek and kvs40xx variables since these backends are built if pthread is available. Actually it build on Linux and on other Unix-like systems. For Unix-like other than Linux, pthread is not enabled by default but we explicitly enable it in Makefile. * Bump revision /!\ pint is built if sys/scanio.h exists. Feel free to add systems that implement it. /!\ Feel free to reintroduce mustek and kvs40xx for systems that do not implement pthread.
Revision 1.37 / (download) - annotate - [select for diffs], Tue Jan 4 16:04:39 2022 UTC (13 months ago) by triaxx
Branch: MAIN
Changes since 1.36: +4 -1
lines
Diff to previous 1.36 (colored)
sane-backends: Update to 1.0.32 pkgsrc changes: --------------- * Set nls option to default enabled to avoid forgetting new .mo files in PLIST when updating. * Remove patch-backend_genesys_low.cpp since it has been fixed in 1.0.31. * Add textproc/libxml2 missing dependency thanks to verifypc. upstream changes: ----------------- The changes are listed in ChangeLog.
Revision 1.36 / (download) - annotate - [select for diffs], Mon Jan 3 14:48:49 2022 UTC (13 months ago) by triaxx
Branch: MAIN
Changes since 1.35: +4 -1
lines
Diff to previous 1.35 (colored)
sane-backends: Fix PLIST pkgsrc updates: --------------- * Add missing files in PLIST when nls option is enable. * Remove lines in PLIST.Linux that are already in PLIST (thanks to pkglint). * Bump revision.
Revision 1.35 / (download) - annotate - [select for diffs], Sat Jun 13 20:54:32 2020 UTC (2 years, 7 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.34: +53 -23
lines
Diff to previous 1.34 (colored)
sane-backends: Update to 1.0.30 pkgsrc changes: - sane-backends seems now make jobs safe - Add dependency to c++11 for genesys backend - Remove no longer needed patch-backend_epsonds.c: now sys/time.h is included - Use BJNP_HOST_MAX instead of non-portable/POSIX HOST_NAME_MAX via patch-backend_pixma_pixma__bjnp.c - Update MASTER_SITES and remove it from Makefile.common: the current one is specific to sane-backends Changes: 1.0.30 ------ This release fixes several security related issues and a build issue. ### Backends - `epson2`: fixes CVE-2020-12867 (GHSL-2020-075) and several memory management issues found while addressing that CVE - `epsonds`: addresses out-of-bound memory access issues to fix CVE-2020-12862 (GHSL-2020-082) and CVE-2020-12863 (GHSL-2020-083), addresses a buffer overflow fixing CVE-2020-12865 (GHSL-2020-084) and disables network autodiscovery to mitigate CVE-2020-12866 (GHSL-2020-079), CVE-2020-12861 (GHSL-2020-080) and CVE-2020-12864 (GHSL-2020-081). Note that this backend does not support network scanners to begin with. - `magicolor`: fixes a floating point exception and uninitialized data read - fixes an overflow in `sanei_tcp_read()` ### Build - fixes a build issue where linker flags would become link time dependencies (#239) 1.0.29 ------ ### Backends - adds an `escl` backend (theoretically supporting *all* AirPrint devices with a scan unit) - adds support for 23 new scanner models via existing backends - significantly changes `genesys` and `pixma` backends - fixes bugs in `canon_dr`, `fujitsu`, `hp3900`, `mustek_usb2`, `plustek` and `xerox_mfp` backends - fixes *all* compiler warnings on Debian 10 (#120) - fixes portability issues for uClibc-ng and MacOS builds - adds support to record and replay USB I/O traffic - adds timestamps to debug logs ### Frontends - fixes a 32-bit arithmetic overflow issue in `scanimage` ### Documentation - updates translations for British English, Catalan, German, Ukrainian, Valencian - adds `scangearmp2` external backend descriptions - updates `hpaio` and `utsushi` external backend descriptions - adds the `ChangeLogs/` directory to the source tarball (#103) ### Build - additionally requires `libcurl` and `libxml2` to build the `escl` backend - requires `libxml2` for USB I/O recording and replay functionality - re-enables pthread support for backends that use its API directly, irrespective of the `pthread_t` type (#153) - moves the `genesys` and `pixma` backends to a directory of their own 1.0.28 ------ ### Backends - adds a `ricoh2` backend - adds support for 40+ new scanner models - significantly changes `canon_dr`, `fujitsu`, `genesys`, `gt68xx`, `hp5590` and, `pixma` backends - fixes bugs in `as6e`, `avision`, `mustek` and `plustek` backends - fixes scores of compiler warnings ### Frontends - adds, changes and removes options for `saned` (see `man 8 saned` for details) - adds: `-l` (listen), `-D` (daemonize), `-o` (once), `-e` (stderr), `-u` (user) - removes: `-s` (syslog). Use `-a -d level -o -f` for the old behavior - changes: `-d` (debug). Use `-a -d level -o -f -e` for the old behavior - `saned` now cancels scans if the data connections appears to have gone away (after 4 seconds by default, configurable in `saned.conf`) - adds `--output-file` option to `scanimage` - adds `--help` option to `scan-find-scanner` - changes `sane-desc` to create relative hyperlinks ### Documentation - adds translations for Catalan, Hebrew and Valencian - updates translations for British English, Dutch, German and Ukrainian - marks unmaintained backends as such - documents USB workaround in `sane-usb` manual page ### Build - requires a C++11 compatible compiler for the `genesys` backend - requires a JPEG library when building the `pixma` backend - fixes unneeded linking when not using preloadable backend support - disables pthread support for systems with non-integral `pthread_t` type - fixes USB support detection on BeOS and OS/2 at `./configure` time - normalizes trailing whitespace in source code files. If you have local patches that no longer apply, have a look at the whitespace ignoring options of `patch` and `git apply`.
Revision 1.34 / (download) - annotate - [select for diffs], Wed Aug 7 15:52:13 2019 UTC (3 years, 6 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.33: +3 -1
lines
Diff to previous 1.33 (colored)
sane-backends: PLIST fix for Darwin, which apparently enables another backend (it's unclear why it only gets enabled on OS X) From clement bouvier in PR pkg/54444.
Revision 1.33 / (download) - annotate - [select for diffs], Tue May 15 14:58:08 2018 UTC (4 years, 8 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.32: +23 -1
lines
Diff to previous 1.32 (colored)
sane-backends: Handle nls correctly.
Revision 1.32 / (download) - annotate - [select for diffs], Sun Feb 25 21:22:07 2018 UTC (4 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.31: +85 -104
lines
Diff to previous 1.31 (colored)
sane-backends: update to 1.0.27. New with 1.0.27 (see Note 1), released 2017-05-22: * Significant enhancements to canon_dr, epjitsu, epsonds, fujitsu, genesys, hp3500, pixma and xerox-mfp backends. * Minor updates, bugfixes or scanners added in several backends. * 30+ new scanner models supported. * Made libusb-1.0 the default for USB support (see Note 2). * Switched code from C90 to C99 (Thanks to Volker Diels-Grabsch). * Updated Linux USB3 workaround (see Note 3). * Documentation and translation updates. * Bugfixes (Avahi, threading, USB, ICC/PNG/JPEG, etc). * Reduced compiler warnings, improved code (see Note 4). Note 1: There is no 1.0.26 release of sane-backends. That number was skipped so that our development version numbers would more clearly be an extension of the prior release. This should make packaging a little easier for our downstream users. Note 2: On all systems, the --enable-libusb* flags are now ignored. Instead, the --with-usb and --without-usb flags now control support. When neither is given, USB support will be enabled if possible and disabled otherwise. If --with-usb is requested but not possible, ./configure will fail. There is no support to prefer libusb-0.1 over libusb-1.0. When libusb-1.0 is not found, libusb-0.1 will be tried. Note 3: The Linux USB3 workaround which was added in version 1.0.25 is now disabled by default. If you have difficulty using a scanner which previously worked, or intermittent scanner availability, try setting the new environment variable SANE_USB_WORKAROUND=1 before starting your frontend. Note 4: A special thanks goes to Olaf Meeuwissen for picking up the janitorial duties in sane-backends. He has found and fixed a large number of long-standing bugs, curated our bug tracker, improved our build scripts and docs, and provided user support. Thank you Olaf!
Revision 1.31 / (download) - annotate - [select for diffs], Sun Oct 25 10:39:13 2015 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.30: +9 -1
lines
Diff to previous 1.30 (colored)
Update sane-backends to 1.0.25. New with 1.0.25, released 2015-10-03: * New backends: epsonds (Epson DS, PX and WF series), pieusb (PIE and Reflecta film/slide scanners). * Support for JPG and PNG output format in scanimage. * Significant enhancements to avision, canon_dr, epjitsu, fujitsu, genesys, kodakaio and pixma backends. * Minor updates, bugfixes or scanners added in several backends. * 300 new scanner models supported. * Workaround for USB3 problems in Linux kernel. * Added code for IR functionality. * Documentation and translation updates. * Bugfixes (threading, networking, udev rules).
Revision 1.30 / (download) - annotate - [select for diffs], Wed Dec 12 08:40:27 2012 UTC (10 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
Fix PR pkg/47308 Fix invalid PLIST subst.
Revision 1.29 / (download) - annotate - [select for diffs], Mon Dec 10 12:31:34 2012 UTC (10 years, 1 month ago) by ryoon
Branch: MAIN
Changes since 1.28: +90 -88
lines
Diff to previous 1.28 (colored)
Fix PLIST. Thanks for wiz@. I have tested only on NetBSD current. I will check PLIST on other platform later.
Revision 1.28 / (download) - annotate - [select for diffs], Mon Dec 10 12:06:50 2012 UTC (10 years, 1 month ago) by ryoon
Branch: MAIN
Changes since 1.27: +90 -88
lines
Diff to previous 1.27 (colored)
Update to 1.0.23 * Update MASTER_SITES to MASTER_SITE_LOCAL Changelog: New with 1.0.23, released 2012-08-19: * New backends: kvs40xx (Panasonic KV-S40xx), kodakaio (Kodak AiO ESP and Hero) * Significant enhancements to several backends. * 30 new scanner models supported. * V4L support improvements. * Improvements for builds on multiple platforms. * Improved udev rules. * Updated software deskew algorithm. * Documentation updates. * Bugfixes.
Revision 1.27 / (download) - annotate - [select for diffs], Tue Jul 12 12:19:40 2011 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.26: +25 -1
lines
Diff to previous 1.26 (colored)
Update to 1.0.22: New with 1.0.22, released 2011-02-13: * New backends: kvs20xx (Panasonic KV-S20xx), magicolor (Konica-Minolta ) * Significant enhancements to several backends. * More than 80 new scanner models supported. * Support many more networked scanners. * Added -A option to scanimage * Improved build system. * Improved USB support. * Improved udev rules. * Documentation updates. * Bugfixes.
Revision 1.26 / (download) - annotate - [select for diffs], Mon Dec 27 15:07:52 2010 UTC (12 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.25: +5 -1
lines
Diff to previous 1.25 (colored)
Fixed building on Mac OS X; fixed PLIST; added tiff dependency for dell1600n
Revision 1.25 / (download) - annotate - [select for diffs], Sun Sep 19 15:06:18 2010 UTC (12 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.24: +9 -19
lines
Diff to previous 1.24 (colored)
Update to 1.0.21: New with 1.0.21, released 2010-04-25: * New backends: kodak (Kodak i18xx), kvs1025 (Panasonic KV-S10xx), p5 (Primax PagePartner) * 224 more scanner models supported. * Many backends updated. * Improved compilation on uncommon platforms. * More consistent option naming. * Scanimage no longer writes image to tty. * Modern translation infrastructure. * Improved saned network daemon. * Internal SCSI, USB, threading, TCP & UDP code updates. * Updated HAL and udev support. * New sanei_magic image processing library. * Documentation updates. * Bugfixes.
Revision 1.24 / (download) - annotate - [select for diffs], Thu Aug 20 03:53:20 2009 UTC (13 years, 5 months ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
* Make it link on DragonFly and maybe some others (sane_find_scanner needs to be linked against libcam). * Fix PLIST for platforms not building sane-pint backend. * Bump PKGREVISION.
Revision 1.23 / (download) - annotate - [select for diffs], Sat Aug 15 17:53:11 2009 UTC (13 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.22: +17 -8
lines
Diff to previous 1.22 (colored)
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.
Revision 1.22 / (download) - annotate - [select for diffs], Sun Jun 14 20:05:43 2009 UTC (13 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.21: +5 -5
lines
Diff to previous 1.21 (colored)
Convert @exec/@unexec to @pkgdir or drop it.
Revision 1.21 / (download) - annotate - [select for diffs], Sun Jun 14 17:59:28 2009 UTC (13 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.20: +1 -23
lines
Diff to previous 1.20 (colored)
Remove @dirrm entries from PLISTs
Revision 1.20 / (download) - annotate - [select for diffs], Sun Apr 13 21:43:39 2008 UTC (14 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.19: +23 -5
lines
Diff to previous 1.19 (colored)
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.
Revision 1.19 / (download) - annotate - [select for diffs], Sat Apr 12 22:43:02 2008 UTC (14 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.18: +6 -6
lines
Diff to previous 1.18 (colored)
Convert to use PLIST_VARS instead of manually passing "@comment " through PLIST_SUBST to the plist module.
Revision 1.18 / (download) - annotate - [select for diffs], Sat Aug 5 22:41:49 2006 UTC (16 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.17: +11 -4
lines
Diff to previous 1.17 (colored)
Update to 1.0.18. 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.
Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 8 14:14:11 2006 UTC (16 years, 8 months ago) by ben
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.16: +4 -1
lines
Diff to previous 1.16 (colored)
Add optional support for HP ScanJet 3900 series scanners.
Revision 1.16 / (download) - annotate - [select for diffs], Mon Apr 17 07:07:22 2006 UTC (16 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.15: +15 -15
lines
Diff to previous 1.15 (colored)
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 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.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Dec 31 00:03:24 2005 UTC (17 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.14: +17 -2
lines
Diff to previous 1.14 (colored)
Update to 1.0.17: 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.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Sep 27 09:29:56 2005 UTC (17 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.13: +61 -53
lines
Diff to previous 1.13 (colored)
Update to 1.0.16. Use pkgsrc's config file framework. 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.
Revision 1.13 / (download) - annotate - [select for diffs], Sun May 15 03:13:10 2005 UTC (17 years, 8 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored)
Change the PLIST_SUBST called "NOT_SUNOS" into two different 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.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Nov 8 10:28:15 2004 UTC (18 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.11: +8 -8
lines
Diff to previous 1.11 (colored)
Changes 1.0.15: * 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.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Sep 22 08:09:38 2004 UTC (18 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.10: +1 -221
lines
Diff to previous 1.10 (colored)
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. 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".
Revision 1.10 / (download) - annotate - [select for diffs], Mon May 3 12:45:58 2004 UTC (18 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.9: +57 -36
lines
Diff to previous 1.9 (colored)
Changes 1.0.14: * 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.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Mar 20 22:19:56 2004 UTC (18 years, 10 months ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.8: +8 -8
lines
Diff to previous 1.8 (colored)
Revert the PKGLOCALEDIR change in PLIST, and define USE_PKGLOCALEDIR in Makefile. Pointed out by wiz@
Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 20 21:18:41 2004 UTC (18 years, 10 months ago) by bouyer
Branch: MAIN
Changes since 1.7: +19 -19
lines
Diff to previous 1.7 (colored)
Solaris fixes: - 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
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 29 10:16:44 2003 UTC (19 years, 7 months ago) by rh
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.6: +65 -2
lines
Diff to previous 1.6 (colored)
Update sane-backends to 1.0.12. Changes include: * 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
Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 16 17:59:05 2002 UTC (20 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.5: +26 -1
lines
Diff to previous 1.5 (colored)
Update "sane-backends" package to version 1.0.9. Changes since version 1.0.8: - New backends: hpsj5s (Hewlett-Packard ScanJet 5S parport scanner), teco2 (some Relisys/Primax SCSI flatbed scanners, models VM3575, VM6565, VM6586 and VM6575), teco3 (some Relisys/Piotech/Trust/Plustek SCSI flatbed scanners, model VM3552). - Updated backends: avision, canon_pp, coolscan2, dc240, dc25, epson, fujitsu, hp, leo, microtek, mustek, mustek_usb, pie, plustek, snapscan, teco1, test, umax, umax_pp, v4l. - sane-find-scanner finds more scanners and has more verbosity options now. - New tool to create gamma tables (gamma4scanimage). - Support for ICC profiles for scanimage. - USB scanner should work on all systems supported by libusb now. - Portability fixes (especially for big-endian sytems, Irix, OpenStep, OS/2, Solaris). - New and updated translations for various backends. - New system for generating lists of manufacturers/backends. - Various documentation updates. - Bugfixes.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 22 17:14:59 2002 UTC (20 years, 4 months ago) by mycroft
Branch: MAIN
Changes since 1.4: +46 -1
lines
Diff to previous 1.4 (colored)
Sync PLIST.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 25 19:22:53 2002 UTC (20 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (colored)
Merge changes in packages from the buildlink2 branch that have buildlink2.mk files back into the main trunk.
Revision 1.2.2.1 / (download) - annotate - [select for diffs], Thu Aug 22 11:11:41 2002 UTC (20 years, 5 months ago) by jlam
Branch: buildlink2
Changes since 1.2: +56 -44
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
Merge changes from pkgsrc-current into the buildlink2 branch for the packages that have buildlink2.mk files.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 19 19:17:04 2002 UTC (20 years, 5 months ago) by mycroft
Branch: MAIN
CVS Tags: buildlink2-base
Changes since 1.2: +56 -44
lines
Diff to previous 1.2 (colored)
Update to 1.0.8. * Network backend and saned update * Documentation updates * Bugfixes * updated backends: artec, avision, canon, dc240, epson, gphoto2, mustek, mustek_pp, mustek_usb, plustek, sharp, sm3600, snapscan, nec, umax, v4l * new backends: canon630u, canon_pp, coolscan2, fujitsu, leo, matsushita, sceptre, teco1, test
Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 10 00:50:42 2002 UTC (21 years ago) by rh
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.1: +152 -134
lines
Diff to previous 1.1 (colored)
Update sane-backends to 1.0.7. Changes include bugfixes, a number of additional supported scanners, and new backends for Mustek USB scanners. While at it, split out common "sane" definitions into a Makefile.common for sane-frontents (and possibly others) to use.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 31 23:53:52 2001 UTC (21 years, 3 months ago) by zuntum
Branch: MAIN
Move pkg/ files into package's toplevel directory