diff options
author | jedgar <jedgar@FreeBSD.org> | 1999-12-22 19:42:16 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 1999-12-22 19:42:16 +0000 |
commit | 4d8f9641a5a83181e5c4f514463309aace9abed1 (patch) | |
tree | c5f76afe2ffdf0cb2a1f55c3d1204e577a1a7769 | |
parent | ed5a1aa63c385f4211870136d0ec1fd510ec7d5b (diff) | |
download | FreeBSD-ports-4d8f9641a5a83181e5c4f514463309aace9abed1.zip FreeBSD-ports-4d8f9641a5a83181e5c4f514463309aace9abed1.tar.gz |
Interesting Perl-based IRC client with some
NetHack flavor that spices up the interface.
PR: 15530
Submitted by: andrews@technologist.com
-rw-r--r-- | irc/nethirc/Makefile | 25 | ||||
-rw-r--r-- | irc/nethirc/distinfo | 1 | ||||
-rw-r--r-- | irc/nethirc/pkg-comment | 1 | ||||
-rw-r--r-- | irc/nethirc/pkg-descr | 7 | ||||
-rw-r--r-- | irc/nethirc/pkg-plist | 24 |
5 files changed, 58 insertions, 0 deletions
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 <andrews@technologist.com> +# +# $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 <bsd.port.mk> 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 <tony@nog.net> + +--Will <andrews@technologist.com> 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 |