aboutsummaryrefslogtreecommitdiff
path: root/www/multisort/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-10-11 14:27:23 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-10-11 14:27:23 +0000
commit46b33e3dd696dc2cfbd62138dd40f4d4e1bf46f1 (patch)
tree9f66340a16d062243db5cbcb0d2c01e51d347e26 /www/multisort/Makefile
parent5af96b5281465556e263541f5ecd078919fb7b94 (diff)
downloadports-46b33e3dd696dc2cfbd62138dd40f4d4e1bf46f1.tar.gz
ports-46b33e3dd696dc2cfbd62138dd40f4d4e1bf46f1.zip
`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>
Notes
Notes: svn path=/head/; revision=221427
Diffstat (limited to 'www/multisort/Makefile')
-rw-r--r--www/multisort/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/multisort/Makefile b/www/multisort/Makefile
new file mode 100644
index 000000000000..a1a55ff550ba
--- /dev/null
+++ b/www/multisort/Makefile
@@ -0,0 +1,19 @@
+# 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>