Port details |
- airsaned Apple AirScan compatible SANE web frontend
- 0.3.4.0_1 graphics =2 0.3.4.0_1Version of this port present on the latest quarterly branch.
- Maintainer: fbsd@opal.com
- Port Added: 2021-10-08 07:09:31
- Last Update: 2023-07-28 17:13:17
- Commit Hash: 664a2fa
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/SimulPiscator/AirSane
- Description:
- A SANE WebScan frontend that supports Apple's AirScan protocol.
Scanners are detected automatically, and published through mDNS.
Though images may be acquired and transferred in JPEG, PNG, and
PDF/raster format through a simple web interface, AirSane's intended
purpose is to be used with AirScan/eSCL clients such as Apple's
Image Capture.
Images are encoded on-the-fly during acquisition, keeping memory/storage
demands low. Thus, AirSane will run fine on a Raspberry Pi or similar
device.
AirSane has been developed by reverse-engineering the communication
protocol implemented in Apple's AirScanScanner client (macos 10.12.6,
/System/Library/Image Capture/Devices/AirScanScanner.app).
Authentication and secure communication are not supported.
If you are looking for a powerful SANE web frontend, AirSane may
not be for you. You may be interested in phpSANE instead.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- airsaned>0:graphics/airsaned
- To install the port:
- cd /usr/ports/graphics/airsaned/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/airsaned
- pkg install airsaned
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: airsaned
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1649317775
SHA256 (SimulPiscator-AirSane-v0.3.4-0-g7ecfff3_GH0.tar.gz) = ce52c150f3e82fba709e608140f2eb77da538a1fdc12a5752d7c877e0cde1343
SIZE (SimulPiscator-AirSane-v0.3.4-0-g7ecfff3_GH0.tar.gz) = 117073
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libavahi-client.so : net/avahi-app
- libpng.so : graphics/png
- libsane.so : graphics/sane-backends
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_airsaned
- USES:
- cmake compiler:c++11-lib jpeg localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.4.0_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.3.4.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.3.4.0 17 May 2022 12:48:45 |
Nuno Teixeira (eduardo) Author: J.R. Oldroyd |
graphics/airsaned: Update to 0.3.4.0
ChangeLog: https://github.com/SimulPiscator/AirSane/releases/tag/v0.3.4
PR: 263110 |
0.3.3.0 30 Mar 2022 17:10:37 |
Neel Chauhan (nc) |
graphics/airsaned: Fix fetch
Approved by: maintainer |
0.3.3.0 27 Mar 2022 20:51:48 |
Neel Chauhan (nc) Author: J.R. Oldroyd |
graphics/airsaned: update to 0.3.3.0
PR: 262870 |
0.3.2.54_1 11 Jan 2022 10:40:02 |
Fernando Apesteguía (fernape) Author: J.R. Oldroyd |
graphics/airsaned: update to 0.3.2.54_1
Properly update to 0.3.2.54 after using the wrong git hash.
Some of the patches have been merged upstrem and can be removed.
PR: 261068
Reported by: fbsd@opal.com (maintainer)
Fixes: fa24020b477a2a37a01dedf11bfd83e744f81cd1 |
0.3.2.54 10 Jan 2022 15:01:35 |
Fernando Apesteguía (fernape) Author: J.R. Oldroyd |
graphics/airsaned: update to 0.3.2.54
PR: 261068
Reported by: fbsd@opal.com (maintainer) |
0.3.2.50 08 Oct 2021 07:06:34 |
Daniel Engberg (diizzy) Author: J.R. Oldroyd |
graphics/airsaned: New port: Apple AirScan compatible SANE web frontend
A SANE WebScan frontend that supports Apple's AirScan protocol.
Scanners are detected automatically, and published through mDNS.
Acquired images may be transferred in JPEG, PNG, and PDF/raster format.
WWW: https://github.com/SimulPiscator/AirSane
PR: 242144
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32314 |