Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (061be38c0b5ec060ba07abfe5644981dc63cfbbf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (061be38c0b5ec060ba07abfe5644981dc63cfbbf)
  • Date: Sun, 17 Feb 2008 08:19:45 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

database/fbexport/DETAILS | 12 +++++-----
database/fbexport/HISTORY | 6 +++++
database/fbexport/PRE_BUILD | 3 +-
database/fbexport/build.diff.bz2 | 0
dev/null |binary
devel/ragel/DETAILS | 2 -
devel/ragel/HISTORY | 3 ++
libs/commonc++/BUILD | 3 --
libs/commonc++/DEPENDS | 1
libs/commonc++/DETAILS | 18 ++++-----------
libs/commonc++/DOWNLOAD | 1
libs/commonc++/HISTORY | 46
+++------------------------------------
libs/commonc++/INSTALL | 1
libs/commonc++/PRE_BUILD | 1
libs/commonc++/TRIGGERS | 1
libs/xmltv/DETAILS | 4 +--
libs/xmltv/HISTORY | 3 ++
telephony/ccaudio2/DETAILS | 4 +--
telephony/ccaudio2/HISTORY | 3 ++
telephony/ccrtp/DETAILS | 4 +--
telephony/ccrtp/HISTORY | 3 ++
telephony/commoncpp2/DETAILS | 4 +--
telephony/commoncpp2/HISTORY | 3 ++
utils/hal-info/DETAILS | 4 +--
utils/hal-info/HISTORY | 3 ++
25 files changed, 58 insertions(+), 75 deletions(-)

New commits:
commit 7b93bf54e43a4347084d25a0202d582e76f8e3e4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

fbexport-1.70

commit 133db2aa1e204930003e384398bd6fcef82381b2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

hal-info-20080215

commit bc3afcae6a28dd8aa3eee1b7d3aa32fbb5778f86
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

deprecate libs/commonc++ [replaced by commoncpp2]

commit 59d57855abcff9115fb99793fb14014ea31f7f67
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ccrtp-1.6.0

commit a5ab3770fc2ae0110031eb258c378f70e9d1e8a2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ccaudio2-0.9.12

commit 0884d31f9b89ae17d0f4375b03467d1ae41314ae
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

commoncpp2-1.6.1

commit 91c0e6371928adc2dae82f036c8b70b8c5d598ff
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xmltv-0.5.51

commit 1d703038452f4753fc7bd530b9bf3bcb0b1de030
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ragel-6.0

diff --git a/database/fbexport/DETAILS b/database/fbexport/DETAILS
index 76ddae2..b1a4f53 100755
--- a/database/fbexport/DETAILS
+++ b/database/fbexport/DETAILS
@@ -1,10 +1,10 @@
SPELL=fbexport
- VERSION=1.67
-
SOURCE_HASH=sha512:66dfc5c223dc5841e32013d97c5e2d01cd0be1de5cd24a36ec2e67307ca376f765439a30679d1233fd3ecd8e3ed512c3c84b6fbe7327453b3a546b7a91f841ba
- SOURCE=fbx${VERSION//./}-cli.zip
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/fbx167-cli
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- WEB_SITE=http://$SPELL.SourceForge.net
+ VERSION=1.70
+
SOURCE_HASH=sha512:16028787a06045d7a1f5ebd60bf39065fc15b81d35a4b143a99729b4752e3e23f097dfea333f5e4e4fb91fde934ae523f4bdd9b9a72a793f953987b548b2f293
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.firebirdfaq.org/files/$SOURCE
+ WEB_SITE=http://www.firebirdfaq.org/fbexport.php
LICENCE=MPL
DOCS="README CHANGES *.html"
ENTERED=20040103
diff --git a/database/fbexport/HISTORY b/database/fbexport/HISTORY
index 63654a8..69f0f55 100755
--- a/database/fbexport/HISTORY
+++ b/database/fbexport/HISTORY
@@ -1,3 +1,9 @@
+2008-02-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.70
+ new url
+ * PRE_BUILD: replace patch by sed
+
+
2007-07-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.67

diff --git a/database/fbexport/PRE_BUILD b/database/fbexport/PRE_BUILD
index 1b4052f..d94dba7 100755
--- a/database/fbexport/PRE_BUILD
+++ b/database/fbexport/PRE_BUILD
@@ -1,5 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+sed -i "s|gds|fbclient|;s|/local||;s|-O3|$CFLAGS|" source/Makefile
# fix make and gcc-4.1 problems
# sedit "s/RowImpl:://" src/ibpp/_internals.h &&
- bzcat $SPELL_DIRECTORY/build.diff.bz2 | patch -p1
+# bzcat $SPELL_DIRECTORY/build.diff.bz2 | patch -p1
diff --git a/database/fbexport/build.diff.bz2
b/database/fbexport/build.diff.bz2
deleted file mode 100644
index 465a15e..0000000
Binary files a/database/fbexport/build.diff.bz2 and /dev/null differ
diff --git a/devel/ragel/DETAILS b/devel/ragel/DETAILS
index b64bb14..4a87ec0 100755
--- a/devel/ragel/DETAILS
+++ b/devel/ragel/DETAILS
@@ -1,5 +1,5 @@
SPELL=ragel
- VERSION=5.25
+ VERSION=6.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.cs.queensu.ca/~thurston/ragel/
diff --git a/devel/ragel/HISTORY b/devel/ragel/HISTORY
index 86d8534..41f9f6d 100644
--- a/devel/ragel/HISTORY
+++ b/devel/ragel/HISTORY
@@ -1,3 +1,6 @@
+2008-02-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 6.0
+
2007-12-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.25

diff --git a/libs/commonc++/BUILD b/libs/commonc++/BUILD
index 903b4e2..27ba77d 100755
--- a/libs/commonc++/BUILD
+++ b/libs/commonc++/BUILD
@@ -1,2 +1 @@
-export CPPFLAGS="$CPPFLAGS -I /usr/include/libxml2/libxml"
-default_build
+true
diff --git a/libs/commonc++/DEPENDS b/libs/commonc++/DEPENDS
new file mode 100755
index 0000000..b7850ec
--- /dev/null
+++ b/libs/commonc++/DEPENDS
@@ -0,0 +1 @@
+depends commoncpp2
diff --git a/libs/commonc++/DETAILS b/libs/commonc++/DETAILS
index 59a6a5a..4b0c908 100755
--- a/libs/commonc++/DETAILS
+++ b/libs/commonc++/DETAILS
@@ -1,16 +1,8 @@
SPELL=commonc++
- VERSION=1.3.19
- SOURCE=commoncpp2-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SOURCE/\.tar.gz/}
- SOURCE_URL[0]=$SOURCEFORGE_URL/gnutelephony/$SOURCE
- SOURCE_HASH=sha1:d323048bef7799faedd4a42545cd6b51c3a9409c
- WEB_SITE=http://cplusplus.sourceforge.net/
- ENTERED=20020309
- UPDATED=20020310
- LICENSE[0]=GPL
- KEYWORDS="libs"
- SHORT="Common C++ libraries"
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-Common C++ offers a highly portable application framework for threading,
-sockets, realtime network streaming, persistance, and file access.
+deprecated spell [replaced by commoncpp2]
EOF
+
diff --git a/libs/commonc++/DOWNLOAD b/libs/commonc++/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/libs/commonc++/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/libs/commonc++/HISTORY b/libs/commonc++/HISTORY
index b2ae8cc..79ce8dc 100644
--- a/libs/commonc++/HISTORY
+++ b/libs/commonc++/HISTORY
@@ -1,42 +1,4 @@
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-09-12 George Sherwood <george AT beernabeer.com>
- * DETAILS: Update to 1.3.19, SOURCE_URL and WEB_SITE
-
-2005-09-11 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 1.3.8 (Bug 9755)
-
-2005-02-28 Eric Sandall <sandalle AT sourcemage.org>
- * CONFLICTS: Removed conflicting spell
-
-2004-08-02 Eric Sandall <sandalle AT sourcemage.org>
- * Renamed to commonc++
- * DETAILS: Renamed to commonc++
- BUILD_API=2
- Removed MAINTAINER
- * CONFLICTS: Conflicts with CommonC++
- * HISTORY: Formatted to Guru Handbook
-
-2003-06-24 hgg <hgreig AT bigpond.net.au>
- * DETAILS: Update to CommonC++ "2" ,which has new numbering scheme and
- supercedes 1.9.X tree
-
-2003-05-20 Seth Woolley <seth AT tautology.org>
- * DETAILS: Modified to fix my broken SOURCEFORGE_URL fixes
-
-2003-05-18 Seth Woolley <seth AT tautology.org>
- * DETAILS: Modified for SOURCEFORGE_URL fix
-
-2002-10-09 Julian v. Bock <julian AT wongr.net>
- * DETAILS: add LICENSE and MD5 fields.
-
-2002-04-07 Julian v. Bock <julian AT wongr.net>
- * BUILD: add.
-
-2002-03-10 Julian v. Bock <julian AT wongr.net>
- * DETAILS: set version number to 1.9.6.
-
+2008-02-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by commoncpp2]
diff --git a/libs/commonc++/INSTALL b/libs/commonc++/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/libs/commonc++/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/libs/commonc++/PRE_BUILD b/libs/commonc++/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/libs/commonc++/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/libs/commonc++/TRIGGERS b/libs/commonc++/TRIGGERS
new file mode 100755
index 0000000..5d8f99a
--- /dev/null
+++ b/libs/commonc++/TRIGGERS
@@ -0,0 +1 @@
+on_cast commonc++ dispel_self
diff --git a/libs/xmltv/DETAILS b/libs/xmltv/DETAILS
index 9a232ca..b4a0078 100755
--- a/libs/xmltv/DETAILS
+++ b/libs/xmltv/DETAILS
@@ -1,6 +1,6 @@
SPELL=xmltv
- VERSION=0.5.50
-
SOURCE_HASH=sha512:0588bf65eded70008b681ebf468c0a797bbfb0480c43a2ccc5078d28cfd961aff4f9ca449076140e4d896134a13cd15b1c3fd8798bd46b23c8a6f0ecdd244f13
+ VERSION=0.5.51
+
SOURCE_HASH=sha512:056bb8968d3d2626ddb2922af1e6f20b77952ab379586136d8b232a0ceb968e507a6a180e9ec9e0808d4da4396bd4fdb97f25b5610d14670fd7d235580400d63
SOURCE=${SPELL}-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/$SOURCE
diff --git a/libs/xmltv/HISTORY b/libs/xmltv/HISTORY
index 2d318d6..946511b 100644
--- a/libs/xmltv/HISTORY
+++ b/libs/xmltv/HISTORY
@@ -1,3 +1,6 @@
+2008-02-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.51
+
2007-11-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5.50
* grabbers: two new grabbers
diff --git a/telephony/ccaudio2/DETAILS b/telephony/ccaudio2/DETAILS
index df07614..b7e8915 100755
--- a/telephony/ccaudio2/DETAILS
+++ b/telephony/ccaudio2/DETAILS
@@ -1,6 +1,6 @@
SPELL=ccaudio2
- VERSION=0.9.10
-
SOURCE_HASH=sha512:5bd1d245cecbe107b9d9048bbdd73d1de082264e3111ece5ac5680720d1843fc958d1b4877666ace3b2ec0330171fa3da16507ba106a653a4c20ec9857b2cab9
+ VERSION=0.9.12
+
SOURCE_HASH=sha512:24f1857afd8a7734d3a48d3f814ad8fa70523dcfeb5b34fb4019e9d624a0ace59cb242b8b8b743d83b74219823d882f223e03a81b9415caaea3a3df680204911
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/${SPELL//2}/$SOURCE
diff --git a/telephony/ccaudio2/HISTORY b/telephony/ccaudio2/HISTORY
index 06a0bfc..c5b0508 100644
--- a/telephony/ccaudio2/HISTORY
+++ b/telephony/ccaudio2/HISTORY
@@ -1,3 +1,6 @@
+2008-02-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.12
+
2006-08-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.9
use GNU_URL
diff --git a/telephony/ccrtp/DETAILS b/telephony/ccrtp/DETAILS
index e675a26..729db38 100755
--- a/telephony/ccrtp/DETAILS
+++ b/telephony/ccrtp/DETAILS
@@ -1,6 +1,6 @@
SPELL=ccrtp
- VERSION=1.5.1
-
SOURCE_HASH=sha512:15b01ac62b82283304024bb7b06f9653053b3ce076af0ae37b9c5302019d35bd70a718799a2e322d495dc4b497e6ba01496177b681c3f1261923493b63a84f29
+ VERSION=1.6.0
+
SOURCE_HASH=sha512:0d051d79cc96e2fe4aa464d4b1372ff9cdb3751819a033433e2af85715316947254c64e0eadf42f889d9fdfc6593088e5f27007c9f88bec42844967e070658d4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/ccrtp/$SOURCE
diff --git a/telephony/ccrtp/HISTORY b/telephony/ccrtp/HISTORY
index c7e83b9..4b3c6c2 100644
--- a/telephony/ccrtp/HISTORY
+++ b/telephony/ccrtp/HISTORY
@@ -1,3 +1,6 @@
+2008-02-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.6.0
+
2007-01-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.5.1
new URL
diff --git a/telephony/commoncpp2/DETAILS b/telephony/commoncpp2/DETAILS
index 9fe221c..ea68b3c 100755
--- a/telephony/commoncpp2/DETAILS
+++ b/telephony/commoncpp2/DETAILS
@@ -1,6 +1,6 @@
SPELL=commoncpp2
- VERSION=1.5.5
-
SOURCE_HASH=sha512:83161bc780bb864895ccf008dbd44d39848510e0bc1a23557b35c013f2f64612f4ac9c44481f7b70e58e1091519ec58c90d979b1abd717527dd1eb9b0b36a9cd
+ VERSION=1.6.1
+
SOURCE_HASH=sha512:2aa2b187106d27d408f972415da2d29bbf0b46a45f9d33cc825fbe19b6d5a7bfd0124c7653716f69e326294f151e96150fd243bba072563fbb8862fff70d3035
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/commoncpp/$SOURCE
diff --git a/telephony/commoncpp2/HISTORY b/telephony/commoncpp2/HISTORY
index c4362a9..37dc907 100644
--- a/telephony/commoncpp2/HISTORY
+++ b/telephony/commoncpp2/HISTORY
@@ -1,3 +1,6 @@
+2008-02-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.6.1
+
2007-02-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.5.5

diff --git a/utils/hal-info/DETAILS b/utils/hal-info/DETAILS
index 3b37f17..c39406a 100755
--- a/utils/hal-info/DETAILS
+++ b/utils/hal-info/DETAILS
@@ -1,6 +1,6 @@
SPELL=hal-info
- VERSION=20071212
-
SOURCE_HASH=sha512:cedb0a73ae321afe30b30931bec7a336916a4adb834f859d24cbba4dce00d6e1262ea60a6bc30592056aa26241e46ea11e92b5a501d3bccfddd20778a715ac52
+ VERSION=20080215
+
SOURCE_HASH=sha512:52483a2476940441ce5a8c133af8b8b9856efdd866d92399c049d8154f4734b349c9ed46e9032e8b07194e3ff68b0778f2b53b1e6c45d9757c0df1975a0c2e2f
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://hal.freedesktop.org/releases/$SOURCE
diff --git a/utils/hal-info/HISTORY b/utils/hal-info/HISTORY
index 2ff075f..e6c9fbe 100644
--- a/utils/hal-info/HISTORY
+++ b/utils/hal-info/HISTORY
@@ -1,3 +1,6 @@
+2008-02-117 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 20080215
+
2007-12-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 20071212




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (061be38c0b5ec060ba07abfe5644981dc63cfbbf), Treeve Jelbert, 02/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page