Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (00c12c0c28413ed8d7382d692f3f151b3f077058)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (00c12c0c28413ed8d7382d692f3f151b3f077058)
  • Date: Fri, 22 May 2009 20:06:11 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 4 ++++
perl-cpan/perl-opengl/BUILD | 1 +
perl-cpan/perl-opengl/DEPENDS | 3 +++
perl-cpan/perl-opengl/DETAILS | 13 +++++++++++++
perl-cpan/perl-opengl/HISTORY | 3 +++
perl-cpan/perl-opengl/OpenGL-0.57.tar.gz.sig |binary
6 files changed, 24 insertions(+)

New commits:
commit 00c12c0c28413ed8d7382d692f3f151b3f077058
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

perl-opengl: Added an interface to OpenGL drawing/imaging library

diff --git a/ChangeLog b/ChangeLog
index e9e1d05..8299ba2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-22 Eric Sandall <sandalle AT sourcemage.org>
+ * perl-cpan/perl-opengl: Added an interface to OpenGL drawing/imaging
+ library
+
2009-05-18 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-creation/qtractor: New spell, multi-track MIDI sequencer.

diff --git a/perl-cpan/perl-opengl/BUILD b/perl-cpan/perl-opengl/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/perl-opengl/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/perl-opengl/DEPENDS b/perl-cpan/perl-opengl/DEPENDS
new file mode 100755
index 0000000..92dd220
--- /dev/null
+++ b/perl-cpan/perl-opengl/DEPENDS
@@ -0,0 +1,3 @@
+depends GLUT &&
+depends OPENGL &&
+depends perl
diff --git a/perl-cpan/perl-opengl/DETAILS b/perl-cpan/perl-opengl/DETAILS
new file mode 100755
index 0000000..14e2033
--- /dev/null
+++ b/perl-cpan/perl-opengl/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=perl-opengl
+ VERSION=0.57
+ SOURCE="OpenGL-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/B/BF/BFREE/${SOURCE}
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/OpenGL-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~BFREE/OpenGL/";
+ LICENSE[0]=ART
+ ENTERED=20090522
+ SHORT="Interface to OpenGL drawing/imaging library"
+cat << EOF
+Interface to OpenGL drawing/imaging library
+EOF
diff --git a/perl-cpan/perl-opengl/HISTORY b/perl-cpan/perl-opengl/HISTORY
new file mode 100644
index 0000000..8f103f4
--- /dev/null
+++ b/perl-cpan/perl-opengl/HISTORY
@@ -0,0 +1,3 @@
+2009-05-22 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/perl-cpan/perl-opengl/OpenGL-0.57.tar.gz.sig
b/perl-cpan/perl-opengl/OpenGL-0.57.tar.gz.sig
new file mode 100644
index 0000000..ce68760
Binary files /dev/null and b/perl-cpan/perl-opengl/OpenGL-0.57.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (00c12c0c28413ed8d7382d692f3f151b3f077058), Eric Sandall, 05/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page