Bug 219916 - [New port] textproc/ripgrep: regex search tool for multiple text files
Summary: [New port] textproc/ripgrep: regex search tool for multiple text files
Status: Closed DUPLICATE of bug 215212
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-11 02:55 UTC by Jesse Smith
Modified: 2017-06-13 20:39 UTC (History)
1 user (show)

See Also:


Attachments
FreeBSD port of ripgrep tool (1.73 KB, text/plain)
2017-06-11 02:55 UTC, Jesse Smith
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Smith 2017-06-11 02:55:12 UTC
Created attachment 183391 [details]
FreeBSD port of ripgrep tool

ripgrep is a line oriented search tool that combines the usability of The Silver Searcher (similar to ack) with the raw speed of GNU grep. ripgrep works by recursively searching your current directory for a regex pattern.

Website: https://github.com/BurntSushi/ripgrep

There was another attempt to port this months ago, but the port got relatively large/complex and appears to have been discarded, so I took a new stab at it.
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2017-06-11 13:11:32 UTC
Thank you for trying to port ripgrep.

However this is basically the same attempt as the initial version from
bug #215212.  It'll not build in Poudriere.  Cargo will download
dependencies during the build phase which isn't allowed.  The error
message is essentially the same as the one I posted in bug #215212.
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2017-06-13 20:39:08 UTC

*** This bug has been marked as a duplicate of bug 215212 ***