Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.1 24 Feb 2018 22:26:15 |
tobik |
textproc/ripgrep: Update to 0.8.1
- Unconditionally install shell completion files
Changes: https://github.com/BurntSushi/ripgrep/releases/tag/0.8.1
PR: 226185
Submitted by: petteri.valkonen@iki.fi (maintainer) |
0.8.0 14 Feb 2018 07:58:11 |
tobik |
textproc/ripgrep: Update to 0.8.0
- Install extra documentation
- Remove FISH_DESC (redundant after r454235)
Changes: https://github.com/BurntSushi/ripgrep/releases/tag/0.8.0
PR: 225874
Submitted by: petteri.valkonen@iki.fi (maintainer) |
0.7.1_3 27 Nov 2017 22:02:30 |
jbeich |
lang/rust: avoid LLVM targeting SSE2 on i386 by default
This may help ports like textproc/ripgrep to run on old hardware.
Rust itself still requires SSE2 until bootstrap is regenerated.
PR: 223415
Approved by: rust (dumbbell) |
0.7.1_2 11 Nov 2017 19:01:55 |
tobik |
textproc/ripgrep: Restore BASH, FISH, ZSH options
They were broken by r453382 which introduced new AVX, SIMD options
which overwrote the old ones.
PR: 223478, 223314
Submitted by: petteri.valkonen@iki.fi (maintainer) |
0.7.1_1 02 Nov 2017 21:48:21 |
jbeich |
textproc/ripgrep: expose SIMD options
PR: 223314
Approved by: Petteri Valkonen (maintainer) |
0.7.1 24 Oct 2017 09:24:57 |
tobik |
textproc/ripgrep: Update to 0.7.1
Changes: https://github.com/BurntSushi/ripgrep/releases
PR: 223197
Submitted by: petteri.valkonen@iki.fi (maintainer) |
0.6.0 24 Aug 2017 16:22:01 |
tobik |
textproc/ripgrep: Update to 0.6.0
Changes: https://github.com/BurntSushi/ripgrep/releases/tag/0.6.0
PR: 221767
Submitted by: petteri.valkonen@iki.fi (maintainer) |
0.5.2_1 08 Jul 2017 11:27:54 |
tobik |
Add options for installing Bash, Fish and Zsh completions.
- Fix license block
PR: 220361
Submitted by: petteri.valkonen@iki.fi (maintainer)
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D11509 |
0.5.2 05 Jul 2017 14:58:11 |
tobik |
Add The Unlicense to Mk/bsd.licenses.db.mk
- Update all ports that currently use a custom definition
- Also add a link to a list of certified copyfree licenses
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D11487 |
0.5.2 21 Jun 2017 16:23:53 |
tobik |
New port: textproc/ripgrep
ripgrep is a command line search tool that combines the usability of
The Silver Searcher (an ack clone) with the raw speed of GNU grep.
ripgrep is fast, cross platform and written in Rust.
WWW: http://blog.burntsushi.net/ripgrep/
PR: 215212
Submitted by: petteri.valkonen@iki.fi (based on)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11162 |