Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (82f4caa9659be549336e2962608c392db013999c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (82f4caa9659be549336e2962608c392db013999c)
  • Date: Sun, 3 Oct 2010 07:14:48 -0500

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

ChangeLog | 4 ++++
utils/findwild/BUILD | 2 ++
utils/findwild/DEPENDS | 3 +++
utils/findwild/DETAILS | 28 ++++++++++++++++++++++++++++
utils/findwild/HISTORY | 3 +++
utils/findwild/INSTALL | 3 +++
6 files changed, 43 insertions(+)

New commits:
commit 2433cde5494f41aa2fbf671c1bb75a8971e10a5d
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

findwild: new spell, a GUI find utility very similar to what some IDEs
have

diff --git a/ChangeLog b/ChangeLog
index c3da040..a1638e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-10-03 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * utils/findwild: new spell, a GUI find utility - very similar to
what some
+ IDEs have
+
2010-09-28 Treeve Jelbert <treeve AT sourcemage.org>
* devel/gitslave: new spell

diff --git a/utils/findwild/BUILD b/utils/findwild/BUILD
new file mode 100755
index 0000000..9c07601
--- /dev/null
+++ b/utils/findwild/BUILD
@@ -0,0 +1,2 @@
+CXXFLAGS=$CXXFLAGS LDFLAGS=$LDFLAGS PREFIX=${INSTALL_ROOT}/usr make
+
diff --git a/utils/findwild/DEPENDS b/utils/findwild/DEPENDS
new file mode 100755
index 0000000..cd8b36b
--- /dev/null
+++ b/utils/findwild/DEPENDS
@@ -0,0 +1,3 @@
+depends gtk+2 &&
+depends xdg-utils &&
+depends g++
diff --git a/utils/findwild/DETAILS b/utils/findwild/DETAILS
new file mode 100755
index 0000000..8846f28
--- /dev/null
+++ b/utils/findwild/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=findwild
+ VERSION=1.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://kornelix.squarespace.com/storage/downloads/${SOURCE}
+
SOURCE_HASH=sha512:dc17c841bda7b2cee5fdbc4d5dc60d490779c9ed546fd87a823dfbf78e07628eecdfb44bcce179d6e642987067f5e855dc31c93d42ad13c77dd853751a6913ff
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://kornelix.squarespace.com/findwild/";
+ LICENSE[0]="GPL"
+ ENTERED=20101003
+ KEYWORDS=""
+ SHORT="utility program to search for files."
+cat << EOF
+findwild is (yet another) utility program to search for files. It works
+quite differently from other file search programs you have seen. It has a
+GUI interface and can recall past searches.
+
+The following search criteria are available:
+
+directory path to search, with multiple wildcards ( * ? ) placed anywhere
+file name(s) to search for, with multiple wildcards anywhere file name(s)
+to exclude, with multiple wildcards anywhere file content string(s) to search
+for, with multiple wildcards anywhere file content string(s) to exclude, with
+multiple wildcards anywhere file creation/modification date within a desired
+range your choice of delimiters for search strings (defaults provided) search
+the list of files produced by the previous search Programmers may find this
+program useful to search a large source library for references to a symbolic
+name (e.g. find linux header file for a particular function or symbol).
+EOF
diff --git a/utils/findwild/HISTORY b/utils/findwild/HISTORY
new file mode 100644
index 0000000..66f37d9
--- /dev/null
+++ b/utils/findwild/HISTORY
@@ -0,0 +1,3 @@
+2010-10-03 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/utils/findwild/INSTALL b/utils/findwild/INSTALL
new file mode 100755
index 0000000..7ce23df
--- /dev/null
+++ b/utils/findwild/INSTALL
@@ -0,0 +1,3 @@
+PREFIX=${INSTALL_ROOT}/usr make install &&
+PREFIX=${INSTALL_ROOT}/usr make menu
+



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (82f4caa9659be549336e2962608c392db013999c), Andraž Levstik, 10/03/2010

Archive powered by MHonArc 2.6.24.

Top of Page