Index: head/www/p5-Dancer/Makefile =================================================================== --- head/www/p5-Dancer/Makefile (revision 288360) +++ head/www/p5-Dancer/Makefile (revision 288361) @@ -1,96 +1,98 @@ # New ports collection makefile for: Dancer # Date created: 16 Apr 2010 # Whom: Jun Kuriyama # # $FreeBSD$ # PORTNAME= Dancer -PORTVERSION= 1.3080 +PORTVERSION= 1.3091 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:XSAWYERX 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-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-URI>=1.59:${PORTSDIR}/net/p5-URI + p5-URI>=1.59:${PORTSDIR}/net/p5-URI \ + p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny BUILD_DEPENDS= ${RUN_DEPENDS} OPTIONS= YAML "Enable YAML implementation in Perl" On .include .if defined(WITH_YAML) RUN_DEPENDS+= p5-YAML>=0.71:${PORTSDIR}/textproc/p5-YAML .endif PERL_CONFIGURE= yes MAN1= dancer.1 MAN3= Dancer.3 \ Dancer::Config.3 \ Dancer::Cookbook.3 \ Dancer::Cookie.3 \ Dancer::Cookies.3 \ Dancer::Deployment.3 \ Dancer::Deprecation.3 \ Dancer::Development.3 \ Dancer::Development::Integration.3 \ Dancer::Engine.3 \ Dancer::Error.3 \ Dancer::Exception.3 \ + Dancer::Exception::Base.3 \ Dancer::FileUtils.3 \ Dancer::HTTP.3 \ Dancer::Handler::Debug.3 \ Dancer::Handler::PSGI.3 \ Dancer::Hook.3 \ Dancer::Hook::Properties.3 \ Dancer::Introduction.3 \ Dancer::Logger.3 \ Dancer::Logger::Abstract.3 \ Dancer::Logger::Capture.3 \ Dancer::Logger::Capture::Trap.3 \ Dancer::Logger::Console.3 \ Dancer::Logger::Diag.3 \ Dancer::Logger::File.3 \ Dancer::Logger::Note.3 \ Dancer::Logger::Null.3 \ Dancer::MIME.3 \ Dancer::ModuleLoader.3 \ Dancer::Object.3 \ Dancer::Object::Singleton.3 \ Dancer::Plugin.3 \ Dancer::Plugin::Ajax.3 \ Dancer::Plugins.3 \ Dancer::Request.3 \ Dancer::Request::Upload.3 \ Dancer::Response.3 \ Dancer::Route::Cache.3 \ Dancer::Serializer.3 \ Dancer::Serializer::JSON.3 \ Dancer::Serializer::Mutable.3 \ Dancer::Serializer::XML.3 \ Dancer::Serializer::YAML.3 \ Dancer::Session.3 \ Dancer::Session::Abstract.3 \ Dancer::Session::Simple.3 \ Dancer::Session::YAML.3 \ Dancer::Template.3 \ Dancer::Template::Abstract.3 \ Dancer::Template::Simple.3 \ Dancer::Template::TemplateToolkit.3 \ Dancer::Test.3 \ Dancer::Timer.3 \ Dancer::Tutorial.3 .include Property changes on: head/www/p5-Dancer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/www/p5-Dancer/distinfo =================================================================== --- head/www/p5-Dancer/distinfo (revision 288360) +++ head/www/p5-Dancer/distinfo (revision 288361) @@ -1,2 +1,2 @@ -SHA256 (Dancer-1.3080.tar.gz) = bcac984a4c6390cf877828848e2a6678b3a87d279d766f104413df3c63ce2d9e -SIZE (Dancer-1.3080.tar.gz) = 276445 +SHA256 (Dancer-1.3091.tar.gz) = e94a77702d9254ecc477c8f62911e12956b57a9ffc884b5a677eb6735733c4a5 +SIZE (Dancer-1.3091.tar.gz) = 284139 Property changes on: head/www/p5-Dancer/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/www/p5-Dancer/pkg-plist =================================================================== --- head/www/p5-Dancer/pkg-plist (revision 288360) +++ head/www/p5-Dancer/pkg-plist (revision 288361) @@ -1,83 +1,95 @@ 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/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/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/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 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer Property changes on: head/www/p5-Dancer/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property