Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -0,0 +1,3 @@
Router::Simple is a simple router class. Its main purpose is to serve as a
dispatcher for web applications. Router::Simple can match against PSGI $env
directly, which means it's easy to use with PSGI supporting web frameworks.

View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1.1.1 2013/10/20 02:52:45 tonnerre Exp $
#
DISTNAME= Router-Simple-0.15
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Router/}
MAINTAINER= pkgsrc-p5-people@NetBSD.org
HOMEPAGE= https://github.com/tokuhirom/p5-router-simple
COMMENT= Simple HTTP router for web applications
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= perl:run
DEPENDS+= p5-Class-Accessor-Lite-[0-9]*:../../devel/p5-Class-Accessor-Lite
PERL5_PACKLIST= auto/Router/Simple/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2013/10/20 02:52:45 tonnerre Exp $
SHA1 (Router-Simple-0.15.tar.gz) = d04906daa6babf9f2dfbdac1bf7c531f97bb4bdf
RMD160 (Router-Simple-0.15.tar.gz) = 35e16fd3a18b6e6470e8376e8eaaedf8b38dc10f
Size (Router-Simple-0.15.tar.gz) = 19124 bytes