From mwest@cs.uct.ac.za  Mon Oct 29 13:29:31 2001
Return-Path: <mwest@cs.uct.ac.za>
Received: from casper2.cs.uct.ac.za (casper2.cs.uct.ac.za [137.158.128.58])
	by hub.freebsd.org (Postfix) with ESMTP id EE09B37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Oct 2001 13:29:28 -0800 (PST)
Received: from mwest by casper2.cs.uct.ac.za with local (Exim 3.20 #1)
	id 15yJyH-00027A-00
	for FreeBSD-gnats-submit@freebsd.org; Mon, 29 Oct 2001 23:29:25 +0200
Message-Id: <E15yJyH-00027A-00@casper2.cs.uct.ac.za>
Date: Mon, 29 Oct 2001 23:29:25 +0200
From: Matthew West <mwest@uct.ac.za>
Sender: Matthew West <mwest@cs.uct.ac.za>
Reply-To: Matthew West <mwest@uct.ac.za>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: irc/gruftistats
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         31606
>Category:       ports
>Synopsis:       New port: irc/gruftistats
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 29 13:30:01 PST 2001
>Closed-Date:    Mon Dec 24 20:58:39 PST 2001
>Last-Modified:  Mon Dec 24 20:59:32 PST 2001
>Originator:     Matthew West
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
University of Cape Town
>Environment:

>Description:

Gruftistats is a program which reads your IRC logs and turns them into
a web page.  This has a mixture of statistics (like who talked most),
and amusing facts (like who got kicked most).

It supports a variety of log formats already, and can be extended to
support other log formats by writing a spec file describing the
format.

WWW: http://gruftistats.sourceforge.net/

>How-To-Repeat:

>Fix:

# 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:
#
#	gruftistats
#	gruftistats/Makefile
#	gruftistats/distinfo
#	gruftistats/pkg-comment
#	gruftistats/pkg-descr
#	gruftistats/pkg-plist
#
echo c - gruftistats
mkdir -p gruftistats > /dev/null 2>&1
echo x - gruftistats/Makefile
sed 's/^X//' >gruftistats/Makefile << 'END-of-gruftistats/Makefile'
X# New ports collection makefile for:	gruftistats
X# Date created:		29 October 2001
X# Whom:			mwest@uct.ac.za
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	gruftistats
XPORTVERSION=	0.2.4
XCATEGORIES=	irc
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	gruftistats
X
XMAINTAINER=	mwest@uct.ac.za
X
XGNU_CONFIGURE=	YES
XUSE_GMAKE=	YES
X
XMAN1=		gruftistats.1
X
X.include <bsd.port.mk>
END-of-gruftistats/Makefile
echo x - gruftistats/distinfo
sed 's/^X//' >gruftistats/distinfo << 'END-of-gruftistats/distinfo'
XMD5 (gruftistats-0.2.4.tar.gz) = e3999150c38a9d563ceb759ef821ae50
END-of-gruftistats/distinfo
echo x - gruftistats/pkg-comment
sed 's/^X//' >gruftistats/pkg-comment << 'END-of-gruftistats/pkg-comment'
XProduces a web page of statistics and quotes from IRC channel logs
END-of-gruftistats/pkg-comment
echo x - gruftistats/pkg-descr
sed 's/^X//' >gruftistats/pkg-descr << 'END-of-gruftistats/pkg-descr'
XGruftistats is a program which reads your IRC logs and turns them into
Xa web page.  This has a mixture of statistics (like who talked most),
Xand amusing facts (like who got kicked most).
X
XIt supports a variety of log formats already, and can be extended to
Xsupport other log formats by writing a spec file describing the
Xformat.
X
XWWW: http://gruftistats.sourceforge.net/
X
X--
Xmwest@uct.ac.za
END-of-gruftistats/pkg-descr
echo x - gruftistats/pkg-plist
sed 's/^X//' >gruftistats/pkg-plist << 'END-of-gruftistats/pkg-plist'
Xbin/gruftistats
Xshare/doc/gruftistats/AUTHORS
Xshare/doc/gruftistats/COPYING
Xshare/doc/gruftistats/ChangeLog
Xshare/doc/gruftistats/NEWS
Xshare/doc/gruftistats/README
Xshare/doc/gruftistats/README.log-formats
Xshare/doc/gruftistats/sample.conf
Xshare/gruftistats/axur.lrx
Xshare/gruftistats/bitchx.lrx
Xshare/gruftistats/dancer.lrx
Xshare/gruftistats/eggdrop-1.4.x-mel.lrx
Xshare/gruftistats/eggdrop2.lrx
Xshare/gruftistats/grufti.lrx
Xshare/gruftistats/irssi-some-theme.lrx
Xshare/gruftistats/irssi.lrx
Xshare/gruftistats/pipe1h.png
Xshare/gruftistats/pipe1v.png
Xshare/gruftistats/pipe2h.png
Xshare/gruftistats/pipe2v.png
Xshare/gruftistats/pipe3h.png
Xshare/gruftistats/pipe3v.png
Xshare/gruftistats/pipe4h.png
Xshare/gruftistats/pipe4v.png
Xshare/gruftistats/xchat.lrx
X@dirrm share/doc/gruftistats
X@dirrm share/gruftistats
END-of-gruftistats/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: petef 
State-Changed-When: Mon Dec 24 20:58:39 PST 2001 
State-Changed-Why:  
New port added, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31606 
>Unformatted:
