From owner-svn-ports-head@FreeBSD.ORG Thu May 22 19:53:39 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 425D131F; Thu, 22 May 2014 19:53:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 167EE2534; Thu, 22 May 2014 19:53:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4MJrcOI042914; Thu, 22 May 2014 19:53:38 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4MJrcu9042906; Thu, 22 May 2014 19:53:38 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201405221953.s4MJrcu9042906@svn.freebsd.org> From: Olivier Duchateau Date: Thu, 22 May 2014 19:53:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354886 - in head/graphics: . py-pygal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 19:53:39 -0000 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 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 +# $FreeBSD$ + +PORTNAME= pygal +PORTVERSION= 1.4.6 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jjachuf@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 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/