The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
This is choose, a human-friendly and fast alternative to cut and
(sometimes) awk.
Features
- terse field selection syntax similar to Python's list slices
- negative indexing from end of line
- optional start/end index
- zero-indexed
- reverse ranges
- aslightly faster than cut for sufficiently long inputs, much faster
than awk
- regular expression field separators using Rust's regex syntax
===> The following configuration options are available for choose-1.3.7_9:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
Options name:
textproc_choose
USES:
cargo
FreshPorts was unable to extract/find any pkg message
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503
textproc/choose: add port: Human-friendly and fast alternative to cut and
(sometimes) awk
This is choose, a human-friendly and fast alternative to cut and
(sometimes) awk.
Features
- terse field selection syntax similar to Python's list slices
- negative indexing from end of line
- optional start/end index
- zero-indexed
- reverse ranges
- aslightly faster than cut for sufficiently long inputs, much faster
than awk
- regular expression field separators using Rust's regex syntax
WWW: https://github.com/theryangeary/choose