diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-06-22 11:38:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-06-22 11:38:42 +0800 |
commit | 1bce3e904409eb1395398d925919ca97d9129554 (patch) | |
tree | ff7a39015adcdefc3fb1f9ba306bb50f9213c090 /www | |
parent | da5987b9b95bc4c2ab23057fb6202b5ab65bcc3e (diff) | |
download | freebsd-ports-gnome-1bce3e904409eb1395398d925919ca97d9129554.tar.gz freebsd-ports-gnome-1bce3e904409eb1395398d925919ca97d9129554.tar.zst freebsd-ports-gnome-1bce3e904409eb1395398d925919ca97d9129554.zip |
- Add p5-Catalyst-DispatchType-Regex 5.90032
Regex dispatch types have been depreciated and removed from Catalyst core. It is
recommend that you use Chained methods or other techniques instead. As part of
the refactoring, the dispatch priority of Regex vs Regexp vs LocalRegex vs
LocalRegexp may have changed. Priority is now influenced by when the dispatch
type is first seen in your application.
WWW: http://search.cpan.org/dist/Catalyst-DispatchType-Regex/
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Catalyst-DispatchType-Regex/Makefile | 32 | ||||
-rw-r--r-- | www/p5-Catalyst-DispatchType-Regex/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Catalyst-DispatchType-Regex/pkg-descr | 7 | ||||
-rw-r--r-- | www/p5-Catalyst-DispatchType-Regex/pkg-plist | 6 |
5 files changed, 48 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2a14c8979e52..25c735f45940 100644 --- a/www/Makefile +++ b/www/Makefile @@ -739,6 +739,7 @@ SUBDIR += p5-Catalyst-Controller-RateLimit SUBDIR += p5-Catalyst-Controller-RequestToken SUBDIR += p5-Catalyst-Devel + SUBDIR += p5-Catalyst-DispatchType-Regex SUBDIR += p5-Catalyst-Engine-Apache SUBDIR += p5-Catalyst-Engine-HTTP-Prefork SUBDIR += p5-Catalyst-Engine-PSGI diff --git a/www/p5-Catalyst-DispatchType-Regex/Makefile b/www/p5-Catalyst-DispatchType-Regex/Makefile new file mode 100644 index 000000000000..57083d421423 --- /dev/null +++ b/www/p5-Catalyst-DispatchType-Regex/Makefile @@ -0,0 +1,32 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Catalyst-DispatchType-Regex +PORTVERSION= 5.90.032 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Regex DispatchType + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +# Do not add p5-Catalyst-Runtime to TEST_DEPENDS to avoid cyclic dependencies in tinderbox +BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced \ + p5-Text-SimpleTable>=0:${PORTSDIR}/textproc/p5-Text-SimpleTable +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean + +PERL_MODBUILD= yes + +MAN3= Catalyst::DispatchType::LocalRegex.3 \ + Catalyst::DispatchType::LocalRegexp.3 \ + Catalyst::DispatchType::Regex.3 \ + Catalyst::DispatchType::Regexp.3 + +.include <bsd.port.mk> diff --git a/www/p5-Catalyst-DispatchType-Regex/distinfo b/www/p5-Catalyst-DispatchType-Regex/distinfo new file mode 100644 index 000000000000..f84c5900c2fa --- /dev/null +++ b/www/p5-Catalyst-DispatchType-Regex/distinfo @@ -0,0 +1,2 @@ +SHA256 (Catalyst-DispatchType-Regex-5.90032.tar.gz) = 003e31fe0c1d6dfc6be4d9cd47cb058a9b53a73bb6a9f74a132a43dbfbbb5e3c +SIZE (Catalyst-DispatchType-Regex-5.90032.tar.gz) = 14338 diff --git a/www/p5-Catalyst-DispatchType-Regex/pkg-descr b/www/p5-Catalyst-DispatchType-Regex/pkg-descr new file mode 100644 index 000000000000..12a72080a00d --- /dev/null +++ b/www/p5-Catalyst-DispatchType-Regex/pkg-descr @@ -0,0 +1,7 @@ +Regex dispatch types have been depreciated and removed from Catalyst core. It is +recommend that you use Chained methods or other techniques instead. As part of +the refactoring, the dispatch priority of Regex vs Regexp vs LocalRegex vs +LocalRegexp may have changed. Priority is now influenced by when the dispatch +type is first seen in your application. + +WWW: http://search.cpan.org/dist/Catalyst-DispatchType-Regex/ diff --git a/www/p5-Catalyst-DispatchType-Regex/pkg-plist b/www/p5-Catalyst-DispatchType-Regex/pkg-plist new file mode 100644 index 000000000000..db84a8b9ba75 --- /dev/null +++ b/www/p5-Catalyst-DispatchType-Regex/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Catalyst/DispatchType/LocalRegex.pm +%%SITE_PERL%%/Catalyst/DispatchType/LocalRegexp.pm +%%SITE_PERL%%/Catalyst/DispatchType/Regex.pm +%%SITE_PERL%%/Catalyst/DispatchType/Regexp.pm +@dirrmtry %%SITE_PERL%%/Catalyst/DispatchType +@dirrmtry %%SITE_PERL%%/Catalyst |