Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (0e6f928100dc040cae18df804ec61a3dc33e92ad)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (0e6f928100dc040cae18df804ec61a3dc33e92ad)
  • Date: Sat, 3 Nov 2007 17:47:19 -0500

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

ChangeLog | 3 +++
chat-libs/gloox/DEPENDS | 8 ++++++++
chat-libs/gloox/DETAILS | 21 +++++++++++++++++++++
chat-libs/gloox/HISTORY | 7 +++++++
libs/gloox/DEPENDS | 8 --------
libs/gloox/DETAILS | 21 ---------------------
libs/gloox/HISTORY | 7 -------
7 files changed, 39 insertions(+), 36 deletions(-)

New commits:
commit 595ce105483dffe4999120ce4f53aa666232b70a
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/gloox: moved to chat-libs

diff --git a/ChangeLog b/ChangeLog
index 8650449..d64e0e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-11-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * libs/gloox: moved to chat-libs
+
2007-11-03 Treeve Jelbert <treeve AT sourcemage.org>
* python-devel/elixir: new spell, front end to slqalchemy

diff --git a/chat-libs/gloox/DEPENDS b/chat-libs/gloox/DEPENDS
new file mode 100755
index 0000000..f1aa03c
--- /dev/null
+++ b/chat-libs/gloox/DEPENDS
@@ -0,0 +1,8 @@
+depends g++ &&
+depends gnutls &&
+depends openssl &&
+depends libidn &&
+optional_depends zlib \
+ "--enable-zlib" \
+ "--disable-zlib" \
+ "for Stream Compression"
diff --git a/chat-libs/gloox/DETAILS b/chat-libs/gloox/DETAILS
new file mode 100755
index 0000000..bd8518f
--- /dev/null
+++ b/chat-libs/gloox/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=gloox
+ VERSION=0.9.6.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://camaya.net/download/${SOURCE}
+
SOURCE_HASH=sha512:7cd1162f4947e3d8464e444174aed61e90a77598660757cfa685b7b1cffbc32765aaeb2bedbef84bc20aa14efabae4074c3a32f70bf52856542dd0a89159b2eb
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://camaya.net";
+ LICENSE[0]=GPL
+ ENTERED=20071102
+ SHORT="a C++ library for the jabber instant messaging protocol"
+cat << EOF
+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/chat-libs/gloox/HISTORY b/chat-libs/gloox/HISTORY
new file mode 100644
index 0000000..2f2a7d0
--- /dev/null
+++ b/chat-libs/gloox/HISTORY
@@ -0,0 +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
+
diff --git a/libs/gloox/DEPENDS b/libs/gloox/DEPENDS
deleted file mode 100755
index f1aa03c..0000000
--- a/libs/gloox/DEPENDS
+++ /dev/null
@@ -1,8 +0,0 @@
-depends g++ &&
-depends gnutls &&
-depends openssl &&
-depends libidn &&
-optional_depends zlib \
- "--enable-zlib" \
- "--disable-zlib" \
- "for Stream Compression"
diff --git a/libs/gloox/DETAILS b/libs/gloox/DETAILS
deleted file mode 100755
index bd8518f..0000000
--- a/libs/gloox/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- SPELL=gloox
- VERSION=0.9.6.1
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=http://camaya.net/download/${SOURCE}
-
SOURCE_HASH=sha512:7cd1162f4947e3d8464e444174aed61e90a77598660757cfa685b7b1cffbc32765aaeb2bedbef84bc20aa14efabae4074c3a32f70bf52856542dd0a89159b2eb
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://camaya.net";
- LICENSE[0]=GPL
- ENTERED=20071102
- SHORT="a C++ library for the jabber instant messaging protocol"
-cat << EOF
-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
deleted file mode 100644
index 2f2a7d0..0000000
--- a/libs/gloox/HISTORY
+++ /dev/null
@@ -1,7 +0,0 @@
-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
-



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (0e6f928100dc040cae18df804ec61a3dc33e92ad), Florian Franzmann, 11/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page