[Lunar-commits] <moonbase> clucene: version bump, and moving to utils. This is not just for kde3.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Thu Jan 22 23:39:27 CET 2009


commit 16dcf39bd5690f5b4b47de540dbef0bb3f7ea885
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Thu Jan 22 17:39:27 2009 -0500

    clucene: version bump, and moving to utils. This is not just for kde3.
---
 kde3/utils/clucene/DETAILS |   23 -----------------------
 utils/clucene/DETAILS      |   22 ++++++++++++++++++++++
 2 files changed, 22 insertions(+), 23 deletions(-)

diff --git a/kde3/utils/clucene/DETAILS b/kde3/utils/clucene/DETAILS
deleted file mode 100644
index 1c19f93..0000000
--- a/kde3/utils/clucene/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
-          MODULE=clucene
-             MOD=core
-         VERSION=0.9.20
-          SOURCE=$MODULE-$MOD-$VERSION.tar.bz2
-      SOURCE_URL=$SFORGE_URL/clucene/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MOD-$VERSION
-      SOURCE_VFY=sha1:a60a360b9ce9048d65e5de8f0ae21a3f2638b22c
-        WEB_SITE=http://clucene.sourceforge.net/index.php/Main_Page
-         ENTERED=20070802
-         UPDATED=20070916
-           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
-
diff --git a/utils/clucene/DETAILS b/utils/clucene/DETAILS
new file mode 100644
index 0000000..f99df1c
--- /dev/null
+++ b/utils/clucene/DETAILS
@@ -0,0 +1,22 @@
+          MODULE=clucene
+             MOD=core
+         VERSION=0.9.21b
+          SOURCE=$MODULE-$MOD-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/clucene/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MOD-$VERSION
+      SOURCE_VFY=sha1:8bc505b64f82723c2dc901036cb0607500870973
+        WEB_SITE=http://clucene.sourceforge.net/index.php/Main_Page
+         ENTERED=20070802
+         UPDATED=20090122
+           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


More information about the Lunar-commits mailing list