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