Commit graph

39 commits

Author SHA1 Message Date
markd
fe97703262 Add a buildlink3.mk 2004-04-19 13:44:18 +00:00
tron
9ba7f2325d Master site URL for "ftp.informatik.uni-oldenburg.de". 2004-04-14 17:20:02 +00:00
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +00:00
bouyer
eb6efc7486 Revert the PKGLOCALEDIR change in PLIST, and define USE_PKGLOCALEDIR in
Makefile. Pointed out by wiz@
2004-03-20 22:19:56 +00:00
bouyer
54a31fddb1 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
2004-03-20 21:18:41 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
grant
59daad6697 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:46:42 +00:00
jdolecek
83373140a2 bump PKGREVISION for latest change:
enable use of /dev/uscanner
problem reported and patch provided in pkg/23665 by Thilo Manske
2003-12-10 17:15:04 +00:00
jdolecek
1b464a2839 enable use of /dev/uscanner
problem reported and patch provided in pkg/23665 by Thilo Manske
2003-12-10 17:13:22 +00:00
tron
dfdd8d3ffb Update homepage URL. 2003-10-08 07:50:38 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
rh
3d8c217539 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
2003-06-29 10:16:44 +00:00
jschauma
874df2b597 s/packages@/tech-pkg@/g
(Forgot the last time we did this.  Pointed out by Sergey
Svishchev (svs at ropnet dot ru))
2003-06-23 14:23:13 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
tron
4fe866456b 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.
2002-12-16 17:59:05 +00:00
wiz
b8de028caa COMMENT should be set in Makefile, not any common Makefile parts. 2002-11-09 13:43:48 +00:00
wiz
aa06df5fe7 Convert to buildlink2. 2002-09-22 22:01:12 +00:00
wiz
b7407baa37 Unused. 2002-09-22 21:57:38 +00:00
mycroft
277ee8c154 Sync PLIST. 2002-09-22 17:14:59 +00:00
tron
1483637530 Enforce of our "libtool" to get static library built. 2002-08-26 21:20:32 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
mycroft
10b29d06f4 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
2002-08-19 19:17:03 +00:00
wiz
a2863be4d4 Improve DESCR, based on pkg/15760 by Jeremy Reed. 2002-03-14 18:15:15 +00:00
mycroft
1efe8c151b Um, make this patch actually apply. 2002-02-18 23:49:07 +00:00
mjl
ccb6f90d68 Add a workaround for the horrifying construct
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-16 15:10:57 +00:00
rh
056e55e426 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.
2002-02-10 00:50:41 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
6b87643471 - Strongly-buildlinkify.
- 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-19 21:31:09 +00:00
tron
2b552b1acf Include buildlink glue code for "libusb" to fix build problems. 2001-10-16 16:39:07 +00:00
tron
1b5fc9dfe2 Update master site list to reality. 2001-10-16 13:17:04 +00:00
veego
489489cc8e Update sane-backends to 1.0.5.
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-10-15 21:27:17 +00:00
david
90749447ab Add ftp://ftp.mostang.com/pub/sane/old-versions/ to allow successful
downloads when the current distfile is obsoleted.
2001-08-10 01:59:40 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
tron
0e30732ffd Add support for ACER ScanPrisa 620ST. 2001-06-02 20:31:59 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
wiz
a8775fb2fb Replace metalab URLs by MASTER_SITE_SUNSITE (even though the distfiles
are currently not there)
2001-02-28 11:25:25 +00:00
tron
09ae1f14ef Add german mirror site. 2001-02-24 19:08:37 +00:00
veego
7ca0731f3f Begining with version 1.0.4 the sane package from http://www.mostang.com/sane/
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.
2001-02-21 19:53:27 +00:00