svn commit: r354886 - in head/graphics: . py-pygal

Olivier Duchateau olivierd at FreeBSD.org
Thu May 22 19:53:39 UTC 2014


Author: olivierd
Date: Thu May 22 19:53:37 2014
New Revision: 354886
URL: http://svnweb.freebsd.org/changeset/ports/354886
QAT: https://qat.redports.org/buildarchive/r354886/

Log:
  pygal is a dynamic SVG charting library written in python.
  
  WWW: http://pygal.org/
  
  PR:		189270
  Submitted by:	Jose Jachuf <jjachuf at gmail.com>

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Thu May 22 19:34:27 2014	(r354885)
+++ head/graphics/Makefile	Thu May 22 19:53:37 2014	(r354886)
@@ -851,6 +851,7 @@
     SUBDIR += py-poppler-qt4
     SUBDIR += py-pycha
     SUBDIR += py-pydot
+    SUBDIR += py-pygal
     SUBDIR += py-pyggel
     SUBDIR += py-pyglet
     SUBDIR += py-pygooglechart

Added: head/graphics/py-pygal/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pygal/Makefile	Thu May 22 19:53:37 2014	(r354886)
@@ -0,0 +1,22 @@
+# Created by: Jose Jachuf <jjachuf at gmail.com>
+# $FreeBSD$
+
+PORTNAME=	pygal
+PORTVERSION=	1.4.6
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	jjachuf at gmail.com
+COMMENT=	Python svg graph plotting library
+
+LICENSE=	LGPL3
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:${PORTSDIR}/devel/py-lxml
+
+# Python3 ready
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/py-pygal/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pygal/distinfo	Thu May 22 19:53:37 2014	(r354886)
@@ -0,0 +1,2 @@
+SHA256 (pygal-1.4.6.tar.gz) = 857a7e4d9fa09f1cbe42a9da85f088054e9c18871af3aa4d05062e67c1a9a122
+SIZE (pygal-1.4.6.tar.gz) = 727605

Added: head/graphics/py-pygal/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pygal/pkg-descr	Thu May 22 19:53:37 2014	(r354886)
@@ -0,0 +1,3 @@
+pygal is a dynamic SVG charting library written in python.
+
+WWW: http://pygal.org/


More information about the svn-ports-all mailing list