Date: Mon, 18 May 2009 06:41:52 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134635: [NEW PORT]graphics/pygts:Python binding for GNU Triangulated Surface(GTS) Library Message-ID: <200905180641.n4I6fqP8011450@www.freebsd.org> Resent-Message-ID: <200905180650.n4I6o1NO092796@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 18 06:50:01 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 #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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905180641.n4I6fqP8011450>