# $Id: Portfile 56055 2009-08-23 23:03:40Z ryandesign@macports.org $ PortSystem 1.0 PortGroup python24 1.0 name py-chart version 1.37 categories python maintainers nomaintainer 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 94bbfd0d628304ae984e219a64aa9164 post-destroot { xinstall -m 644 -W ${worksrcpath} COPYING README \ ${destroot}${prefix}/share/doc/${name} }