From 53d0aec33c1ab08d0f0be7797a4a57777d6e43d5 Mon Sep 17 00:00:00 2001
From: "Chris D. Faulhaber" <jedgar@FreeBSD.org>
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

(limited to 'irc/nethirc')

diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile
new file mode 100644
index 000000000000..59ba839029af
--- /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 000000000000..36c938413ba0
--- /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 000000000000..a4ba101cec65
--- /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 000000000000..c3f3f7e53caa
--- /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 000000000000..70ffa3b240ae
--- /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.2.3