[SM-Commit] GIT changes to master =?unknown-8bit?Q?gri?= =?unknown-8bit?Q?moire_by_Andra=C5?= =?unknown-8bit?Q?=BE?= Levstik (57dd7ddfd79cebf498a4c868eac84d4a8054df20)

=?unknown-8bit?Q?Andra=C5=BE?= Levstik scm at mail.sourcemage.org
Wed Mar 7 12:23:23 EST 2007


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



More information about the SM-Commit mailing list