[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (efe8111302a6f9d5243f64701705a321d3749881)

Treeve Jelbert scm at sourcemage.org
Fri Feb 20 07:38:52 EST 2009


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

 ChangeLog                        |    4 ++++
 kde4-apps/quassel/CONFIGURE      |    8 +-------
 kde4-apps/quassel/HISTORY        |    3 +++
 telephony/ccaudio2/DETAILS       |    4 ++--
 telephony/ccaudio2/HISTORY       |    3 +++
 telephony/ccscript/DEPENDS       |    4 ++++
 telephony/ccscript/DETAILS       |   18 ++++++++++++++++++
 telephony/ccscript/HISTORY       |    4 ++++
 telephony/commoncpp2/DETAILS     |    4 ++--
 telephony/commoncpp2/HISTORY     |    3 +++
 telephony/telepathy-glib/DETAILS |    2 +-
 telephony/telepathy-glib/HISTORY |    3 +++
 telephony/ucommon/DEPENDS        |    4 ++++
 telephony/ucommon/DETAILS        |   20 ++++++++++++++++++++
 telephony/ucommon/HISTORY        |    4 ++++
 telephony/ucommon/INSTALL        |    3 +++
 16 files changed, 79 insertions(+), 12 deletions(-)

New commits:
commit efe8111302a6f9d5243f64701705a321d3749881
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    ccscript-4.1.0

commit 699d7abc620109952397a7d97dc67be282cafac2
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    ucommon-2.0.4

commit 8ec44974c810ea82403110194b4c695e14dd03ab
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    ccaudio2: => 1.0.0

commit 2017e56de2db999c3dc3a57cd0556ab6e548dcd4
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    commoncpp2: => 1.7.1

commit 4d216e38f88f703dba0bf44ee23928e0efd9c17c
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    telepathy-glib: => 0.7.26

commit 9a3419ce57e1863f449c62a9295e6411a2160d92
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    quassel - fix typo

diff --git a/ChangeLog b/ChangeLog
index 4f93005..d852915 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-20 Treeve Jelbert <treeve at sourcemage.org>
+	* telephony/ucommon: new spell, lightweight c== library
+	* telephony/ccscript: scripting engine
+
 2009-02-19 Treeve Jelbert <treeve at sourcemage.org>
 	* kde4-apps/quassel: new spell, kde4/qt4 irc client
 
diff --git a/kde4-apps/quassel/CONFIGURE b/kde4-apps/quassel/CONFIGURE
index 035cb42..1d76d00 100755
--- a/kde4-apps/quassel/CONFIGURE
+++ b/kde4-apps/quassel/CONFIGURE
@@ -1,8 +1,2 @@
 source $GRIMOIRE/config_query_multi.function &&
-config_query_multi QUAS_LING 'which languages to build?'  none all cs en_US da de fr hu nb_NO ru 
-sl 
-tr&&
-if [[  $$QUAS_LING == none ]];then
- QUAS_LING='en_US';
-fi &&
-QUAS_LING=${QUAS_LING/all/cs en_US da de fr hu nb_NO ru sl tr}
+config_query_multi QUAS_LING 'which languages to build?'  cs en_US da de fr hu nb_NO ru sl tr
diff --git a/kde4-apps/quassel/HISTORY b/kde4-apps/quassel/HISTORY
index 5e92ca0..000a582 100644
--- a/kde4-apps/quassel/HISTORY
+++ b/kde4-apps/quassel/HISTORY
@@ -1,3 +1,6 @@
+2009-02-20 Treeve Jelbert <treeve at sourcemage.org>
+	* CONFIGURE: fix typo, simplify
+
 2009-02-19 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 0.4.0
 	* DEPENDS: add optional kdebase4-runtime
diff --git a/telephony/ccaudio2/DETAILS b/telephony/ccaudio2/DETAILS
index b7e8915..9508dc8 100755
--- a/telephony/ccaudio2/DETAILS
+++ b/telephony/ccaudio2/DETAILS
@@ -1,6 +1,6 @@
            SPELL=ccaudio2
-         VERSION=0.9.12
-     SOURCE_HASH=sha512:24f1857afd8a7734d3a48d3f814ad8fa70523dcfeb5b34fb4019e9d624a0ace59cb242b8b8b743d83b74219823d882f223e03a81b9415caaea3a3df680204911
+         VERSION=1.0.0
+     SOURCE_HASH=sha512:af6a37b58709990f4742703865a3b1a59fbfbec78d4b7abd13b29ae51cf4186eddcfe242f872ad35c3d6d7e6a7c80865d3d5e37bc426c7c62055c9a2c589b58e
           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 c5b0508..24605cd 100644
--- a/telephony/ccaudio2/HISTORY
+++ b/telephony/ccaudio2/HISTORY
@@ -1,3 +1,6 @@
+2009-02-20 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 1.0.0
+
 2008-02-17 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 0.9.12
 
diff --git a/telephony/ccscript/DEPENDS b/telephony/ccscript/DEPENDS
new file mode 100755
index 0000000..e19a34c
--- /dev/null
+++ b/telephony/ccscript/DEPENDS
@@ -0,0 +1,4 @@
+depends g++         &&
+depends ucommon     &&
+optional_depends pkgconfig '' '' 'package management'
+
diff --git a/telephony/ccscript/DETAILS b/telephony/ccscript/DETAILS
new file mode 100755
index 0000000..466d6e8
--- /dev/null
+++ b/telephony/ccscript/DETAILS
@@ -0,0 +1,18 @@
+           SPELL=ccscript
+         VERSION=4.1.0
+     SOURCE_HASH=sha512:1e33bbed6a813a8413007c97772857d0775be72cdc8be3852b29c9ddedab78ca8b4c7c997d8707bc0008217afcb4a5deb4b49248eb58f93f004613d0e6fef5c8
+          SOURCE=$SPELL-$VERSION.tar.gz 
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+        WEB_SITE=http://www.gnutelephony.org
+   SOURCE_URL[0]=$WEB_SITE/dist/tarballs/$SOURCE
+   SOURCE_URL[1]=$GNU_URL/$SPELL/$SOURCE
+      LICENSE[0]=GPL
+         ENTERED=20090220
+        KEYWORDS="telephony" 
+           SHORT="scripting language for gnu telephony"
+cat << EOF 
+GNU ccScript is a highly specialized embedded scripting engine and virtual
+execution environment for creating script "extensible" applications.  This
+system is a C++ class library which allows one to derive application specific
+dialects of the core language as needed through subclassing.
+EOF
diff --git a/telephony/ccscript/HISTORY b/telephony/ccscript/HISTORY
new file mode 100644
index 0000000..0ec883a
--- /dev/null
+++ b/telephony/ccscript/HISTORY
@@ -0,0 +1,4 @@
+2009-02-20 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 4.1.0
+	  spell created
+
diff --git a/telephony/commoncpp2/DETAILS b/telephony/commoncpp2/DETAILS
index 8cc0967..139abd3 100755
--- a/telephony/commoncpp2/DETAILS
+++ b/telephony/commoncpp2/DETAILS
@@ -1,6 +1,6 @@
            SPELL=commoncpp2
-         VERSION=1.7.0
-     SOURCE_HASH=sha512:98728a8fe0a9f0765c8ee9a01d8fba50ae0654377774e52e737517489a05cc0a6c78b051f6eb8c74a2d15c1c64b75aec7a0a6e17e62b74273a3072fcce2fba5d
+         VERSION=1.7.1
+     SOURCE_HASH=sha512:299076b8ee3ec270341fbb795918c2ecd9a90aae16dfa75518e50e3826273528e6dee29a1d66f5d99bd09f7be83c883ee21df46b56067e7a695932761f160824
           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 8c7fd78..b26b59f 100644
--- a/telephony/commoncpp2/HISTORY
+++ b/telephony/commoncpp2/HISTORY
@@ -1,3 +1,6 @@
+2009-02-20 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 1.7.1
+
 2008-12-17 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 1.7.0
 	* BUILD: deleted
diff --git a/telephony/telepathy-glib/DETAILS b/telephony/telepathy-glib/DETAILS
index ff11a36..737b362 100755
--- a/telephony/telepathy-glib/DETAILS
+++ b/telephony/telepathy-glib/DETAILS
@@ -1,5 +1,5 @@
            SPELL=telepathy-glib
-         VERSION=0.7.3
+         VERSION=0.7.26
           SOURCE=$SPELL-$VERSION.tar.gz
          SOURCE2=$SOURCE.asc
         WEB_SITE=http://telepathy.freedesktop.org
diff --git a/telephony/telepathy-glib/HISTORY b/telephony/telepathy-glib/HISTORY
index c8886da..007f9ca 100644
--- a/telephony/telepathy-glib/HISTORY
+++ b/telephony/telepathy-glib/HISTORY
@@ -1,3 +1,6 @@
+2009-02-20 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 0.7.26
+
 2008-02-27 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 0.7.3
 
diff --git a/telephony/ucommon/DEPENDS b/telephony/ucommon/DEPENDS
new file mode 100755
index 0000000..2be2a68
--- /dev/null
+++ b/telephony/ucommon/DEPENDS
@@ -0,0 +1,4 @@
+depends g++      &&
+depends libtool  &&
+optional_depends  pkgconfig '--with-pkg-config' '--without-pkg-config' 'find packages'
+
diff --git a/telephony/ucommon/DETAILS b/telephony/ucommon/DETAILS
new file mode 100755
index 0000000..e4d579d
--- /dev/null
+++ b/telephony/ucommon/DETAILS
@@ -0,0 +1,20 @@
+           SPELL=ucommon
+         VERSION=2.0.4
+     SOURCE_HASH=sha512:ef215465b4c89e0a9fd3ba9b04f9533a2107f27f4fc58cb9ee88e5f7d10e968ffe339db1e812224c2793ff00f32afedbea105d5acb22e61b9bdeb6b6c4bdf91e
+          SOURCE=$SPELL-$VERSION.tar.gz 
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+        WEB_SITE=http://www.gnutelephony.org
+   SOURCE_URL[0]=$WEB_SITE/dist/tarballs/$SOURCE
+   SOURCE_URL[1]=$GNU_URL/$SPELL/$SOURCE
+      LICENSE[0]=GPL
+         ENTERED=20090220
+        KEYWORDS="c++" 
+           SHORT="light-weight C++ library"
+cat << EOF 
+UCommon is meant as a very light-weight C++ library to facilitate using C++ design patterns 
+even for very deeply embedded applications, such as for systems using uclibc along with posix 
+threading support. For this reason, UCommon disables language features that consume memory or 
+introduce runtime overhead, such as rtti and exception handling, and assumes one will mostly be 
+linking applications with other pure C based libraries rather than using the overhead of the 
+standard C++ library and other similar class frameworks.
+EOF
diff --git a/telephony/ucommon/HISTORY b/telephony/ucommon/HISTORY
new file mode 100644
index 0000000..d43e563
--- /dev/null
+++ b/telephony/ucommon/HISTORY
@@ -0,0 +1,4 @@
+2009-02-20 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 2.0.4
+	  spell created
+
diff --git a/telephony/ucommon/INSTALL b/telephony/ucommon/INSTALL
new file mode 100755
index 0000000..661a16b
--- /dev/null
+++ b/telephony/ucommon/INSTALL
@@ -0,0 +1,3 @@
+default_install &&
+# fix permissions
+chmod 766 $INSTALL_ROOT//usr/bin/ucommon-config



More information about the SM-Commit mailing list