head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.43;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2009.03.06.18.14.35;	author dhn;	state Exp;
branches;
next	1.1;

1.1
date	2008.10.11.14.27.23;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	multisort
# Date created:				06 Oct 2008
# Whom:					Dennis Herrmann <adox@@mcx2.org>
#
# $FreeBSD: head/www/multisort/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	multisort
PORTVERSION=	1.1
CATEGORIES=	www
MASTER_SITES=	http://www.xach.com/multisort/ \
		http://mirror.mcx2.org/

MAINTAINER=	dhn@@FreeBSD.org
COMMENT=	A small program to take multiple httpd logfiles into one

PLIST_FILES=	bin/multisort

.include <bsd.port.mk>
@


1.2
log
@- Use my FreeBSD address on the ports I maintain

Approved by:	tabthorpe (co-mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
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>
@
text
@d14 1
a14 1
MAINTAINER=	adox@@mcx2.org
@

