Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2018 18:40:01 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475599 - in head/graphics: . py-pyinsane2
Message-ID:  <201807281840.w6SIe1qe074696@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Jul 28 18:40:01 2018
New Revision: 475599
URL: https://svnweb.freebsd.org/changeset/ports/475599

Log:
  New port: graphics/py-pyinsane2: Python library to access and use image scanners

Added:
  head/graphics/py-pyinsane2/
  head/graphics/py-pyinsane2/Makefile   (contents, props changed)
  head/graphics/py-pyinsane2/distinfo   (contents, props changed)
  head/graphics/py-pyinsane2/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Jul 28 18:36:16 2018	(r475598)
+++ head/graphics/Makefile	Sat Jul 28 18:40:01 2018	(r475599)
@@ -937,6 +937,7 @@
     SUBDIR += py-pyglet
     SUBDIR += py-pygooglechart
     SUBDIR += py-pygraphviz
+    SUBDIR += py-pyinsane2
     SUBDIR += py-pyocr
     SUBDIR += py-pypillowfight
     SUBDIR += py-pyproj

Added: head/graphics/py-pyinsane2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pyinsane2/Makefile	Sat Jul 28 18:40:01 2018	(r475599)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	pyinsane2
+DISTVERSION=	2.0.13
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Python library to access and use image scanners
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
+
+USES=		gmake python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/py-pyinsane2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pyinsane2/distinfo	Sat Jul 28 18:40:01 2018	(r475599)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1532801560
+SHA256 (pyinsane2-2.0.13.tar.gz) = 0d519531d552e4512776225eb400a6a4a9bfc83a08918ec7fea19cb2fa7ec4ee
+SIZE (pyinsane2-2.0.13.tar.gz) = 57172

Added: head/graphics/py-pyinsane2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pyinsane2/pkg-descr	Sat Jul 28 18:40:01 2018	(r475599)
@@ -0,0 +1,13 @@
+Python library to access and use image scanners.
+
+Support for:
+* Sane (Scanners on GNU/Linux, *BSD, MacOSX, etc)
+* WIA 2 (Windows Image Acquisition ; Scanners on Microsoft Windows >= Vista)
+
+It supports:
+* Flatbed
+* Automatic Document Feeder
+* While scanning, can provide chunks of the image for on-the-fly preview
+  (see Paperwork for instance)
+
+WWW: https://gitlab.gnome.org/World/OpenPaperwork/pyinsane/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807281840.w6SIe1qe074696>