[csw-devel] SF.net SVN: gar:[6348] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Sep 18 18:28:01 CEST 2009


Revision: 6348
          http://gar.svn.sourceforge.net/gar/?rev=6348&view=rev
Author:   dmichelsen
Date:     2009-09-18 16:28:01 +0000 (Fri, 18 Sep 2009)

Log Message:
-----------
xapian: Split into core and bindings

Modified Paths:
--------------
    csw/mgar/pkg/xapian-bindings/trunk/Makefile
    csw/mgar/pkg/xapian-bindings/trunk/checksums
    csw/mgar/pkg/xapian-core/trunk/Makefile
    csw/mgar/pkg/xapian-core/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/xapian-bindings/
    csw/mgar/pkg/xapian-core/

Removed Paths:
-------------
    csw/mgar/pkg/xapian/

Modified: csw/mgar/pkg/xapian-bindings/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xapian/trunk/Makefile	2009-09-17 16:33:32 UTC (rev 6340)
+++ csw/mgar/pkg/xapian-bindings/trunk/Makefile	2009-09-18 16:28:01 UTC (rev 6348)
@@ -1,8 +1,8 @@
-GARNAME = xapian-core
-GARVERSION = 1.0.11
+GARNAME = xapian-bindings
+GARVERSION = 1.0.16
 CATEGORIES = lib
 
-DESCRIPTION = An open source search engine library
+DESCRIPTION = Xapian bindings for SWIG and JNI
 define BLURB
   Xapian is an Open Source Probabilistic Information Retrieval Library. It
   offers a highly adaptable toolkit that allows developers to easily add
@@ -16,15 +16,17 @@
 # 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
+PACKAGES = CSWxapianbindings
+CATALOGNAME_CSWxapianbindings = xapian_bindings
 
-REQUIRED_PKGS = CSWstlport CSWzlib
+REQUIRED_PKGS = CSWxapiancore
 
-EXTRA_LD_FLAGS = -lm
+#EXTRA_LD_FLAGS = -lm
 
 CONFIGURE_ARGS = $(DIRPATHS)
 
+#BUILD_ARGS = AM_CXXFLAGS="-library=stlport4 -features=tmplife"
+
 TEST_TARGET = check
 
 include gar/category.mk

Modified: csw/mgar/pkg/xapian-bindings/trunk/checksums
===================================================================
--- csw/mgar/pkg/xapian/trunk/checksums	2009-09-17 16:33:32 UTC (rev 6340)
+++ csw/mgar/pkg/xapian-bindings/trunk/checksums	2009-09-18 16:28:01 UTC (rev 6348)
@@ -1 +1 @@
-f80a2f51b109e2a065bdcbf1ba03b808  download/xapian-core-1.0.11.tar.gz
+c330b2ccc451c890916c44446e148f07  download/xapian-bindings-1.0.16.tar.gz

Modified: csw/mgar/pkg/xapian-core/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xapian/trunk/Makefile	2009-09-17 16:33:32 UTC (rev 6340)
+++ csw/mgar/pkg/xapian-core/trunk/Makefile	2009-09-18 16:28:01 UTC (rev 6348)
@@ -1,5 +1,5 @@
 GARNAME = xapian-core
-GARVERSION = 1.0.11
+GARVERSION = 1.0.12
 CATEGORIES = lib
 
 DESCRIPTION = An open source search engine library
@@ -25,6 +25,11 @@
 
 CONFIGURE_ARGS = $(DIRPATHS)
 
+BUILD_ARGS = AM_CXXFLAGS="-library=stlport4 -features=tmplife"
+
 TEST_TARGET = check
 
+# We need the .la-file, otherwise xapian-config doesn't work
+MERGE_EXCLUDE_LIBTOOL =
+
 include gar/category.mk

Modified: csw/mgar/pkg/xapian-core/trunk/checksums
===================================================================
--- csw/mgar/pkg/xapian/trunk/checksums	2009-09-17 16:33:32 UTC (rev 6340)
+++ csw/mgar/pkg/xapian-core/trunk/checksums	2009-09-18 16:28:01 UTC (rev 6348)
@@ -1 +1 @@
-f80a2f51b109e2a065bdcbf1ba03b808  download/xapian-core-1.0.11.tar.gz
+060efc364062704528bbfed5328e907b  download/xapian-core-1.0.12.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