aboutsummaryrefslogtreecommitdiff
path: root/www/multisort
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with clangDennis Herrmann2011-06-211-3/+4
| | | | Notes: svn path=/head/; revision=276028
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Use my FreeBSD address on the ports I maintainDennis Herrmann2009-03-061-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=229577
* `multisort' is a small program designed to take multiple httpdMartin Wilke2008-10-114-0/+50
logfiles in the Common Log Format and merge them into a single log, sorted by date, sent to standard output. This is useful if you're running a single website on multiple hosts and using round-robin DNS to do load distribution. With multisort, you can take the various logfiles from each server and merge them into a single file for analysis. WWW: http://www.xach.com/multisort/ PR: ports/127906 Submitted by: Dennis Herrmann <adox at mcx2.org> Notes: svn path=/head/; revision=221427