From kiwi@plonk.home.oav.net  Tue Jan 20 05:11:29 2004
Return-Path: <kiwi@plonk.home.oav.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EADEE16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Jan 2004 05:11:28 -0800 (PST)
Received: from plonk.home.oav.net (kiwi.adsl.isdnet.net [195.154.177.33])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 75DE943D45
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Jan 2004 05:11:23 -0800 (PST)
	(envelope-from kiwi@plonk.home.oav.net)
Received: from plonk.home.oav.net (localhost [127.0.0.1])
	by plonk.home.oav.net (8.12.10/8.12.10) with ESMTP id i0KD4DJK015248
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Jan 2004 14:04:13 +0100 (CET)
	(envelope-from kiwi@plonk.home.oav.net)
Received: (from root@localhost)
	by plonk.home.oav.net (8.12.10/8.12.10/Submit) id i0KD4BZc015247;
	Tue, 20 Jan 2004 14:04:11 +0100 (CET)
	(envelope-from kiwi)
Message-Id: <200401201304.i0KD4BZc015247@plonk.home.oav.net>
Date: Tue, 20 Jan 2004 14:04:11 +0100 (CET)
From: Xavier Beaudouin <kiwi@oav.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] net/happystats: Universal log converter into graph
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         61626
>Category:       ports
>Synopsis:       [NEW PORT] net/happystats: Universal log converter into graph
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sergei
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 20 05:20:07 PST 2004
>Closed-Date:    Fri Mar 05 15:31:56 PST 2004
>Last-Modified:  Fri Mar 05 15:31:56 PST 2004
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
The Caudium Group / Association Kazar
>Environment:
System: FreeBSD plonk.home.oav.net 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Mon Jan 19 22:15:10 CET 2004
>Description:
Happystats is a universal tool to convert logs into graphs.

Usefull for mail stats for example

WWW: http://happystats.tuxfamily.org/

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- happystats-0.4.0.shar 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:
#
#	happystats
#	happystats/Makefile
#	happystats/distinfo
#	happystats/pkg-descr
#	happystats/pkg-plist
#	happystats/files
#	happystats/files/patch-aa
#
echo c - happystats
mkdir -p happystats > /dev/null 2>&1
echo x - happystats/Makefile
sed 's/^X//' >happystats/Makefile << 'END-of-happystats/Makefile'
X# New ports collection makefile for:	Happystats
X# Date created:				January 12th 2004
X# Whom:	      				Xavier Beaudouin <kiwi@oav.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	happystats
XPORTVERSION=	0.4.0
XCATEGORIES=	net
XMASTER_SITES=	http://happystats.tuxfamily.org/srcs/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	kiwi@oav.net
XCOMMENT=	Universal log converter into graph
X
XLIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre \
X		xml2.5:${PORTSDIR}/textproc/libxml2 \
X		rrd.0:${PORTSDIR}/net/rrdtool \
X		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
X
XMAN1=		happystats.1
XMANCOMPRESSED=	yes
X
Xdo-configure:
X	@cd ${WRKSRC}; ${MAKE} dep
X
X.include <bsd.port.mk>
END-of-happystats/Makefile
echo x - happystats/distinfo
sed 's/^X//' >happystats/distinfo << 'END-of-happystats/distinfo'
XMD5 (happystats-0.4.0.tgz) = 02d959ba8043006700fed01c1d3efecd
END-of-happystats/distinfo
echo x - happystats/pkg-descr
sed 's/^X//' >happystats/pkg-descr << 'END-of-happystats/pkg-descr'
XHappystats is a universal tool to convert logs into graphs.
X
XUsefull for mail stats for example
X
XWWW: http://happystats.tuxfamily.org/
END-of-happystats/pkg-descr
echo x - happystats/pkg-plist
sed 's/^X//' >happystats/pkg-plist << 'END-of-happystats/pkg-plist'
Xbin/happystats
Xwww/cgi-bin/happystats.cgi
END-of-happystats/pkg-plist
echo c - happystats/files
mkdir -p happystats/files > /dev/null 2>&1
echo x - happystats/files/patch-aa
sed 's/^X//' >happystats/files/patch-aa << 'END-of-happystats/files/patch-aa'
X--- Makefile.org	Tue Jan 20 13:41:32 2004
X+++ Makefile	Tue Jan 20 13:45:41 2004
X@@ -23,7 +23,9 @@
X 
X install : strip
X 	install -c happystats ${PREFIX}/bin/happystats
X-	install -c happystats.1.gz ${PREFIX}/share/man/man1/happystats.1.gz
X+	install -c man/happystats.1.gz ${PREFIX}/man/man1/happystats.1.gz
X+	mkdir -p ${PREFIX}/www/cgi-bin
X+	install -v happystats.cgi ${PREFIX}/www/cgi-bin/happystats.cgi
X 
X strip: happystats happystats.cgi
X 	strip happystats ; \
END-of-happystats/files/patch-aa
exit
--- happystats-0.4.0.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sergei 
Responsible-Changed-By: sergei 
Responsible-Changed-When: Tue Jan 20 05:31:29 PST 2004 
Responsible-Changed-Why:  
Grab. 

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

