Bug 127906 - [NEW PORT] www/multisort - A small program to take multiple httpd logfiles into a single log
Summary: [NEW PORT] www/multisort - A small program to take multiple httpd logfiles in...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 19:20 UTC by Dennis Herrmann
Modified: 2008-10-11 15:30 UTC (History)
0 users

See Also:


Attachments
shar-multisort (2.48 KB, text/plain)
2008-10-06 19:20 UTC, Dennis Herrmann
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Herrmann 2008-10-06 19:20:02 UTC
`multisort' is a small program designed to take multiple httpd
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/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-06 19:20:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-10-11 15:27:26 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-10-11 15:27:33 UTC
miwi        2008-10-11 14:27:23 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/multisort        Makefile distinfo pkg-descr 
    www/multisort/files  patch-Makefile 
  Log:
  `multisort' is a small program designed to take multiple httpd
  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>
  
  Revision  Changes    Path
  1.2166    +1 -0      ports/www/Makefile
  1.1       +19 -0     ports/www/multisort/Makefile (new)
  1.1       +3 -0      ports/www/multisort/distinfo (new)
  1.1       +18 -0     ports/www/multisort/files/patch-Makefile (new)
  1.1       +10 -0     ports/www/multisort/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"