Path to this page:
./
textproc/the_silver_searcher,
Attempt to improve on ack, which itself is better than grep
Branch: CURRENT,
Version: 2.2.0,
Package name: the_silver_searcher-2.2.0,
Maintainer: leotWhy 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!
Required to run:[
devel/pcre]
Master sites:
Filesize: 186.118 KB
Version history: (Expand)
- (2018-08-09) Updated to version: the_silver_searcher-2.2.0
- (2017-11-23) Package has been reborn
- (2017-08-26) Updated to version: the_silver_searcher-2.1.0
- (2017-06-06) Updated to version: the_silver_searcher-2.0.0
- (2017-05-03) Updated to version: the_silver_searcher-1.0.3
- (2016-12-05) Updated to version: the_silver_searcher-1.0.2
CVS history: (Expand)
2024-04-02 03:28:00 by Charlotte Koch | Files touched by this commit (2) |
Log message:
textproc/the_silver_searcher: Lint.
|
2022-05-24 08:08:35 by Charlotte Koch | Files touched by this commit (2) |
Log message:
the_silver_searcher: Handle cpuset_t quirk with DragonFly
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2018-08-09 13:02:17 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
the_silver_searcher: Update to 2.2.0
Changes:
2.2.0
-----
- Add support for Idris, APL and J
- Add .r to R file extensions
- Add file extensions for TLA+, Isabelle, Coq
- Add support for D
- Add support for PDB
- Add support for thrift
- Add filter for devicetree source files
- Document -W/--width option in the man page
- Add support for pug
- Add support for terraform files
- Misc bug fixes and improvements
|
2017-08-26 14:16:53 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
Update textproc/the_silver_searcher to 2.1.0
pkgsrc changes:
- Also include pthread bl3 (ag(1) uses pthread(3))
Changes:
2.1.0
-----
- Add plist filetype support
- Add md alias for markdown filetype
- Add support for setting CPU affinity on FreeBSD
- Add nix filetype support
- Add support for asciidoc, org-mode and ipython-notebook filetypes
- Add handlebars filetype support
|
2017-06-29 10:58:53 by Leonardo Taccari | Files touched by this commit (1) |
Log message:
devel/zlib is also needed.
Pointed out by Joyent's SmartOS bulk builds.
Thanks to and ok by <jperkin> during freeze.
|
2017-06-05 22:22:24 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
Update textproc/the_silver_searcher to 2.0.0
Changes:
2.0.0
-----
- Remove support for `.agignore' file, please use `.ignore' instead
- Add --print-all-files option.
This option causes ag to print headings for all files that it
searches, not just those that contain matches. This will be useful
in the case where ag is being called by another program that needs
to show the user a progress indicator of how many paths have been
searched.
- Add Haxe support
- Add support for jsp tag and fragment files
|