Date: Thu, 9 Jul 2009 03:35:18 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/136597: [NEW PORT]graphics/py-pycha:A library for making charts with Python Message-ID: <200907090335.n693ZIuK048458@www.freebsd.org> Resent-Message-ID: <200907090340.n693e6xW040849@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136597 >Category: ports >Synopsis: [NEW PORT]graphics/py-pycha:A library for making charts with Python >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 09 03:40:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-CURRENT >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: Pycha is a very simple Python package for drawing charts using the great Cairo library. Its goals are: * Lightweight * Simple to use * Nice looking with default values * Customization It won't try to draw any possible chart on earth but draw the most common ones nicely. WWW: http://bitbucket.org/lgs/pycha/wiki/Home >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-pycha # py-pycha/pkg-descr # py-pycha/Makefile # py-pycha/distinfo # py-pycha/pkg-plist # echo c - py-pycha mkdir -p py-pycha > /dev/null 2>&1 echo x - py-pycha/pkg-descr sed 's/^X//' >py-pycha/pkg-descr << '44abb5dfae08548c1fd581195c8004fb' XPycha is a very simple Python package for drawing charts using the Xgreat Cairo library. Its goals are: X * Lightweight X * Simple to use X * Nice looking with default values X * Customization XIt won't try to draw any possible chart on earth but draw the most Xcommon ones nicely. X XWWW: http://bitbucket.org/lgs/pycha/wiki/Home 44abb5dfae08548c1fd581195c8004fb echo x - py-pycha/Makefile sed 's/^X//' >py-pycha/Makefile << '2f91b748b7814579cbab3d35c84bb5a3' X# Ports collection makefile for: pycha X# Date created: 08 July, 2009 X# Whom: Wen Heping <wenheping@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= pycha XPORTVERSION= 0.5.0 XCATEGORIES= graphics python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= wenheping@gmail.com XCOMMENT= A library for making charts with Python X XUSE_PYTHON= yes XUSE_PYDISTUTILS= easy_install X XOPTIONS= CAIRO "Add support for py-cairo" On X X.include <bsd.port.pre.mk> X X.if !defined(WITHOUT_CAIRO) XRUN_DEPENDS+= ${PYTHON_SITELIBDIR}/cairo:${PORTSDIR}/graphics/py-cairo X.endif X X.include <bsd.port.post.mk> 2f91b748b7814579cbab3d35c84bb5a3 echo x - py-pycha/distinfo sed 's/^X//' >py-pycha/distinfo << 'fd048a33b3132d7ad15c089f9052966e' XMD5 (pycha-0.5.0.tar.gz) = bb9038b89d001d7afea9b12b7f0edc11 XSHA256 (pycha-0.5.0.tar.gz) = b750eeff0a83996bf9f5d05ab678066bcff88784ff8643add3041d7c9d74916f XSIZE (pycha-0.5.0.tar.gz) = 195610 fd048a33b3132d7ad15c089f9052966e echo x - py-pycha/pkg-plist sed 's/^X//' >py-pycha/pkg-plist << '12c7c979e1b6b6a730eb3f618fd40adb' Xbin/chavier X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 12c7c979e1b6b6a730eb3f618fd40adb exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907090335.n693ZIuK048458>