summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2015-07-31 17:53:14 +0000
committerwiz <wiz>2015-07-31 17:53:14 +0000
commitaeabf1879b53a98d20f042a3593c6779c77f520e (patch)
tree997aad39740de8943e2ac5963de0013554f522c5
parent66b99e2dbec351dd579ad1f72f0493e10c16a5c5 (diff)
downloadpkgsrc-aeabf1879b53a98d20f042a3593c6779c77f520e.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@
-rw-r--r--devel/Makefile3
-rw-r--r--devel/p5-Coro/DESCR7
-rw-r--r--devel/p5-Coro/Makefile38
-rw-r--r--devel/p5-Coro/distinfo6
-rw-r--r--devel/p5-Coro/patches/patch-aa18
-rw-r--r--doc/CHANGES-201510
-rw-r--r--net/Makefile4
-rw-r--r--net/p5-Net-RabbitFoot/DESCR1
-rw-r--r--net/p5-Net-RabbitFoot/Makefile29
-rw-r--r--net/p5-Net-RabbitFoot/distinfo5
-rw-r--r--net/p5-Net-Server-Coro/DESCR4
-rw-r--r--net/p5-Net-Server-Coro/Makefile24
-rw-r--r--net/p5-Net-Server-Coro/distinfo5
-rw-r--r--www/Makefile7
-rw-r--r--www/p5-Continuity/DESCR5
-rw-r--r--www/p5-Continuity/Makefile23
-rw-r--r--www/p5-Continuity/distinfo5
-rw-r--r--www/p5-Corona/DESCR3
-rw-r--r--www/p5-Corona/Makefile22
-rw-r--r--www/p5-Corona/distinfo5
-rw-r--r--www/p5-Squatting-On-PSGI/DESCR2
-rw-r--r--www/p5-Squatting-On-PSGI/Makefile22
-rw-r--r--www/p5-Squatting-On-PSGI/distinfo5
-rw-r--r--www/p5-Squatting/DESCR4
-rw-r--r--www/p5-Squatting/Makefile27
-rw-r--r--www/p5-Squatting/distinfo5
-rw-r--r--www/p5-Task-Plack/DESCR1
-rw-r--r--www/p5-Task-Plack/Makefile55
-rw-r--r--www/p5-Task-Plack/distinfo5
29 files changed, 12 insertions, 338 deletions
diff --git a/devel/Makefile b/devel/Makefile
index b1ac5a04a4b..8283dfd1e06 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2128 2015/07/30 12:51:56 schmonz Exp $
+# $NetBSD: Makefile,v 1.2129 2015/07/31 17:53:14 wiz Exp $
#
COMMENT= Development utilities
@@ -783,7 +783,6 @@ SUBDIR+= p5-Const-Fast
SUBDIR+= p5-Context-Preserve
SUBDIR+= p5-Contextual-Return
SUBDIR+= p5-Convert-Binary-C
-SUBDIR+= p5-Coro
SUBDIR+= p5-Curses
SUBDIR+= p5-Curses-UI
SUBDIR+= p5-Curses-UI-POE
diff --git a/devel/p5-Coro/DESCR b/devel/p5-Coro/DESCR
deleted file mode 100644
index 0dbe287ffbc..00000000000
--- a/devel/p5-Coro/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-The Perl 5 module collection Coro manages continuations in general,
-most often in the form of cooperative threads.The specific flavor
-of thread offered by this module also guarantees you that it will
-not switch between threads unless necessary, at easily-identified
-points in your program, so locking and parallel access are rarely
-an issue, making thread programming much safer and easier than using
-other thread models.
diff --git a/devel/p5-Coro/Makefile b/devel/p5-Coro/Makefile
deleted file mode 100644
index 5d50659587c..00000000000
--- a/devel/p5-Coro/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2015/06/12 10:49:03 wiz Exp $
-#
-
-DISTNAME= Coro-6.42
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Coro/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Coro/
-COMMENT= Perl 5 module providing cooperative threads
-LICENSE= ${PERL5_LICENSE}
-
-REPLACE_PERL= Coro/jit-amd64-unix.pl Coro/jit-x86-unix.pl
-
-USE_LANGUAGES= c
-PERL5_PACKLIST= auto/Coro/.packlist
-
-DEPENDS+= p5-AnyEvent-AIO>=1:../../devel/p5-AnyEvent-AIO
-DEPENDS+= p5-AnyEvent-BDB>=1:../../databases/p5-AnyEvent-BDB
-DEPENDS+= p5-BDB-[0-9]*:../../databases/p5-BDB
-DEPENDS+= p5-IO-AIO>=3.1:../../devel/p5-IO-AIO
-DEPENDS+= p5-AnyEvent>=5:../../devel/p5-AnyEvent
-DEPENDS+= p5-Guard>=0.5:../../devel/p5-Guard
-DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "NetBSD"
-# Only tested on NetBSD/i386 5.0.2
-MAKE_ENV+= CORO_INTERFACE=p # pthread implementation
-.endif
-
-.include "../../devel/p5-Event/buildlink3.mk"
-.include "../../devel/p5-EV/buildlink3.mk"
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Coro/distinfo b/devel/p5-Coro/distinfo
deleted file mode 100644
index bc9c46272ed..00000000000
--- a/devel/p5-Coro/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.10 2015/02/13 14:00:02 mef Exp $
-
-SHA1 (Coro-6.42.tar.gz) = 5aa7e840dc475c479d7c48fb912de06dd5a3e0b6
-RMD160 (Coro-6.42.tar.gz) = 3cfede527cf382bec984afbbf84b5cfe942ca842
-Size (Coro-6.42.tar.gz) = 189506 bytes
-SHA1 (patch-aa) = 4116ed31979879c16ebee194eb32a4c4c2c4438d
diff --git a/devel/p5-Coro/patches/patch-aa b/devel/p5-Coro/patches/patch-aa
deleted file mode 100644
index 82a44f5ac5d..00000000000
--- a/devel/p5-Coro/patches/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2013/09/02 13:16:26 obache Exp $
-
-Prevent interactive configuration.
-
---- Coro/Makefile.PL.orig 2012-12-07 13:18:19.000000000 +0000
-+++ Coro/Makefile.PL
-@@ -23,9 +23,9 @@ maintainer :)
-
- EOF
-
--if (prompt ("Skip further questions and use defaults (y/n)?", "y") =~ /[yY]/) {
-+#if (prompt ("Skip further questions and use defaults (y/n)?", "y") =~ /[yY]/) {
- $ENV{PERL_MM_USE_DEFAULT} = 1;
--}
-+#}
-
-
- my $iface;
diff --git a/doc/CHANGES-2015 b/doc/CHANGES-2015
index 6de955ec190..a3f15efc964 100644
--- a/doc/CHANGES-2015
+++ b/doc/CHANGES-2015
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2015,v 1.3179 2015/07/31 14:47:55 bsiegert Exp $
+$NetBSD: CHANGES-2015,v 1.3180 2015/07/31 17:53:14 wiz Exp $
Changes to the packages collection and infrastructure in 2015:
@@ -5871,3 +5871,11 @@ Changes to the packages collection and infrastructure in 2015:
Updated inputmethod/uim-mozc to 2.17.2106.102 [ryoon 2015-07-31]
Updated devel/jq to 1.4 [ryoon 2015-07-31]
Copied lang/go to lang/go14 [bsiegert 2015-07-31]
+ Removed devel/p5-Coro [wiz 2015-07-31]
+ Removed net/p5-Net-RabbitFoot [wiz 2015-07-31]
+ Removed net/p5-Net-Server-Coro [wiz 2015-07-31]
+ Removed www/p5-Continuity [wiz 2015-07-31]
+ Removed www/p5-Corona [wiz 2015-07-31]
+ Removed www/p5-Squatting [wiz 2015-07-31]
+ Removed www/p5-Squatting-On-PSGI [wiz 2015-07-31]
+ Removed www/p5-Task-Plack [wiz 2015-07-31]
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
diff --git a/www/Makefile b/www/Makefile
index ca8fe67551a..b9d0ea18ca7 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1121 2015/07/16 11:40:19 wiz Exp $
+# $NetBSD: Makefile,v 1.1122 2015/07/31 17:53:14 wiz Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -305,10 +305,8 @@ SUBDIR+= p5-CatalystX-CRUD-View-Excel
SUBDIR+= p5-CatalystX-CRUD-YUI
SUBDIR+= p5-CatalystX-Component-Traits
SUBDIR+= p5-CatalystX-LeakChecker
-SUBDIR+= p5-Continuity
SUBDIR+= p5-Cookie-Baker
SUBDIR+= p5-Cookie-XS
-SUBDIR+= p5-Corona
SUBDIR+= p5-Dancer
SUBDIR+= p5-Dancer-Session-Cookie
SUBDIR+= p5-Dancer2
@@ -471,13 +469,10 @@ SUBDIR+= p5-Router-Simple
SUBDIR+= p5-SCGI
SUBDIR+= p5-SVN-Web
SUBDIR+= p5-Session-Storage-Secure
-SUBDIR+= p5-Squatting
-SUBDIR+= p5-Squatting-On-PSGI
SUBDIR+= p5-Starlet
SUBDIR+= p5-Starman
SUBDIR+= p5-Task-CatInABox
SUBDIR+= p5-Task-Catalyst-Tutorial
-SUBDIR+= p5-Task-Plack
SUBDIR+= p5-Tatsumaki
SUBDIR+= p5-Template-Extract
SUBDIR+= p5-Template-Generate
diff --git a/www/p5-Continuity/DESCR b/www/p5-Continuity/DESCR
deleted file mode 100644
index 0d70f8da93b..00000000000
--- a/www/p5-Continuity/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-The Perl 5 module Continuity is a library to simplify web applications.
-Each session is written and runs as a persistant application, and
-is able to request additional input at any time without exiting.
-This is significantly different from the traditional CGI model of
-web applications in which a program is restarted for each new request.
diff --git a/www/p5-Continuity/Makefile b/www/p5-Continuity/Makefile
deleted file mode 100644
index 6a85511948a..00000000000
--- a/www/p5-Continuity/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:58 wiz Exp $
-
-DISTNAME= Continuity-1.6
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AW/AWWAIID/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Continuity/
-COMMENT= Perl 5 module to abstract statelessness of HTTP
-LICENSE= ${PERL5_LICENSE}
-
-USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Continuity/.packlist
-
-BUILD_DEPENDS+= p5-Test-WWW-Mechanize-[0-9]*:../../www/p5-Test-WWW-Mechanize
-DEPENDS+= p5-Event-[0-9]*:../../devel/p5-Event
-DEPENDS+= p5-Coro>=4.37:../../devel/p5-Coro
-DEPENDS+= p5-libwww>=1.36:../../www/p5-libwww
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-Continuity/distinfo b/www/p5-Continuity/distinfo
deleted file mode 100644
index 6e497b781ea..00000000000
--- a/www/p5-Continuity/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/01/01 03:55:35 mef Exp $
-
-SHA1 (Continuity-1.6.tar.gz) = f919b0ce735a8d67280449e8a802f86f668131b9
-RMD160 (Continuity-1.6.tar.gz) = a5b9d7170ae592ebb4c223aa333e98655e1f32f5
-Size (Continuity-1.6.tar.gz) = 75570 bytes
diff --git a/www/p5-Corona/DESCR b/www/p5-Corona/DESCR
deleted file mode 100644
index c0e5cc4d82b..00000000000
--- a/www/p5-Corona/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-The Perl 5 module Corona is a Coro based Plack web server. It uses
-Net::Server::Coro under the hood, which means we have coroutines
-(threads) for each socket, active connections and a main loop.
diff --git a/www/p5-Corona/Makefile b/www/p5-Corona/Makefile
deleted file mode 100644
index 8408e44d663..00000000000
--- a/www/p5-Corona/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2015/06/12 10:51:58 wiz Exp $
-
-DISTNAME= Corona-0.1004
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Corona/
-COMMENT= Perl 5 Coro based PSGI web server
-LICENSE= ${PERL5_LICENSE}
-
-USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Corona/.packlist
-
-DEPENDS+= p5-Coro-[0-9]*:../../devel/p5-Coro
-DEPENDS+= p5-Net-Server-Coro>=0.5:../../net/p5-Net-Server-Coro
-DEPENDS+= p5-Plack>=0.99:../../www/p5-Plack
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-Corona/distinfo b/www/p5-Corona/distinfo
deleted file mode 100644
index d9973064a20..00000000000
--- a/www/p5-Corona/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/04/24 08:02:16 seb Exp $
-
-SHA1 (Corona-0.1004.tar.gz) = 6107e077352b09e7e48ed69230f15d6d09dd1c4d
-RMD160 (Corona-0.1004.tar.gz) = 79def6c4cfdd474dcc4468aadf004aebcc896a17
-Size (Corona-0.1004.tar.gz) = 21114 bytes
diff --git a/www/p5-Squatting-On-PSGI/DESCR b/www/p5-Squatting-On-PSGI/DESCR
deleted file mode 100644
index 4c2d09fa721..00000000000
--- a/www/p5-Squatting-On-PSGI/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-The Perl 5 module Squatting::On::PSGI is an adapter to run Squatting
-applications on PSGI implementations.
diff --git a/www/p5-Squatting-On-PSGI/Makefile b/www/p5-Squatting-On-PSGI/Makefile
deleted file mode 100644
index 07ac51188d7..00000000000
--- a/www/p5-Squatting-On-PSGI/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2015/06/12 10:52:11 wiz Exp $
-
-DISTNAME= Squatting-On-PSGI-0.06
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BE/BEPPU/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Squatting-On-PSGI/
-COMMENT= Perl 5 module to run Squatting applications on PSGI
-LICENSE= ${PERL5_LICENSE}
-
-USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Squatting/On/PSGI/.packlist
-
-BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
-DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack
-DEPENDS+= p5-Squatting-[0-9]*:../../www/p5-Squatting
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-Squatting-On-PSGI/distinfo b/www/p5-Squatting-On-PSGI/distinfo
deleted file mode 100644
index c5f730c31fc..00000000000
--- a/www/p5-Squatting-On-PSGI/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2011/11/05 23:00:34 hiramatsu Exp $
-
-SHA1 (Squatting-On-PSGI-0.06.tar.gz) = 29cd22a00d8f7fd2698a39ed2af3b32f1686d582
-RMD160 (Squatting-On-PSGI-0.06.tar.gz) = 1bf4d4474cb750627f59bb09ebc84e75bdf7dcee
-Size (Squatting-On-PSGI-0.06.tar.gz) = 45774 bytes
diff --git a/www/p5-Squatting/DESCR b/www/p5-Squatting/DESCR
deleted file mode 100644
index e02e4cddbca..00000000000
--- a/www/p5-Squatting/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-The Perl 5 Squatting is a web microframework based on Camping. It
-originally used Continuity as its foundation, but it has since been
-generalized such that it can squat on top of any Perl-based web
-framework (in theory).
diff --git a/www/p5-Squatting/Makefile b/www/p5-Squatting/Makefile
deleted file mode 100644
index 9c803f1c5e8..00000000000
--- a/www/p5-Squatting/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2015/06/12 10:52:11 wiz Exp $
-
-DISTNAME= Squatting-0.83
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BE/BEPPU/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Squatting/
-COMMENT= Camping-inspired Web microframework for Perl 5
-LICENSE= mit
-
-USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Squatting/.packlist
-
-DEPENDS+= p5-Class-C3-Componentised-[0-9]*:../../devel/p5-Class-C3-Componentised
-DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
-DEPENDS+= p5-Continuity>=0.991:../../www/p5-Continuity
-DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
-DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
-DEPENDS+= p5-IO-All-[0-9]*:../../devel/p5-IO-All
-DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
-DEPENDS+= p5-Shell-Perl-[0-9]*:../../devel/p5-Shell-Perl
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-Squatting/distinfo b/www/p5-Squatting/distinfo
deleted file mode 100644
index 9ea54d64f9a..00000000000
--- a/www/p5-Squatting/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/01/12 13:13:45 mef Exp $
-
-SHA1 (Squatting-0.83.tar.gz) = 9a03ac12647effb4add166e3abdcf8e4c5e16574
-RMD160 (Squatting-0.83.tar.gz) = cabc77dbaa55ddfd22d6fd7de5f72787f20d563f
-Size (Squatting-0.83.tar.gz) = 111523 bytes
diff --git a/www/p5-Task-Plack/DESCR b/www/p5-Task-Plack/DESCR
deleted file mode 100644
index fa6a95dfbd7..00000000000
--- a/www/p5-Task-Plack/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-The Perl 5 module Task::Plack is a Plack bundle.
diff --git a/www/p5-Task-Plack/Makefile b/www/p5-Task-Plack/Makefile
deleted file mode 100644
index c4079c38446..00000000000
--- a/www/p5-Task-Plack/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2015/06/12 10:52:11 wiz Exp $
-
-DISTNAME= Task-Plack-0.28
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Task/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Task-Plack/
-COMMENT= Perl 5 Plack bundle
-LICENSE= ${PERL5_LICENSE}
-
-USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Task/Plack/.packlist
-
-DEPENDS+= p5-CGI-Application-PSGI>=1.00:../../www/p5-CGI-Application-PSGI
-DEPENDS+= p5-CGI-Compile>=0.12:../../www/p5-CGI-Compile
-DEPENDS+= p5-CGI-Emulate-PSGI>=0.10:../../www/p5-CGI-Emulate-PSGI
-DEPENDS+= p5-CGI-PSGI>=0.11:../../www/p5-CGI-PSGI
-DEPENDS+= p5-Catalyst-Engine-PSGI>=0.11:../../www/p5-Catalyst-Engine-PSGI
-DEPENDS+= p5-Corona>=0.1004:../../www/p5-Corona
-DEPENDS+= p5-Devel-StackTrace-WithLexicals>=0.06:../../devel/p5-Devel-StackTrace-WithLexicals
-DEPENDS+= p5-FCGI>=0.71:../../www/p5-FCGI
-DEPENDS+= p5-FCGI-Client>=0.04:../../www/p5-FCGI-Client
-DEPENDS+= p5-FCGI-ProcManager>=0.19:../../www/p5-FCGI-ProcManager
-DEPENDS+= p5-HTTP-Server-Simple-PSGI>=0.14:../../www/p5-HTTP-Server-Simple-PSGI
-DEPENDS+= p5-IO-Handle-Util>=0.01:../../devel/p5-IO-Handle-Util
-DEPENDS+= p5-Net-FastCGI>=0.12:../../www/p5-Net-FastCGI
-DEPENDS+= p5-PSGI>=1.03:../../www/p5-PSGI
-DEPENDS+= p5-Plack>=0.9945:../../www/p5-Plack
-DEPENDS+= p5-Plack-App-Proxy>=0.15:../../www/p5-Plack-App-Proxy
-DEPENDS+= p5-Plack-Handler-AnyEvent-HTTPD>=0.01:../../www/p5-Plack-Handler-AnyEvent-HTTPD
-DEPENDS+= p5-Plack-Handler-AnyEvent-ReverseHTTP>=0.04:../../www/p5-Plack-Handler-AnyEvent-ReverseHTTP
-DEPENDS+= p5-Plack-Handler-AnyEvent-SCGI>=0.02:../../www/p5-Plack-Handler-AnyEvent-SCGI
-DEPENDS+= p5-Plack-Handler-SCGI>=0.02:../../www/p5-Plack-Handler-SCGI
-DEPENDS+= p5-Plack-Middleware-Auth-Digest>=0.03:../../www/p5-Plack-Middleware-Auth-Digest
-DEPENDS+= p5-Plack-Middleware-ConsoleLogger>=0.02:../../www/p5-Plack-Middleware-ConsoleLogger
-DEPENDS+= p5-Plack-Middleware-Debug>=0.09:../../www/p5-Plack-Middleware-Debug
-DEPENDS+= p5-Plack-Middleware-Deflater>=0.3:../../www/p5-Plack-Middleware-Deflater
-DEPENDS+= p5-Plack-Middleware-File-Sass>=0.1:../../www/p5-Plack-Middleware-File-Sass
-DEPENDS+= p5-Plack-Middleware-Header>=0.03:../../www/p5-Plack-Middleware-Header
-DEPENDS+= p5-Plack-Middleware-JSConcat>=0.29:../../www/p5-Plack-Middleware-JSConcat
-DEPENDS+= p5-Plack-Middleware-ReverseProxy>=0.06:../../www/p5-Plack-Middleware-ReverseProxy
-DEPENDS+= p5-Plack-Middleware-Session>=0.12:../../www/p5-Plack-Middleware-Session
-DEPENDS+= p5-Squatting-On-PSGI>=0.04:../../www/p5-Squatting-On-PSGI
-DEPENDS+= p5-Starlet>=0.10:../../www/p5-Starlet
-DEPENDS+= p5-Starman>=0.2006:../../www/p5-Starman
-DEPENDS+= p5-Test-WWW-Mechanize-PSGI>=0.35:../../www/p5-Test-WWW-Mechanize-PSGI
-DEPENDS+= p5-Twiggy>=0.1006:../../www/p5-Twiggy
-
-PERL5_MODULE_TYPE= Module::Build::Tiny
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-Task-Plack/distinfo b/www/p5-Task-Plack/distinfo
deleted file mode 100644
index 0339a5c3c82..00000000000
--- a/www/p5-Task-Plack/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2013/09/05 00:48:24 wen Exp $
-
-SHA1 (Task-Plack-0.28.tar.gz) = ed30b9186653c651f8ec83cf10ca21432fcef6fc
-RMD160 (Task-Plack-0.28.tar.gz) = 3a5fa11b32e6efcf9e23fd79ebe1fa892b48826a
-Size (Task-Plack-0.28.tar.gz) = 12724 bytes