From 4d8f9641a5a83181e5c4f514463309aace9abed1 Mon Sep 17 00:00:00 2001 From: jedgar Date: Wed, 22 Dec 1999 19:42:16 +0000 Subject: Interesting Perl-based IRC client with some NetHack flavor that spices up the interface. PR: 15530 Submitted by: andrews@technologist.com --- irc/nethirc/Makefile | 25 +++++++++++++++++++++++++ irc/nethirc/distinfo | 1 + irc/nethirc/pkg-comment | 1 + irc/nethirc/pkg-descr | 7 +++++++ irc/nethirc/pkg-plist | 24 ++++++++++++++++++++++++ 5 files changed, 58 insertions(+) create mode 100644 irc/nethirc/Makefile create mode 100644 irc/nethirc/distinfo create mode 100644 irc/nethirc/pkg-comment create mode 100644 irc/nethirc/pkg-descr create mode 100644 irc/nethirc/pkg-plist diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile new file mode 100644 index 0000000..59ba839 --- /dev/null +++ b/irc/nethirc/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: nethirc +# Version required: 0.04 +# Date created: 15 Dec 1999 +# Whom: Will Andrews +# +# $FreeBSD$ +# + +DISTNAME= nethirc-0.04 +CATEGORIES= irc +MASTER_SITES= ftp://ftp.nog.net/pub/tony/nethirc/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= andrews@technologist.com + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.005/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC + +NO_BUILD= yes +USE_PERL5= yes +MAN1= nethirc.1 + +do-install: + (cd ${WRKSRC} && ${SH} install.sh ${PREFIX}) + +.include diff --git a/irc/nethirc/distinfo b/irc/nethirc/distinfo new file mode 100644 index 0000000..36c9384 --- /dev/null +++ b/irc/nethirc/distinfo @@ -0,0 +1 @@ +MD5 (nethirc-0.04.tar.Z) = 725fcc1a2c0cc59d28f7019b96937d49 diff --git a/irc/nethirc/pkg-comment b/irc/nethirc/pkg-comment new file mode 100644 index 0000000..a4ba101 --- /dev/null +++ b/irc/nethirc/pkg-comment @@ -0,0 +1 @@ +Perl-based irc client that uses Net::IRC. diff --git a/irc/nethirc/pkg-descr b/irc/nethirc/pkg-descr new file mode 100644 index 0000000..c3f3f7e --- /dev/null +++ b/irc/nethirc/pkg-descr @@ -0,0 +1,7 @@ +Interesting Perl-based IRC client with some +NetHack flavor that spices up the interface. + +WWW: http://www.nog.net/~tony/ +Author: Tony Monroe + +--Will diff --git a/irc/nethirc/pkg-plist b/irc/nethirc/pkg-plist new file mode 100644 index 0000000..70ffa3b --- /dev/null +++ b/irc/nethirc/pkg-plist @@ -0,0 +1,24 @@ +bin/nethirc +bin/nhirc +share/nethirc/HACKING +share/nethirc/INSTALL +share/nethirc/LICENSE +share/nethirc/README +share/nethirc/TODO +share/nethirc/channel_mode +share/nethirc/classes +share/nethirc/commands +share/nethirc/commands.pl +share/nethirc/complaints +share/nethirc/ctcp +share/nethirc/deities +share/nethirc/disasters +share/nethirc/formats +share/nethirc/handlers +share/nethirc/handlers.pl +share/nethirc/helpers.pl +share/nethirc/monsters +share/nethirc/nhircrc +share/nethirc/scrolls +share/nethirc/self_mode +@dirrm share/nethirc -- cgit v1.1