From df71cd6edd1e2fe53af3af2cdbb5678374c16d6f Mon Sep 17 00:00:00 2001 From: kuriyama Date: Thu, 22 Jan 2009 00:57:32 +0000 Subject: Add p5-HTTP-Router 0.01, perl extension of Yet Another Path Router for HTTP. --- www/p5-HTTP-Router/Makefile | 37 +++++++++++++++++++++++++++++++++++++ www/p5-HTTP-Router/distinfo | 3 +++ www/p5-HTTP-Router/pkg-descr | 3 +++ www/p5-HTTP-Router/pkg-plist | 12 ++++++++++++ 4 files changed, 55 insertions(+) create mode 100644 www/p5-HTTP-Router/Makefile create mode 100644 www/p5-HTTP-Router/distinfo create mode 100644 www/p5-HTTP-Router/pkg-descr create mode 100644 www/p5-HTTP-Router/pkg-plist (limited to 'www/p5-HTTP-Router') diff --git a/www/p5-HTTP-Router/Makefile b/www/p5-HTTP-Router/Makefile new file mode 100644 index 00000000000..b0cd06888cd --- /dev/null +++ b/www/p5-HTTP-Router/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: HTTP::Router +# Date created: 22 Jan 2009 +# Whom: Jun Kuriyama +# +# $FreeBSD$ +# + +PORTNAME= HTTP-Router +PORTVERSION= 0.01 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension of Yet Another Path Router for HTTP + +RUN_DEPENDS= \ + p5-Mouse>=0.14:${PORTSDIR}/devel/p5-Mouse \ + p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean \ + p5-URI-Template-Restrict>0:${PORTSDIR}/net/p5-URI-Template-Restrict \ + p5-Hash-Merge>0:${PORTSDIR}/textproc/p5-Hash-Merge \ + p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Lingua-EN-Inflect-Number>0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number \ + p5-String-CamelCase>0:${PORTSDIR}/textproc/p5-String-CamelCase \ + p5-Text-SimpleTemplate>0:${PORTSDIR}/textproc/p5-Text-SimpleTemplate + +PERL_CONFIGURE= yes + +MAN3= HTTP::Router.3 \ + HTTP::Router::Debug.3 \ + HTTP::Router::Mapper.3 \ + HTTP::Router::Match.3 \ + HTTP::Router::Resources.3 \ + HTTP::Router::Route.3 \ + HTTP::Router::RouteSet.3 + +.include diff --git a/www/p5-HTTP-Router/distinfo b/www/p5-HTTP-Router/distinfo new file mode 100644 index 00000000000..9b323ea900a --- /dev/null +++ b/www/p5-HTTP-Router/distinfo @@ -0,0 +1,3 @@ +MD5 (HTTP-Router-0.01.tar.gz) = 8fd73fe7153b1a92fcd91c860ca12f1e +SHA256 (HTTP-Router-0.01.tar.gz) = 5c0464ea5a3a9462e367d7635e6f6b499f6d995b2c49622a1149893f535900e9 +SIZE (HTTP-Router-0.01.tar.gz) = 57085 diff --git a/www/p5-HTTP-Router/pkg-descr b/www/p5-HTTP-Router/pkg-descr new file mode 100644 index 00000000000..24eb81c55fe --- /dev/null +++ b/www/p5-HTTP-Router/pkg-descr @@ -0,0 +1,3 @@ +HTTP::Router provides a Merb-like way of constructing routing tables. + +WWW: http://search.cpan.org/dist/HTTP-Router/ diff --git a/www/p5-HTTP-Router/pkg-plist b/www/p5-HTTP-Router/pkg-plist new file mode 100644 index 00000000000..34705c16a84 --- /dev/null +++ b/www/p5-HTTP-Router/pkg-plist @@ -0,0 +1,12 @@ +%%SITE_PERL%%/HTTP/Router/Route.pm +%%SITE_PERL%%/HTTP/Router/Debug.pm +%%SITE_PERL%%/HTTP/Router/Mapper.pm +%%SITE_PERL%%/HTTP/Router/Match.pm +%%SITE_PERL%%/HTTP/Router/RouteSet.pm +%%SITE_PERL%%/HTTP/Router/Resources.pm +%%SITE_PERL%%/HTTP/Router.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Router/.packlist +@dirrm %%SITE_PERL%%/HTTP/Router +@dirrmtry %%SITE_PERL%%/HTTP +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Router +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP -- cgit