diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-09 19:26:26 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-09 19:26:26 +0000 |
commit | 96fdc0d6069b67ac715512eef5514f489af5e0af (patch) | |
tree | a2668346a9d81766a7c1b5ccb271655915db5c40 /graphics/py-PyOpenGL-accelerate | |
parent | dde5a8426c978aeec99119a3ca44090624a06cdb (diff) |
Notes
Diffstat (limited to 'graphics/py-PyOpenGL-accelerate')
-rw-r--r-- | graphics/py-PyOpenGL-accelerate/Makefile | 21 | ||||
-rw-r--r-- | graphics/py-PyOpenGL-accelerate/distinfo | 2 | ||||
-rw-r--r-- | graphics/py-PyOpenGL-accelerate/pkg-descr | 4 |
3 files changed, 27 insertions, 0 deletions
diff --git a/graphics/py-PyOpenGL-accelerate/Makefile b/graphics/py-PyOpenGL-accelerate/Makefile new file mode 100644 index 000000000000..4765814ed620 --- /dev/null +++ b/graphics/py-PyOpenGL-accelerate/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= PyOpenGL +PORTVERSION= 3.1.0 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= -accelerate +#DISTNAME= PyOpenGL${PKGNAMESUFFIX}-${PORTVERSION} + +MAINTAINER= python@FreeBSD.org +COMMENT= OpenGL acceleration code for PyOpenGL + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= cython:lang/cython + +USE_PYTHON= autoplist distutils +USES= python + +.include <bsd.port.mk> diff --git a/graphics/py-PyOpenGL-accelerate/distinfo b/graphics/py-PyOpenGL-accelerate/distinfo new file mode 100644 index 000000000000..6103f1e8e17f --- /dev/null +++ b/graphics/py-PyOpenGL-accelerate/distinfo @@ -0,0 +1,2 @@ +SHA256 (PyOpenGL-3.1.0.tar.gz) = 9b47c5c3a094fa518ca88aeed35ae75834d53e4285512c61879f67a48c94ddaf +SIZE (PyOpenGL-3.1.0.tar.gz) = 1172688 diff --git a/graphics/py-PyOpenGL-accelerate/pkg-descr b/graphics/py-PyOpenGL-accelerate/pkg-descr new file mode 100644 index 000000000000..7ace6c7af0e6 --- /dev/null +++ b/graphics/py-PyOpenGL-accelerate/pkg-descr @@ -0,0 +1,4 @@ +This set of C (Cython) extensions provides acceleration of common +operations for slow points in PyOpenGL 3.x. + +WWW: http://pyopengl.sourceforge.net/ |