[SM-Commit] GIT changes to master grimoire by Florian Franzmann (ffb2b1cff4dbc4d4761849b4b1ef6a243ea3a711)

Florian Franzmann scm at sourcemage.org
Sat Nov 3 18:26:25 EDT 2007


GIT changes to master grimoire by Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>:

 libs/gloox/DEPENDS |    3 ++-
 libs/gloox/DETAILS |   13 +++++++++----
 libs/gloox/HISTORY |    4 ++++
 3 files changed, 15 insertions(+), 5 deletions(-)

New commits:
commit 9511b8b4b61879082ae1b67affc5d6740e03a3d1
Author: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>

    libs/gloox: added a missing dependency, fixed another and improved the description.

diff --git a/libs/gloox/DEPENDS b/libs/gloox/DEPENDS
index 058b2c1..f1aa03c 100755
--- a/libs/gloox/DEPENDS
+++ b/libs/gloox/DEPENDS
@@ -1,7 +1,8 @@
+depends g++     &&
 depends gnutls  &&
 depends openssl &&
 depends libidn  &&
 optional_depends zlib \
-                 "--disable-zlib" \
                  "--enable-zlib" \
+                 "--disable-zlib" \
                  "for Stream Compression"
diff --git a/libs/gloox/DETAILS b/libs/gloox/DETAILS
index b6681ab..bd8518f 100755
--- a/libs/gloox/DETAILS
+++ b/libs/gloox/DETAILS
@@ -9,8 +9,13 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
          ENTERED=20071102
            SHORT="a C++ library for the jabber instant messaging protocol"
 cat << EOF
-gloox is fully compliant to XMPP Core and almost (see below) fully compliant
-to XMPP IM. The following are some of the supported features: * TLS and
-SASL * roster management * privacy lists * SRV lookups * server certificate
-verification * support for xml:lang i18n
+Gloox is a C++ library for the jabber instant messaging protocol. It
+is fully compliant to XMPP Core and almost fully compliant to XMPP IM. 
+The following are some of the supported features:
+* TLS and SASL
+* roster management
+* privacy lists
+* SRV lookups
+* server certificate verification
+* support for xml:lang i18n
 EOF
diff --git a/libs/gloox/HISTORY b/libs/gloox/HISTORY
index aeacccd..2f2a7d0 100644
--- a/libs/gloox/HISTORY
+++ b/libs/gloox/HISTORY
@@ -1,3 +1,7 @@
 2007-11-02 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* DETAILS: improved the long description
+	* DEPENDS: added g++ as a dependency, fixed the dependency on
+	  zlib
+2007-11-02 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
 	* DEPENDS, DETAILS, HISTORY: spell created
 



More information about the SM-Commit mailing list