mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
bda37e45b4
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. Approved by: garga (mentor)
10 lines
451 B
Plaintext
10 lines
451 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
|
|
-- Vasil Dimov <vd@FreeBSD.org>
|