[Lunar-commits] r25358 - in moonbase/trunk/kde3/utils: . clucene strigi

Dennis Veatch stumbles at lunar-linux.org
Fri Aug 3 01:38:40 CEST 2007


Author: stumbles
Date: 2007-08-03 01:38:40 +0200 (Fri, 03 Aug 2007)
New Revision: 25358

Added:
   moonbase/trunk/kde3/utils/clucene/
   moonbase/trunk/kde3/utils/clucene/DETAILS
   moonbase/trunk/kde3/utils/strigi/
   moonbase/trunk/kde3/utils/strigi/BUILD
   moonbase/trunk/kde3/utils/strigi/DEPENDS
   moonbase/trunk/kde3/utils/strigi/DETAILS
Log:

Initial imports for these as they will be some
new dependencies for KDE4.



Added: moonbase/trunk/kde3/utils/clucene/DETAILS
===================================================================
--- moonbase/trunk/kde3/utils/clucene/DETAILS	                        (rev 0)
+++ moonbase/trunk/kde3/utils/clucene/DETAILS	2007-08-02 23:38:40 UTC (rev 25358)
@@ -0,0 +1,22 @@
+          MODULE=clucene
+             MOD=core
+         VERSION=0.9.19
+          SOURCE=$MODULE-$MOD-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/clucene/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MOD-$VERSION
+      SOURCE_VFY=sha1:f6506455b7705fe62d06ea5c946f623c839fda5c
+        WEB_SITE=http://clucene.sourceforge.net/index.php/Main_Page
+         ENTERED=20070208
+         UPDATED=20070208
+           SHORT="open-source indexing and searching API"
+cat << EOF
+CLucene is a high-performance, scalable, cross platform, full-featured, 
+open-source indexing and searching API. It is written in C++. CLucene 
+is a port of the very popular Java Lucene text search engine API. 
+Specifically, CLucene is the guts of a search engine, the hard stuff. 
+You write the easy stuff, the UI and the process of selecting and parsing 
+your data files to pump them into the search engine yourself.
+ 
+CLucene aims to be a good alternative to Java Lucene when performance really 
+matters or if you want to stick to good old C++.
+EOF

Added: moonbase/trunk/kde3/utils/strigi/BUILD
===================================================================
--- moonbase/trunk/kde3/utils/strigi/BUILD	                        (rev 0)
+++ moonbase/trunk/kde3/utils/strigi/BUILD	2007-08-02 23:38:40 UTC (rev 25358)
@@ -0,0 +1,8 @@
+(
+
+  cmake -DCMAKE_INSTALL_PREFIX:=/usr   \
+        -DENABLE_INOTIFY:BOOL=ON      &&
+
+  default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/kde3/utils/strigi/DEPENDS
===================================================================
--- moonbase/trunk/kde3/utils/strigi/DEPENDS	                        (rev 0)
+++ moonbase/trunk/kde3/utils/strigi/DEPENDS	2007-08-02 23:38:40 UTC (rev 25358)
@@ -0,0 +1,8 @@
+depends  file
+depends  cmake
+depends  clucene
+depends  zlib
+depends  bzip2
+depends  openssl
+
+optional_depends "libxml2" ""  ""  "for XML support"

Added: moonbase/trunk/kde3/utils/strigi/DETAILS
===================================================================
--- moonbase/trunk/kde3/utils/strigi/DETAILS	                        (rev 0)
+++ moonbase/trunk/kde3/utils/strigi/DETAILS	2007-08-02 23:38:40 UTC (rev 25358)
@@ -0,0 +1,17 @@
+          MODULE=strigi
+         VERSION=0.5.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:0bc32ab1668492ad44d061fd4d5753ec0344cb41
+        WEB_SITE=http://strigi.sourceforge.net/
+         ENTERED=20070208
+         UPDATED=20070208
+           SHORT="a small daemon that can index information"
+
+cat << EOF
+Strigi is a daemon which uses a very fast and efficient crawler that can 
+index data on your harddrive. Indexing operations are performed without 
+hammering your system, this makes Strigi the fastest and smallest desktop 
+searching program. Strigi can index different file formats, including the 
+contents of the archive files.
+EOF



More information about the Lunar-commits mailing list