Bug 50415 - New port: irc/onis
Summary: New port: irc/onis
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-29 02:20 UTC by Charlie &
Modified: 2003-08-28 12:19 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie & 2003-03-29 02:20:09 UTC
	New port: irc/onis A script that converts IRC logfiles into an HTML statistics page

# 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:
#
#       .
#       ./aa
#       ./Makefile
#       ./pkg-descr
#       ./distinfo
#       ./pkg-plist
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./aa
sed 's/^X//' >./aa << 'END-of-./aa'
X# This is a shell archive.  Save it in a file, remove anything before
X# this line, and then unpack it by entering "sh file".  Note, it may
X# create directories; files and directories will be owned by you and
X# have default permissions.
X#
X# This archive contains:
X#
X#      .
X#      ./aa
X#      ./Makefile
X#      ./pkg-descr
X#      ./distinfo
X#      ./pkg-plist
X#
Xecho c - .
Xmkdir -p . > /dev/null 2>&1
Xecho x - ./aa
Xsed 's/^X//' >./aa << 'END-of-./aa'
END-of-./aa
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:   onis
X# Date created:                                29 March 2003
X# Whom:                                        koji@jet.es
X#
X# $FreeBSD$
X#
X
XPORTNAME=      onis
XPORTVERSION=   0.3.3
XCATEGORIES=    irc
XMASTER_SITES=  http://verplant.org/onis/
X
XMAINTAINER=    koji@jet.es
XCOMMENT=       A script that converts IRC logfiles into an HTML statistics page
X
XNO_BUILD=       YES
XUSE_PERL5=     YES
X
Xdo-install:
X       @if [ ! -d ${DATADIR} ]; then \
X               ${MKDIR} ${DATADIR}; \
X       fi
X       ${CP} -R ${WRKSRC}/* ${DATADIR}/
X
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XOnis is a script that converts IRC logfiles into an HTML statistics page.
XIt provides information about daily channel usage and user activity.
END-of-./pkg-descr
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (onis-0.3.3.tar.gz) = 5f0be1172479f86c6f01fca20571e23e
END-of-./distinfo
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xshare/onis/CHANGELOG
Xshare/onis/COPYING
Xshare/onis/Config.pm
Xshare/onis/README
Xshare/onis/config
Xshare/onis/html.pm
Xshare/onis/images/hor0n.png
Xshare/onis/images/hor1n.png
Xshare/onis/images/hor2n.png
Xshare/onis/images/hor3n.png
Xshare/onis/images/ver0n.png
Xshare/onis/images/ver1n.png
Xshare/onis/images/ver2n.png
Xshare/onis/images/ver3n.png
Xshare/onis/onis
Xshare/onis/parser/dancer.pm
Xshare/onis/parser/dircproxy.pm
Xshare/onis/parser/eggdrop.pm
Xshare/onis/parser/ircii.pm
Xshare/onis/parser/mirc.pm
Xshare/onis/parser/perlbot.pm
Xshare/onis/parser/tools.pm
Xshare/onis/plugins/actions.pm
Xshare/onis/plugins/channel.pm
Xshare/onis/plugins/core.pm
Xshare/onis/plugins/extensions.pm
Xshare/onis/plugins/kicks.pm
Xshare/onis/plugins/longlines.pm
Xshare/onis/plugins/nicks.pm
Xshare/onis/plugins/questions.pm
Xshare/onis/plugins/quits.pm
Xshare/onis/plugins/soliloquies.pm
Xshare/onis/plugins/topics.pm
Xshare/onis/plugins/urls.pm
Xshare/onis/plugins/words.pm
Xshare/onis/plugins/yells.pm
Xshare/onis/timestamp
X@dirrm share/onis/images
X@dirrm share/onis/parser
X@dirrm share/onis/plugins
X@dirrm share/onis
END-of-./pkg-plist
exit
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-08-28 12:19:43 UTC
State Changed
From-To: open->closed

Commited, thanks!