From nobody@FreeBSD.org  Thu Jul  9 03:35:18 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5D202106566B
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT]graphics/py-pycha:A library for making charts with Python
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 09 03:40:06 UTC 2009
>Closed-Date:    Thu Jul 09 09:01:35 UTC 2009
>Last-Modified:  Thu Jul  9 09:10:01 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jul 9 03:40:18 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136597 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Jul 9 09:01:34 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136597 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136597: commit references a PR
Date: Thu,  9 Jul 2009 09:01:45 +0000 (UTC)

 miwi        2009-07-09 09:01:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics             Makefile 
   Added files:
     graphics/py-pycha    Makefile distinfo pkg-descr pkg-plist 
   Log:
   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
   
   PR:             ports/136597
   Submitted by:   Wen Heping <wenheping at gmail.com>
   
   Revision  Changes    Path
   1.1271    +1 -0      ports/graphics/Makefile
   1.1       +28 -0     ports/graphics/py-pycha/Makefile (new)
   1.1       +3 -0      ports/graphics/py-pycha/distinfo (new)
   1.1       +10 -0     ports/graphics/py-pycha/pkg-descr (new)
   1.1       +2 -0      ports/graphics/py-pycha/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
