diff options
author | pi <pi@FreeBSD.org> | 2016-05-10 03:26:26 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-10 03:26:26 +0800 |
commit | b1fc7542d82130211375ae4ec4b1195d666952b1 (patch) | |
tree | a2668346a9d81766a7c1b5ccb271655915db5c40 /graphics/py-opengl | |
parent | 9554a7e27aa34462f47670e43fb7ce31c32a7ce5 (diff) | |
download | freebsd-ports-gnome-b1fc7542d82130211375ae4ec4b1195d666952b1.tar.gz freebsd-ports-gnome-b1fc7542d82130211375ae4ec4b1195d666952b1.tar.zst freebsd-ports-gnome-b1fc7542d82130211375ae4ec4b1195d666952b1.zip |
graphics/py-opengl{-accelerate}: 3.0.1 -> 3.1.0, change to PyPI naming
- upgrade fixes the use of the port
- py-opengl -> py-PyOpenGL
- py-opengl-accelerate -> py-PyOpenGL-accelerate
PR: 205472
Submitted by: matthew@reztek.cz
Reviewed by: koobs
Diffstat (limited to 'graphics/py-opengl')
-rw-r--r-- | graphics/py-opengl/Makefile | 36 | ||||
-rw-r--r-- | graphics/py-opengl/distinfo | 2 | ||||
-rw-r--r-- | graphics/py-opengl/pkg-descr | 21 |
3 files changed, 0 insertions, 59 deletions
diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile deleted file mode 100644 index 33eb4b3a2c83..000000000000 --- a/graphics/py-opengl/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Randall Hopper <aa8vb@ipass.net> -# $FreeBSD$ - -PORTNAME= opengl -PORTVERSION= 3.0.1 -PORTREVISION= 7 -CATEGORIES= graphics python -MASTER_SITES= SF/py${PORTNAME}/PyOpenGL/${PORTVERSION} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyOpenGL-${PORTVERSION} - -MAINTAINER= python@FreeBSD.org -COMMENT= OpenGL (and related library) interface for Python - -BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow -RUN_DEPENDS:= ${BUILD_DEPENDS} - -OPTIONS_DEFINE= TKINTER -OPTIONS_DEFAULT= TKINTER -TKINTER_DESC= Build with tkinter for X support - -USES= dos2unix python -USE_GL= glut -USE_PYTHON= distutils autoplist - -TKINTER_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter -TKINTER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter - -post-patch: - @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|<malloc\.h>|<stdlib.h>|g' - @${FIND} ${WRKSRC} -name "*.bak" -delete - ${REINPLACE_CMD} -e 's|posix |posix|g' ${WRKSRC}/OpenGL/__init__.py - -.include <bsd.port.mk> diff --git a/graphics/py-opengl/distinfo b/graphics/py-opengl/distinfo deleted file mode 100644 index e7652b4dad51..000000000000 --- a/graphics/py-opengl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PyOpenGL-3.0.1.tar.gz) = 1ec8e314422bde6951cc45516bd7fed960f75009c30701f33a2a5b522e3482dd -SIZE (PyOpenGL-3.0.1.tar.gz) = 698420 diff --git a/graphics/py-opengl/pkg-descr b/graphics/py-opengl/pkg-descr deleted file mode 100644 index 368694cfce50..000000000000 --- a/graphics/py-opengl/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -PyOpenGL is an interface between the Python programming language and the OpenGL -library (and related libraries). The package provides interfaces to: - - - The OpenGL library itself, which is a three-dimensional graphical - rendering interface. For more information, visit - http://www.opengl.org. - - - The GLU library which provides access to routines for doing - quadrics, tesselation etc. - - - The GLUT (GL UTilitity) library from Mark Kilgard, which provides a - windowing environment. - - - The Togl (Tk/OpenGL) widget from Brian Paul and Ben Benderson (an - alternative to GLUT which interfaces to Tk). - -The Python bindings offer some value-added tools in addition to the -standard API, including support for fast processing of arrays of -coordinates, trackball support, etc. - -WWW: http://pyopengl.sourceforge.net/ |