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 | |
parent | 6b3f254f6956a87c421fefe3522639d440ada416 (diff) |
graphics/sane-backends: Improve pkg-descr a little
Notes
Notes:
svn path=/head/; revision=539607
-rw-r--r-- | graphics/sane-backends/Makefile | 2 | ||||
-rw-r--r-- | graphics/sane-backends/pkg-descr | 13 |
2 files changed, 3 insertions, 12 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 40496eb4a10c..0881642551df 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -7,7 +7,7 @@ CATEGORIES= graphics MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/c3dd60c9e054b5dee1e7b01a7edc98b0/ MAINTAINER= tobik@FreeBSD.org -COMMENT= API for access to scanners, digital cameras, frame grabbers, etc +COMMENT= API for accessing scanners, digital cameras, frame grabbers, etc LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING 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/ |