Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2019 13:54:23 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512492 - in head/graphics: . py-rawkit
Message-ID:  <201909211354.x8LDsN84097693@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Sep 21 13:54:23 2019
New Revision: 512492
URL: https://svnweb.freebsd.org/changeset/ports/512492

Log:
  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

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Sep 21 12:41:06 2019	(r512491)
+++ head/graphics/Makefile	Sat Sep 21 13:54:23 2019	(r512492)
@@ -889,6 +889,7 @@
     SUBDIR += py-pyqtgraph
     SUBDIR += py-python-poppler-qt5
     SUBDIR += py-qt5-svg
+    SUBDIR += py-rawkit
     SUBDIR += py-sane
     SUBDIR += py-scikit-image
     SUBDIR += py-seqdiag

Added: head/graphics/py-rawkit/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-rawkit/Makefile	Sat Sep 21 13:54:23 2019	(r512492)
@@ -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>

Added: head/graphics/py-rawkit/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-rawkit/distinfo	Sat Sep 21 13:54:23 2019	(r512492)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1564604076
+SHA256 (rawkit-0.6.0.tar.gz) = da1c07b4099b26837f2a4fa01970702e8d127a20636a5f70f1c14470f2cd306f
+SIZE (rawkit-0.6.0.tar.gz) = 25143

Added: head/graphics/py-rawkit/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-rawkit/pkg-descr	Sat Sep 21 13:54:23 2019	(r512492)
@@ -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



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