Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2017 03:09:27 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455017 - in head/graphics: . py-gizeh
Message-ID:  <201711280309.vAS39RCm025540@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Nov 28 03:09:27 2017
New Revision: 455017
URL: https://svnweb.freebsd.org/changeset/ports/455017

Log:
  New port: graphics/py-gizeh: Simple vector graphics in Python
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13263

Added:
  head/graphics/py-gizeh/
  head/graphics/py-gizeh/Makefile   (contents, props changed)
  head/graphics/py-gizeh/distinfo   (contents, props changed)
  head/graphics/py-gizeh/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Tue Nov 28 03:06:58 2017	(r455016)
+++ head/graphics/Makefile	Tue Nov 28 03:09:27 2017	(r455017)
@@ -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

Added: head/graphics/py-gizeh/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-gizeh/Makefile	Tue Nov 28 03:09:27 2017	(r455017)
@@ -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>

Added: head/graphics/py-gizeh/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-gizeh/distinfo	Tue Nov 28 03:09:27 2017	(r455017)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1511749579
+SHA256 (gizeh-0.1.10.tar.gz) = 495780b00020ecb9bd70cf81461d131174020abdc3bf7447ccf137ea081a06ac
+SIZE (gizeh-0.1.10.tar.gz) = 16393

Added: head/graphics/py-gizeh/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-gizeh/pkg-descr	Tue Nov 28 03:09:27 2017	(r455017)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711280309.vAS39RCm025540>