summaryrefslogtreecommitdiff
path: root/graphics/sane-backends
AgeCommit message (Collapse)AuthorFilesLines
2002-03-14Improve DESCR, based on pkg/15760 by Jeremy Reed.wiz1-0/+2
2002-02-18Um, make this patch actually apply.mycroft2-4/+4
2002-02-16Add a workaround for the horrifying constructmjl2-1/+63
char **argvec = malloc(); vprintf(fmt, argvec); va_end(argvec); which of cource won't work on anything that does not pass its arguments on the stack (like PPC). This patch adds a handcrafted vprintf() lookalike damn_i386_centric_printf() that does TRT.
2002-02-10Update sane-backends to 1.0.7. Changes include bugfixes, a number ofrh6-171/+189
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.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-19- Strongly-buildlinkify.jlam6-91/+143
- Add a missing dependency on libusb. - Add a buildlink.mk file for use by other package Makefiles. - Don't install sane.{dvi,ps} as they require teTeX to be installed to build the documentation files.
2001-10-16Include buildlink glue code for "libusb" to fix build problems.tron1-1/+2
2001-10-16Update master site list to reality.tron1-8/+5
2001-10-15Update sane-backends to 1.0.5.veego7-122/+145
New with 1.0.5, released 2001-07-01: * New backends: bh (Bell+Howell Copiscan II series), dc240 (Kodak DC240 Digital Camera), sm3600 (Microtek ScanMaker 3600), umax_pp (Umax paralell port scanners). * Updated backends: artec (v0.5.16), dc25 (v1.2), dll (v1.0.3), epson (v0.2.08), hp (v0.94), microtek (v0.12.3), microtek2(v0.9), mustek (v1.0-107), nec (v0.12), net (v1.0.3), plustek (v0.39), pnm (v1.0.1), snapscan (v1.2), tamarack (v0.5), umax (v1.0-28). * Fixed security bug in saned.c that allowed access to scanner without password. * pnm isn't installed by default anymore due to security risks * Linux-part of sanei_scsi.c was updated concerning buffersizes, devfs, and kernel 2.4. More debug output. * sanei_scsi_find_devices works on FreeBSD now. * Added support for Solaris sgen SCSI driver. * find-scanner was renamed to sane-find-scanner and is installed now. Further more it has a man page now. * There is a testsuite for sane, but only one test is implemented yet. * Better output about versions of backends and frontends. * There is a man page for SANE now (sane(7)). * Install all available documentation. * Bugfixes.
2001-08-10Add ftp://ftp.mostang.com/pub/sane/old-versions/ to allow successfuldavid1-1/+2
downloads when the current distfile is obsoleted.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-02Add support for ACER ScanPrisa 620ST.tron2-1/+14
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-28Replace metalab URLs by MASTER_SITE_SUNSITE (even though the distfileswiz1-3/+3
are currently not there)
2001-02-24Add german mirror site.tron1-2/+2
2001-02-21Begining with version 1.0.4 the sane package from http://www.mostang.com/sane/veego8-0/+365
has been split into two packages: backends and frontends. We do the same split in pkgsrc and create two new packages. This is the sane-backends package (based on the old sane package). Changes since sane 1.0.3: * New backends: as6e, nec, pie. * Updated backends: artec (v0.5.15), avision (v0.2.1), epson (v0.1.39), hp (v0.93), mustek (v1.0-102), mustek_pp (v0.9-devel), plustek (v0.38), sharp (v0.32), umax (v1.0-21). * Moved frontends xscanimage and xcam to a new package (sane-frontends). * Added authentification with encrypted passwords. * Installation of shared libraries on AIX is supported now. * Fixed compilation bugs on Irix and FreeBSD. * Better debug output on platforms not supporting vararg macros. * Better documentation about SANE devicenames. * Bugfixes.