svn commit: r475596 - in head/graphics: . py-pypillowfight

Yuri Victorovich yuri at FreeBSD.org
Sat Jul 28 18:31:28 UTC 2018


Author: yuri
Date: Sat Jul 28 18:31:27 2018
New Revision: 475596
URL: https://svnweb.freebsd.org/changeset/ports/475596

Log:
  New port: graphics/py-pypillowfight: Library containing various image processing algorithms

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Jul 28 18:28:53 2018	(r475595)
+++ head/graphics/Makefile	Sat Jul 28 18:31:27 2018	(r475596)
@@ -937,6 +937,7 @@
     SUBDIR += py-pyglet
     SUBDIR += py-pygooglechart
     SUBDIR += py-pygraphviz
+    SUBDIR += py-pypillowfight
     SUBDIR += py-pyproj
     SUBDIR += py-pyqtgraph
     SUBDIR += py-qt4-svg

Added: head/graphics/py-pypillowfight/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pypillowfight/Makefile	Sat Jul 28 18:31:27 2018	(r475596)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	pypillowfight
+DISTVERSION=	0.2.4
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Library containing various image processing algorithms
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/graphics/py-pypillowfight/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pypillowfight/distinfo	Sat Jul 28 18:31:27 2018	(r475596)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1532765111
+SHA256 (pypillowfight-0.2.4.tar.gz) = 9208518494df900b8842b3d826c55ff673127634bdb2d2c85cca93b5017fd061
+SIZE (pypillowfight-0.2.4.tar.gz) = 39411

Added: head/graphics/py-pypillowfight/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pypillowfight/pkg-descr	Sat Jul 28 18:31:27 2018	(r475596)
@@ -0,0 +1,7 @@
+Library containing various image processing algorithms:
+* Automatic Color Equalization
+* Unpaper's algorithms
+* Stroke Width Transformation
+* etc
+
+WWW: https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight


More information about the svn-ports-all mailing list