Commit Graph

60 Commits

Author SHA1 Message Date
ajacoutot
698d292d92 Fix up permissions for multi-function device or multi-user access to a
scanner.

reported by Robert Bagdan, thanks
2022-11-04 17:06:46 +00:00
ajacoutot
049b2f35bf Remove "daemon" class from @newuser. 2022-04-18 16:09:45 +00:00
naddy
af6a79943b drop RCS Ids 2022-03-11 19:22:04 +00:00
ajacoutot
5c3a3dd134 Update to sane-backends-1.1.1. 2022-01-21 07:09:33 +00:00
ajacoutot
9cd680f87a Add an 'escl' FLAVOR:
build support for the eSCL protocol (vendor-neutral network protocol for
driverless scanning)
2021-04-25 06:54:52 +00:00
ajacoutot
1045b917aa Add a bit more information regarding HP scanners.
from a discussion with landry@
2020-10-11 15:45:31 +00:00
ajacoutot
e99c633b65 Update to sane-backends-1.0.31. 2020-08-23 15:52:11 +00:00
ajacoutot
02774bf9ad Update to sane-backends-1.0.29. 2020-02-08 13:35:52 +00:00
ajacoutot
d2e8650e22 Rework README after the recen ugen(4) default permissions change.
Also sync the READMEs as close as possible.
2019-12-14 13:02:28 +00:00
ajacoutot
764b2ee604 Update to sane-backends-1.0.28. 2019-08-03 12:56:09 +00:00
ajacoutot
47d0b019bb Fix USB ownership change example after usbdevs syntax change.
triggered by a mail from Marcus MERIGHI
2018-11-18 15:52:18 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
sthen
e4564c6b4d un-tedu graphics/sane-backends, removing sys/scanio.h caused one of the backends
not to be built, breaking packaging and knocking out about 15 ports.  ok aja
2017-06-01 07:42:48 +00:00
ajacoutot
5ed6879e4a Update to sane-backends-1.0.27.
- now uses libusb1, so ping me if you see a regression
2017-05-23 13:00:46 +00:00
naddy
8c9ed2059f g/c PFRAG.shared 2016-04-04 22:57:45 +00:00
ajacoutot
81483bcbfb This picked up libv4l but did not build libsane-v4l.so; so fix that. 2016-01-09 09:52:03 +00:00
ajacoutot
dbc1988e27 Enable pthread to support kvs40xx amd mustek_usb2. 2015-12-21 08:39:59 +00:00
ajacoutot
c3ccf65c94 Move the `-a' flags from daemon_flags to daemon; it is always required to
run in standalone daemon mode.
2015-12-02 11:00:50 +00:00
ajacoutot
9b11ac57b6 Update to sane-backends-1.0.25. 2015-10-09 07:06:52 +00:00
ajacoutot
c703e5ebf9 Change some obvious sudo usage to '#' in READMEs. 2015-07-07 14:33:34 +00:00
ajacoutot
a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00
ajacoutot
a24658901f Remove unneeded chunk. 2014-07-11 16:59:35 +00:00
ajacoutot
497984ddf0 rc.conf.local is in man(1) section 8, at least for now. 2014-07-10 13:09:06 +00:00
ajacoutot
a673865760 Tweak MESSAGEs/READMEs now that inetd(8) is off by default. 2013-04-27 15:44:20 +00:00
ajacoutot
d91f0c08da Fix pnm corruption due to error being sent to stdout.
from Jeremie Courreges-Anglas, thanks!
2013-03-08 06:44:18 +00:00
ajacoutot
c7349cf5f5 Update to sane-backends-1.0.23. 2012-08-28 08:26:40 +00:00
ajacoutot
ea462b0263 Tweak README. 2012-08-04 15:08:45 +00:00
ajacoutot
627a211c76 Extend DESCR and tweak hotplugd(8) scripts accordingly. 2012-02-16 22:29:15 +00:00
ajacoutot
6356c0e153 Disable the gphoto2 backend which doesn't really make sense nowadays.
Do not enable avahi support, it's broken for now.
2011-06-16 10:14:58 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
ajacoutot
a08f3919de Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
2011-05-11 06:56:42 +00:00
ajacoutot
2714dc9f0c Don't compile with net-snmp by default, instead create an "snmp" FLAVOR
for people who need snmp network scanner support.
2011-04-25 09:34:39 +00:00
ajacoutot
9c3a94a372 Use the same trick as in nut to identify the /dev/{ugen,usb}* we want.
discussed with and ok sthen@
2011-03-09 13:05:20 +00:00
ajacoutot
9a7774fbd9 device -> device node. 2011-03-03 14:05:48 +00:00
ajacoutot
86663437ff Update to sane-backends-1.0.22.
Add snmp support.
Fix username in README.
2011-03-03 13:43:50 +00:00
ajacoutot
21b4f61f90 Tweaks, from discussion with jakemsr@ 2011-01-17 23:24:40 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
ajacoutot
6f5418df70 Extend README.
Remove rc_pre and rc_post, uscanner(4) is disabled by default.
2010-12-20 11:40:39 +00:00
ajacoutot
8a39ef78ea Move these to rc_reload=NO. 2010-12-11 12:57:37 +00:00
ajacoutot
239dcd8576 Tweak the README now that we have an rc script for saned. 2010-12-06 18:51:09 +00:00
ajacoutot
583504430a Give ownership to the _saned user by default. 2010-11-30 08:14:05 +00:00
ajacoutot
57798c1de7 Remove the microtek2 backend which needs a Linux kernel module. 2010-11-25 13:55:57 +00:00
ajacoutot
159318e634 Move to pkg-readmes.
Remove references to ss(4) which is gone now.
2010-11-06 07:58:40 +00:00
ajacoutot
761594762a Add RCS IDs to rc scripts. 2010-10-29 12:54:43 +00:00
ajacoutot
0704d190a3 Add rc script for the sane network scanner daemon. 2010-10-28 12:32:57 +00:00
ajacoutot
fe20528756 Bring translations back using patch provided upstream. 2010-04-27 14:29:44 +00:00
ajacoutot
831597e2c8 Update to sane-backends-1.0.21.
* new backends
* lots of bugfixes
* 224 more scanner models supported

If you have any regression with your device, let me know.
2010-04-26 10:41:28 +00:00
ajacoutot
a01fa67c22 Re-enable the pixma backend.
spotted by kolaloka at netbsd dot sk
2010-03-21 09:53:19 +00:00