From owner-svn-ports-all@freebsd.org Thu Dec 31 03:12:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C7B9A56720; Thu, 31 Dec 2015 03:12:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44C871C1D; Thu, 31 Dec 2015 03:12:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBV3CpOK028243; Thu, 31 Dec 2015 03:12:51 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBV3Cpjs028239; Thu, 31 Dec 2015 03:12:51 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512310312.tBV3Cpjs028239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 31 Dec 2015 03:12:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404902 - in head/math: . py-pyvtk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2015 03:12:52 -0000 Author: miwi Date: Thu Dec 31 03:12:50 2015 New Revision: 404902 URL: https://svnweb.freebsd.org/changeset/ports/404902 Log: Tools for manipulating VTK (Visualization Toolkit) files in Python. WWW: https://github.com/pearu/pyvtk/ WWW: https://pypi.python.org/pypi/PyVTK/ PR: 205644 Submitted by: Yuri Victorovich Added: head/math/py-pyvtk/ head/math/py-pyvtk/Makefile (contents, props changed) head/math/py-pyvtk/distinfo (contents, props changed) head/math/py-pyvtk/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Dec 31 03:09:59 2015 (r404901) +++ head/math/Makefile Thu Dec 31 03:12:50 2015 (r404902) @@ -610,6 +610,7 @@ SUBDIR += py-pyfst SUBDIR += py-pyhull SUBDIR += py-pymc + SUBDIR += py-pyvtk SUBDIR += py-roman SUBDIR += py-scientific SUBDIR += py-statsmodels Added: head/math/py-pyvtk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pyvtk/Makefile Thu Dec 31 03:12:50 2015 (r404902) @@ -0,0 +1,19 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= PyVTK +PORTVERSION= 0.4.85 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Tools for manipulating VTK files in Python + +LICENSE= GPLv2 + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Added: head/math/py-pyvtk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pyvtk/distinfo Thu Dec 31 03:12:50 2015 (r404902) @@ -0,0 +1,2 @@ +SHA256 (PyVTK-0.4.85.tar.gz) = 4f971e21eb73b44fd4dd52bed1aeea7879e0d9e8debfded651bb8fc9c80033e2 +SIZE (PyVTK-0.4.85.tar.gz) = 27023 Added: head/math/py-pyvtk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pyvtk/pkg-descr Thu Dec 31 03:12:50 2015 (r404902) @@ -0,0 +1,4 @@ +Tools for manipulating VTK (Visualization Toolkit) files in Python. + +WWW: https://github.com/pearu/pyvtk/ +WWW: https://pypi.python.org/pypi/PyVTK/