From nobody@FreeBSD.org  Mon May 18 06:41:53 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 0456D1065673
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 May 2009 06:41:53 +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 CC3E98FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 May 2009 06:41:52 +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 n4I6fqEF011451
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 May 2009 06:41:52 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n4I6fqP8011450;
	Mon, 18 May 2009 06:41:52 GMT
	(envelope-from nobody)
Message-Id: <200905180641.n4I6fqP8011450@www.freebsd.org>
Date: Mon, 18 May 2009 06:41:52 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT]graphics/pygts:Python binding for GNU Triangulated Surface(GTS) Library
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         134635
>Category:       ports
>Synopsis:       [NEW PORT]graphics/pygts:Python binding for GNU Triangulated Surface(GTS) Library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 18 06:50:01 UTC 2009
>Closed-Date:    Fri May 22 22:00:25 UTC 2009
>Last-Modified:  Fri May 22 22:10:02 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 #4: Fri Apr 10 16:36:28 HKT 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/wen1  i386
>Description:
PyGTS is a python package used to construct, manipulate, and perform
computations on 3D triangulated surfaces. It is a hand-crafted and
pythonic binding for the GNU Triangulated Surface (GTS) Library.

WWW:    http://pygts.sf.net
>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:
#
#	pygts
#	pygts/distinfo
#	pygts/Makefile
#	pygts/pkg-descr
#	pygts/pkg-plist
#
echo c - pygts
mkdir -p pygts > /dev/null 2>&1
echo x - pygts/distinfo
sed 's/^X//' >pygts/distinfo << '9bd911912da4a78bc9ceb12df6e2d9c5'
XMD5 (pygts-0.1.4.tar.gz) = 1b91daaf0d55722d956193c5aca27931
XSHA256 (pygts-0.1.4.tar.gz) = 3efbc3a774a42d06820f43761be339283b429310e9ec2f55ca176565991afbab
XSIZE (pygts-0.1.4.tar.gz) = 98478
9bd911912da4a78bc9ceb12df6e2d9c5
echo x - pygts/Makefile
sed 's/^X//' >pygts/Makefile << 'add9bb1c657d965cba309cc108564a65'
X# New ports collection makefile for:	pygts
X# Date created:		17 May, 2009
X# Whom:			Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pygts
XPORTVERSION=	0.1.4
XCATEGORIES=	graphics python
XMASTER_SITES=	SF
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	Python binding for GNU Triangulated Surface(GTS) Library
X
XLIB_DEPENDS=	gts.5:${PORTSDIR}/graphics/gts
X
XUSE_PYTHON=		yes
XUSE_PYDISTUTILS=	yes
X
X.include <bsd.port.mk>
add9bb1c657d965cba309cc108564a65
echo x - pygts/pkg-descr
sed 's/^X//' >pygts/pkg-descr << 'ed75d3fcdee33cbc07b1cba45027bd07'
XPyGTS is a python package used to construct, manipulate, and perform
Xcomputations on 3D triangulated surfaces. It is a hand-crafted and
Xpythonic binding for the GNU Triangulated Surface (GTS) Library.
X
XWWW:	http://pygts.sf.net
ed75d3fcdee33cbc07b1cba45027bd07
echo x - pygts/pkg-plist
sed 's/^X//' >pygts/pkg-plist << 'fe5187eb01fcaa8e025b91d532dbbf62'
X%%PYTHON_SITELIBDIR%%/gts.py
X%%PYTHON_SITELIBDIR%%/gts.pyc
X%%PYTHON_SITELIBDIR%%/gts.pyo
X%%PYTHON_SITELIBDIR%%/_gts.so
fe5187eb01fcaa8e025b91d532dbbf62
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 18 06:50:11 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134635 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri May 22 22:00:24 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134635: commit references a PR
Date: Fri, 22 May 2009 22:00:41 +0000 (UTC)

 miwi        2009-05-22 22:00:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics             Makefile 
   Added files:
     graphics/pygts       Makefile distinfo pkg-descr pkg-plist 
   Log:
   PyGTS is a python package used to construct, manipulate, and perform
   computations on 3D triangulated surfaces. It is a hand-crafted and
   pythonic binding for the GNU Triangulated Surface (GTS) Library.
   
   WWW:    http://pygts.sf.net
   
   PR:             ports/134635
   Submitted by:   Wen Heping <wenheping at gmail.com>
   
   Revision  Changes    Path
   1.1256    +1 -0      ports/graphics/Makefile
   1.1       +21 -0     ports/graphics/pygts/Makefile (new)
   1.1       +3 -0      ports/graphics/pygts/distinfo (new)
   1.1       +5 -0      ports/graphics/pygts/pkg-descr (new)
   1.1       +4 -0      ports/graphics/pygts/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:
