Commit graph

21 commits

Author SHA1 Message Date
leot
a28aa6c0e2 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
2018-08-09 11:02:17 +00:00
leot
227dc43b23 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-08-26 12:16:53 +00:00
leot
0add944150 devel/zlib is also needed.
Pointed out by Joyent's SmartOS bulk builds.

Thanks to and ok by <jperkin> during freeze.
2017-06-29 08:58:53 +00:00
leot
0aa961f2fd 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
2017-06-05 20:22:24 +00:00
leot
d8097dc5a7 Update textproc/the_silver_searcher to 1.0.3
Changes:
1.0.3
=====
- Add .es6 to js file types
- Add support for log file types
- Add elm file type support
- Add twig to languages
- Add .gradle to groovy flie types
- Misc bug fixes and improvements
2017-05-03 09:10:08 +00:00
leot
e267f3294e Update textproc/the_silver_searcher to the_silver_searcher-1.0.2
Changes:
1.0.2
-----
- mmap() is slower than read() on MacOS. Default to using read() on MacOS
- Misc minor documentation improvements
2016-12-05 10:09:44 +00:00
leot
7eb583f69d Fix build for DragonFlyBSD dirent(3) that does not have a dirent.d_reclen entry.
Thanks to <sevan> for testing it!
2016-12-01 11:13:04 +00:00
leot
5eb9d538d8 Update textproc/the_silver_searcher to the_silver_searcher-1.0.1
Changes:
1.0.1
-----
- Remove support for old svn ignore format (1.6 and earlier)
- Misc bug fixes and improvements

1.0.0
-----
- Add support for GLSL filetypes
- Add support for tld filetype
- Add support for protobuf filetype
- Add zsh completion function
- Misc bug fixes and improvements
2016-12-01 09:28:34 +00:00
wiz
f2b95caa18 Updated the_silver_searcher to 0.33.0.
Changes not found.
2016-09-30 14:54:32 +00:00
leot
591659a5cc Update textproc/the_silver_searcher to 0.32.0
pkgsrc changes:
o Take the MAINTAINERship

Changes:
0.32.0
------
o add support for Chapel language
o add support for .factor file types
o add kotlin language file types
o add support for julia file types
o add support for qml files
o add support for typescript files
o add support for rdoc files
o add a cython filetype (#771)
o add support for velocity file types
o add support for rst file types
o add TOML file types support
o add support for crystal files
o default to smart-case when using file match (-g and -G). Fixes #724.
o add support for BitBake source files
o misc improvements and bug fixes
2016-05-17 10:22:44 +00:00
leot
1fd9f0b612 Update textproc/the_silver_searcher to 0.31.0.
pkgsrc changes:
o Switch MASTER_SITES to the author's site (in order to avoid the various
  auto* tools)

Changes:
o Add support for Crystal file types
o Add support for Racket file types
o Add support for Standard ML file types
o Add support for Elixir file type
o Misc bugfixes
2015-12-05 14:17:08 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
wiz
2d6381ddcc Update to 0.30.0, provided by Jonathan Buschmann in PR 49886.
0.30.0
=========

Support color on windows
--version show status of features chosen at compile-time
Add support for files: Mathematica, R, wsdl/wadl, Gentoo ebuild,
Velocity, Clojure (1.7), puppet, F#, Nim, Pike
2015-05-11 11:08:56 +00:00
tnn
5026397ed9 PR pkg/49736: Use MASTER_SITE_GITHUB. From Jonathan Buschmann. 2015-03-09 23:36:20 +00:00
wiz
98dfeeb44d Update to 0.29.1. From Jonathan Buschmann in PR 49719.
-- 0.29.1 8 feb. 2015

New file extension detection
Possible speed up on BSD-derived platforms, during filename filtering
Add --[no]filename
Standardize some options (e.g. --line-numbers and --no-numbers are now --[no]numbers)
More fixes for --only-matching
Add --one-device doesn't follow links to other devices
Add Vala file type
Probably 99% of ignores are in the root directory, optimize this case
Option -v/--invert-match turn off colors
Various fixes

-- 0.28 25 dec. 2014

Set processor affinity for worker threads, may result in 3-5% performance improvement for certain systems
Add Mercury file type
Support for -o (--only-matching)
Allow multiple file types at the same time
Allow unlimited depth
Add -F/--fixed-strings to be more compatible with 'grep' usage
Add extensions for OCaml files
Fix exit code
Fix bash completion

-- 0.27 15 nov. 2014

Search stdin if stdin is a regular file
Add --count/-c to count matches
Add -0 and --print0 options
Add Liquid filetype
Add Markdown support
2015-03-05 11:55:18 +00:00
wiz
34db6d57a5 Update to 0.26.0, provided by Jonathan Buschmann in PR 49352.
:: Release 0.26.0
Fixes for ignores
Add markdown filetype
Add filetype completion for bash completion
:: Release 0.25.0
--vimgrep option added
Add less filetype
Add --null option to provide input to 'xargs -0'
Case insensitive matching is now the default
Add swift filetype
2014-11-01 16:28:18 +00:00
schmonz
ca15bcdd0d Update to 0.24.1. Highlights from git log:
* portability
* clang support
* make --invert-match (-v) behave as in ack/grep
* more searchable file types (and --list-file-types option)
* default to smart-case when searching (differs from ack)
2014-08-13 15:45:35 +00:00
schmonz
8f4975034e Update to 0.21.0. Highlights from git log:
* "language specs"
* more tests
* build fixes
* code tweaks
* improve options parsing and help output
2014-04-07 19:48:53 +00:00
wiz
4f1453d201 Update to 0.17; changes not found.
Mostly from Jonathan Buschmann in PR 48327 with fixes for systems
with builtin xz and cleanups.
2013-10-20 22:14:21 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
wiz
435d72f9e3 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!
2012-04-13 11:32:58 +00:00