Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4d6f739588b5c99aa810c35ecd78c26664096b1e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4d6f739588b5c99aa810c35ecd78c26664096b1e)
  • Date: Wed, 25 Aug 2021 14:15:01 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
libs/luceneplusplus/CONFIGURE | 1 +
libs/luceneplusplus/DEPENDS | 2 ++
libs/luceneplusplus/DETAILS | 16 ++++++++++++++++
libs/luceneplusplus/HISTORY | 2 ++
5 files changed, 25 insertions(+)

New commits:
commit 4d6f739588b5c99aa810c35ecd78c26664096b1e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

luceneplusplus: new spell, up to date C++ port of the popular Java Lucene
library

diff --git a/ChangeLog b/ChangeLog
index caf09b7..e962fb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-08-25 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/luceneplusplus: new spell, up to date C++ port of the popular
+ Java Lucene library
+
2021-08-24 Ismael Luceno <ismael AT sourcemage.org>
* science/gwyddion: new spell, scanning probe microscopy data
visualization and analysis
diff --git a/libs/luceneplusplus/CONFIGURE b/libs/luceneplusplus/CONFIGURE
new file mode 100755
index 0000000..b1e2770
--- /dev/null
+++ b/libs/luceneplusplus/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE"/CMAKE_CONFIGURE
diff --git a/libs/luceneplusplus/DEPENDS b/libs/luceneplusplus/DEPENDS
new file mode 100755
index 0000000..221ddef
--- /dev/null
+++ b/libs/luceneplusplus/DEPENDS
@@ -0,0 +1,2 @@
+. "$GRIMOIRE"/CMAKE_DEPENDS &&
+depends boost
diff --git a/libs/luceneplusplus/DETAILS b/libs/luceneplusplus/DETAILS
new file mode 100755
index 0000000..aa7d0db
--- /dev/null
+++ b/libs/luceneplusplus/DETAILS
@@ -0,0 +1,16 @@
+. "$GRIMOIRE"/CMAKE_FUNCTIONS
+ SPELL=luceneplusplus
+ VERSION=3.0.8
+ SOURCE="LucenePlusPlus-rel_$VERSION.tar.gz"
+
SOURCE_URL[0]="https://github.com/$SPELL/LucenePlusPlus/archive/refs/tags/rel_$VERSION.tar.gz";
+
SOURCE_HASH=sha512:fdc4ce5d55b05d8a1fa62bf749e2e428b8beec66847524f632b806d10ec7c969ca7d3c556804d2ce4b7cdf05db4f3c5613bde41aae53df9fe574d3046d448bf1
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.gz}"
+ WEB_SITE="https://github.com/luceneplusplus/LucenePlusPlus";
+ LICENSE[0]="LGPL-3.0-or-later"
+ ENTERED=20210825
+ KEYWORDS=""
+ SHORT="up to date C++ port of the popular Java Lucene library"
+cat << EOF
+Lucene++ is an up to date C++ port of the popular Java Lucene library,
+a high-performance, full-featured text search engine.
+EOF
diff --git a/libs/luceneplusplus/HISTORY b/libs/luceneplusplus/HISTORY
new file mode 100644
index 0000000..347a7c5
--- /dev/null
+++ b/libs/luceneplusplus/HISTORY
@@ -0,0 +1,2 @@
+2021-08-25 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4d6f739588b5c99aa810c35ecd78c26664096b1e), Ismael Luceno, 08/25/2021

Archive powered by MHonArc 2.6.24.

Top of Page