summaryrefslogtreecommitdiffstats
path: root/chat-libs/gloox
diff options
context:
space:
mode:
authorFlorian Franzmann2007-11-03 23:46:56 +0100
committerFlorian Franzmann2007-11-03 23:46:56 +0100
commit595ce105483dffe4999120ce4f53aa666232b70a (patch)
tree533c406197b55b8567dfe75c30bd4b75041586bf /chat-libs/gloox
parentffb2b1cff4dbc4d4761849b4b1ef6a243ea3a711 (diff)
libs/gloox: moved to chat-libs
Diffstat (limited to 'chat-libs/gloox')
-rwxr-xr-xchat-libs/gloox/DEPENDS8
-rwxr-xr-xchat-libs/gloox/DETAILS21
-rw-r--r--chat-libs/gloox/HISTORY7
3 files changed, 36 insertions, 0 deletions
diff --git a/chat-libs/gloox/DEPENDS b/chat-libs/gloox/DEPENDS
new file mode 100755
index 0000000000..f1aa03c600
--- /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 0000000000..bd8518fec8
--- /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 0000000000..2f2a7d07f7
--- /dev/null
+++ b/chat-libs/gloox/HISTORY
@@ -0,0 +1,7 @@
+2007-11-02 Florian Franzmann <siflfran@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@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, HISTORY: spell created
+