1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 0.7

- New maintainer

PR:		ports/75054
Submitted by:	Matt Mills <matt_mills(at)btopenworld.com>
This commit is contained in:
Sergey Matveychuk 2004-12-21 12:32:14 +00:00
parent 92d47ccb5d
commit b6e83bdb59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124698
4 changed files with 36 additions and 42 deletions

View File

@ -5,22 +5,26 @@
# $FreeBSD$
#
PORTNAME= nethirc
PORTVERSION= 0.04
PORTNAME= NetHirc
PORTVERSION= 0.7
CATEGORIES= irc
MASTER_SITES= ftp://ftp.nog.net/pub/tony/nethirc/
EXTRACT_SUFX= .tar.Z
MASTER_SITES= ftp://ftp.nog.net/pub/tony/nethirc/old/
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl-based irc client that uses Net::IRC
MAINTAINER= matt_mills@btopenworld.com
COMMENT= Perl-based IRC client that uses Net::IRC
RUN_DEPENDS= ${SITE_PERL}/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC
NO_BUILD= yes
USE_PERL5= yes
MAN1= nethirc.1 nhirc.1
PERL_CONFIGURE= yes
do-install:
(cd ${WRKSRC} && ${SH} install.sh ${PREFIX})
MANCOMPRESSED= no
MAN1= nethirc.pl.1
MAN3= NetHirc.3 nethirc.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires Perl 5.8.x or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (nethirc-0.04.tar.Z) = 725fcc1a2c0cc59d28f7019b96937d49
SIZE (nethirc-0.04.tar.Z) = 50913
MD5 (NetHirc-0.7.tar.gz) = 461d967dae3c91f4403b472b3ac577c1
SIZE (NetHirc-0.7.tar.gz) = 32476

View File

@ -1,7 +1,4 @@
Interesting Perl-based IRC client with some
NetHack flavor that spices up the interface.
Console IRC client written in Perl, based on widely popular NetHack game.
WWW: http://www.nog.net/~tony/
Author: Tony Monroe <tony@nog.net>
--Will <andrews@technologist.com>

View File

@ -1,24 +1,17 @@
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
bin/nethirc.pl
%%SITE_PERL%%/NetHirc/Channel.pm
%%SITE_PERL%%/NetHirc/Handlers.pm
%%SITE_PERL%%/NetHirc/Helpers.pm
%%SITE_PERL%%/NetHirc/State.pm
%%SITE_PERL%%/NetHirc/Terminal.pm
%%SITE_PERL%%/NetHirc/Formats.pm
%%SITE_PERL%%/NetHirc/Server.pm
%%SITE_PERL%%/NetHirc/StatsDB.pm
%%SITE_PERL%%/NetHirc/TerminalEvent.pm
%%SITE_PERL%%/NetHirc/BigBrother.pm
%%SITE_PERL%%/NetHirc.pm
%%SITE_PERL%%/nethirc.pl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetHirc/.packlist
@dirrm %%SITE_PERL%%/NetHirc
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/NetHirc