diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /x11-toolkits/hs-OpenGL | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) |
Notes
Diffstat (limited to 'x11-toolkits/hs-OpenGL')
-rw-r--r-- | x11-toolkits/hs-OpenGL/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/hs-OpenGL/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/hs-OpenGL/pkg-descr | 13 |
3 files changed, 12 insertions, 13 deletions
diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile index 685b58e77dd7..e8b425180beb 100644 --- a/x11-toolkits/hs-OpenGL/Makefile +++ b/x11-toolkits/hs-OpenGL/Makefile @@ -2,18 +2,16 @@ # $FreeBSD$ PORTNAME= OpenGL -PORTVERSION= 2.2.3.1 -PORTREVISION= 4 +PORTVERSION= 2.8.0.0 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A binding for the OpenGL graphics system +COMMENT= Binding for the OpenGL graphics system LICENSE= BSD -CABAL_SETUP= Setup.hs -USE_GL= gl glut +USE_CABAL= GLURaw>=1.1.0.0 OpenGLRaw>=1.3.0.0 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/hs-OpenGL/distinfo b/x11-toolkits/hs-OpenGL/distinfo index 81626a748a80..f241d0a43850 100644 --- a/x11-toolkits/hs-OpenGL/distinfo +++ b/x11-toolkits/hs-OpenGL/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/OpenGL-2.2.3.1.tar.gz) = 9f8425e36994f6602b66059490d00f5f7d7d59dbb97185c2054c5673688885ee -SIZE (cabal/OpenGL-2.2.3.1.tar.gz) = 189728 +SHA256 (cabal/OpenGL-2.8.0.0.tar.gz) = ce753d8db75b5096e030422765193c4975779b42bfffa467408a40d8c43965f1 +SIZE (cabal/OpenGL-2.8.0.0.tar.gz) = 123107 diff --git a/x11-toolkits/hs-OpenGL/pkg-descr b/x11-toolkits/hs-OpenGL/pkg-descr index 30a792f6dab2..6ae7c4bb7d35 100644 --- a/x11-toolkits/hs-OpenGL/pkg-descr +++ b/x11-toolkits/hs-OpenGL/pkg-descr @@ -1,8 +1,9 @@ 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. +its accompanying utility library (GLU, version 1.3). -WWW: http://www.haskell.org/HOpenGL/ +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/haskellwiki/Opengl |