mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Interesting Perl-based IRC client with some
NetHack flavor that spices up the interface. PR: 15530 Submitted by: andrews@technologist.com
This commit is contained in:
parent
9095c892fd
commit
53d0aec33c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23829
5 changed files with 58 additions and 0 deletions
25
irc/nethirc/Makefile
Normal file
25
irc/nethirc/Makefile
Normal file
|
@ -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>
|
1
irc/nethirc/distinfo
Normal file
1
irc/nethirc/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (nethirc-0.04.tar.Z) = 725fcc1a2c0cc59d28f7019b96937d49
|
1
irc/nethirc/pkg-comment
Normal file
1
irc/nethirc/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Perl-based irc client that uses Net::IRC.
|
7
irc/nethirc/pkg-descr
Normal file
7
irc/nethirc/pkg-descr
Normal file
|
@ -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>
|
24
irc/nethirc/pkg-plist
Normal file
24
irc/nethirc/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue