Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robert Figura (b83fc8e87ac8d17144fffd4ee33e44f97687fd5c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robert Figura <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robert Figura (b83fc8e87ac8d17144fffd4ee33e44f97687fd5c)
  • Date: Thu, 17 Jun 2010 09:29:12 -0500

GIT changes to master grimoire by Robert Figura <template AT sourcemage.org>:

ChangeLog | 3 +++
utils/recoll/DEPENDS | 22 ++++++++++++++++++++++
utils/recoll/DETAILS | 29 +++++++++++++++++++++++++++++
utils/recoll/HISTORY | 3 +++
4 files changed, 57 insertions(+)

New commits:
commit b83fc8e87ac8d17144fffd4ee33e44f97687fd5c
Author: Robert Figura <template AT sourcemage.org>
Commit: Robert Figura <template AT sourcemage.org>

utils/recoll: new spell, a personal full text search tool

diff --git a/ChangeLog b/ChangeLog
index 51e74c4..88df09e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-06-17 Robert Figura <template AT sourcemage.org>
+ * utils/recoll: new spell, a personal full text search tool
+
2010-06-16 Ladislav Hagara <hgr AT vabo.cz>
* video-libs/libvpx: new spell, WebM VP8 Codec SDK

diff --git a/utils/recoll/DEPENDS b/utils/recoll/DEPENDS
new file mode 100755
index 0000000..5b92600
--- /dev/null
+++ b/utils/recoll/DEPENDS
@@ -0,0 +1,22 @@
+depends xapian-core &&
+
+optional_depends qt4 \
+ "" \
+ "--without-gui" \
+ "qt4 gui" &&
+#optional_depends qt-x11 \
+# "" \
+# "--without-gui" \
+# "qt3 gui?" &&
+optional_depends fam \
+ "--with-fam" \
+ "--without-fam" \
+ "use fam" &&
+#optional_depends gamin \
+# "--with-fam" \
+# "--without-fam" \
+# "use gamin" &&
+optional_depends aspell \
+ "--with-aspell" \
+ "--without-aspell" \
+ "use aspell"
diff --git a/utils/recoll/DETAILS b/utils/recoll/DETAILS
new file mode 100755
index 0000000..f88b0dd
--- /dev/null
+++ b/utils/recoll/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=recoll
+ VERSION=1.13.04
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.lesbonscomptes.com/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:43890be35a631e5e0407a766db53bc0fac72f8bfe2da90d0f116bebe0d007dfb205c4c1d9784600ae6530f1fe1c58626d9137763399d8b0068e4040a17ce0671
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.recoll.org/";
+ LICENSE[0]=GPL
+ ENTERED=20100611
+ SHORT="Recoll is a personal full text search tool for Unix/Linux"
+cat << EOF
+Recoll is a personal full text search tool for Unix/Linux.
+
+It is based on the very strong Xapian back-end, for which it provides a
+feature-rich yet easy to use front-end with a Qt graphical interface.
+
+- Easy installation, few dependancies.
+- No database daemon, web server, desktop environment or
+ exotic language necessary.
+- Will run on most Unix-based systems
+- Qt-based GUI. Can use either Qt 3
+ or Qt 4.
+- Searches most common document types, emails and their
+ attachments.
+- Powerful query facilities, with boolean searches, phrases,
+ proximity, wildcards, filter on file types and directory tree.
+- Multi-language and multi-character set with Unicode based
+ internals.
+EOF
diff --git a/utils/recoll/HISTORY b/utils/recoll/HISTORY
new file mode 100644
index 0000000..4beff84
--- /dev/null
+++ b/utils/recoll/HISTORY
@@ -0,0 +1,3 @@
+2010-06-11 Robert Figura <template AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Robert Figura (b83fc8e87ac8d17144fffd4ee33e44f97687fd5c), Robert Figura, 06/17/2010

Archive powered by MHonArc 2.6.24.

Top of Page