Date: Thu, 31 Dec 2015 03:12:51 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404902 - in head/math: . py-pyvtk Message-ID: <201512310312.tBV3Cpjs028239@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <yuri@rawbw.com> 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 <yuri@rawbw.com> +# $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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512310312.tBV3Cpjs028239>