aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkgs_which
Commit message (Collapse)AuthorAgeFilesLines
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Bump PORTVERSION to 0.2.0 according to HISTORY section in embedded manual.Matthias Andree2011-07-251-1/+1
| | | | Notes: svn path=/head/; revision=278299
* - fixed a bug where skipping non-existent command line argumentsMatthias Andree2011-07-251-10/+29
| | | | | | | | | failed and resulted in an unterminated (endless) loop. - added the --no-find option Notes: svn path=/head/; revision=278298
* Add new ports-mgmt/pkgs_whichMatthias Andree2011-03-123-0/+406
This is a fast, Perl5-based, database-less pkg_which variant useful to assist with site-package-upgrades, for instance, after a Python 2.6 -> 2.7 upgrade. Notes: svn path=/head/; revision=270739