[csw-devel] SF.net SVN: gar:[6340] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Sep 17 18:33:32 CEST 2009
Revision: 6340
http://gar.svn.sourceforge.net/gar/?rev=6340&view=rev
Author: dmichelsen
Date: 2009-09-17 16:33:32 +0000 (Thu, 17 Sep 2009)
Log Message:
-----------
xapian: Initial commit
Added Paths:
-----------
csw/mgar/pkg/xapian/
csw/mgar/pkg/xapian/branches/
csw/mgar/pkg/xapian/tags/
csw/mgar/pkg/xapian/trunk/
csw/mgar/pkg/xapian/trunk/Makefile
csw/mgar/pkg/xapian/trunk/checksums
csw/mgar/pkg/xapian/trunk/files/
Property changes on: csw/mgar/pkg/xapian/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/xapian/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xapian/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/xapian/trunk/Makefile 2009-09-17 16:33:32 UTC (rev 6340)
@@ -0,0 +1,30 @@
+GARNAME = xapian-core
+GARVERSION = 1.0.11
+CATEGORIES = lib
+
+DESCRIPTION = An open source search engine library
+define BLURB
+ Xapian is an Open Source Probabilistic Information Retrieval Library. It
+ offers a highly adaptable toolkit that allows developers to easily add
+ advanced indexing and search facilities to applications.
+endef
+
+MASTER_SITES = http://oligarchy.co.uk/xapian/$(GARVERSION)/
+
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+PACKAGES = CSWxapiancore
+CATALOGNAME_CSWxapiancore = xapian_core
+
+REQUIRED_PKGS = CSWstlport CSWzlib
+
+EXTRA_LD_FLAGS = -lm
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
Added: csw/mgar/pkg/xapian/trunk/checksums
===================================================================
--- csw/mgar/pkg/xapian/trunk/checksums (rev 0)
+++ csw/mgar/pkg/xapian/trunk/checksums 2009-09-17 16:33:32 UTC (rev 6340)
@@ -0,0 +1 @@
+f80a2f51b109e2a065bdcbf1ba03b808 download/xapian-core-1.0.11.tar.gz
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