New port: graphics/py-pypillowfight: Library containing various image processing algorithms
This commit is contained in:
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
|
@ -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
|
||||
|
|
21
graphics/py-pypillowfight/Makefile
Normal file
21
graphics/py-pypillowfight/Makefile
Normal 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>
|
3
graphics/py-pypillowfight/distinfo
Normal file
3
graphics/py-pypillowfight/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1532765111
|
||||
SHA256 (pypillowfight-0.2.4.tar.gz) = 9208518494df900b8842b3d826c55ff673127634bdb2d2c85cca93b5017fd061
|
||||
SIZE (pypillowfight-0.2.4.tar.gz) = 39411
|
7
graphics/py-pypillowfight/pkg-descr
Normal file
7
graphics/py-pypillowfight/pkg-descr
Normal 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
|
Loading…
Reference in a new issue