diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-06-19 12:42:35 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-06-19 12:42:35 +0000 |
commit | 0e25edff1396c050bf37821d97876a946ec0aac1 (patch) | |
tree | b3817fbc3b2aff78e2561a1569ddf89eb46e04a5 /graphics/sane-backends/pkg-descr | |
parent | 6b3f254f6956a87c421fefe3522639d440ada416 (diff) | |
download | ports-0e25edff1396c050bf37821d97876a946ec0aac1.tar.gz ports-0e25edff1396c050bf37821d97876a946ec0aac1.zip |
graphics/sane-backends: Improve pkg-descr a little
Notes
Notes:
svn path=/head/; revision=539607
Diffstat (limited to 'graphics/sane-backends/pkg-descr')
-rw-r--r-- | graphics/sane-backends/pkg-descr | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/graphics/sane-backends/pkg-descr b/graphics/sane-backends/pkg-descr index 739b1c509752..2e4c46ca2869 100644 --- a/graphics/sane-backends/pkg-descr +++ b/graphics/sane-backends/pkg-descr @@ -1,14 +1,5 @@ SANE ("Scanner Access Now Easy") 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. - -sane-backends contains documentation, several backends, scanimage -command line frontend, and networking support. For other/graphical -frontends take a look at sane-frontends and/or xsane. +This package contains the SANE libraries (this means backends and +network scanning parts) and the command line frontend scanimage. WWW: http://www.sane-project.org/ |