cvs commit: ports/graphics Makefile ports/graphics/glew Makefile
distinfo pkg-descr pkg-plist ports/graphics/glew/files
patch-Makefile
Kirill Ponomarew
krion at FreeBSD.org
Thu Jan 1 10:26:54 PST 2004
krion 2004/01/01 10:26:52 PST
FreeBSD ports repository
Modified files:
graphics Makefile
Added files:
graphics/glew Makefile distinfo pkg-descr pkg-plist
graphics/glew/files patch-Makefile
Log:
Add glew 1.1.4,
The goal of the OpenGL Extension Wrangler Library (GLEW) is to
assist C/C++ OpenGL developers with two tedious tasks:
initializing and using extensions and writing portable
applications. GLEW provides an efficient run-time mechanism to
determine whether a certain extension is supported by the
driver or not. OpenGL core and extension functionality is
exposed via a single header file.
PR: 60717
Submitted by: Igor Pokrovsky <tiamat at comset.net>
Revision Changes Path
1.649 +1 -0 ports/graphics/Makefile
1.1 +42 -0 ports/graphics/glew/Makefile (new)
1.1 +1 -0 ports/graphics/glew/distinfo (new)
1.1 +47 -0 ports/graphics/glew/files/patch-Makefile (new)
1.1 +11 -0 ports/graphics/glew/pkg-descr (new)
1.1 +14 -0 ports/graphics/glew/pkg-plist (new)
More information about the cvs-ports
mailing list