Commit Graph

20 Commits

Author SHA1 Message Date
paco
60773b37ee update ripgrep to 12.1.0
moved the libc back to the main group as we're > 0.2.63 now as suggested
by sthen.  Removed the related comment too.

Tested on amd64 by me and sparc64 by jca

ok sthen@ jca@
2020-05-27 09:38:34 +00:00
abieber
584eb7f27a Remove fish completions from ripgrep as they are shipped with fish-3.1.0 now. 2020-03-14 16:49:58 +00:00
semarie
614c7c9d0e small devel/cargo cleanup
keep MODCARGO_CRATE for libc separated from the big list, and properly document it.
2020-03-02 07:20:23 +00:00
semarie
a49461a688 update ripgrep to 11.0.2
patch from Paco Esteban paco _ onna be

few changes by me for keeping libc update version to compatible one with sparc64
2019-08-31 06:58:11 +00:00
semarie
0fb585e377 update libc-rs for include sparc64 compatibility
ok landry@
2019-08-30 12:24:00 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
semarie
eee883860b backout change on distinfo: it wasn't intented to be commit 2018-12-16 08:54:24 +00:00
semarie
b19d4110a9 change MODCARGO_CRATES syntax for devel/cargo module.
The new syntax to have version with '-' character:
-MODCARGO_CRATES +=     aho-corasick-0.6.8      # Unlicense/MIT
+MODCARGO_CRATES +=     aho-corasick    0.6.8   # Unlicense/MIT

update all customers of devel/cargo to use the new syntax

ok landry@
2018-12-16 08:50:11 +00:00
semarie
634c9cdaa8 update textproc/ripgrep to 0.10.0
remove pledge(2) for now, the application has changed a lot.

diff from Edward Lopez-Acosta elopezacosta at gmail dot com
2018-11-29 11:09:55 +00:00
landry
87f241ee73 Bump all ports using rust to ensure they get rebuilt/updated. 2018-10-08 15:28:05 +00:00
sthen
202fbf484e bump REVISION on ports using rust, to ensure that they pick up the fix
for out of bounds write due to integer overflow that was fixed in rust's
libstd (which is statically linked).
2018-09-25 21:16:37 +00:00
landry
f6492b197c Add pledge() to ripgrep:
- "stdio rpath" for common usage
- "stdio rpath proc exec" for -z (--search-zip) as it is spawning
external commands for decompress files.

from semarie@, ok kn@
2018-04-26 14:17:04 +00:00
kn
230352fa05 Update ripgrep to 0.8.1
Also add missing BDEP on asciidoc and do some clean up.

OK landry
2018-03-20 10:40:23 +00:00
danj
18746517f2 Replace mkdir -p with ${INSTALL_DATA_DIR}
From Klemens Nanni
2018-01-30 03:27:54 +00:00
danj
de589aeea3 Update to ripgrep-0.7.1, bugfix release for "too many open file descriptors"
From ray
2018-01-30 03:23:06 +00:00
danj
e0f2246e22 Update to ripgrep-0.7.0
From semarie
2017-11-01 20:27:22 +00:00
danj
00529f67c7 Update to ripgrep-0.5.2
From semarie, discussed with espie
2017-05-21 15:41:48 +00:00
danj
490999b05e Update to ripgrep-0.5.1
From the usual suspect (semarie)
2017-04-12 02:21:58 +00:00
danj
d4cd493433 Update to ripgrep-0.5.0
From semarie
2017-03-25 16:16:47 +00:00
danj
ac516bbcfd Import ripgrep-0.4.0 from semarie, tweaks by landry@ and me, ok landry@
Line oriented search tool using Rust's regex library. Combines the raw
performance of grep with the usability of the silver searcher.
2017-02-03 15:00:33 +00:00