mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
fcbd5fa398
o Added new output option: `rawfiles' to request outputting only matched pfiles one by line o Changed -b option to be the same as -f '(^|/)file$' instead of -f '/file$' o Added new option -L to mimic -p path -f '.*' -o rawfiles i.e. show all pfiles for (usually) one port. Inspired by pkg_info -L pkgname o Ignore case by default and add -S option to force case sensitivity * Remove my name from pkg-descr
9 lines
419 B
Plaintext
9 lines
419 B
Plaintext
Portsearch allows searching for ports that install some file, like
|
|
``find /usr/ports -name pkg-plist |xargs grep pattern''
|
|
but honoring PLIST_(FILES|DIRS) and %%FOOBAR%% variables.
|
|
It also supports searching for ports by name, key (name, comment or
|
|
dependencies), path, info (comment), maintainer, category, fetch, extract,
|
|
patch, build and run dependencies and www site.
|
|
|
|
WWW: http://people.freebsd.org/~vd/portsearch
|