A complete Python wrapper for the Google Chart API

WWW:	http://pygooglechart.slowchop.com/
This commit is contained in:
Nicola Vitale 2009-01-09 17:53:24 +00:00
parent d89770a79a
commit 67266c99ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225598
4 changed files with 39 additions and 0 deletions

View File

@ -678,6 +678,7 @@
SUBDIR += py-poppler
SUBDIR += py-pydot
SUBDIR += py-pyglet
SUBDIR += py-pygooglechart
SUBDIR += py-pyproj
SUBDIR += py-qt4-svg
SUBDIR += py-soya3d

View File

@ -0,0 +1,32 @@
# New ports collection makefile for: pygooglechart
# Date created: 2009-01-09
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pygooglechart
PORTVERSION= 0.2.1
#PORTREVISION= 0
CATEGORIES= graphics python
MASTER_SITES= http://pygooglechart.slowchop.com/files/download/ \
LOCAL/nivit/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= A complete Python wrapper for the Google Chart API
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
PORTEXAMPLES= *
.if !defined(NOPORTEXAMPLES)
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
post-install:
${MKDIR} ${EXAMPLESDIR} && cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (pygooglechart-0.2.1.tar.gz) = ec6e1ddd678485c7971c8c0b5dd3cec6
SHA256 (pygooglechart-0.2.1.tar.gz) = 0748c77e6a9f8b59f8b15f323b13b5856fb51bb42fa21e448d8ca2da6a228f39
SIZE (pygooglechart-0.2.1.tar.gz) = 25078

View File

@ -0,0 +1,3 @@
A complete Python wrapper for the Google Chart API
WWW: http://pygooglechart.slowchop.com/