- Update to 2.2.3.1
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
4e732023dd
commit
883d099c32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298308
3 changed files with 11 additions and 11 deletions
|
@ -5,13 +5,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= OpenGL
|
||||
PORTVERSION= 2.2.3.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.2.3.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= x11-toolkits haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= OpenGL bindings for Haskell programs
|
||||
COMMENT= A binding for the OpenGL graphics system
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (cabal/OpenGL-2.2.3.0.tar.gz) = a75c3277bb20fda9a4ac1eb0e838fe4b5baf92f5539466b92bd255626afb0502
|
||||
SIZE (cabal/OpenGL-2.2.3.0.tar.gz) = 189240
|
||||
SHA256 (cabal/OpenGL-2.2.3.1.tar.gz) = 9f8425e36994f6602b66059490d00f5f7d7d59dbb97185c2054c5673688885ee
|
||||
SIZE (cabal/OpenGL-2.2.3.1.tar.gz) = 189728
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
The OpenGL package contains a Haskell binding for the OpenGL graphics system.
|
||||
OpenGL is the industry's most widely used and supported 2D and 3D graphics
|
||||
application programming interface (API), incorporating a broad set of rendering,
|
||||
texture mapping, special effects, and other powerful visualization functions.
|
||||
For more information about OpenGL, please see: <http://www.opengl.org/>.
|
||||
A Haskell binding for the OpenGL graphics system (GL, version 2.1) and
|
||||
its accompanying utility library (GLU, version 1.3). OpenGL is the
|
||||
industry's most widely used and supported 2D and 3D graphics application
|
||||
programming interface (API), incorporating a broad set of rendering,
|
||||
texture mapping, special effects, and other powerful visualization
|
||||
functions.
|
||||
|
||||
WWW: http://www.haskell.org/HOpenGL/
|
||||
WWW: http://www.haskell.org/HOpenGL/
|
||||
|
|
Loading…
Reference in a new issue