aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portsearch
Commit message (Collapse)AuthorAgeFilesLines
* Update from 1.2.2 to 1.2.3:Vasil Dimov2006-05-022-4/+4
| | | | | | | | | | * bugfix: do not ignore option for case-insensitivity when searching for packing list files * added "-b something" option to simulate -f '/something$', since I got tired of typing the later Notes: svn path=/head/; revision=161159
* Add new port sysutils/portsearchVasil Dimov2006-02-013-0/+32
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) Notes: svn path=/head/; revision=155006