aboutsummaryrefslogtreecommitdiff
path: root/textproc/ripgrep
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust: Update to 1.35.0Tobias Kortkamp2019-05-241-1/+1
| | | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html Reviewed by: jbeich Tested by: pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64) With hat: rust Differential Revision: https://reviews.freebsd.org/D20332 Notes: svn path=/head/; revision=502416
* lang/rust: Update to 1.34.2Tobias Kortkamp2019-05-151-0/+1
| | | | | | | | | | | | | | - While here add patches from [1] for LibreSSL 2.9.1 support [1] https://github.com/sfackler/rust-openssl/pull/1097 Changes: https://blog.rust-lang.org/2019/05/13/Security-advisory.html Changes: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html PR: 237495 [1] Security: 37528379-76a8-11e9-a4fd-00012e582166 Notes: svn path=/head/; revision=501679
* textproc/ripgrep: Update to 11.0.1Tobias Kortkamp2019-04-162-7/+7
| | | | | | | | | | | This release only bumps the regex crate to 1.1.6 to fix a search bug that can cause ripgrep to enter an infinite loop. Changes: https://github.com/BurntSushi/ripgrep/releases/tag/11.0.1 PR: 237306 Notes: svn path=/head/; revision=499114
* textproc/ripgrep: Update to 11.0.0Tobias Kortkamp2019-04-163-239/+172
| | | | | | | | | Changes: https://github.com/BurntSushi/ripgrep/releases/tag/11.0.0 PR: 237306 Approved by: maintainer Notes: svn path=/head/; revision=499078
* lang/rust: Update to 1.34.0Tobias Kortkamp2019-04-112-664/+1
| | | | | | | | | | | | | | | | | - Update devel/racer to latest version that can build with 1.34.0 - Drop no longer needed patch from textproc/ripgrep - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html Reviewed by: jbeich With hat: rust Differential Revision: https://reviews.freebsd.org/D19850 Notes: svn path=/head/; revision=498677
* lang/rust: update to 1.33.0Jan Beich2019-02-284-16/+725
| | | | | | | | | | | | | | - www/firefox temporarily loses SIMD in charset conversion, see https://bugzilla.mozilla.org/show_bug.cgi?id=1521249 - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html Tested by: Mikaël Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj (powerpc64) Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D19354 Notes: svn path=/head/; revision=494176
* USES=cargo to update libc to 0.2.49 for Tier2Jan Beich2019-02-282-4/+4
| | | | | | | | PR: 235063 Differential Revision: https://reviews.freebsd.org/D19309 Notes: svn path=/head/; revision=494175
* lang/rust: update to 1.32.0Jan Beich2019-01-171-1/+1
| | | | | | | | | | | | - devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18858 Notes: svn path=/head/; revision=490600
* lang/rust: update to 1.31.0Jan Beich2018-12-061-1/+1
| | | | | | | | | | | | - devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18427 Notes: svn path=/head/; revision=486770
* textproc/ripgrep: unbreak AVX=on on i386 after r454995Jan Beich2018-12-051-1/+1
| | | | | | | | | | | | | error[E0432]: unresolved import `simd::x86::avx` --> cargo-crates/bytecount-0.3.2/src/lib.rs:49:16 | 49 | use simd::x86::avx::{LowHigh128, u8x32}; | ^^^ could not find `avx` in `x86` https://github.com/rust-lang/rust/issues/56527 Notes: svn path=/head/; revision=486650
* textproc/ripgrep: enable PCRE2 support by defaultJan Beich2018-11-261-2/+7
| | | | | | | | PR: 233317 Approved by: Petteri Valkonen (maintainer) Notes: svn path=/head/; revision=485929
* lang/rust: update to 1.30.0Jan Beich2018-10-251-0/+1
| | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html Approved by: rust (tobik) MFH: 2018Q4 (less rust versions to support) Differential Revision: https://reviews.freebsd.org/D17695 Notes: svn path=/head/; revision=482993
* textproc/ripgrep: Update to 0.10.0Tobias Kortkamp2018-10-202-65/+160
| | | | | | | | | Changes: https://github.com/BurntSushi/ripgrep/releases/tag/0.10.0 PR: 232452 Approved by: petteri.valkonen@iki.fi (maintainer) Notes: svn path=/head/; revision=482607
* lang/rust: update to 1.29.2Jan Beich2018-10-121-1/+1
| | | | | | | | | | | | | - Force rebuild all consumers in case some are affected by miscompilation Changes: https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html PR: 229826 (follow up) Approved by: rust (tobik) MFH: 2018Q4 Differential Revision: https://reviews.freebsd.org/D17477 Notes: svn path=/head/; revision=481921
* lang/rust: update to 1.29.1Jan Beich2018-09-281-0/+1
| | | | | | | | | | | | - Force rebuild all consumers as standard library is statically linked Changes: https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html PR: 229826 (follow up) Approved by: dumbbell Differential Revision: https://reviews.freebsd.org/D17337 Notes: svn path=/head/; revision=480871
* Update to 0.9.0Tilman Keskinoz2018-08-082-63/+74
| | | | | | | | PR: 230449 Submitted by: maintainer Notes: svn path=/head/; revision=476633
* cargo: update libc to 0.2.40Jan Beich2018-05-032-3/+4
| | | | | | | Make sure ino64/abstime issues don't affect FreeBSD 12.0 or later. Notes: svn path=/head/; revision=468993
* textproc/ripgrep: Update to 0.8.1Tobias Kortkamp2018-02-242-28/+20
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=462870
* textproc/ripgrep: Update to 0.8.0Tobias Kortkamp2018-02-142-109/+114
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=461765
* lang/rust: avoid LLVM targeting SSE2 on i386 by defaultJan Beich2017-11-271-3/+8
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=454995
* textproc/ripgrep: Restore BASH, FISH, ZSH optionsTobias Kortkamp2017-11-111-13/+13
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=453990
* textproc/ripgrep: expose SIMD optionsJan Beich2017-11-021-0/+17
| | | | | | | | PR: 223314 Approved by: Petteri Valkonen (maintainer) Notes: svn path=/head/; revision=453382
* textproc/ripgrep: Update to 0.7.1Tobias Kortkamp2017-10-242-37/+46
| | | | | | | | | Changes: https://github.com/BurntSushi/ripgrep/releases PR: 223197 Submitted by: petteri.valkonen@iki.fi (maintainer) Notes: svn path=/head/; revision=452762
* textproc/ripgrep: Update to 0.6.0Tobias Kortkamp2017-08-242-57/+59
| | | | | | | | | Changes: https://github.com/BurntSushi/ripgrep/releases/tag/0.6.0 PR: 221767 Submitted by: petteri.valkonen@iki.fi (maintainer) Notes: svn path=/head/; revision=448693
* Add options for installing Bash, Fish and Zsh completions.Tobias Kortkamp2017-07-081-1/+31
| | | | | | | | | | | | - Fix license block PR: 220361 Submitted by: petteri.valkonen@iki.fi (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D11509 Notes: svn path=/head/; revision=445321
* Add The Unlicense to Mk/bsd.licenses.db.mkTobias Kortkamp2017-07-051-3/+1
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=445082
* New port: textproc/ripgrepTobias Kortkamp2017-06-213-0/+147
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 Notes: svn path=/head/; revision=444035