summaryrefslogtreecommitdiffstats
path: root/chat-libs/loudmouth
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /chat-libs/loudmouth
initial commit from stable 0.3
Diffstat (limited to 'chat-libs/loudmouth')
-rwxr-xr-xchat-libs/loudmouth/DEPENDS5
-rwxr-xr-xchat-libs/loudmouth/DETAILS18
-rw-r--r--chat-libs/loudmouth/HISTORY32
3 files changed, 55 insertions, 0 deletions
diff --git a/chat-libs/loudmouth/DEPENDS b/chat-libs/loudmouth/DEPENDS
new file mode 100755
index 0000000000..b65de57f31
--- /dev/null
+++ b/chat-libs/loudmouth/DEPENDS
@@ -0,0 +1,5 @@
+depends glib2 &&
+optional_depends "gnutls" \
+ "" \
+ "--without-ssl" \
+ "for SSL support"
diff --git a/chat-libs/loudmouth/DETAILS b/chat-libs/loudmouth/DETAILS
new file mode 100755
index 0000000000..e28763a490
--- /dev/null
+++ b/chat-libs/loudmouth/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=loudmouth
+ VERSION=1.0.1
+ BRANCH=$(echo $VERSION | cut -d. -f1,2)
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ WEB_SITE=http://projects.imendio.com/loudmouth/
+ MD5[0]='f6a330e7585ec10d199455b5707162a0'
+ BUILD_API=2
+ LICENSE[0]=LGPL
+ ENTERED=20030823
+ UPDATED=20030823
+ SHORT="Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
+cat << EOF
+Loudmouth is a lightweight and easy-to-use C library for programming with the
+Jabber protocol. It's designed to be easy to get started with and yet
+extensible to let you do anything the Jabber protocol allows.
+EOF
diff --git a/chat-libs/loudmouth/HISTORY b/chat-libs/loudmouth/HISTORY
new file mode 100644
index 0000000000..e34b6f9562
--- /dev/null
+++ b/chat-libs/loudmouth/HISTORY
@@ -0,0 +1,32 @@
+2005-08-15 George Sherwood <george@beernabeer.com>
+ * DETAILS: Update to 1.0.1
+
+2005-08-14 George Sherwood <george@beernabeer.com>
+ * DETAILS: Update to 1.0
+
+2005-05-08 George Sherwood <george@beernabeer.com>
+ * DETAILS: Update to 0.90
+
+2004-12-31 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated MD5
+
+2004-11-24 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to 0.17.2
+ * DETAILS: Updated to BUILD_API=2
+
+2004-09-03 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to 0.17.1
+
+2004-08-26 George J. Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to 0.17
+
+2004-04-20 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: updated to 0.16
+ changed WEB_SITE to http://projects.imendio.com/loudmouth/
+
+2003-11-13 Geoffrey Derber <gderber@sourcemage.org>
+ * Version bump to 0.14
+
+2003-08-23 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * created the spell
+