svn commit: r539607 - head/graphics/sane-backends

Tobias Kortkamp tobik at FreeBSD.org
Fri Jun 19 12:42:36 UTC 2020


Author: tobik
Date: Fri Jun 19 12:42:35 2020
New Revision: 539607
URL: https://svnweb.freebsd.org/changeset/ports/539607

Log:
  graphics/sane-backends: Improve pkg-descr a little

Modified:
  head/graphics/sane-backends/Makefile
  head/graphics/sane-backends/pkg-descr

Modified: head/graphics/sane-backends/Makefile
==============================================================================
--- head/graphics/sane-backends/Makefile	Fri Jun 19 12:39:30 2020	(r539606)
+++ head/graphics/sane-backends/Makefile	Fri Jun 19 12:42:35 2020	(r539607)
@@ -7,7 +7,7 @@ CATEGORIES=	graphics
 MASTER_SITES=	https://gitlab.com/sane-project/backends/uploads/c3dd60c9e054b5dee1e7b01a7edc98b0/
 
 MAINTAINER=	tobik at 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

Modified: head/graphics/sane-backends/pkg-descr
==============================================================================
--- head/graphics/sane-backends/pkg-descr	Fri Jun 19 12:39:30 2020	(r539606)
+++ head/graphics/sane-backends/pkg-descr	Fri Jun 19 12:42:35 2020	(r539607)
@@ -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/


More information about the svn-ports-head mailing list