pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-zbar: Import py-zbar-0.10 as wip/py-zbar



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Tue Feb 26 17:10:00 2019 +0000
Changeset:	587305655f0039a909ae88089b8e02e79c25765d

Added Files:
	py-zbar/DESCR
	py-zbar/Makefile
	py-zbar/PLIST
	py-zbar/distinfo

Log Message:
py-zbar: Import py-zbar-0.10 as wip/py-zbar

ZBar Bar Code Reader is an open source software suite
for reading bar codes from various sources, such as
video streams, image files and raw intensity sensors.
It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128,
Code 39, Interleaved 2 of 5 and QR Code.

These are the Python bindings for the library.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=587305655f0039a909ae88089b8e02e79c25765d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-zbar/DESCR    |  7 +++++++
 py-zbar/Makefile | 20 ++++++++++++++++++++
 py-zbar/PLIST    |  2 ++
 py-zbar/distinfo |  6 ++++++
 4 files changed, 35 insertions(+)

diffs:
diff --git a/py-zbar/DESCR b/py-zbar/DESCR
new file mode 100644
index 0000000000..0bab45515e
--- /dev/null
+++ b/py-zbar/DESCR
@@ -0,0 +1,7 @@
+ZBar Bar Code Reader is an open source software suite
+for reading bar codes from various sources, such as
+video streams, image files and raw intensity sensors.
+It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128,
+Code 39, Interleaved 2 of 5 and QR Code.
+
+These are the Python bindings for the library.
diff --git a/py-zbar/Makefile b/py-zbar/Makefile
new file mode 100644
index 0000000000..e2bacfc0a7
--- /dev/null
+++ b/py-zbar/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	zbar-0.10
+CATEGORIES=	devel
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+MASTER_SITES=	${MASTER_SITE_PYPI:=z/zbar/}
+
+MAINTAINER=	ng0%n0.is@localhost
+HOMEPAGE=	http://zbar.sourceforge.net/
+COMMENT=	python2.7 bindings for ZBar bar code reader
+LICENSE=	gnu-lgpl-v2.1
+
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 37 # python2.7 only
+PYDISTUTILSPKG=	YES
+
+DEPENDS+=	zbar-[0-9]*:../../wip/zbar
+
+.include "../../wip/zbar/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-zbar/PLIST b/py-zbar/PLIST
new file mode 100644
index 0000000000..147c840448
--- /dev/null
+++ b/py-zbar/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+${PYSITELIB}/zbar.so
diff --git a/py-zbar/distinfo b/py-zbar/distinfo
new file mode 100644
index 0000000000..6f8875006d
--- /dev/null
+++ b/py-zbar/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (zbar-0.10.tar.gz) = 4b63ce43809f8a9d0385f3b3c4858e3287925fdb
+RMD160 (zbar-0.10.tar.gz) = 72bbc4286ab700cc6c2b63a3d020488d1ee32ab0
+SHA512 (zbar-0.10.tar.gz) = 72ae8c359e393d24f94c81c705edf96f0a3a493fc5dc7de150d224e937fa1e75610f450bb329e8965de0d40e620f42bfb568bb0979fe4a33246eb7bfbf1e3e34
+Size (zbar-0.10.tar.gz) = 18535 bytes


Home | Main Index | Thread Index | Old Index