Subject: CVS commit: pkgsrc/textproc/the_silver_searcher
From: Thomas Klausner
Date: 2012-04-13 13:32:58
Message id: 20120413113258.5D5E0175DD@cvs.netbsd.org

Log Message:
Initial import of the_silver_searcher-0.5.

Why use ag?

* It searches through code about 3x-5x faster than ack.
* It ignores files matched by patterns in your .gitignore and .hgignore.
* If there are files in your source repo that you don't want to
  search, just add their patterns to a .agignore file.
* It's written in C instead of perl, the lesser of two evils :)
* The binary name is 33% shorter than ack!


Files:
RevisionActionfile
1.1importpkgsrc/textproc/the_silver_searcher/Makefile
1.1importpkgsrc/textproc/the_silver_searcher/PLIST
1.1importpkgsrc/textproc/the_silver_searcher/DESCR
1.1importpkgsrc/textproc/the_silver_searcher/distinfo
1.1importpkgsrc/textproc/the_silver_searcher/patches/patch-src_util.h
1.1importpkgsrc/textproc/the_silver_searcher/patches/patch-src_options.c
1.1importpkgsrc/textproc/the_silver_searcher/patches/patch-src_util.c