Page MenuHomeFreeBSD

D13263.id35902.diff
No OneTemporary

D13263.id35902.diff

Index: head/graphics/Makefile
===================================================================
--- head/graphics/Makefile
+++ head/graphics/Makefile
@@ -862,6 +862,7 @@
SUBDIR += py-gd
SUBDIR += py-gdal
SUBDIR += py-gimp
+ SUBDIR += py-gizeh
SUBDIR += py-glewpy
SUBDIR += py-goocanvas
SUBDIR += py-gphoto2
Index: head/graphics/py-gizeh/Makefile
===================================================================
--- head/graphics/py-gizeh/Makefile
+++ head/graphics/py-gizeh/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= gizeh
+DISTVERSION= 0.1.10
+CATEGORIES= graphics python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Simple vector graphics in Python
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENCE.txt
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi \
+ ${PYNUMPY}
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Index: head/graphics/py-gizeh/distinfo
===================================================================
--- head/graphics/py-gizeh/distinfo
+++ head/graphics/py-gizeh/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1511749579
+SHA256 (gizeh-0.1.10.tar.gz) = 495780b00020ecb9bd70cf81461d131174020abdc3bf7447ccf137ea081a06ac
+SIZE (gizeh-0.1.10.tar.gz) = 16393
Index: head/graphics/py-gizeh/pkg-descr
===================================================================
--- head/graphics/py-gizeh/pkg-descr
+++ head/graphics/py-gizeh/pkg-descr
@@ -0,0 +1,5 @@
+Cairo graphics made easy for use from the Python language.
+You can draw beautiful vector graphics consisting of gradient-filled
+circles, ellipses, polygons.
+
+WWW: https://github.com/Zulko/gizeh

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 28, 12:50 PM (16 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30473180
Default Alt Text
D13263.id35902.diff (1 KB)

Event Timeline