From 44011afa94d38be475d1d23c4a8d35d36afe4a92 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 18 May 2012 23:20:20 +0000 Subject: 2012-04-17 devel/p5-POE-Exceptions: included in devel/p5-POE and not needed according to configure message 2012-05-09 net/p5-Net-Services: Removed from CPAN 2012-05-10 net/perldap: BROKEN for more than 6 month 2012-05-09 security/p5-Crypt-Cryptix: Gone from CPAN, project site says project is dead 2012-05-11 www/p5-HTML-Sanitizer: no longer in CPAN 2012-04-25 www/p5-IMDB-Movie: Removed from CPAN --- devel/Makefile | 1 - devel/p5-POE-Exceptions/Makefile | 27 --------------------------- devel/p5-POE-Exceptions/distinfo | 2 -- devel/p5-POE-Exceptions/pkg-descr | 14 -------------- devel/p5-POE-Exceptions/pkg-plist | 9 --------- 5 files changed, 53 deletions(-) delete mode 100644 devel/p5-POE-Exceptions/Makefile delete mode 100644 devel/p5-POE-Exceptions/distinfo delete mode 100644 devel/p5-POE-Exceptions/pkg-descr delete mode 100644 devel/p5-POE-Exceptions/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index d72bdc222713..7dfe507b7475 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2252,7 +2252,6 @@ SUBDIR += p5-POE-Component-Syndicator SUBDIR += p5-POE-Component-TSTP SUBDIR += p5-POE-Devel-Profiler - SUBDIR += p5-POE-Exceptions SUBDIR += p5-POE-Loop-Glib SUBDIR += p5-POE-Loop-Tk SUBDIR += p5-POE-Quickie diff --git a/devel/p5-POE-Exceptions/Makefile b/devel/p5-POE-Exceptions/Makefile deleted file mode 100644 index 6aae47bb8994..000000000000 --- a/devel/p5-POE-Exceptions/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: POE-Exceptions -# Date created: 16 October 2003 -# Whom: Sergey Skvortsov -# -# $FreeBSD$ -# - -PORTNAME= POE-Exceptions -PORTVERSION= 0.0502 -CATEGORIES= devel perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= POE class for handling exceptions - -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE -RUN_DEPENDS:= ${BUILD_DEPENDS} -DEPRECATED= included in devel/p5-POE and not needed according to configure message -EXPIRATION_DATE= 2012-04-17 - -PERL_CONFIGURE= yes - -MAN3= POE::Exceptions.3 POE::Kernel::Exception.3 \ - POE::Session::Exception.3 - -.include diff --git a/devel/p5-POE-Exceptions/distinfo b/devel/p5-POE-Exceptions/distinfo deleted file mode 100644 index c242d4a60b53..000000000000 --- a/devel/p5-POE-Exceptions/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (POE-Exceptions-0.0502.tar.gz) = 7c0e85018d0767107b987cb17292d1970eb4bd296b459290b78953c26a84c625 -SIZE (POE-Exceptions-0.0502.tar.gz) = 10876 diff --git a/devel/p5-POE-Exceptions/pkg-descr b/devel/p5-POE-Exceptions/pkg-descr deleted file mode 100644 index 866b3ed1f7ac..000000000000 --- a/devel/p5-POE-Exceptions/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -POE::Exceptions extends POE to catch exceptions neatly. A new signal, -DIE, is introduced. This signal will be fired every time an exception -occurs. (For those of you new to the term exception, an exception is -whenever the code decides to bail out by die'ing.) If the signal handler -returns 1 (as in the example above), POE will assume that the handler -dealt with the signal appropriately. If the signal handler returns 0, -POE will assume that the handler does not want to deal with the signal -and POE will propagate the exception as if the handler never existed. - -Caveat: POE::Exceptions will die on its own in the case of a double -exception fault. If the DIE signal handler itself throws an exception, -POE::Exceptions will shut the program down and bail out. - -WWW: http://search.cpan.org/dist/POE-Exceptions/ diff --git a/devel/p5-POE-Exceptions/pkg-plist b/devel/p5-POE-Exceptions/pkg-plist deleted file mode 100644 index 99acc023c713..000000000000 --- a/devel/p5-POE-Exceptions/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Exceptions/.packlist -%%SITE_PERL%%/POE/Exceptions.pm -%%SITE_PERL%%/POE/Kernel/Exception.pm -%%SITE_PERL%%/POE/Session/Exception.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Exceptions -@dirrmtry %%SITE_PERL%%/POE/Kernel -@dirrmtry %%SITE_PERL%%/POE/Session -@dirrmtry %%SITE_PERL%%/POE -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE -- cgit