Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mark Bainter (d1efa0fcb225df1689f4c123afc9a4dfee418715)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mark Bainter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mark Bainter (d1efa0fcb225df1689f4c123afc9a4dfee418715)
  • Date: Wed, 17 Mar 2010 00:08:47 -0500

GIT changes to master grimoire by Mark Bainter <mbainter AT sourcemage.org>:

ChangeLog | 5 ++---
devel/gource/BUILD | 1 +
devel/gource/DEPENDS | 6 ++++++
devel/gource/DETAILS | 17 +++++++++++++++++
devel/gource/HISTORY | 3 +++
5 files changed, 29 insertions(+), 3 deletions(-)

New commits:
commit d1efa0fcb225df1689f4c123afc9a4dfee418715
Author: Mark Bainter <mbainter AT sourcemage.org>
Commit: Mark Bainter <mbainter AT sourcemage.org>

devel/gource: new spell SCM Visualization software

diff --git a/ChangeLog b/ChangeLog
index 934d5a4..af87e67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,5 @@
-2010-03-16 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
- * libs/chipmunk: new spell, 2D rigid body physics library in C
- * e-17/eskiss: new spell, efl based physics game
+2010-03-16 Mark Bainter <mbainter AT sourcemage.org>
+ * devel/gource: new spell, SCM Visualization software

2010-03-13 Sukneet Saini <sukneet AT sourcemage.org>
* ftp/axel: new spell, a light download accelerater
diff --git a/devel/gource/BUILD b/devel/gource/BUILD
new file mode 100755
index 0000000..20a96a7
--- /dev/null
+++ b/devel/gource/BUILD
@@ -0,0 +1 @@
+default_build
diff --git a/devel/gource/DEPENDS b/devel/gource/DEPENDS
new file mode 100755
index 0000000..f834826
--- /dev/null
+++ b/devel/gource/DEPENDS
@@ -0,0 +1,6 @@
+depends OPENGL &&
+depends freefont-ttf &&
+depends freetype2 &&
+depends sdl &&
+depends sdl_image &&
+depends ftgl
diff --git a/devel/gource/DETAILS b/devel/gource/DETAILS
new file mode 100755
index 0000000..403e485
--- /dev/null
+++ b/devel/gource/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=gource
+ VERSION=0.26
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://gource.googlecode.com/files/$SPELL-$VERSION.tar.gz
+ SOURCE_URL[1]=http://engineyard.github.com/$SPELL/download/$SOURCE
+ WEB_SITE=http://code.google.com/p/gource/
+
SOURCE_HASH=sha512:50c0282ec2200bcdb4a70ad7a4e504584b9eef8292ecf457038ba27f4985dbd0ce8cb72f26b8ba10c48bc951f5004cab88eab3fea70d104eb0c95144db1f4b39
+ LICENSE[0]=GPLv3
+ ENTERED=20100316
+ KEYWORDS="version control visualization"
+ SHORT="Software version control visualization tool"
+cat << EOF
+Software projects are displayed by Gource as an animated tree with the root
directory of the project at its centre. Directories appear as branches with
files as leaves. Developers can be seen working on the tree at the times they
contributed to the project.
+
+Currently there is first party support for Git and Mercurial, and third
party (using additional steps) for CVS and SVN.
+EOF
diff --git a/devel/gource/HISTORY b/devel/gource/HISTORY
new file mode 100644
index 0000000..5af140e
--- /dev/null
+++ b/devel/gource/HISTORY
@@ -0,0 +1,3 @@
+2010-03-16 Mark Bainter <mbainter AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL, HISTORY: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Mark Bainter (d1efa0fcb225df1689f4c123afc9a4dfee418715), Mark Bainter, 03/17/2010

Archive powered by MHonArc 2.6.24.

Top of Page