From: Sebastien Gioria <gioria@FreeBSD.ORG>
To: freebsd-gnats-submit@FreeBSD.org
Cc: Olivier Fredj <olivier@fredj.org>
Subject: Re: ports/61626: [NEW PORT] net/happystats: Universal log converter into graph
Date: Mon, 23 Feb 2004 21:04:28 +0100

 This is the update to the new lastest version of happystat
 
 --- happystats-0.5.0.shar 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:
 #
 #	Makefile
 #	distinfo
 #	pkg-descr
 #	pkg-plist
 #	files/patch-aa
 #
 echo x - Makefile
 sed 's/^X//' >Makefile << 'END-of-Makefile'
 X# New ports collection makefile for:	Happystats
 X# Date created:				January 12th 2004
 X# Whom:	      				Xavier Beaudouin <kiwi@oav.net>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	happystats
 XPORTVERSION=	0.5.0
 XCATEGORIES=	net
 XMASTER_SITES=	http://www.happystats.org/srcs/
 XEXTRACT_SUFX=	.tgz
 X
 XMAINTAINER=	gioria@FreeBSD.ORG
 XCOMMENT=	Universal log converter into graph
 X
 XLIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre \
 X		xml2.5:${PORTSDIR}/textproc/libxml2 \
 X		rrd.0:${PORTSDIR}/net/rrdtool \
 X		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 X
 XMAN1=		happystats.1
 XMANCOMPRESSED=	yes
 X
 Xdo-configure:
 X	@cd ${WRKSRC}; ${MAKE} dep
 X
 X.include <bsd.port.mk>
 END-of-Makefile
 echo x - distinfo
 sed 's/^X//' >distinfo << 'END-of-distinfo'
 XMD5 (happystats-0.5.0.tgz) = f2b015b6998e22266f363bbd0ff6c69f
 END-of-distinfo
 echo x - pkg-descr
 sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
 XHappystats is a universal tool to convert logs into graphs.
 X
 XUsefull for mail stats for example
 X
 XWWW: http://happystats.tuxfamily.org/
 END-of-pkg-descr
 echo x - pkg-plist
 sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
 Xbin/happystats
 Xwww/cgi-bin/happystats.cgi
 END-of-pkg-plist
 echo x - files/patch-aa
 sed 's/^X//' >files/patch-aa << 'END-of-files/patch-aa'
 X--- Makefile.orig	Mon Feb 23 19:57:38 2004
 X+++ Makefile	Mon Feb 23 19:59:54 2004
 X@@ -23,7 +23,10 @@
 X 
 X install : strip
 X 	install -c happystats ${PREFIX}/bin/happystats
 X-	install -c man/happystats.1.gz ${PREFIX}/man/man1/happystats.1.gz
 X+	install -c man/happystats.1.gz ${PREFIX}/man/man1/happystats.1.gz
 X+	mkdir -p ${PREFIX}/www/cgi-bin
 X+	install -v happystats.cgi ${PREFIX}/www/cgi-bin/happystats.cgi
 X+
 X 
 X strip: happystats happystats.cgi
 X 	strip happystats ; \
 END-of-files/patch-aa
 exit
 --- happystats-0.5.0.shar ends here ---
 -- 
 Sebastien Gioria(48.8147,2.3622)   gioria@{FreeBSD,FreeBSD-FR}.ORG
 French FreeBSD User Group    	  http://www.FreeBSD-FR.{ORG,info}
 FreeBSD committer			    http://www.FreeBSD.ORG
 *-> FreeBSD + RollerBlade + Scuba Diving; What need you more ? <-*
State-Changed-From-To: open->closed 
State-Changed-By: sergei 
State-Changed-When: Fri Mar 5 15:31:46 PST 2004 
State-Changed-Why:  
New port added, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61626 
>Unformatted:
