Port details on branch 2022Q2 |
- sane-airscan SANE backend for AirScan (eSCL) and WSD document scanners
- 0.99.26_2 graphics
=0 0.99.26_2Version of this port present on the latest quarterly branch. - Maintainer: henry.hu.sh@gmail.com
 - Port Added: 2022-04-24 04:16:20
- Last Update: 2022-04-10 19:47:23
- Commit Hash: 035e778
- License: GPLv2
- WWW:
- https://github.com/alexpevzner/sane-airscan
- Description:
- SANE backend for AirScan (eSCL) and WSD document scanner
Similar to how most modern network printers support "driverless" printing,
using the universal vendor-neutral printing protocol, many modern network
scanners and MFPs support "driverless" scanning.
Driverless scanning comes in two flavors:
* Apple AirScan or AirPrint scanning (official protocol name is eSCL)
* Microsoft WSD, or WS-Scan (term WSD means "Web Services for Devices)
This backend implements both protocols, choosing automatically between them.
It was successfully tested with many devices from Brother, Canon, Dell,
Kyocera, Lexmark, Epson, HP, OKI, Panasonic, Pantum, Ricoh, Samsung and
Xerox both in WSD and eSCL modes.
WWW: https://github.com/alexpevzner/sane-airscan
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sane-airscan>0:graphics/sane-airscan
- To install the port:
- cd /usr/ports/graphics/sane-airscan/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/sane-airscan
- pkg install sane-airscan
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sane-airscan
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1630878170
SHA256 (alexpevzner-sane-airscan-0.99.26_GH0.tar.gz) = f124d51e1510a4950454794eba0ba633e4b58d312cdeb26b80deb192d563ce5e
SIZE (alexpevzner-sane-airscan-0.99.26_GH0.tar.gz) = 196488
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- sane-backends>0 : graphics/sane-backends
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libavahi-client.so : net/avahi-app
- libpng.so : graphics/png
- libgnutls.so : security/gnutls
- libxml2.so : textproc/libxml2
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_sane-airscan
- USES:
- gmake gnome jpeg pkgconfig
- pkg-message:
- For install:
- To make the automatic discovery work, you need to have avahi-daemon running.
Make sure that
avahi_daemon_enable="YES"
is in /etc/rc.conf(.local), and start the avahi-daemon service. Some other
program, such as Firefox, may also bind to the mDNS port (5353), so make sure
that avahi-daemon can bind to the port.
To quickly check if your scanner can be discovered, run
avahi-browse -r _uscan._tcp
You should see your scanner listed in the result.
- Master Sites:
|