diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-08-14 16:15:01 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-08-14 16:15:01 +0000 |
commit | ac7e0ee7ad0f6ad463387bd0bd1bde93fe573f89 (patch) | |
tree | 2b02b1f78136d760951cc2c6e10d7803d2c1382c /lang | |
parent | e9ea24974bd47b9d5a0c13a51c7b8f5c2954390c (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/p5-POE-Component-Hailo/Makefile | 29 | ||||
-rw-r--r-- | lang/p5-POE-Component-Hailo/distinfo | 2 | ||||
-rw-r--r-- | lang/p5-POE-Component-Hailo/files/patch-Makefile.PL.in | 16 | ||||
-rw-r--r-- | lang/p5-POE-Component-Hailo/pkg-descr | 5 | ||||
-rw-r--r-- | lang/p5-POE-Component-Hailo/pkg-plist | 7 |
6 files changed, 0 insertions, 60 deletions
diff --git a/lang/Makefile b/lang/Makefile index bbc03ed85c75..13d827a7b1e6 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -213,7 +213,6 @@ SUBDIR += p5-JavaScript-Value-Escape SUBDIR += p5-List-MoreUtils SUBDIR += p5-Modern-Perl - SUBDIR += p5-POE-Component-Hailo SUBDIR += p5-Parse-Perl SUBDIR += p5-Perl6-Subs SUBDIR += p5-Pugs-Compiler-Rule diff --git a/lang/p5-POE-Component-Hailo/Makefile b/lang/p5-POE-Component-Hailo/Makefile deleted file mode 100644 index 79c50de159d5..000000000000 --- a/lang/p5-POE-Component-Hailo/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: POE-Componenet-Hailo -# Date created: 2011-07-19 -# Whom: milki <milki@rescomp.berkeley.edu> -# -# $FreeBSD$ -# - -PORTNAME= POE-Component-Hailo -PORTVERSION= 0.10 -CATEGORIES= lang perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:HINRIK -PKGNAMEPREFIX= p5- - -MAINTAINER= milki@rescomp.berkeley.edu -COMMENT= A non-blocking wrapper around Hailo - -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual - -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-Hailo>=0:${PORTSDIR}/textproc/p5-Hailo -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3= POE::Component::Hailo.3 - -.include <bsd.port.mk> diff --git a/lang/p5-POE-Component-Hailo/distinfo b/lang/p5-POE-Component-Hailo/distinfo deleted file mode 100644 index c244fb24634c..000000000000 --- a/lang/p5-POE-Component-Hailo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (POE-Component-Hailo-0.10.tar.gz) = 2fb1a36b2bf4ed1b055be0427be95fad441f5c9bbc42dbc0f216d01d3f558edc -SIZE (POE-Component-Hailo-0.10.tar.gz) = 12258 diff --git a/lang/p5-POE-Component-Hailo/files/patch-Makefile.PL.in b/lang/p5-POE-Component-Hailo/files/patch-Makefile.PL.in deleted file mode 100644 index 443861cf9f7b..000000000000 --- a/lang/p5-POE-Component-Hailo/files/patch-Makefile.PL.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.PL.new 2011-07-29 07:05:19.000000000 -0700 -+++ Makefile.PL 2011-07-29 07:06:44.000000000 -0700 -@@ -48,5 +48,12 @@ - - WriteMakefile(%WriteMakefileArgs); - -+package MY; - -- -+sub init_PM { -+ my $self = shift; -+ $self->SUPER::init_PM(@_); -+ # Do not install the README and README.pod -+ delete $self->{PM}{"README.pod"}; -+ delete $self->{PM}{"README"}; -+} diff --git a/lang/p5-POE-Component-Hailo/pkg-descr b/lang/p5-POE-Component-Hailo/pkg-descr deleted file mode 100644 index b5c882c113ca..000000000000 --- a/lang/p5-POE-Component-Hailo/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -POE::Component::Hailo is a POE component that provides a non-blocking wrapper -around Hailo. It accepts the events listed under "INPUT" and emits the events -listed under "OUTPUT". - -WWW: http://search.cpan.org/dist/POE-Component-Hailo/ diff --git a/lang/p5-POE-Component-Hailo/pkg-plist b/lang/p5-POE-Component-Hailo/pkg-plist deleted file mode 100644 index 6103a50d4c93..000000000000 --- a/lang/p5-POE-Component-Hailo/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%SITE_PERL%%/POE/Component/Hailo.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Hailo/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Hailo -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE -@dirrmtry %%SITE_PERL%%/POE/Component -@dirrmtry %%SITE_PERL%%/POE |