diff options
author | adam <adam@pkgsrc.org> | 2020-01-27 06:24:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-01-27 06:24:36 +0000 |
commit | e35c45838f7af5c0feea5a0e330f814f1103c1a7 (patch) | |
tree | 9f66bac5988560d07b8fde1ae2b29d2d16efc2a1 /graphics | |
parent | bb64603c5218175b553dbe6a074d6479a0d03bb3 (diff) | |
download | pkgsrc-e35c45838f7af5c0feea5a0e330f814f1103c1a7.tar.gz |
py-OpenGL-accelerate: added version 3.1.5
This set of C (Cython) extensions provides acceleration of common operations
for slow points in PyOpenGL 3.x
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-OpenGL-accelerate/DESCR | 2 | ||||
-rw-r--r-- | graphics/py-OpenGL-accelerate/Makefile | 16 | ||||
-rw-r--r-- | graphics/py-OpenGL-accelerate/PLIST | 17 | ||||
-rw-r--r-- | graphics/py-OpenGL-accelerate/distinfo | 6 |
5 files changed, 43 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 0ee1750ed05..41e178e6719 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.877 2020/01/24 12:57:52 jaapb Exp $ +# $NetBSD: Makefile,v 1.878 2020/01/27 06:24:36 adam Exp $ # COMMENT= Graphics tools and libraries @@ -447,6 +447,7 @@ SUBDIR+= ps2eps SUBDIR+= pstoedit SUBDIR+= ptex SUBDIR+= py-OpenGL +SUBDIR+= py-OpenGL-accelerate SUBDIR+= py-Pillow SUBDIR+= py-aafigure SUBDIR+= py-actdiag diff --git a/graphics/py-OpenGL-accelerate/DESCR b/graphics/py-OpenGL-accelerate/DESCR new file mode 100644 index 00000000000..e7eaed433be --- /dev/null +++ b/graphics/py-OpenGL-accelerate/DESCR @@ -0,0 +1,2 @@ +This set of C (Cython) extensions provides acceleration of common operations +for slow points in PyOpenGL 3.x diff --git a/graphics/py-OpenGL-accelerate/Makefile b/graphics/py-OpenGL-accelerate/Makefile new file mode 100644 index 00000000000..ddf86817bd8 --- /dev/null +++ b/graphics/py-OpenGL-accelerate/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2020/01/27 06:24:36 adam Exp $ + +DISTNAME= PyOpenGL-accelerate-3.1.5 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//} +CATEGORIES= graphics python +MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyOpenGL-accelerate/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://pyopengl.sourceforge.net/ +COMMENT= Acceleration code for PyOpenGL +# There are many similar licenses, see license.txt +LICENSE= modified-bsd AND mit + +.include "../../lang/python/egg.mk" +.include "../../math/py-numpy/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-OpenGL-accelerate/PLIST b/graphics/py-OpenGL-accelerate/PLIST new file mode 100644 index 00000000000..238ed297947 --- /dev/null +++ b/graphics/py-OpenGL-accelerate/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 2020/01/27 06:24:36 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/OpenGL_accelerate/__init__.py +${PYSITELIB}/OpenGL_accelerate/__init__.pyc +${PYSITELIB}/OpenGL_accelerate/__init__.pyo +${PYSITELIB}/OpenGL_accelerate/arraydatatype.so +${PYSITELIB}/OpenGL_accelerate/buffers_formathandler.so +${PYSITELIB}/OpenGL_accelerate/errorchecker.so +${PYSITELIB}/OpenGL_accelerate/formathandler.so +${PYSITELIB}/OpenGL_accelerate/latebind.so +${PYSITELIB}/OpenGL_accelerate/nones_formathandler.so +${PYSITELIB}/OpenGL_accelerate/numpy_formathandler.so +${PYSITELIB}/OpenGL_accelerate/vbo.so +${PYSITELIB}/OpenGL_accelerate/wrapper.so diff --git a/graphics/py-OpenGL-accelerate/distinfo b/graphics/py-OpenGL-accelerate/distinfo new file mode 100644 index 00000000000..1bcd5f06e48 --- /dev/null +++ b/graphics/py-OpenGL-accelerate/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/01/27 06:24:36 adam Exp $ + +SHA1 (PyOpenGL-accelerate-3.1.5.tar.gz) = 5d8275c2437c90dfbf126f8c2637016406c74f48 +RMD160 (PyOpenGL-accelerate-3.1.5.tar.gz) = 125440ae018e9666121664c2328d8d0a3dab6a98 +SHA512 (PyOpenGL-accelerate-3.1.5.tar.gz) = 60a0305bd517f761ef4a01a590162037bf84fa01315c505c3e7d8bd6091d10929281315a467cc4a8ee837c881f498c6d77ed161bc047eb87968606047e0b8be0 +Size (PyOpenGL-accelerate-3.1.5.tar.gz) = 538350 bytes |