[SM-Commit] GIT changes to master grimoire by Eric Sandall (ce1c4d451abb34bea8d4d383c2cf456cdb72d5e8)

Eric Sandall scm at sourcemage.org
Sun Jul 13 01:30:35 EDT 2008


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

 audio-creation/snd/DETAILS                |    4 ++--
 audio-creation/snd/HISTORY                |    4 ++++
 audio-creation/snd/snd-9.11.tar.gz.sig    |binary
 audio-creation/snd/snd-9.9.tar.gz.sig     |    0 
 dev/null                                  |binary
 science/gamgi/BUILD                       |   12 +++++++++---
 science/gamgi/DEPENDS                     |    9 +++++++--
 science/gamgi/DETAILS                     |    4 ++--
 science/gamgi/HISTORY                     |    9 +++++++++
 science/gamgi/gamgi-all-0.11.7.tar.gz.sig |    0 
 science/gamgi/gamgi-all-0.13.7.tar.gz.sig |binary
 security/srm/DETAILS                      |    9 +++++----
 security/srm/HISTORY                      |    3 +++
 security/srm/srm-1.2.9.tar.gz.sig         |binary
 14 files changed, 41 insertions(+), 13 deletions(-)

New commits:
commit ce1c4d451abb34bea8d4d383c2cf456cdb72d5e8
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    gamgi: Updated to 0.13.7

commit 440d9bf518fd714cd6d578904043f40a3290d4d5
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    snd: Updated to 9.11

commit d6452412c4bb9414fac95379de5ea1c1884b8664
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    srm: Updated to 1.2.9 (Happy Birthday Brianna Kaylee Sandall! :))

diff --git a/audio-creation/snd/DETAILS b/audio-creation/snd/DETAILS
index f2a302a..25bdc8a 100755
--- a/audio-creation/snd/DETAILS
+++ b/audio-creation/snd/DETAILS
@@ -1,8 +1,8 @@
            SPELL=snd
-         VERSION=9.9
+         VERSION=9.11
           SOURCE=$SPELL-$VERSION.tar.gz
       SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/.*/}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
       LICENSE[0]=ART
         WEB_SITE=http://snd.sf.net/
diff --git a/audio-creation/snd/HISTORY b/audio-creation/snd/HISTORY
index 9089e2e..7f475aa 100644
--- a/audio-creation/snd/HISTORY
+++ b/audio-creation/snd/HISTORY
@@ -1,3 +1,7 @@
+2008-07-12 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS: Updated to 9.11
+	  SOURCE_DIRECTORY is back to using -VERSION
+
 2008-04-26 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Updated to 9.9
 	  SOURCE_DIRECTORY is now just "snd-9" (again)
diff --git a/audio-creation/snd/snd-9.11.tar.gz.sig b/audio-creation/snd/snd-9.11.tar.gz.sig
new file mode 100644
index 0000000..c74ed09
Binary files /dev/null and b/audio-creation/snd/snd-9.11.tar.gz.sig differ
diff --git a/audio-creation/snd/snd-9.9.tar.gz.sig b/audio-creation/snd/snd-9.9.tar.gz.sig
deleted file mode 100644
index 15d7362..0000000
Binary files a/audio-creation/snd/snd-9.9.tar.gz.sig and /dev/null differ
diff --git a/science/gamgi/BUILD b/science/gamgi/BUILD
index 6fb0159..0120db4 100755
--- a/science/gamgi/BUILD
+++ b/science/gamgi/BUILD
@@ -3,10 +3,13 @@ rm make_local &&
 
 # Adding header paths
 echo "PATH_X_H = -I/usr/X11R6/include" >> make_local &&
-echo "PATH_GLIB_H = -I/usr/include/glib-1.2 -I/usr/lib/glib/include/" >> make_local &&
-echo "PATH_GTK_H = -I/usr/include/gtk-1.2" >> make_local &&
+echo "PATH_GLIB_H = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include" >> make_local &&
+echo "PATH_GTK_H = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include" >> make_local &&
+echo "PATH_CAIRO_H = -I/usr/include/cairo" >> make_local &&
+echo "PATH_PANGO_H = -I/usr/include/pango-1.0" >> make_local &&
+echo "PATH_ATK_H = -I/usr/include/atk-1.0" >> make_local &&
 echo "PATH_MESA_H = -I/usr/include/GL" >> make_local &&
-echo "PATH_GTKGL_H = -I/usr/include/gtkgl" >> make_local &&
+echo "PATH_GTKGL_H = -I/usr/include/gtkglext-1.0/ -I/usr/lib/gtkglext-1.0/include" >> make_local &&
 echo "PATH_EXPAT_H = -I/usr/include" >> make_local &&
 echo "PATH_FREETYPE_H = -I/usr/include/freetype2" >> make_local &&
 
@@ -14,6 +17,9 @@ echo "PATH_FREETYPE_H = -I/usr/include/freetype2" >> make_local &&
 echo "PATH_X_L = -L/usr/X11R6/lib" >> make_local &&
 echo "PATH_GLIB_L = -L/usr/lib/glib" >> make_local &&
 echo "PATH_GTK_L = -L/usr/lib" >> make_local &&
+echo "PATH_ATK_L = -L/usr/lib" >> make_local &&
+echo "PATH_CAIRO_L = -L/usr/lib" >> make_local &&
+echo "PATH_PANGO_L = -L/usr/lib" >> make_local &&
 echo "PATH_MESA_L = -L/usr/lib" >> make_local &&
 echo "PATH_GTKGL_L = -L/usr/lib" >> make_local &&
 echo "PATH_EXPAT_L = -L/usr/lib" >> make_local &&
