Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2004 14:04:11 +0100 (CET)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61626: [NEW PORT] net/happystats: Universal log converter into graph
Message-ID:  <200401201304.i0KD4BZc015247@plonk.home.oav.net>
Resent-Message-ID: <200401201320.i0KDK8e5027458@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61626
>Category:       ports
>Synopsis:       [NEW PORT] net/happystats: Universal log converter into graph
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 20 05:20:07 PST 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401201304.i0KD4BZc015247>