aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portsearch
Commit message (Collapse)AuthorAgeFilesLines
* * Upgrade sysutils/portsearch from 1.2.3 to 1.3.0, changes:Vasil Dimov2006-11-153-5/+4
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=177310
* 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