Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15817/utils

Added Files:
        the-silver-searcher.info 
Log Message:
New package

--- NEW FILE: the-silver-searcher.info ---
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.

Package: the-silver-searcher
Version: 0.14
Revision: 1
Maintainer: Max Horn <m...@quendi.de>
#
Source: https://github.com/ggreer/the_silver_searcher/archive/%v.tar.gz
Source-MD5: 58503f1bcdaac864450d7add44709457 
SourceDirectory: the_silver_searcher-%v
Depends: libpcre1-shlibs
BuildDepends: fink-package-precedence, automaken, pkgconfig, libpcre1
CompileScript: <<
#!/bin/sh -ev
  autoreconf -i
  %{default_script}
  fink-package-precedence .
<<
InstallScript: make install DESTDIR=%d prefix=%p
DocFiles: LICENSE README.md
#
Description: Code-searching tool like ack, but faster
DescDetail: <<
Installs a command "ag" (the chemical symbol for silver),
which allows you to search through code (and more generally, any kind of text)
similar to grep or ack, but much fast:
* It searches code about 3-5x 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.
<<
# License: Apache 2.0
License: OSI-Approved
Homepage: https://github.com/ggreer/the_silver_searcher


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to