aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-rawkit
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-09-21 13:54:23 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-09-21 13:54:23 +0000
commitcec9f15f594f0c867f0951d1b597956f732735a2 (patch)
tree5d236ca6ca230e71244523b7ce09df818f7ea38b /graphics/py-rawkit
parent457a88291a588e84d1dbab22bae3b26a93a373e2 (diff)
downloadports-cec9f15f594f0c867f0951d1b597956f732735a2.tar.gz
ports-cec9f15f594f0c867f0951d1b597956f732735a2.zip
New port: graphics/py-rawkit
rawkit (pronounced rocket) is a ctypes-based LibRaw binding for Python inspired by the Wand API. WWW: https://rawkit.readthedocs.org PR: 240601 Submitted by: m.ne@gmx.net
Notes
Notes: svn path=/head/; revision=512492
Diffstat (limited to 'graphics/py-rawkit')
-rw-r--r--graphics/py-rawkit/Makefile21
-rw-r--r--graphics/py-rawkit/distinfo3
-rw-r--r--graphics/py-rawkit/pkg-descr4
3 files changed, 28 insertions, 0 deletions
diff --git a/graphics/py-rawkit/Makefile b/graphics/py-rawkit/Makefile
new file mode 100644
index 000000000000..0d7cf7b58e90
--- /dev/null
+++ b/graphics/py-rawkit/Makefile
@@ -0,0 +1,21 @@
+# Created by: Martin Neubauer <m.ne@gmx.net>
+# $FreeBSD$
+
+PORTNAME= rawkit
+PORTVERSION= 0.6.0
+CATEGORIES= graphics devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= m.ne@gmx.net
+COMMENT= Ctypes based libraw bindings
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/py-rawkit/distinfo b/graphics/py-rawkit/distinfo
new file mode 100644
index 000000000000..2e92a065484f
--- /dev/null
+++ b/graphics/py-rawkit/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1564604076
+SHA256 (rawkit-0.6.0.tar.gz) = da1c07b4099b26837f2a4fa01970702e8d127a20636a5f70f1c14470f2cd306f
+SIZE (rawkit-0.6.0.tar.gz) = 25143
diff --git a/graphics/py-rawkit/pkg-descr b/graphics/py-rawkit/pkg-descr
new file mode 100644
index 000000000000..b9683530b248
--- /dev/null
+++ b/graphics/py-rawkit/pkg-descr
@@ -0,0 +1,4 @@
+rawkit (pronounced rocket) is a ctypes-based LibRaw binding for
+Python inspired by the Wand API.
+
+WWW: https://rawkit.readthedocs.org