On Mon, Jan 16, 2017 at 05:33:43PM +0100, Sebastien Marie wrote: > Hi, > > ripgrep is a rust program that comes in the spirit of The Silver > Searcher. > > From https://github.com/BurntSushi/ripgrep: > > ripgrep is a line oriented search tool that combines the usability of > The Silver Searcher (an ack clone) with the raw speed of GNU grep. > ripgrep works by recursively searching your current directory for a > regex pattern.
Two minor nits portswise: - if you @comment out the bash-completion/zsh subdirs, and for some reason you dont have bash or zsh installed, installation of the package should fail... similar ports like the_silver_searcher and pdfgrep dont do this. - the DISTFILES stuff feels awkward but i guess you have no other option.. - would CATEGORIES be better as 'textproc sysutils' and import the port in textproc/ subdir like the_silver_searcher or ack ? Other than that, looks okay to import. And sorry for the long delay reviewing this... Landry