diff --git a/science/gamgi/DEPENDS b/science/gamgi/DEPENDS
index 4fba726..f4dcf02 100755
--- a/science/gamgi/DEPENDS
+++ b/science/gamgi/DEPENDS
@@ -1,2 +1,7 @@
-depends gtkglarea &&
-depends expat
+depends  cairo      &&
+depends  expat      &&
+depends  freetype2  &&
+depends  glib2      &&
+depends  gtk+2      &&
+depends  gtkglext   &&
+depends  OPENGL
diff --git a/science/gamgi/DETAILS b/science/gamgi/DETAILS
index 6f9dea4..bc3fd94 100755
--- a/science/gamgi/DETAILS
+++ b/science/gamgi/DETAILS
@@ -1,5 +1,5 @@
            SPELL=gamgi
-         VERSION=0.11.7
+         VERSION=0.13.7
           SOURCE=${SPELL}-all-${VERSION}.tar.gz
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}${VERSION}
    SOURCE_URL[0]=http://www.gamgi.org/src/${SOURCE}
@@ -7,8 +7,8 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}${VERSION}
       SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
       LICENSE[0]=GPL
         WEB_SITE=http://www.gamgi.org
-         ENTERED=20050105
         KEYWORDS="science"
+         ENTERED=20050105
            SHORT="General Atomistic Modelling Graphic Interface"
 cat << EOF
 GAMGI (General Atomistic Modelling Graphic Interface) is a program to build, view, and analyze atomic strucures such as molecules, crystals, glasses, liquids, etc. It aims to be useful for: the scientific community working in Atomistic Modelling that needs a graphic interface to build input data and to view and analyse output data, calculated with Ab-Initio and Molecular Mechanics programs; the scientific community at large studying chemistry, physics, materials science, geology, etc., that needs a graphic interface to view and analyse atomic structural information and to prepare images for presentations in classes and seminars; teaching chemistry and physics in secondary schools and universities; science promotion in schools, exhibitions and science museums.
diff --git a/science/gamgi/HISTORY b/science/gamgi/HISTORY
index 979c915..5620f13 100644
--- a/science/gamgi/HISTORY
+++ b/science/gamgi/HISTORY
@@ -1,3 +1,12 @@
+2008-07-12 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS: Updated to 0.13.7
+	* DEPENDS: Now depends on atk, cairo, pango, gtk+2, glib2, OPENGL,
+	  freetype2, and gtkglext instead of gtkglarea
+	* BUILD: Find GtkGLext in /usr/include/gtkglext-1.0/gtk/
+	  Use glib2 and gtk+2
+	  Give include paths for glib, atk, gtk, cairo, and pango
+	  Give library paths for atk, cairo, and pango
+
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed UPDATED.
 
diff --git a/science/gamgi/gamgi-all-0.11.7.tar.gz.sig b/science/gamgi/gamgi-all-0.11.7.tar.gz.sig
deleted file mode 100644
index 1163545..0000000
Binary files a/science/gamgi/gamgi-all-0.11.7.tar.gz.sig and /dev/null differ
diff --git a/science/gamgi/gamgi-all-0.13.7.tar.gz.sig b/science/gamgi/gamgi-all-0.13.7.tar.gz.sig
new file mode 100644
index 0000000..44ab8d1
Binary files /dev/null and b/science/gamgi/gamgi-all-0.13.7.tar.gz.sig differ
diff --git a/security/srm/DETAILS b/security/srm/DETAILS
index 9d911fd..9abd68e 100755
--- a/security/srm/DETAILS
+++ b/security/srm/DETAILS
@@ -1,13 +1,14 @@
            SPELL=srm
-         VERSION=1.2.8
+         VERSION=1.2.9
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-     SOURCE_HASH=sha512:2e67c3d69e6573ae1248c57d9e815a5d6c64c9e4c2ecc2189823d4a343de795057a4e6efa1d9195a1daa150a92624211b4ce7a091d48f430632030e7a0678ec7
-        WEB_SITE=http://srm.sourceforge.net
-         ENTERED=20020611
+#     SOURCE_HASH=sha512:2e67c3d69e6573ae1248c57d9e815a5d6c64c9e4c2ecc2189823d4a343de795057a4e6efa1d9195a1daa150a92624211b4ce7a091d48f430632030e7a0678ec7
+      SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
       LICENSE[0]=PD
+        WEB_SITE=http://srm.sourceforge.net
         KEYWORDS="security"
+         ENTERED=20020611
            SHORT="srm - a secure rm"
 cat << EOF
 srm is a secure replacement for rm(1). Unlike the standard rm, it 
diff --git a/security/srm/HISTORY b/security/srm/HISTORY
index 9a6eec7..ef45188 100644
--- a/security/srm/HISTORY
+++ b/security/srm/HISTORY
@@ -1,3 +1,6 @@
+2008-07-12 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS: Updated to 1.2.9
+
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed UPDATED.
 
diff --git a/security/srm/srm-1.2.9.tar.gz.sig b/security/srm/srm-1.2.9.tar.gz.sig
new file mode 100644
index 0000000..9db5b15
Binary files /dev/null and b/security/srm/srm-1.2.9.tar.gz.sig differ



More information about the SM-Commit mailing list