mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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.
This commit is contained in:
parent
25ca558719
commit
0e8f33fb62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532921
7 changed files with 61 additions and 0 deletions
|
@ -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
|
||||
|
|
24
graphics/py-pymaging-png/Makefile
Normal file
24
graphics/py-pymaging-png/Makefile
Normal file
|
@ -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>
|
3
graphics/py-pymaging-png/distinfo
Normal file
3
graphics/py-pymaging-png/distinfo
Normal file
|
@ -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
|
4
graphics/py-pymaging-png/pkg-descr
Normal file
4
graphics/py-pymaging-png/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Pymaging PNG
|
||||
PNG support for pymaging.
|
||||
|
||||
WWW: https://pymaging.rtfd.org
|
21
graphics/py-pymaging/Makefile
Normal file
21
graphics/py-pymaging/Makefile
Normal file
|
@ -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>
|
3
graphics/py-pymaging/distinfo
Normal file
3
graphics/py-pymaging/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1587794904
|
||||
SHA256 (ojii-pymaging-g20130908-596a08f_GH0.tar.gz) = d0312b1850dbc012356a46621cfdf495073f0b55db1cd58d9700e754e86b4ddb
|
||||
SIZE (ojii-pymaging-g20130908-596a08f_GH0.tar.gz) = 33266
|
4
graphics/py-pymaging/pkg-descr
Normal file
4
graphics/py-pymaging/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue