[103947] trunk/dports/textproc
cal at macports.org
cal at macports.org
Sun Mar 10 12:54:58 PDT 2013
Revision: 103947
https://trac.macports.org/changeset/103947
Author: cal at macports.org
Date: 2013-03-10 12:54:58 -0700 (Sun, 10 Mar 2013)
Log Message:
-----------
new port: The Silver Searcher, a faster alternative to grep and ack, closes #37634
Added Paths:
-----------
trunk/dports/textproc/the_silver_searcher/
trunk/dports/textproc/the_silver_searcher/Portfile
Added: trunk/dports/textproc/the_silver_searcher/Portfile
===================================================================
--- trunk/dports/textproc/the_silver_searcher/Portfile (rev 0)
+++ trunk/dports/textproc/the_silver_searcher/Portfile 2013-03-10 19:54:58 UTC (rev 103947)
@@ -0,0 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup github 1.0
+
+github.setup ggreer the_silver_searcher 0.14
+categories textproc
+maintainers nomaintainer
+platforms darwin
+license Apache-2.0
+description A code-searching tool similar to ack, but faster.
+long_description \
+ An attempt to make something better than ack, which itself is better than grep.
+
+checksums rmd160 e5133997a476046532198ff9e5d7edfe0165065a \
+ sha256 73d936640f5221d860e186362095b36dfada8726b4cf11e60d036acd6b9f3bce
+
+depends_build port:pkgconfig
+depends_lib port:pcre
+
+use_autoreconf yes
+
+build.args-append V=1
+
+post-destroot {
+ xinstall -d -m 755 ${destroot}${prefix}/share/bash-completion/completions
+ move \
+ ${destroot}${prefix}/share/${name}/completions/ag.bashcomp.sh \
+ ${destroot}${prefix}/share/bash-completion/completions/ag
+}
Property changes on: trunk/dports/textproc/the_silver_searcher/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130310/c470445f/attachment.html>
More information about the macports-changes
mailing list