[csw-devel] SF.net SVN: gar:[5685] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Tue Jul 28 14:22:06 CEST 2009
Revision: 5685
http://gar.svn.sourceforge.net/gar/?rev=5685&view=rev
Author: skayser
Date: 2009-07-28 12:22:05 +0000 (Tue, 28 Jul 2009)
Log Message:
-----------
loudmouth: initial commit
Added Paths:
-----------
csw/mgar/pkg/loudmouth/
csw/mgar/pkg/loudmouth/branches/
csw/mgar/pkg/loudmouth/tags/
csw/mgar/pkg/loudmouth/trunk/
csw/mgar/pkg/loudmouth/trunk/Makefile
csw/mgar/pkg/loudmouth/trunk/checksums
csw/mgar/pkg/loudmouth/trunk/files/
csw/mgar/pkg/loudmouth/trunk/files/changelog.CSW
Property changes on: csw/mgar/pkg/loudmouth/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/loudmouth/trunk/Makefile
===================================================================
--- csw/mgar/pkg/loudmouth/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/loudmouth/trunk/Makefile 2009-07-28 12:22:05 UTC (rev 5685)
@@ -0,0 +1,47 @@
+GARNAME = loudmouth
+GARVERSION = 1.4.3
+CATEGORIES = net
+
+DESCRIPTION = The Loudmouth XMPP API for Jabber
+define BLURB
+ Loudmouth is a lightweight and easy-to-use C library for programming
+ with the XMPP protocol. It's designed to be easy to get started with and
+ yet extensible to let you do anything the XMPP protocol allows.
+endef
+
+MASTER_SITES = $(GNOME_MIRROR)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+SPKG_SOURCEURL = http://www.loudmouth-project.org/
+
+PACKAGES = CSWloudmouth CSWloudmouthdevel
+PKGFILES_CSWloudmouth = $(PKGFILES_RT)
+
+CATALOGNAME_CSWloudmouth = loudmouth
+CATALOGNAME_CSWloudmouthdevel = loudmouth_devel
+
+REQUIRED_PKGS_CSWloudmouth = CSWgcrypt CSWggettextrt CSWglib2 CSWgnutls
+REQUIRED_PKGS_CSWloudmouth += CSWgpgerr CSWlibidn CSWlibtasn1
+
+REQUIRED_PKGS_CSWloudmouthdevel = CSWloudmouth
+
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UPSTREAM_MASTER_SITES = http://groups.google.com/group/loudmouth-dev/web/download-loudmouth
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-glibtest
+
+# Unit tests need check http://check.sourceforge.net/
+TEST_SCRIPTS =
+
+include gar/category.mk
+
+post-install-modulated: EXTRA_DOCS = NEWS AUTHORS CONTRIBUTORS
+post-install-modulated: DOCDEST = $(DESTDIR)$(docdir)/$(GARNAME)
+post-install-modulated:
+ ginstall -d $(DOCDEST)
+ cp $(addprefix $(WORKSRC)/, $(EXTRA_DOCS)) $(DOCDEST)
+ cp $(FILEDIR)/changelog.CSW $(DOCDEST)
+ $(MAKECOOKIE)
Added: csw/mgar/pkg/loudmouth/trunk/checksums
===================================================================
--- csw/mgar/pkg/loudmouth/trunk/checksums (rev 0)
+++ csw/mgar/pkg/loudmouth/trunk/checksums 2009-07-28 12:22:05 UTC (rev 5685)
@@ -0,0 +1 @@
+7ef8e1cb0cf22c9eb3b1873807f41931 download/loudmouth-1.4.3.tar.gz
Added: csw/mgar/pkg/loudmouth/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/loudmouth/trunk/files/changelog.CSW (rev 0)
+++ csw/mgar/pkg/loudmouth/trunk/files/changelog.CSW 2009-07-28 12:22:05 UTC (rev 5685)
@@ -0,0 +1,5 @@
+loudmouth (1.4.3,REV=2009.07.28)
+
+ * Adopted and updated to 1.4.3
+
+ -- Sebastian Kayser <skayser at opencsw.org> Tue, 28 Jul 2009 14:07:30 +0200
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list