From 3d62b0469c3bdafe292550613fe9222c3f2ef7c7 Mon Sep 17 00:00:00 2001 From: itetcu Date: Sun, 26 Sep 2010 22:11:22 +0000 Subject: The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file. GLEW has been tested on a variety of operating systems, including Windows, Linux, Mac OS X, FreeBSD, Irix, and Solaris. This is the linux verson. WWW: http://glew.sourceforge.net/ PR: ports/150742 Submitted by: Eitan Adler --- graphics/Makefile | 1 + graphics/linux-f10-glew/Makefile | 24 ++++++++++++++++++++++++ graphics/linux-f10-glew/distinfo.i386 | 6 ++++++ graphics/linux-f10-glew/pkg-descr | 10 ++++++++++ graphics/linux-f10-glew/pkg-plist | 10 ++++++++++ 5 files changed, 51 insertions(+) create mode 100644 graphics/linux-f10-glew/Makefile create mode 100644 graphics/linux-f10-glew/distinfo.i386 create mode 100644 graphics/linux-f10-glew/pkg-descr create mode 100644 graphics/linux-f10-glew/pkg-plist (limited to 'graphics') diff --git a/graphics/Makefile b/graphics/Makefile index d197a4b1dcd1..cc66673ad92a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -495,6 +495,7 @@ SUBDIR += linux-f10-cairo SUBDIR += linux-f10-dri SUBDIR += linux-f10-gdk-pixbuf + SUBDIR += linux-f10-glew SUBDIR += linux-f10-imlib SUBDIR += linux-f10-jpeg SUBDIR += linux-f10-libGLU diff --git a/graphics/linux-f10-glew/Makefile b/graphics/linux-f10-glew/Makefile new file mode 100644 index 000000000000..d199c512be64 --- /dev/null +++ b/graphics/linux-f10-glew/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: graphics/linux-f10-glew +# Date created: 2010-09-19 +# Whom: Eitan Adler +# +# $FreeBSD$ +# + +PORTNAME= glew +PORTVERSION= 1.5.1 +CATEGORIES= graphics linux +PKGNAMEPREFIX= linux-f10- +DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= lists@eitanadler.com +COMMENT= OpenGL Extension Wrangler Library (Linux Fedora 10) + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX_RPM= yes +LINUX_NAME= glew +LINUX_DIST_VER= 10 +RPMVERSION= 1.fc10 +USE_LDCONFIG= yes + +.include diff --git a/graphics/linux-f10-glew/distinfo.i386 b/graphics/linux-f10-glew/distinfo.i386 new file mode 100644 index 000000000000..36ed90233929 --- /dev/null +++ b/graphics/linux-f10-glew/distinfo.i386 @@ -0,0 +1,6 @@ +MD5 (rpm/i386/fedora/10/glew-1.5.1-1.fc10.i386.rpm) = 50c245e182b8303489a2c0e32d6d6895 +SHA256 (rpm/i386/fedora/10/glew-1.5.1-1.fc10.i386.rpm) = 61751e511d0e8eea7417da042189cc613e69db0f8dea71f4c94d3056ba3cb305 +SIZE (rpm/i386/fedora/10/glew-1.5.1-1.fc10.i386.rpm) = 172334 +MD5 (rpm/i386/fedora/10/glew-1.5.1-1.fc10.src.rpm) = 792ca5b0af502cc937fcbb66bc09facf +SHA256 (rpm/i386/fedora/10/glew-1.5.1-1.fc10.src.rpm) = 35a6080784bab054d9a4e30a74811f4ce84398c1e278739292cf94269af70fb7 +SIZE (rpm/i386/fedora/10/glew-1.5.1-1.fc10.src.rpm) = 400909 diff --git a/graphics/linux-f10-glew/pkg-descr b/graphics/linux-f10-glew/pkg-descr new file mode 100644 index 000000000000..17d4b7759a61 --- /dev/null +++ b/graphics/linux-f10-glew/pkg-descr @@ -0,0 +1,10 @@ +The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source +C/C++ extension loading library. GLEW provides efficient run-time mechanisms +for determining which OpenGL extensions are supported on the target platform. +OpenGL core and extension functionality is exposed in a single header file. +GLEW has been tested on a variety of operating systems, including Windows, +Linux, Mac OS X, FreeBSD, Irix, and Solaris. + +This is the linux verson. + +WWW: http://glew.sourceforge.net/ diff --git a/graphics/linux-f10-glew/pkg-plist b/graphics/linux-f10-glew/pkg-plist new file mode 100644 index 000000000000..3d585838aa21 --- /dev/null +++ b/graphics/linux-f10-glew/pkg-plist @@ -0,0 +1,10 @@ +usr/bin/glewinfo +usr/bin/visualinfo +usr/lib/libGLEW.so.1.5.1 +%%PORTDOCS%%usr/%%DOCSDIR%%-1.5.1/LICENSE.txt +%%PORTDOCS%%@dirrm usr/%%DOCSDIR%%-1.5.1 +@dirrm usr/share/doc +@dirrm usr/share +@dirrm usr/lib +@dirrm usr/bin +@dirrm usr -- cgit