diff options
| author | Nicola Vitale <nivit@FreeBSD.org> | 2009-01-09 17:53:24 +0000 |
|---|---|---|
| committer | Nicola Vitale <nivit@FreeBSD.org> | 2009-01-09 17:53:24 +0000 |
| commit | 67266c99eab43ab6c56b4a71c087e39a2b19285d (patch) | |
| tree | 45e8ffc209197a89eea27448087a93de9be958a5 | |
| parent | Python wrapper for the Google Chart API. (diff) | |
A complete Python wrapper for the Google Chart API
WWW: http://pygooglechart.slowchop.com/
| -rw-r--r-- | graphics/Makefile | 1 | ||||
| -rw-r--r-- | graphics/py-pygooglechart/Makefile | 32 | ||||
| -rw-r--r-- | graphics/py-pygooglechart/distinfo | 3 | ||||
| -rw-r--r-- | graphics/py-pygooglechart/pkg-descr | 3 |
4 files changed, 39 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 5c1097f825c1..cf8b8233b502 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -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 diff --git a/graphics/py-pygooglechart/Makefile b/graphics/py-pygooglechart/Makefile new file mode 100644 index 000000000000..0681adecbdeb --- /dev/null +++ b/graphics/py-pygooglechart/Makefile @@ -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> diff --git a/graphics/py-pygooglechart/distinfo b/graphics/py-pygooglechart/distinfo new file mode 100644 index 000000000000..7e70ed1844af --- /dev/null +++ b/graphics/py-pygooglechart/distinfo @@ -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 diff --git a/graphics/py-pygooglechart/pkg-descr b/graphics/py-pygooglechart/pkg-descr new file mode 100644 index 000000000000..2c4327e1534b --- /dev/null +++ b/graphics/py-pygooglechart/pkg-descr @@ -0,0 +1,3 @@ +A complete Python wrapper for the Google Chart API + +WWW: http://pygooglechart.slowchop.com/ |
