[96617] users/cal/ports/devel/hs-platform-opengl/Portfile

cal at macports.org cal at macports.org
Wed Aug 15 06:42:11 PDT 2012


Revision: 96617
          https://trac.macports.org/changeset/96617
Author:   cal at macports.org
Date:     2012-08-15 06:42:11 -0700 (Wed, 15 Aug 2012)
Log Message:
-----------
hs-platform-opengl: update to 2.2.3.1, untested

Modified Paths:
--------------
    users/cal/ports/devel/hs-platform-opengl/Portfile

Modified: users/cal/ports/devel/hs-platform-opengl/Portfile
===================================================================
--- users/cal/ports/devel/hs-platform-opengl/Portfile	2012-08-15 13:39:25 UTC (rev 96616)
+++ users/cal/ports/devel/hs-platform-opengl/Portfile	2012-08-15 13:42:11 UTC (rev 96617)
@@ -1,35 +1,22 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup	haskell 1.0
+PortSystem              1.0
+PortGroup               haskellplatform 1.0
 
-haskell.setup	OpenGL 2.2.1.1
-name		hs-platform-OpenGL
-license		BSD
-maintainers	nomaintainer
-platforms	darwin
+haskellplatform.setup   OpenGL 2.2.3.1
+checksums               rmd160  659311f405866b77b0ff74aa3708e71431a3372c \
+                        sha256  9f8425e36994f6602b66059490d00f5f7d7d59dbb97185c2054c5673688885ee
 
-description	A binding for the OpenGL graphics system
-long_description	\
-	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.  For more information	\
-	about OpenGL, please see: <http://www.opengl.org/>.
+license                 BSD
+maintainers             cal openmaintainer
+platforms               darwin
 
-checksums	md5     6819d1a6910c9c7cdd387fd51c11b017 \
-		sha1    39591c317f9359dc1306432fecfe9eff0919ad00 \
-		rmd160  dcbe42faa008d01ffafd4ca27341e1d2d5267b6e
-
-depends_lib	port:ghc
-
-universal_variant	no
-
-configure.args-append	-v --enable-library-profiling		\
-			--with-gcc=${configure.cc}
-
-build.args-append	-v
-
-livecheck.type	none
+description             \
+    A Haskell binding for the OpenGL graphics system (GL, version 3.2) and its \
+    accompanying utility library (GLU, version 1.3).
+long_description        ${description} \
+    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120815/f1ed9ae6/attachment-0001.html>


More information about the macports-changes mailing list