Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2020 08:16:35 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532921 - in head/graphics: . py-pymaging py-pymaging-png
Message-ID:  <202004250816.03P8GZV3093152@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Sat Apr 25 08:16:34 2020
New Revision: 532921
URL: https://svnweb.freebsd.org/changeset/ports/532921

Log:
  Add new ports:
  - py-pymaging -- Pure Python imaging library
  - py-pymaging-png -- PNG support for pymaging
  
  These ports are required by textproc/py-qrcode to generate PNG output.

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Apr 25 08:16:04 2020	(r532920)
+++ head/graphics/Makefile	Sat Apr 25 08:16:34 2020	(r532921)
@@ -855,6 +855,8 @@
     SUBDIR += py-pygooglechart
     SUBDIR += py-pygraphviz
     SUBDIR += py-pyinsane2
+    SUBDIR += py-pymaging
+    SUBDIR += py-pymaging-png
     SUBDIR += py-pyocr
     SUBDIR += py-pypillowfight
     SUBDIR += py-pyproj

Added: head/graphics/py-pymaging-png/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pymaging-png/Makefile	Sat Apr 25 08:16:34 2020	(r532921)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	pymaging-png
+PORTVERSION=	g20130727
+CATEGORIES=	graphics python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ume@FreeBSD.org
+COMMENT=	PNG support for pymaging
+
+LICENSE=	BSD3CLAUSE MIT
+LICENSE_COMB=	multi
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pymaging>=g20130908:graphics/py-pymaging@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	ojii
+GH_TAGNAME=	83d85c4
+
+.include <bsd.port.mk>

Added: head/graphics/py-pymaging-png/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pymaging-png/distinfo	Sat Apr 25 08:16:34 2020	(r532921)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587799177
+SHA256 (ojii-pymaging-png-g20130727-83d85c4_GH0.tar.gz) = c3b39b63d4d428dc1d13999fe10580468efbae169bdbdcada218b3491c4c20f8
+SIZE (ojii-pymaging-png-g20130727-83d85c4_GH0.tar.gz) = 32898

Added: head/graphics/py-pymaging-png/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pymaging-png/pkg-descr	Sat Apr 25 08:16:34 2020	(r532921)
@@ -0,0 +1,4 @@
+Pymaging PNG
+PNG support for pymaging.
+
+WWW: https://pymaging.rtfd.org

Added: head/graphics/py-pymaging/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pymaging/Makefile	Sat Apr 25 08:16:34 2020	(r532921)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	pymaging
+PORTVERSION=	g20130908
+CATEGORIES=	graphics python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ume@FreeBSD.org
+COMMENT=	Pure Python imaging library
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	ojii
+GH_TAGNAME=	596a08f
+
+.include <bsd.port.mk>

Added: head/graphics/py-pymaging/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pymaging/distinfo	Sat Apr 25 08:16:34 2020	(r532921)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587794904
+SHA256 (ojii-pymaging-g20130908-596a08f_GH0.tar.gz) = d0312b1850dbc012356a46621cfdf495073f0b55db1cd58d9700e754e86b4ddb
+SIZE (ojii-pymaging-g20130908-596a08f_GH0.tar.gz) = 33266

Added: head/graphics/py-pymaging/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pymaging/pkg-descr	Sat Apr 25 08:16:34 2020	(r532921)
@@ -0,0 +1,4 @@
+Pymaging is a pure Python imaging library that is compatible both
+with Python 2 and Python 3.
+
+WWW: https://pymaging.rtfd.org



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