mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
This set of C (Cython) extensions provides acceleration of common
operations for slow points in PyOpenGL 3.x. WWW: http://pyopengl.sourceforge.net/
This commit is contained in:
parent
bd8572b5a0
commit
4c66c93dd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389079
@ -833,6 +833,7 @@
|
||||
SUBDIR += py-opencv
|
||||
SUBDIR += py-openexr
|
||||
SUBDIR += py-opengl
|
||||
SUBDIR += py-opengl-accelerate
|
||||
SUBDIR += py-openimageio
|
||||
SUBDIR += py-paint
|
||||
SUBDIR += py-pillow
|
||||
|
21
graphics/py-opengl-accelerate/Makefile
Normal file
21
graphics/py-opengl-accelerate/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opengl
|
||||
PORTVERSION= 3.0.1
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= -accelerate
|
||||
DISTNAME= PyOpenGL${PKGNAMESUFFIX}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= OpenGL acceleration code for PyOpenGL
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython
|
||||
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/py-opengl-accelerate/distinfo
Normal file
2
graphics/py-opengl-accelerate/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PyOpenGL-accelerate-3.0.1.tar.gz) = 51bc771fd2fc9fc0acec5caf4dc3bd0739127eec4addc04baca545f8c3fe17cd
|
||||
SIZE (PyOpenGL-accelerate-3.0.1.tar.gz) = 194056
|
4
graphics/py-opengl-accelerate/pkg-descr
Normal file
4
graphics/py-opengl-accelerate/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user