Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b22d672d03bfdc2683e4252bc9b84d505d53229b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b22d672d03bfdc2683e4252bc9b84d505d53229b)
  • Date: Tue, 30 Jan 2007 17:15:12 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 2 ++
graphics-libs/libgle/DEPENDS | 2 ++
graphics-libs/libgle/DETAILS | 20 ++++++++++++++++++++
graphics-libs/libgle/HISTORY | 2 ++
4 files changed, 26 insertions(+)

New commits:
commit b22d672d03bfdc2683e4252bc9b84d505d53229b
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libgle: new spell, a graphics API

diff --git a/ChangeLog b/ChangeLog
index e442cd8..f9fde13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2007-01-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * graphics-libs/libgle: new spell, a graphics application programming
interface
2007-01-30 Ladislav Hagara <hgr AT vabo.cz>
* crypto/libssh2: new spell, a library implementing the SSH2 protocol

diff --git a/graphics-libs/libgle/DEPENDS b/graphics-libs/libgle/DEPENDS
new file mode 100755
index 0000000..e56a3d6
--- /dev/null
+++ b/graphics-libs/libgle/DEPENDS
@@ -0,0 +1,2 @@
+depends GLUT &&
+depends OPENGL
diff --git a/graphics-libs/libgle/DETAILS b/graphics-libs/libgle/DETAILS
new file mode 100755
index 0000000..b4a2e82
--- /dev/null
+++ b/graphics-libs/libgle/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=libgle
+ VERSION=3.1.0
+ SOURCE="gle-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/gle/${SOURCE}
+
SOURCE_HASH=sha512:e61ea6c63684807f61769e5dc575499b9f349c4dad9289a831ed783083f59634c09d2e49bd670c7b65518ba8a57005fc566b80a21c2cda11d76689c4d48c5c07
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/gle-${VERSION}/"
+ WEB_SITE="http://linas.org/gle/";
+ LICENSE[0]=GPL
+ ENTERED=20070130
+ SHORT="a graphics application programming interface"
+cat << EOF
+The GLE Tubing and Extrusion Library is a graphics application programming
+interface (API). The library consists of a number of "C" language subroutines
+for drawing tubing and extrusions. It is a very fast implementation of
+these shapes, outperforming all other implementations, most by orders of
+magnitude. The library is distributed in source code form, in a package that
+includes documentation, a VRML proposal, Makefiles, and full source code and
+header files. It uses the OpenGL (TM) programming API to perform the actual
+drawing of the tubing and extrusions.
+EOF
diff --git a/graphics-libs/libgle/HISTORY b/graphics-libs/libgle/HISTORY
new file mode 100644
index 0000000..e610e38
--- /dev/null
+++ b/graphics-libs/libgle/HISTORY
@@ -0,0 +1,2 @@
+2007-01-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b22d672d03bfdc2683e4252bc9b84d505d53229b), Florian Franzmann, 01/30/2007

Archive powered by MHonArc 2.6.24.

Top of Page