From adox@mcx2.org  Mon Oct  6 18:10:25 2008
Return-Path: <adox@mcx2.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EEC2B1065689
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Oct 2008 18:10:24 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.191])
	by mx1.freebsd.org (Postfix) with ESMTP id 70AC68FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Oct 2008 18:10:23 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: by mu-out-0910.google.com with SMTP id i2so2570395mue.3
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 06 Oct 2008 11:10:22 -0700 (PDT)
Received: by 10.181.13.19 with SMTP id q19mr3964912bki.102.1223316622136;
        Mon, 06 Oct 2008 11:10:22 -0700 (PDT)
Received: from localhost (p5090D379.dip.t-dialin.net [80.144.211.121])
        by mx.google.com with ESMTPS id 28sm12470927fkx.1.2008.10.06.11.10.20
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Mon, 06 Oct 2008 11:10:20 -0700 (PDT)
Message-Id: <48ea548c.1c185e0a.460c.5340@mx.google.com>
Date: Mon, 06 Oct 2008 11:10:20 -0700 (PDT)
From: Dennis Herrmann <adox@mcx2.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] www/multisort - A small program to take multiple httpd logfiles into a single log
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127906
>Category:       ports
>Synopsis:       [NEW PORT] www/multisort - A small program to take multiple httpd logfiles into a single log
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 06 18:20:02 UTC 2008
>Closed-Date:    Sat Oct 11 14:27:27 UTC 2008
>Last-Modified:  Sat Oct 11 14:30:07 UTC 2008
>Originator:     Dennis Herrmann
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD dhn.homeunix.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #2: Sun Sep 14 08:19:18 CEST 2008 root@contempt:/usr/obj/usr/src/sys/CONTEMPT i386


>Description:
`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/
>How-To-Repeat:
>Fix:

--- shar-multisort begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	multisort
#	multisort/pkg-descr
#	multisort/distinfo
#	multisort/Makefile
#	multisort/files
#	multisort/files/patch-Makefile
#
echo c - multisort
mkdir -p multisort > /dev/null 2>&1
echo x - multisort/pkg-descr
sed 's/^X//' >multisort/pkg-descr << 'END-of-multisort/pkg-descr'
X`multisort' is a small program designed to take multiple httpd
Xlogfiles in the Common Log Format and merge them into a single log,
Xsorted by date, sent to standard output.
X
XThis is useful if you're running a single website on multiple hosts
Xand using round-robin DNS to do load distribution. With multisort, you
Xcan take the various logfiles from each server and merge them into a
Xsingle file for analysis.
X
XWWW: http://www.xach.com/multisort/
END-of-multisort/pkg-descr
echo x - multisort/distinfo
sed 's/^X//' >multisort/distinfo << 'END-of-multisort/distinfo'
XMD5 (multisort-1.1.tar.gz) = c47f7622773022119e1ea21d2b211bd3
XSHA256 (multisort-1.1.tar.gz) = 50cc0e84738f1c9b4b587e4d13564c233be20c693fd2154f2e8a293f3d5bc17d
XSIZE (multisort-1.1.tar.gz) = 3520
END-of-multisort/distinfo
echo x - multisort/Makefile
sed 's/^X//' >multisort/Makefile << 'END-of-multisort/Makefile'
X# New ports collection makefile for:	multisort
X# Date created:				06 Oct 2008
X# Whom:					Dennis Herrmann <adox@mcx2.org>
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	multisort
XPORTVERSION=	1.1
XCATEGORIES=	www
XMASTER_SITES=	http://www.xach.com/multisort/ \
X		http://mirror.mcx2.org/
X
XMAINTAINER=	adox@mcx2.org
XCOMMENT=	A small program to take multiple httpd logfiles into one
X
XPLIST_FILES=	bin/multisort
X
X.include <bsd.port.mk>
END-of-multisort/Makefile
echo c - multisort/files
mkdir -p multisort/files > /dev/null 2>&1
echo x - multisort/files/patch-Makefile
sed 's/^X//' >multisort/files/patch-Makefile << 'END-of-multisort/files/patch-Makefile'
X--- Makefile.orig	1999-10-28 21:04:24.000000000 +0200
X+++ Makefile	2008-10-07 18:48:41.000000000 +0200
X@@ -1,9 +1,10 @@
X-#
X-# $Id: Makefile,v 1.1 1999/01/14 19:05:35 xach Exp $
X-#
X-
X+PREFIX?= /usr/local
X CC = gcc
X CFLAGS = -Wall -g -O2
X 
X-multisort: multisort.c
X+all:
X 	$(CC) $(CFLAGS) -o multisort multisort.c
X+
X+install:
X+	@mkdir -p ${DESTDIR}${PREFIX}/bin
X+	install -m 755 multisort ${PREFIX}/bin
END-of-multisort/files/patch-Makefile
exit
--- shar-multisort ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Oct 6 18:20:16 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127906 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Oct 11 14:27:26 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127906 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127906: commit references a PR
Date: Sat, 11 Oct 2008 14:27:33 +0000 (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"
 
>Unformatted:
