From owner-cvs-ports@FreeBSD.ORG Fri May 22 22:00:31 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7B1A1065675; Fri, 22 May 2009 22:00:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B68B68FC18; Fri, 22 May 2009 22:00:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4MM0VOd094259; Fri, 22 May 2009 22:00:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4MM0VUV094256; Fri, 22 May 2009 22:00:31 GMT (envelope-from miwi) Message-Id: <200905222200.n4MM0VUV094256@repoman.freebsd.org> From: Martin Wilke Date: Fri, 22 May 2009 22:00:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/pygts Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 22:00:32 -0000 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 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)