aboutsummaryrefslogtreecommitdiff
path: root/sysutils/devstat/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | 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
* devstat is a small program that displays device statisticsDmitry Marakasov2009-07-081-0/+5
available via kernel devstat(9) interface. WWW: http://devstat.googlecode.com/ Author: Mikolaj Golub <to.my.trociny@gmail.com> PR: 136437 Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> Notes: svn path=/head/; revision=237390