From bbc007e30649e904855d0fe8218319e9f813212b Mon Sep 17 00:00:00 2001 From: pgollucci Date: Mon, 7 Jun 2010 02:27:56 +0000 Subject: -------------------------------------------------------------------------------- ******************************************************************************** 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@ --- irc/Makefile | 1 - irc/p5-IRC/Makefile | 24 ------------------------ irc/p5-IRC/distinfo | 3 --- irc/p5-IRC/pkg-descr | 20 -------------------- irc/p5-IRC/pkg-plist | 12 ------------ 5 files changed, 60 deletions(-) delete mode 100644 irc/p5-IRC/Makefile delete mode 100644 irc/p5-IRC/distinfo delete mode 100644 irc/p5-IRC/pkg-descr delete mode 100644 irc/p5-IRC/pkg-plist (limited to 'irc') diff --git a/irc/Makefile b/irc/Makefile index 08108ad6a2a0..59c70028edde 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 38e61dbdfe07..000000000000 --- 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 -# -# $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 diff --git a/irc/p5-IRC/distinfo b/irc/p5-IRC/distinfo deleted file mode 100644 index cc0d09100bdb..000000000000 --- 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 8c659d3b012f..000000000000 --- 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 5cdbc71e7e1a..000000000000 --- 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 -- cgit