mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1aeeb98b57
- Support USE_LIBTOOL - Add WWW: line into pkg/PLIST PR: 16679 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
10 lines
541 B
Plaintext
10 lines
541 B
Plaintext
SANE is a universal scanner interface. The value of such a universal
|
|
interface is that it allows writing just one driver per image acquisition
|
|
device rather than one driver for each device and application. So, if you
|
|
have three applications and four devices, traditionally you'd have had to
|
|
write 12 different programs. With SANE, this number is reduced to seven:
|
|
the three applications plus the four drivers. Of course, the savings get
|
|
even bigger as more and more drivers and/or applications are added.
|
|
|
|
WWW: http://www.mostang.com/sane/
|