svn commit: r404902 - in head/math: . py-pyvtk

Martin Wilke miwi at FreeBSD.org
Thu Dec 31 03:12:52 UTC 2015


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 at 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 at rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	PyVTK
+PORTVERSION=	0.4.85
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at 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/


More information about the svn-ports-head mailing list