From owner-svn-ports-head@freebsd.org Sat Sep 21 13:54:24 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A60011246A5; Sat, 21 Sep 2019 13:54:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46bBsD3qcjz4WY2; Sat, 21 Sep 2019 13:54:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 66C05F294; Sat, 21 Sep 2019 13:54:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8LDsOAM097698; Sat, 21 Sep 2019 13:54:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8LDsN84097693; Sat, 21 Sep 2019 13:54:23 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201909211354.x8LDsN84097693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 21 Sep 2019 13:54:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512492 - in head/graphics: . py-rawkit X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/graphics: . py-rawkit X-SVN-Commit-Revision: 512492 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2019 13:54:24 -0000 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 +# $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 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