Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (1508a68e39a9720662d831170f2673ed35a313fa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (1508a68e39a9720662d831170f2673ed35a313fa)
  • Date: Sat, 30 Oct 2010 09:11:17 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

audio-players/madman/DETAILS | 2 +-
audio-players/madman/HISTORY | 3 +++
collab/openca/DETAILS | 2 +-
collab/openca/HISTORY | 3 +++
crypto/crank/DETAILS | 6 ------
crypto/crank/HISTORY | 3 +++
devel/mysqlnavigator/DETAILS | 2 +-
devel/mysqlnavigator/HISTORY | 3 +++
editors/transfig/DETAILS | 2 +-
editors/transfig/HISTORY | 3 +++
latex/latex2html/DETAILS | 2 +-
latex/latex2html/HISTORY | 3 +++
science/ipc/DETAILS | 2 +-
science/ipc/HISTORY | 3 +++
science/xephem/DETAILS | 2 +-
science/xephem/HISTORY | 3 +++
security/slat/DETAILS | 2 +-
security/slat/HISTORY | 3 +++
18 files changed, 35 insertions(+), 14 deletions(-)

New commits:
commit 1508a68e39a9720662d831170f2673ed35a313fa
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

slat: fixed MD5[0] to SOURCE_HASH

commit ab2d47a1151f7d0a8170937514b90e2120718753
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

xephem: fixed MD5[0] to SOURCE_HASH

commit ac89b03c19866d36d5de72befdcc673c0e481752
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

ipc: fixed MD5[0] to SOURCE_HASH

commit 1f2f5621d5cc4a2824ec44eb8062fc43f127ae64
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

latex2html: fixed MD5[0] to SOURCE_HASH

commit 73831ee83095833bf044650fbb29772d6b9eba15
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

transfig: fixed MD5[0] to SOURCE_HASH

commit 3c1cd36a3789cf619853cfa6593b3fc3515c696a
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

mysqlnavigator: fixed MD5[0] to SOURCE_HASH

commit c53e2a55f79b18411bbab98a211b1c48e122c14d
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

crank: removed commented code

commit 88b0b2b31b72e073a459a835d173e48c05e1f74c
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

openca: fixed MD5[0] to SOURCE_HASH

commit 167a99f6e6f9e5cabd80af01341d8749630339c4
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

madman: fixed MD5[0] to SOURCE_HASH

diff --git a/audio-players/madman/DETAILS b/audio-players/madman/DETAILS
index e1f3c2b..490ac23 100755
--- a/audio-players/madman/DETAILS
+++ b/audio-players/madman/DETAILS
@@ -5,7 +5,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
WEB_SITE=http://madman.sourceforge.net
ENTERED=20030711
- MD5[0]=9cb4fb17ff86e83ba21bfe6cf25e5852
+
SOURCE_HASH=sha512:36a66570fbbb05877e70177b0bca0faa6fb4ff0d3a14bf04b40383356c77656de3e9bb2335e80d222488af22d49d090a44577f72ba3742fb6b5425e1971f71a9
LICENSE[0]=GPL
SHORT="madman is a music manager application in the vein of
Apple's iTunes and its many clones."
cat << EOF
diff --git a/audio-players/madman/HISTORY b/audio-players/madman/HISTORY
index f4c0b88..a3cbd8e 100644
--- a/audio-players/madman/HISTORY
+++ b/audio-players/madman/HISTORY
@@ -1,3 +1,6 @@
+2010-30-10 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed MD5[0] to SOURCE_HASH
+
2006-10-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: added libogg #12055 and fixed libvorbis

diff --git a/collab/openca/DETAILS b/collab/openca/DETAILS
index e39e705..27e49ac 100755
--- a/collab/openca/DETAILS
+++ b/collab/openca/DETAILS
@@ -3,7 +3,7 @@
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION.0
SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
- MD5[0]=cb7efb4268bb0a0ee86f8ccd4bc4c8eb
+
SOURCE_HASH=sha512:39ae0c175b908c798a96f38d449a09234acbd50a70e66e5bdeb2496b87577f595453ef87ea76a42335ef313686ee1e9022590e97df23727864417af4c3e68146
WEB_SITE=http://www.openca.org/
ENTERED=20020509
LICENSE[0]=BSD
diff --git a/collab/openca/HISTORY b/collab/openca/HISTORY
index aa9a8b2..e619cb6 100644
--- a/collab/openca/HISTORY
+++ b/collab/openca/HISTORY
@@ -1,3 +1,6 @@
+2010-30-10 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed MD5[0] to SOURCE_HASH
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/crypto/crank/DETAILS b/crypto/crank/DETAILS
index 8593489..a58db14 100755
--- a/crypto/crank/DETAILS
+++ b/crypto/crank/DETAILS
@@ -1,13 +1,7 @@
SPELL=crank
-
VERSION=0.2.1
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_HASH=sha512:faee65f79a51193b357ca2af5a9b87b993be41c0edc62f641285815f05091668cc0ead3405f2e094b8ce0fd75ac23e61c3e5252826756fff8365705256802333
-
-# VERSION=0.1.4
-# SOURCE=$SPELL-$VERSION.tar.gz
-# MD5[0]=e439e999fadee26c378aa466ad0b20dc
-
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
WEB_SITE=http://crank.sourceforge.net
diff --git a/crypto/crank/HISTORY b/crypto/crank/HISTORY
index 44edbf0..86330e4 100644
--- a/crypto/crank/HISTORY
+++ b/crypto/crank/HISTORY
@@ -1,3 +1,6 @@
+2010-10-30 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: removed commented code
+
2008-01-18 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* PRE_BUILD: added, apply patch for x86_64
* config.sub.patch: added, patch for x86_64
diff --git a/devel/mysqlnavigator/DETAILS b/devel/mysqlnavigator/DETAILS
index 0f8dfb3..0ba8f14 100755
--- a/devel/mysqlnavigator/DETAILS
+++ b/devel/mysqlnavigator/DETAILS
@@ -5,7 +5,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/mysqlnavigator/$SOURCE
SOURCE_URL[1]=http://sql.kldp.org/snapshots/$SOURCE
SOURCE_URL[2]=http://ftp.kde.com/Database/MySQL_Navigator/$SOURCE
- MD5[0]=cb0696d07d44187ef0b0c75c3269cc88
+
SOURCE_HASH=sha512:6cf83227d36622fbe9f80d60cb6557a044b54f4113c4a0c042566a0cec363f1931e92af67eb571df2c3c2c2563b78c702c8fdf0e2bc5d44ea9a1ecf80aaa3b57
WEB_SITE=http://sql.kldp.org/mysql/
ENTERED=20020213
UPDATED=20031002
diff --git a/devel/mysqlnavigator/HISTORY b/devel/mysqlnavigator/HISTORY
index a927c5b..ae89735 100644
--- a/devel/mysqlnavigator/HISTORY
+++ b/devel/mysqlnavigator/HISTORY
@@ -1,3 +1,6 @@
+2010-30-10 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed MD5[0] to SOURCE_HASH
+
2010-04-06 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DEPENDS: updated mysql dependency to MYSQL provider

diff --git a/editors/transfig/DETAILS b/editors/transfig/DETAILS
index a4c3ec3..09b497e 100755
--- a/editors/transfig/DETAILS
+++ b/editors/transfig/DETAILS
@@ -3,7 +3,7 @@ if [ "$DEVEL" == "y" ];then
VERSION=3.2.5-alpha5
SOURCE=${SPELL}.${VERSION}.tar.gz
SOURCE_URL[0]=ftp://epb.lbl.gov/xfig/alpha/${SOURCE}
- MD5[0]=edbca0601bfd9fef520cfa751e39a5e4
+
SOURCE_HASH=sha512:78577b094a985ae46238435153de02772783988ec7a96661388d1f066fac100623aba3120428cad57cc0126185433e28d3c85e1b6c3055579c94fcb2a01f5f8a
else
VERSION=3.2.5
SOURCE=${SPELL}.${VERSION}.tar.gz
diff --git a/editors/transfig/HISTORY b/editors/transfig/HISTORY
index 5d393ae..faeb617 100644
--- a/editors/transfig/HISTORY
+++ b/editors/transfig/HISTORY
@@ -1,3 +1,6 @@
+2010-30-10 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed MD5[0] to SOURCE_HASH
+
2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Switch X11-LIBS to the one and only xorg-libs
No need to check if using modular X as that's all that's available
now
diff --git a/latex/latex2html/DETAILS b/latex/latex2html/DETAILS
index 879e7f2..2d94fbe 100755
--- a/latex/latex2html/DETAILS
+++ b/latex/latex2html/DETAILS
@@ -5,7 +5,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/$SOURCE
SOURCE_URL[1]=$CTAN_URL/support/$SPELL/$SOURCE
SOURCE_URL[2]=http://www.ctan.org/tex-archive/support/$SPELL/$SOURCE
- MD5[0]=a3e35110738db5eea30bb962dd644b83
+
SOURCE_HASH=sha512:950b2667f8d2f9c4857f29b54a0f410103712477c23ea3f11c45dbbfed0ec3fd8a6a53cf676a87fd1d355de087cbe6754621cda99aaeb787911d076c745dea9e
WEB_SITE=http://saftsack.fs.uni-bayreuth.de/~latex2ht
ENTERED=20010922

LICENSE[0]=http://www-texdev.ics.mq.edu.au/l2h/docs/manual/node5_mn.html
diff --git a/latex/latex2html/HISTORY b/latex/latex2html/HISTORY
index 38c1685..b6ff784 100644
--- a/latex/latex2html/HISTORY
+++ b/latex/latex2html/HISTORY
@@ -1,3 +1,6 @@
+2010-30-10 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed MD5[0] to SOURCE_HASH
+
2009-09-24 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DEPENDS: use texlive now

diff --git a/science/ipc/DETAILS b/science/ipc/DETAILS
index 3f8080a..93807b1 100755
--- a/science/ipc/DETAILS
+++ b/science/ipc/DETAILS
@@ -4,7 +4,7 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/isotopatcalc/$SOURCE

SOURCE_HASH=sha512:98a5d04cdb87a32d36adeefaafd3e194b3d2df25ff6908cb5ac1dc94a543a3d778be63b7b401f36a9ac4a8f800b357a23c53a2253d055f35b9419af762d8570f
- MD5[0]=21f3b91b91bae9358004613c1303c2d8
+
SOURCE_HASH=sha512:98a5d04cdb87a32d36adeefaafd3e194b3d2df25ff6908cb5ac1dc94a543a3d778be63b7b401f36a9ac4a8f800b357a23c53a2253d055f35b9419af762d8570f
WEB_SITE=http://isotopatcalc.sourceforge.net/
LICENSE[0]=GPL
ENTERED=20050124
diff --git a/science/ipc/HISTORY b/science/ipc/HISTORY
index 59e13a5..65b32af 100644
--- a/science/ipc/HISTORY
+++ b/science/ipc/HISTORY
@@ -1,3 +1,6 @@
+2010-30-10 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed MD5[0] to SOURCE_HASH
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/science/xephem/DETAILS b/science/xephem/DETAILS
index 84e69d0..7cdbd06 100755
--- a/science/xephem/DETAILS
+++ b/science/xephem/DETAILS
@@ -5,7 +5,7 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-$VERSION
SOURCE_URL[0]=http://www.clearskyinstitute.com/$SPELL/$SOURCE
SOURCE2_URL[0]=http://www.clearskyinstitute.com/cgi-bin/download/$SOURCE2
- MD5[0]=f574b6c21b61eeaec5d915fc03a1d0ae
+
SOURCE_HASH=sha512:dd8f5154a0c81375c2d89508f469fc6cc42808abe59945d168d64df89eb17dfcbc63a6793ed278dfa85bdf2a14047c7bcf95134942d3200cfe676fa12288b274

SOURCE2_HASH=sha512:7760b56d1f10978fdcf053f75f54ee1188b8be8adf589d5cc354c20c327b4226eb9b303e7fbfd10b0e64cd274c535a8d3c3cddb0a885513792e6783425be4b14
WEB_SITE=http://www.clearskyinstitute.com/xephem/
ENTERED=20030517
diff --git a/science/xephem/HISTORY b/science/xephem/HISTORY
index 46d2b7a..25c63b2 100644
--- a/science/xephem/HISTORY
+++ b/science/xephem/HISTORY
@@ -1,3 +1,6 @@
+2010-30-10 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed MD5[0] to SOURCE_HASH
+
2008-08-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL, CONFIGURE: removed bit rot
* INSTALL: don't install to /usr/local #11507
diff --git a/security/slat/DETAILS b/security/slat/DETAILS
index b3c49d5..e5b2d96 100755
--- a/security/slat/DETAILS
+++ b/security/slat/DETAILS
@@ -3,7 +3,7 @@
SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE}
- MD5[0]=de079e9a82ea7a636bd1db9f55182fe1
+
SOURCE_HASH=sha512:f418a1ddef9756563aa6a536b78717f566c80c9486263acb6f79bf8d67e2e575bf34184551ebf9a87a0179b7f0537ed730b22977a31054a75842ede841834b70
WEB_SITE=http://www.nsa.gov/selinux/
ENTERED=20040616
UPDATED=20050223
diff --git a/security/slat/HISTORY b/security/slat/HISTORY
index 3262ec0..f874dbd 100644
--- a/security/slat/HISTORY
+++ b/security/slat/HISTORY
@@ -1,3 +1,6 @@
+2010-30-10 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed MD5[0] to SOURCE_HASH
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (1508a68e39a9720662d831170f2673ed35a313fa), Bor Kraljič, 10/30/2010

Archive powered by MHonArc 2.6.24.

Top of Page