ports/61626: [NEW PORT] net/happystats: Universal log converter into graph
Xavier Beaudouin
kiwi at oav.net
Tue Jan 20 13:20:20 UTC 2004
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list