diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-31 17:53:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-31 17:53:14 +0000 |
commit | d3dfb58710dd2f86c31de8448c9fcfbb5ffb10c6 (patch) | |
tree | 997aad39740de8943e2ac5963de0013554f522c5 /net | |
parent | 8b83623e78347dc9aa4e3d54f58a524669a27055 (diff) | |
download | pkgsrc-d3dfb58710dd2f86c31de8448c9fcfbb5ffb10c6.tar.gz |
Remove p5-Coro and packages depending on it.
Upstream says that it "can not" work with perl 5.22 and has even
forked perl as "stableperl" to allow his package to work instead
of fixing it differently.
See http://blog.schmorp.de/2015-06-06-stableperl-faq.html
Ok bsiegert@
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-RabbitFoot/DESCR | 1 | ||||
-rw-r--r-- | net/p5-Net-RabbitFoot/Makefile | 29 | ||||
-rw-r--r-- | net/p5-Net-RabbitFoot/distinfo | 5 | ||||
-rw-r--r-- | net/p5-Net-Server-Coro/DESCR | 4 | ||||
-rw-r--r-- | net/p5-Net-Server-Coro/Makefile | 24 | ||||
-rw-r--r-- | net/p5-Net-Server-Coro/distinfo | 5 |
7 files changed, 1 insertions, 71 deletions
diff --git a/net/Makefile b/net/Makefile index 3e65bdd18d9..9bc51ecd5e7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1079 2015/07/13 04:10:34 bsiegert Exp $ +# $NetBSD: Makefile,v 1.1080 2015/07/31 17:53:14 wiz Exp $ # COMMENT= Networking tools @@ -465,14 +465,12 @@ SUBDIR+= p5-Net-OpenID-Common SUBDIR+= p5-Net-OpenID-Consumer SUBDIR+= p5-Net-Packet SUBDIR+= p5-Net-Pcap -SUBDIR+= p5-Net-RabbitFoot SUBDIR+= p5-Net-RawIP SUBDIR+= p5-Net-SMTP-TLS SUBDIR+= p5-Net-SNMP SUBDIR+= p5-Net-SNMP-Mixin SUBDIR+= p5-Net-SSH-Expect SUBDIR+= p5-Net-Server -SUBDIR+= p5-Net-Server-Coro SUBDIR+= p5-Net-Server-SS-PreFork SUBDIR+= p5-Net-TFTP SUBDIR+= p5-Net-Telnet diff --git a/net/p5-Net-RabbitFoot/DESCR b/net/p5-Net-RabbitFoot/DESCR deleted file mode 100644 index e5f2b9b91d1..00000000000 --- a/net/p5-Net-RabbitFoot/DESCR +++ /dev/null @@ -1 +0,0 @@ -Net::RabbitFoot - An Asynchronous and multi channel Perl AMQP client diff --git a/net/p5-Net-RabbitFoot/Makefile b/net/p5-Net-RabbitFoot/Makefile deleted file mode 100644 index 9831f2cbdfc..00000000000 --- a/net/p5-Net-RabbitFoot/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2015/06/12 10:50:48 wiz Exp $ - -DISTNAME= Net-RabbitFoot-1.03 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Net-RabbitFoot -COMMENT= Asynchronous and multi channel Perl AMQP client -LICENSE= ${PERL5_LICENSE} - -PERL5_MODULE_TYPE= Module::Install::Bundled -DEPENDS+= p5-AnyEvent>=0:../../devel/p5-AnyEvent -DEPENDS+= p5-AnyEvent-RabbitMQ>=0:../../devel/p5-AnyEvent-RabbitMQ -DEPENDS+= p5-Moose>=2:../../devel/p5-Moose -DEPENDS+= p5-MooseX-AttributeHelpers>=0.20:../../devel/p5-MooseX-AttributeHelpers -DEPENDS+= p5-MooseX-ConfigFromFile>=0.10:../../devel/p5-MooseX-ConfigFromFile -DEPENDS+= p5-MooseX-App-Cmd>=0.20:../../devel/p5-MooseX-App-Cmd -DEPENDS+= p5-Config-Any>=0.20:../../devel/p5-Config-Any -DEPENDS+= p5-Coro>=6:../../devel/p5-Coro -DEPENDS+= p5-Moose>=2:../../devel/p5-Moose - -PERL5_PACKLIST= auto/Net/RabbitFoot/.packlist -REPLACE_PERL+= rabbit_foot - -.include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-RabbitFoot/distinfo b/net/p5-Net-RabbitFoot/distinfo deleted file mode 100644 index 68e6cfe804d..00000000000 --- a/net/p5-Net-RabbitFoot/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.1 2014/05/18 03:35:01 mspo Exp $ - -SHA1 (Net-RabbitFoot-1.03.tar.gz) = 395f4cc599934f9851fbee49522f90c1f37ddfcf -RMD160 (Net-RabbitFoot-1.03.tar.gz) = 5fbbdb4ee6f5b3bb56459b870e3233a45ded6931 -Size (Net-RabbitFoot-1.03.tar.gz) = 58368 bytes diff --git a/net/p5-Net-Server-Coro/DESCR b/net/p5-Net-Server-Coro/DESCR deleted file mode 100644 index 65f20309408..00000000000 --- a/net/p5-Net-Server-Coro/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -The Perl 5 module Net::Server::Coro implements multithreaded server -for the Net::Server architecture, using Coro and Coro::Socket to -make all reads and writes non-blocking. Additionally, it supports -non-blocking SSL negotiation. diff --git a/net/p5-Net-Server-Coro/Makefile b/net/p5-Net-Server-Coro/Makefile deleted file mode 100644 index 2c2b6c2ef51..00000000000 --- a/net/p5-Net-Server-Coro/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:50:49 wiz Exp $ -# - -DISTNAME= Net-Server-Coro-1.3 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Net-Server-Coro/ -COMMENT= Perl 5 co-operative multithreaded server using Coro -LICENSE= ${PERL5_LICENSE} - -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Net/Server/Coro/.packlist - -DEPENDS+= p5-Coro-[0-9]*:../../devel/p5-Coro -DEPENDS+= p5-EV-[0-9]*:../../devel/p5-EV -DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay -DEPENDS+= p5-Net-Server>=2.0:../../net/p5-Net-Server - -.include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-Server-Coro/distinfo b/net/p5-Net-Server-Coro/distinfo deleted file mode 100644 index fadf645942b..00000000000 --- a/net/p5-Net-Server-Coro/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2015/02/27 15:03:20 mef Exp $ - -SHA1 (Net-Server-Coro-1.3.tar.gz) = 54d56e5abf378ee51c6fff3063032f8a2ddded43 -RMD160 (Net-Server-Coro-1.3.tar.gz) = d247f9cc2f92c57e1c4ca7f25b2b0eee00c6247b -Size (Net-Server-Coro-1.3.tar.gz) = 27510 bytes |