Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0cd59c23ed8e5a89e02a03030c48fc12db2dbe99)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0cd59c23ed8e5a89e02a03030c48fc12db2dbe99)
  • Date: Fri, 12 Aug 2016 07:13:20 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
utils/ag/DEPENDS | 4 ++++
utils/ag/DETAILS | 22 ++++++++++++++++++++++
utils/ag/HISTORY | 4 ++++
utils/ag/PRE_BUILD | 3 +++
5 files changed, 36 insertions(+)

New commits:
commit 0cd59c23ed8e5a89e02a03030c48fc12db2dbe99
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ag-0.32.0

diff --git a/ChangeLog b/ChangeLog
index 5ff633d..23e2923 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-08-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * utils/ag: very fast search tool
+
2016-08-11 Vlad Glagolev <stealth AT sourcemage.org>
* security/fpm2: new spell, Figaro's Password Manager 2

diff --git a/utils/ag/DEPENDS b/utils/ag/DEPENDS
new file mode 100755
index 0000000..53c0703
--- /dev/null
+++ b/utils/ag/DEPENDS
@@ -0,0 +1,4 @@
+depends pkgconfig &&
+depends xz-utils &&
+depends zlib &&
+depends pcre
diff --git a/utils/ag/DETAILS b/utils/ag/DETAILS
new file mode 100755
index 0000000..f4cac6c
--- /dev/null
+++ b/utils/ag/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=ag
+ SPELLX=the_silver_searcher
+ VERSION=0.32.0
+
SOURCE_HASH=sha512:c5664205844f17d7739742949524d42f7ff403884a1bb13b32c9a14bde76d5129259d26a782057adf340ea1afc0caa6bd7b51d59caf795937389ff88f3a373bc
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=https://github.com/ggreer/$SPELLX
+ SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
+
+ LICENSE[0]=APACHE
+ ENTERED=20160812
+ KEYWORDS=""
+ SHORT="code-searching tool"
+cat << EOF
+A code-searching tool similar to ack, but faster
+What's so great about Ag?
+It is an order of magnitude faster than ack.
+It ignores file patterns from your .gitignore and .hgignore.
+If there are files in your source repo you don't want to search, just add
their patterns to
+a .agignore file. (*cough* extern *cough*)
+The command name is 33% shorter than ack, and all keys are on the home row!
+EOF
diff --git a/utils/ag/HISTORY b/utils/ag/HISTORY
new file mode 100644
index 0000000..dbc05e2
--- /dev/null
+++ b/utils/ag/HISTORY
@@ -0,0 +1,4 @@
+2016-08-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.32.0
+ spell created
+
diff --git a/utils/ag/PRE_BUILD b/utils/ag/PRE_BUILD
new file mode 100755
index 0000000..c51d7b2
--- /dev/null
+++ b/utils/ag/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoreconf -f -i --symlink



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0cd59c23ed8e5a89e02a03030c48fc12db2dbe99), Treeve Jelbert, 08/12/2016

Archive powered by MHonArc 2.6.24.

Top of Page