Bug 127906

Summary: [NEW PORT] www/multisort - A small program to take multiple httpd logfiles into a single log
Product: Ports & Packages Reporter: Dennis Herrmann <adox>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar-multisort none

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"