mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
46b33e3dd6
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>
20 lines
410 B
Makefile
20 lines
410 B
Makefile
# New ports collection makefile for: multisort
|
|
# Date created: 06 Oct 2008
|
|
# Whom: Dennis Herrmann <adox@mcx2.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= multisort
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.xach.com/multisort/ \
|
|
http://mirror.mcx2.org/
|
|
|
|
MAINTAINER= adox@mcx2.org
|
|
COMMENT= A small program to take multiple httpd logfiles into one
|
|
|
|
PLIST_FILES= bin/multisort
|
|
|
|
.include <bsd.port.mk>
|