diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/nethirc/Makefile | 28 | ||||
-rw-r--r-- | irc/nethirc/distinfo | 4 | ||||
-rw-r--r-- | irc/nethirc/pkg-descr | 7 | ||||
-rw-r--r-- | irc/nethirc/pkg-plist | 39 |
4 files changed, 36 insertions, 42 deletions
diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile index 355fd379cf07..749b4ab4238c 100644 --- a/irc/nethirc/Makefile +++ b/irc/nethirc/Makefile @@ -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> diff --git a/irc/nethirc/distinfo b/irc/nethirc/distinfo index 22d5f772c1b4..4ef95cfc9089 100644 --- a/irc/nethirc/distinfo +++ b/irc/nethirc/distinfo @@ -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 diff --git a/irc/nethirc/pkg-descr b/irc/nethirc/pkg-descr index c3f3f7e53caa..f94cbc2a82fe 100644 --- a/irc/nethirc/pkg-descr +++ b/irc/nethirc/pkg-descr @@ -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> diff --git a/irc/nethirc/pkg-plist b/irc/nethirc/pkg-plist index 70ffa3b240ae..e5039a40f88d 100644 --- a/irc/nethirc/pkg-plist +++ b/irc/nethirc/pkg-plist @@ -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 |