Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (57dd7ddfd79cebf498a4c868eac84d4a8054df20)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (57dd7ddfd79cebf498a4c868eac84d4a8054df20)
  • Date: Wed, 7 Mar 2007 11:23:23 -0600

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 1 +
utils/teardrop/DEPENDS | 5 +++++
utils/teardrop/DETAILS | 15 +++++++++++++++
utils/teardrop/HISTORY | 2 ++
4 files changed, 23 insertions(+)

New commits:
commit 99f20f3bc19975b6393e0e3e4a9ce24564c27a88
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

teardrop: new spell, a personal metasearch utility

diff --git a/ChangeLog b/ChangeLog
index 0bb2646..f0a11a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
classification.
* libs/xapian-core: added, a fast search engine library
* utils/pinot: added, a personal document indexer and searcher
+ * utils/teardrop: added, a personal metasearch utility

2007-03-06 Treeve Jelbert <treeve AT pi.be>
* kde4/*: new section for kde4 spells - still experimental
diff --git a/utils/teardrop/DEPENDS b/utils/teardrop/DEPENDS
new file mode 100755
index 0000000..1370ca8
--- /dev/null
+++ b/utils/teardrop/DEPENDS
@@ -0,0 +1,5 @@
+depends g++ &&
+depends wxgtk &&
+depends libxml2 &&
+depends pcre &&
+depends curl
diff --git a/utils/teardrop/DETAILS b/utils/teardrop/DETAILS
new file mode 100755
index 0000000..cbd6f58
--- /dev/null
+++ b/utils/teardrop/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=teardrop
+ VERSION=1.1.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://olivier.coupelon.free.fr/${SPELL}/download/${SOURCE}
+
SOURCE_HASH=sha512:324bd958948bfd6c213a287e699130a57d9d4c8062c7fbe4d4c1c63142d36745a2a6764a0c180733d7f23c7a13b2a26d40904e6c8090a9206c2af3bb75ad522e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://olivier.coupelon.free.fr/teardrop/";
+ LICENSE[0]=GPL
+ ENTERED=20070306
+ SHORT="A personal, customizable meta search engine."
+cat << EOF
+Teardrop provides a way to query multiple search engines at the same time,
+and explore their results as a single source. It's available both in a
+command line and a graphical version.
+EOF
diff --git a/utils/teardrop/HISTORY b/utils/teardrop/HISTORY
new file mode 100644
index 0000000..d1a6b25
--- /dev/null
+++ b/utils/teardrop/HISTORY
@@ -0,0 +1,2 @@
+2007-03-06 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (57dd7ddfd79cebf498a4c868eac84d4a8054df20), Andra?? Levstik, 03/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page