Date: Sat, 22 Jun 2013 03:38:43 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321535 - in head/www: . p5-Catalyst-DispatchType-Regex Message-ID: <201306220338.r5M3chSO060443@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jun 22 03:38:42 2013 New Revision: 321535 URL: http://svnweb.freebsd.org/changeset/ports/321535 Log: - 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/ Added: head/www/p5-Catalyst-DispatchType-Regex/ head/www/p5-Catalyst-DispatchType-Regex/Makefile (contents, props changed) head/www/p5-Catalyst-DispatchType-Regex/distinfo (contents, props changed) head/www/p5-Catalyst-DispatchType-Regex/pkg-descr (contents, props changed) head/www/p5-Catalyst-DispatchType-Regex/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Jun 22 03:32:08 2013 (r321534) +++ head/www/Makefile Sat Jun 22 03:38:42 2013 (r321535) @@ -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 Added: head/www/p5-Catalyst-DispatchType-Regex/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-DispatchType-Regex/Makefile Sat Jun 22 03:38:42 2013 (r321535) @@ -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> Added: head/www/p5-Catalyst-DispatchType-Regex/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-DispatchType-Regex/distinfo Sat Jun 22 03:38:42 2013 (r321535) @@ -0,0 +1,2 @@ +SHA256 (Catalyst-DispatchType-Regex-5.90032.tar.gz) = 003e31fe0c1d6dfc6be4d9cd47cb058a9b53a73bb6a9f74a132a43dbfbbb5e3c +SIZE (Catalyst-DispatchType-Regex-5.90032.tar.gz) = 14338 Added: head/www/p5-Catalyst-DispatchType-Regex/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-DispatchType-Regex/pkg-descr Sat Jun 22 03:38:42 2013 (r321535) @@ -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/ Added: head/www/p5-Catalyst-DispatchType-Regex/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-DispatchType-Regex/pkg-plist Sat Jun 22 03:38:42 2013 (r321535) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306220338.r5M3chSO060443>