Index: head/www/p5-Dancer/Makefile =================================================================== --- head/www/p5-Dancer/Makefile (revision 372920) +++ head/www/p5-Dancer/Makefile (revision 372921) @@ -1,51 +1,42 @@ # $FreeBSD$ PORTNAME= Dancer -PORTVERSION= 1.3120 +PORTVERSION= 1.3132 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:YANICK PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for minimal-effort oriented web application framework LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ + p5-HTTP-Body>0:${PORTSDIR}/www/p5-HTTP-Body \ + p5-HTTP-Date>0:${PORTSDIR}/www/p5-HTTP-Date \ + p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-HTTP-Server-Simple-PSGI>0:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \ + p5-Hash-Merge-Simple>0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \ p5-libwww>0:${PORTSDIR}/www/p5-libwww \ - p5-HTTP-Body>=1.07:${PORTSDIR}/www/p5-HTTP-Body \ - p5-HTTP-Server-Simple-PSGI>=0.11:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \ p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \ - p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ - p5-URI>=1.59:${PORTSDIR}/net/p5-URI \ - p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny + p5-Module-Runtime>0:${PORTSDIR}/devel/p5-Module-Runtime \ + p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \ + p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= \ - p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \ - p5-JSON>0:${PORTSDIR}/converters/p5-JSON \ - p5-YAML>0:${PORTSDIR}/textproc/p5-YAML \ - p5-Plack>0:${PORTSDIR}/www/p5-Plack \ - p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-HTTP-Parser-XS>0:${PORTSDIR}/www/p5-HTTP-Parser-XS \ - p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output \ - p5-Plack>0:${PORTSDIR}/www/p5-Plack \ - p5-Clone>0:${PORTSDIR}/devel/p5-Clone -# XXX: test wants p5-Dancer-Session-Cookie, but this causes cyclic dependency. -# p5-Dancer-Session-Cookie>0:${PORTSDIR}/www/p5-Dancer-Session-Cookie OPTIONS_DEFINE= YAML OPTIONS_DEFAULT= YAML .include .if ${PORT_OPTIONS:MYAML} -RUN_DEPENDS+= p5-YAML>=0.71:${PORTSDIR}/textproc/p5-YAML +RUN_DEPENDS+= p5-YAML>0:${PORTSDIR}/textproc/p5-YAML .endif USES= perl5 USE_PERL5= configure +NO_ARCH= YES .include Index: head/www/p5-Dancer/distinfo =================================================================== --- head/www/p5-Dancer/distinfo (revision 372920) +++ head/www/p5-Dancer/distinfo (revision 372921) @@ -1,2 +1,2 @@ -SHA256 (Dancer-1.3120.tar.gz) = 444d3739c6e5128a21a4eb806f20d7e3a312ab3166e6a5866f851b7cc2dadae2 -SIZE (Dancer-1.3120.tar.gz) = 302268 +SHA256 (Dancer-1.3132.tar.gz) = 7ddb8046423cbdc44ae61b53e2a8897f1ca1e2c7dbe903dacf7a121a1e46149f +SIZE (Dancer-1.3132.tar.gz) = 388898 Index: head/www/p5-Dancer/pkg-plist =================================================================== --- head/www/p5-Dancer/pkg-plist (revision 372920) +++ head/www/p5-Dancer/pkg-plist (revision 372921) @@ -1,155 +1,159 @@ man/man1/dancer.1.gz %%PERL5_MAN3%%/Dancer.3.gz +%%PERL5_MAN3%%/Dancer::App.3.gz %%PERL5_MAN3%%/Dancer::Config.3.gz %%PERL5_MAN3%%/Dancer::Config::Object.3.gz +%%PERL5_MAN3%%/Dancer::Continuation.3.gz +%%PERL5_MAN3%%/Dancer::Continuation::Halted.3.gz +%%PERL5_MAN3%%/Dancer::Continuation::Route.3.gz +%%PERL5_MAN3%%/Dancer::Continuation::Route::ErrorSent.3.gz +%%PERL5_MAN3%%/Dancer::Continuation::Route::FileSent.3.gz +%%PERL5_MAN3%%/Dancer::Continuation::Route::Forwarded.3.gz +%%PERL5_MAN3%%/Dancer::Continuation::Route::Passed.3.gz +%%PERL5_MAN3%%/Dancer::Continuation::Route::Templated.3.gz %%PERL5_MAN3%%/Dancer::Cookbook.3.gz %%PERL5_MAN3%%/Dancer::Cookie.3.gz %%PERL5_MAN3%%/Dancer::Cookies.3.gz %%PERL5_MAN3%%/Dancer::Deployment.3.gz %%PERL5_MAN3%%/Dancer::Deprecation.3.gz %%PERL5_MAN3%%/Dancer::Development.3.gz %%PERL5_MAN3%%/Dancer::Development::Integration.3.gz %%PERL5_MAN3%%/Dancer::Engine.3.gz %%PERL5_MAN3%%/Dancer::Error.3.gz %%PERL5_MAN3%%/Dancer::Exception.3.gz %%PERL5_MAN3%%/Dancer::Exception::Base.3.gz +%%PERL5_MAN3%%/Dancer::Factory::Hook.3.gz %%PERL5_MAN3%%/Dancer::FileUtils.3.gz +%%PERL5_MAN3%%/Dancer::GetOpt.3.gz %%PERL5_MAN3%%/Dancer::HTTP.3.gz +%%PERL5_MAN3%%/Dancer::Handler.3.gz %%PERL5_MAN3%%/Dancer::Handler::Debug.3.gz %%PERL5_MAN3%%/Dancer::Handler::PSGI.3.gz +%%PERL5_MAN3%%/Dancer::Handler::Standalone.3.gz %%PERL5_MAN3%%/Dancer::Hook.3.gz %%PERL5_MAN3%%/Dancer::Hook::Properties.3.gz %%PERL5_MAN3%%/Dancer::Introduction.3.gz %%PERL5_MAN3%%/Dancer::Logger.3.gz %%PERL5_MAN3%%/Dancer::Logger::Abstract.3.gz %%PERL5_MAN3%%/Dancer::Logger::Capture.3.gz %%PERL5_MAN3%%/Dancer::Logger::Capture::Trap.3.gz %%PERL5_MAN3%%/Dancer::Logger::Console.3.gz %%PERL5_MAN3%%/Dancer::Logger::Diag.3.gz %%PERL5_MAN3%%/Dancer::Logger::File.3.gz %%PERL5_MAN3%%/Dancer::Logger::Note.3.gz %%PERL5_MAN3%%/Dancer::Logger::Null.3.gz %%PERL5_MAN3%%/Dancer::MIME.3.gz %%PERL5_MAN3%%/Dancer::ModuleLoader.3.gz %%PERL5_MAN3%%/Dancer::Object.3.gz %%PERL5_MAN3%%/Dancer::Object::Singleton.3.gz %%PERL5_MAN3%%/Dancer::Plugin.3.gz %%PERL5_MAN3%%/Dancer::Plugin::Ajax.3.gz %%PERL5_MAN3%%/Dancer::Plugins.3.gz +%%PERL5_MAN3%%/Dancer::Policy.3.gz +%%PERL5_MAN3%%/Dancer::Renderer.3.gz %%PERL5_MAN3%%/Dancer::Request.3.gz %%PERL5_MAN3%%/Dancer::Request::Upload.3.gz %%PERL5_MAN3%%/Dancer::Response.3.gz +%%PERL5_MAN3%%/Dancer::Route.3.gz %%PERL5_MAN3%%/Dancer::Route::Cache.3.gz +%%PERL5_MAN3%%/Dancer::Route::Registry.3.gz %%PERL5_MAN3%%/Dancer::Serializer.3.gz +%%PERL5_MAN3%%/Dancer::Serializer::Abstract.3.gz +%%PERL5_MAN3%%/Dancer::Serializer::Dumper.3.gz %%PERL5_MAN3%%/Dancer::Serializer::JSON.3.gz +%%PERL5_MAN3%%/Dancer::Serializer::JSONP.3.gz %%PERL5_MAN3%%/Dancer::Serializer::Mutable.3.gz %%PERL5_MAN3%%/Dancer::Serializer::XML.3.gz %%PERL5_MAN3%%/Dancer::Serializer::YAML.3.gz %%PERL5_MAN3%%/Dancer::Session.3.gz %%PERL5_MAN3%%/Dancer::Session::Abstract.3.gz %%PERL5_MAN3%%/Dancer::Session::Simple.3.gz %%PERL5_MAN3%%/Dancer::Session::YAML.3.gz +%%PERL5_MAN3%%/Dancer::SharedData.3.gz %%PERL5_MAN3%%/Dancer::Template.3.gz %%PERL5_MAN3%%/Dancer::Template::Abstract.3.gz %%PERL5_MAN3%%/Dancer::Template::Simple.3.gz %%PERL5_MAN3%%/Dancer::Template::TemplateToolkit.3.gz %%PERL5_MAN3%%/Dancer::Test.3.gz %%PERL5_MAN3%%/Dancer::Timer.3.gz %%PERL5_MAN3%%/Dancer::Tutorial.3.gz bin/dancer %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/.packlist %%SITE_PERL%%/Dancer.pm %%SITE_PERL%%/Dancer/App.pm %%SITE_PERL%%/Dancer/Config.pm %%SITE_PERL%%/Dancer/Config/Object.pm %%SITE_PERL%%/Dancer/Continuation.pm %%SITE_PERL%%/Dancer/Continuation/Halted.pm %%SITE_PERL%%/Dancer/Continuation/Route.pm %%SITE_PERL%%/Dancer/Continuation/Route/ErrorSent.pm %%SITE_PERL%%/Dancer/Continuation/Route/FileSent.pm %%SITE_PERL%%/Dancer/Continuation/Route/Forwarded.pm %%SITE_PERL%%/Dancer/Continuation/Route/Passed.pm %%SITE_PERL%%/Dancer/Continuation/Route/Templated.pm %%SITE_PERL%%/Dancer/Cookbook.pod %%SITE_PERL%%/Dancer/Cookie.pm %%SITE_PERL%%/Dancer/Cookies.pm %%SITE_PERL%%/Dancer/Deployment.pod %%SITE_PERL%%/Dancer/Deprecation.pm %%SITE_PERL%%/Dancer/Development.pod %%SITE_PERL%%/Dancer/Development/Integration.pod %%SITE_PERL%%/Dancer/Engine.pm %%SITE_PERL%%/Dancer/Error.pm %%SITE_PERL%%/Dancer/Exception.pm %%SITE_PERL%%/Dancer/Exception/Base.pm %%SITE_PERL%%/Dancer/Factory/Hook.pm %%SITE_PERL%%/Dancer/FileUtils.pm %%SITE_PERL%%/Dancer/GetOpt.pm %%SITE_PERL%%/Dancer/HTTP.pm %%SITE_PERL%%/Dancer/Handler.pm %%SITE_PERL%%/Dancer/Handler/Debug.pm %%SITE_PERL%%/Dancer/Handler/PSGI.pm %%SITE_PERL%%/Dancer/Handler/Standalone.pm %%SITE_PERL%%/Dancer/Hook.pm %%SITE_PERL%%/Dancer/Hook/Properties.pm %%SITE_PERL%%/Dancer/Introduction.pod %%SITE_PERL%%/Dancer/Logger.pm %%SITE_PERL%%/Dancer/Logger/Abstract.pm %%SITE_PERL%%/Dancer/Logger/Capture.pm %%SITE_PERL%%/Dancer/Logger/Capture/Trap.pm %%SITE_PERL%%/Dancer/Logger/Console.pm %%SITE_PERL%%/Dancer/Logger/Diag.pm %%SITE_PERL%%/Dancer/Logger/File.pm %%SITE_PERL%%/Dancer/Logger/Note.pm %%SITE_PERL%%/Dancer/Logger/Null.pm %%SITE_PERL%%/Dancer/MIME.pm %%SITE_PERL%%/Dancer/ModuleLoader.pm %%SITE_PERL%%/Dancer/Object.pm %%SITE_PERL%%/Dancer/Object/Singleton.pm %%SITE_PERL%%/Dancer/Plugin.pm %%SITE_PERL%%/Dancer/Plugin/Ajax.pm %%SITE_PERL%%/Dancer/Plugins.pod +%%SITE_PERL%%/Dancer/Policy.pod %%SITE_PERL%%/Dancer/Renderer.pm %%SITE_PERL%%/Dancer/Request.pm %%SITE_PERL%%/Dancer/Request/Upload.pm %%SITE_PERL%%/Dancer/Response.pm %%SITE_PERL%%/Dancer/Route.pm %%SITE_PERL%%/Dancer/Route/Cache.pm %%SITE_PERL%%/Dancer/Route/Registry.pm %%SITE_PERL%%/Dancer/Serializer.pm %%SITE_PERL%%/Dancer/Serializer/Abstract.pm %%SITE_PERL%%/Dancer/Serializer/Dumper.pm %%SITE_PERL%%/Dancer/Serializer/JSON.pm +%%SITE_PERL%%/Dancer/Serializer/JSONP.pm %%SITE_PERL%%/Dancer/Serializer/Mutable.pm %%SITE_PERL%%/Dancer/Serializer/XML.pm %%SITE_PERL%%/Dancer/Serializer/YAML.pm %%SITE_PERL%%/Dancer/Session.pm %%SITE_PERL%%/Dancer/Session/Abstract.pm %%SITE_PERL%%/Dancer/Session/Simple.pm %%SITE_PERL%%/Dancer/Session/YAML.pm %%SITE_PERL%%/Dancer/SharedData.pm %%SITE_PERL%%/Dancer/Template.pm %%SITE_PERL%%/Dancer/Template/Abstract.pm %%SITE_PERL%%/Dancer/Template/Simple.pm %%SITE_PERL%%/Dancer/Template/TemplateToolkit.pm %%SITE_PERL%%/Dancer/Test.pm %%SITE_PERL%%/Dancer/Timer.pm %%SITE_PERL%%/Dancer/Tutorial.pod -@dirrm %%SITE_PERL%%/Dancer/Template -@dirrm %%SITE_PERL%%/Dancer/Session -@dirrm %%SITE_PERL%%/Dancer/Serializer -@dirrm %%SITE_PERL%%/Dancer/Route -@dirrm %%SITE_PERL%%/Dancer/Request -@dirrm %%SITE_PERL%%/Dancer/Plugin -@dirrm %%SITE_PERL%%/Dancer/Object -@dirrm %%SITE_PERL%%/Dancer/Logger/Capture -@dirrm %%SITE_PERL%%/Dancer/Logger -@dirrm %%SITE_PERL%%/Dancer/Hook -@dirrm %%SITE_PERL%%/Dancer/Handler -@dirrm %%SITE_PERL%%/Dancer/Factory -@dirrm %%SITE_PERL%%/Dancer/Exception -@dirrm %%SITE_PERL%%/Dancer/Development -@dirrm %%SITE_PERL%%/Dancer/Continuation/Route -@dirrm %%SITE_PERL%%/Dancer/Continuation -@dirrm %%SITE_PERL%%/Dancer/Config -@dirrm %%SITE_PERL%%/Dancer -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer