Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2020 15:15:48 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534179 - in head/graphics: . py-qrencode
Message-ID:  <202005061515.046FFmpX070674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Wed May  6 15:15:47 2020
New Revision: 534179
URL: https://svnweb.freebsd.org/changeset/ports/534179

Log:
  Add py-qrencode - Simple wrapper for the C qrencode library

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Wed May  6 15:02:40 2020	(r534178)
+++ head/graphics/Makefile	Wed May  6 15:15:47 2020	(r534179)
@@ -862,6 +862,7 @@
     SUBDIR += py-python-poppler-qt5
     SUBDIR += py-pyvips
     SUBDIR += py-pyx
+    SUBDIR += py-qrencode
     SUBDIR += py-qt5-svg
     SUBDIR += py-rawkit
     SUBDIR += py-sane

Added: head/graphics/py-qrencode/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-qrencode/Makefile	Wed May  6 15:15:47 2020	(r534179)
@@ -0,0 +1,27 @@
+# Created by: Dan Langille <dvl@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	qrencode
+PORTVERSION=	1.2
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dvl@FreeBSD.org
+COMMENT=	Simple wrapper for the C qrencode library
+
+LICENSE=	MIT
+
+BUILD_DEPENDS=	libqrencode>0:graphics/libqrencode
+RUN_DEPENDS=	libqrencode>0:graphics/libqrencode
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
+
+USES=		python:3.5+
+USE_PYTHON=	autoplist distutils
+
+CFLAGS+=	-I${PREFIX}/include
+
+NO_ARCH_IGNORE=	yes
+INSTALL_TARGET=	install-strip
+
+.include <bsd.port.mk>

Added: head/graphics/py-qrencode/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-qrencode/distinfo	Wed May  6 15:15:47 2020	(r534179)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1582131232
+SHA256 (qrencode-1.2.tar.gz) = 10942f76641e989d429e53e6b590f50420f883ded034f1fac767f55229678c6c
+SIZE (qrencode-1.2.tar.gz) = 2156

Added: head/graphics/py-qrencode/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-qrencode/pkg-descr	Wed May  6 15:15:47 2020	(r534179)
@@ -0,0 +1,3 @@
+A wrapper for C qrencode library
+
+WWW: https://github.com/Arachnid/pyqrencode/tree/master



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