From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 9 03:40:07 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 123FC106567F for ; Thu, 9 Jul 2009 03:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E11B18FC16 for ; Thu, 9 Jul 2009 03:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n693e6VG040850 for ; Thu, 9 Jul 2009 03:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n693e6xW040849; Thu, 9 Jul 2009 03:40:06 GMT (envelope-from gnats) Resent-Date: Thu, 9 Jul 2009 03:40:06 GMT Resent-Message-Id: <200907090340.n693e6xW040849@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen Heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D202106566B for ; Thu, 9 Jul 2009 03:35:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 40F418FC19 for ; Thu, 9 Jul 2009 03:35:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n693ZIkj048459 for ; Thu, 9 Jul 2009 03:35:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n693ZIuK048458; Thu, 9 Jul 2009 03:35:18 GMT (envelope-from nobody) Message-Id: <200907090335.n693ZIuK048458@www.freebsd.org> Date: Thu, 9 Jul 2009 03:35:18 GMT From: Wen Heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/136597: [NEW PORT]graphics/py-pycha:A library for making charts with Python X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 03:40:07 -0000 >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 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 X X.if !defined(WITHOUT_CAIRO) XRUN_DEPENDS+= ${PYTHON_SITELIBDIR}/cairo:${PORTSDIR}/graphics/py-cairo X.endif X X.include 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: