diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 10:27:56 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 10:27:56 +0800 |
commit | bbc007e30649e904855d0fe8218319e9f813212b (patch) | |
tree | 7da99ee2b930938a09b651e7980b0c9cd484a5eb /irc | |
parent | bdae8847b6f4a1b1e1474f46235395b4187d352e (diff) | |
download | freebsd-ports-graphics-bbc007e30649e904855d0fe8218319e9f813212b.tar.gz freebsd-ports-graphics-bbc007e30649e904855d0fe8218319e9f813212b.tar.zst freebsd-ports-graphics-bbc007e30649e904855d0fe8218319e9f813212b.zip |
--------------------------------------------------------------------------------
********************************************************************************
DANGER, WILL ROBINSON! DANGER!
This module has been deprecated, abandoned, and is no longer supported. It has
not seen active development in five years, and its original author has moved on.
We *STRONGLY* recommend you port your code to either Bot::BasicBot or
POE::Component::IRC. Please feel free to stop by irc.freenode.net/#perl for help
making this transition. Or, if you insist on proceeding, please type the
following line exactly as is and then press Enter:
I acknowledge that Net::IRC is unsupported and I wish to proceed.
********************************************************************************
--------------------------------------------------------------------------------
As suck, remove the port and point users at irc/p5-Bot-BasicBot
With Hat: perl@
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/p5-IRC/Makefile | 24 | ||||
-rw-r--r-- | irc/p5-IRC/distinfo | 3 | ||||
-rw-r--r-- | irc/p5-IRC/pkg-descr | 20 | ||||
-rw-r--r-- | irc/p5-IRC/pkg-plist | 12 |
5 files changed, 0 insertions, 60 deletions
diff --git a/irc/Makefile b/irc/Makefile index 08108ad6a2a..59c70028edd 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -83,7 +83,6 @@ SUBDIR += onis SUBDIR += p5-AnyEvent-IRC SUBDIR += p5-Bot-BasicBot - SUBDIR += p5-IRC SUBDIR += p5-IRC-Bot-Hangman SUBDIR += p5-POE-Component-IRC SUBDIR += p5-POE-Component-IRC-Object diff --git a/irc/p5-IRC/Makefile b/irc/p5-IRC/Makefile deleted file mode 100644 index 38e61dbdfe0..00000000000 --- a/irc/p5-IRC/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: p5-IRC -# Date created: 07 August 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# -# $FreeBSD$ -# - -PORTNAME= Net-IRC -PORTVERSION= 0.75 -CATEGORIES= irc perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Perl5 modules to implement the IRC protocol (RFC 1459) - -PERL_CONFIGURE= yes - -MAN3= Net::Connection.3 \ - Net::DCC.3 \ - Net::Event.3 \ - Net::IRC.3 - -.include <bsd.port.mk> diff --git a/irc/p5-IRC/distinfo b/irc/p5-IRC/distinfo deleted file mode 100644 index cc0d09100bd..00000000000 --- a/irc/p5-IRC/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Net-IRC-0.75.tar.gz) = 57587a48ddece7a995c6b138003ee798 -SHA256 (Net-IRC-0.75.tar.gz) = b4a8fbbb2891f48ce8af4f00d22704abe6a889066fb7e2f332d2d26a66c4465b -SIZE (Net-IRC-0.75.tar.gz) = 48651 diff --git a/irc/p5-IRC/pkg-descr b/irc/p5-IRC/pkg-descr deleted file mode 100644 index 8c659d3b012..00000000000 --- a/irc/p5-IRC/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -Welcome to Net::IRC, a work in progress. First intended to -be a quick tool for writing an IRC script in Perl, -Net::IRC has grown into a comprehensive Perl -implementation of the IRC protocol (RFC 1459), supported -and developed by several members of the EFnet IRC channel -#perl. - -There are 4 component modules which make up Net::IRC: - -Net::IRC - -Net::IRC::Connection - -Net::IRC::Event - -Net::IRC::DCC - -See their respective man pages for details. - -WWW: http://search.cpan.org/dist/Net-IRC/ diff --git a/irc/p5-IRC/pkg-plist b/irc/p5-IRC/pkg-plist deleted file mode 100644 index 5cdbc71e7e1..00000000000 --- a/irc/p5-IRC/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%SITE_PERL%%/Net/IRC.pm -%%SITE_PERL%%/Net/IRC/Connection.pm -%%SITE_PERL%%/Net/IRC/DCC.pm -%%SITE_PERL%%/Net/IRC/Event.pm -%%SITE_PERL%%/Net/IRC/EventQueue.pm -%%SITE_PERL%%/Net/IRC/EventQueue/Entry.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IRC/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IRC -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrm %%SITE_PERL%%/Net/IRC/EventQueue -@dirrm %%SITE_PERL%%/Net/IRC -@dirrmtry %%SITE_PERL%%/Net |