[35917] trunk/dports/python

fenner at macports.org fenner at macports.org
Wed Apr 9 11:41:46 PDT 2008


Revision: 35917
          http://trac.macosforge.org/projects/macports/changeset/35917
Author:   fenner at macports.org
Date:     2008-04-09 11:41:45 -0700 (Wed, 09 Apr 2008)

Log Message:
-----------
Add py25-chart, which is a copy of py-chart, upgraded to the current py-chart
release and updated to use python 2.5. 

Added Paths:
-----------
    trunk/dports/python/py25-chart/
    trunk/dports/python/py25-chart/Portfile

Added: trunk/dports/python/py25-chart/Portfile
===================================================================
--- trunk/dports/python/py25-chart/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-chart/Portfile	2008-04-09 18:41:45 UTC (rev 35917)
@@ -0,0 +1,27 @@
+# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp at macports.org $
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-chart
+version			1.39
+categories		python
+maintainers		fenner at macports.org
+platforms		darwin freebsd
+description		python library for creating EPS, PDF, PNG, or SVG charts
+long_description	PyChart is a Python library for creating high quality \
+				Encapsulated Postscript, PDF, PNG, or SVG charts. It \
+				currently supports line plots, bar plots, range-fill \
+				plots, and pie charts. Because it is based on Python, \
+				you can make full use of Python's scripting power.
+
+homepage		http://home.gna.org/pychart/
+master_sites	http://download.gna.org/pychart/
+distname		PyChart-${version}
+checksums		md5 f1f509a1c4623056c8e780bb7c9a05c5 \
+				sha1 651ada2d8aae7d97cf530162524265e96f305eee
+
+post-destroot {
+	xinstall -m 644 -W ${worksrcpath} COPYING README \
+		${destroot}${prefix}/share/doc/${name}
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080409/bb484640/attachment.html


More information about the macports-changes mailing list