diff options
author | Mark Wright <gienah@gentoo.org> | 2012-06-02 11:03:09 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-06-02 11:03:09 +0000 |
commit | 9627d9ffcdbf68b70fc0d1338f1e19b68abdd41b (patch) | |
tree | 7e8215818cb94ec3a20fed71854039dc3a159cbc /dev-haskell/gluraw/metadata.xml | |
parent | Bump opengl to 2.5.0.0, fixes bug #363977 (diff) | |
download | historical-9627d9ffcdbf68b70fc0d1338f1e19b68abdd41b.tar.gz historical-9627d9ffcdbf68b70fc0d1338f1e19b68abdd41b.tar.bz2 historical-9627d9ffcdbf68b70fc0d1338f1e19b68abdd41b.zip |
Add gluraw, part of fix for bug #363979
Package-Manager: portage-2.1.10.64/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/gluraw/metadata.xml')
-rw-r--r-- | dev-haskell/gluraw/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-haskell/gluraw/metadata.xml b/dev-haskell/gluraw/metadata.xml new file mode 100644 index 000000000000..b6daedcb5879 --- /dev/null +++ b/dev-haskell/gluraw/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is + basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer + interface. + + 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 and its various extensions, + please see <http://www.opengl.org/> + and <http://www.opengl.org/registry/>. + </longdescription> +</pkgmetadata> |