1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/ack/pkg-descr
Raphael Kubo da Costa e1e2e860bc - Update to 2.04
- Use a more user-friendly site in pkg-descr.
- Remove OPTIONS, upstream does not ship completion files anymore.

Please note that ack2 is slightly incompatible with some options present in
ack1, see http://beyondgrep.com/ack-2.0/ for more information.

PR:		ports/178515
Submitted by:	rakuco
Approved by:	perl (swills on IRC)
2013-06-01 19:07:15 +00:00

14 lines
430 B
Plaintext

ack is a grep-like program with optimizations for searching through large
trees of source code.
Key improvements include:
* Defaults to only searching program source code
* Defaults to recursively searching directories
* Ignores blib directories.
* Ignores source code control directories, like CVS, .svn and _darcs.
* Uses Perl regular expressions
* Highlights matched text
WWW: http://beyondgrep.com/