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

This commit is contained in:
Yuri Victorovich 2018-07-28 18:31:27 +00:00
parent 58e12b2594
commit e214c2b005
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475596
4 changed files with 32 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= pypillowfight
DISTVERSION= 0.2.4
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1532765111
SHA256 (pypillowfight-0.2.4.tar.gz) = 9208518494df900b8842b3d826c55ff673127634bdb2d2c85cca93b5017fd061
SIZE (pypillowfight-0.2.4.tar.gz) = 39411

View file

@ -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