Created attachment 224261 [details] Patch file for creating the port Allows to search pdf, movies subtitles etc. Depends on Rust I've tested Poudriere and checked the syntax with portlint. Being my first port, please signal me any mistake.
Hello, if i see it correctly there are only 2 items in the pkg-plist. Its better using PLIST_FILES instead of pkg-plist when installing less than 6 items.
Created attachment 224282 [details] Removed pkg-plist and use PLIST_FILES
Created attachment 225090 [details] First version, with minor styling issues corrected
Just a minor nit, IMO post-install could use a loop from PLIST_FILES. Otherwise looks good to me. Thanks for submitting this and sorry for the wait time!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a5a105969a2c26b16570d8ad9d68d8f8fe46771 commit 0a5a105969a2c26b16570d8ad9d68d8f8fe46771 Author: Alexis Praga <alexis.praga@free.fr> AuthorDate: 2021-08-17 09:38:07 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-08-17 09:38:07 +0000 textproc/ripgrep-all: New port Extends the searching capacities of ripgrep. PR: 255233 textproc/Makefile | 1 + textproc/ripgrep-all/Makefile (new) | 186 ++++++++++++++++++++ textproc/ripgrep-all/distinfo (new) | 323 +++++++++++++++++++++++++++++++++++ textproc/ripgrep-all/pkg-descr (new) | 5 + 4 files changed, 515 insertions(+)