summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-11-20 13:51:38 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-11-20 13:51:38 +0000
commit02c6e6b485454dc3f5a27cbc887d9e4aaf376a36 (patch)
tree24f82e26d2f852a599c2f158aa5381e369c8d8a8
parent- Upgrade to 8.1.18. (diff)
- Upgrade 1.2000.
Related to: ports/152371
Notes
Notes: svn path=/head/; revision=264836
-rw-r--r--www/p5-Dancer/Makefile20
-rw-r--r--www/p5-Dancer/distinfo5
-rw-r--r--www/p5-Dancer/pkg-plist11
3 files changed, 29 insertions, 7 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile
index 65fdc7519338..81ea02681e99 100644
--- a/www/p5-Dancer/Makefile
+++ b/www/p5-Dancer/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Dancer
-PORTVERSION= 1.176
+PORTVERSION= 1.2000
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/X/XS/XSAWYERX
@@ -16,7 +16,8 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for minimal-effort oriented web application framework
RUN_DEPENDS= \
- p5-HTTP-Body>0:${PORTSDIR}/www/p5-HTTP-Body \
+ 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>0:${PORTSDIR}/net/p5-URI
@@ -37,20 +38,30 @@ MAN3= Dancer.3 \
Dancer::Config.3 \
Dancer::Cookbook.3 \
Dancer::Cookie.3 \
+ Dancer::Cookies.3 \
Dancer::Deployment.3 \
+ Dancer::Development.3 \
Dancer::Engine.3 \
Dancer::Error.3 \
Dancer::FileUtils.3 \
Dancer::HTTP.3 \
+ Dancer::Introduction.3 \
Dancer::Logger.3 \
+ Dancer::Logger::Abstract.3 \
+ Dancer::Logger::Console.3 \
+ Dancer::Logger::File.3 \
Dancer::ModuleLoader.3 \
+ Dancer::Object.3 \
Dancer::Plugin.3 \
+ Dancer::Plugin::Ajax.3 \
+ Dancer::Plugins.3 \
Dancer::Request.3 \
Dancer::Request::Upload.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 \
@@ -59,6 +70,9 @@ MAN3= Dancer.3 \
Dancer::Template.3 \
Dancer::Template::Abstract.3 \
Dancer::Template::Simple.3 \
- Dancer::Template::TemplateToolkit.3
+ Dancer::Template::TemplateToolkit.3 \
+ Dancer::Test.3 \
+ Dancer::Timer.3 \
+ Dancer::Tutorial.3
.include <bsd.port.mk>
diff --git a/www/p5-Dancer/distinfo b/www/p5-Dancer/distinfo
index bb8c720f4295..ef4669131301 100644
--- a/www/p5-Dancer/distinfo
+++ b/www/p5-Dancer/distinfo
@@ -1,3 +1,2 @@
-MD5 (Dancer-1.176.tar.gz) = ad26450fb4514e866980d0683d4f84e4
-SHA256 (Dancer-1.176.tar.gz) = 4933e3580d8c4bbe438e299154524e16ea9d5ef9c424ff8b97c5350ff6e5728f
-SIZE (Dancer-1.176.tar.gz) = 97535
+SHA256 (Dancer-1.2000.tar.gz) = 731135fcbba7e512b000663a4faf13bd544ad540a70e17f68434a26b9dcb4265
+SIZE (Dancer-1.2000.tar.gz) = 197876
diff --git a/www/p5-Dancer/pkg-plist b/www/p5-Dancer/pkg-plist
index a8dabf8a83f6..573b5a445700 100644
--- a/www/p5-Dancer/pkg-plist
+++ b/www/p5-Dancer/pkg-plist
@@ -1,11 +1,13 @@
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/Cookbook.pod
%%SITE_PERL%%/Dancer/Cookie.pm
%%SITE_PERL%%/Dancer/Cookies.pm
%%SITE_PERL%%/Dancer/Deployment.pod
+%%SITE_PERL%%/Dancer/Development.pod
%%SITE_PERL%%/Dancer/Engine.pm
%%SITE_PERL%%/Dancer/Error.pm
%%SITE_PERL%%/Dancer/FileUtils.pm
@@ -15,18 +17,21 @@ bin/dancer
%%SITE_PERL%%/Dancer/Handler/PSGI.pm
%%SITE_PERL%%/Dancer/Handler/Standalone.pm
%%SITE_PERL%%/Dancer/Helpers.pm
+%%SITE_PERL%%/Dancer/Introduction.pod
%%SITE_PERL%%/Dancer/Logger.pm
%%SITE_PERL%%/Dancer/Logger/Abstract.pm
+%%SITE_PERL%%/Dancer/Logger/Console.pm
%%SITE_PERL%%/Dancer/Logger/File.pm
%%SITE_PERL%%/Dancer/ModuleLoader.pm
%%SITE_PERL%%/Dancer/Object.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/Builder.pm
%%SITE_PERL%%/Dancer/Route/Cache.pm
%%SITE_PERL%%/Dancer/Route/Registry.pm
%%SITE_PERL%%/Dancer/Serializer.pm
@@ -45,11 +50,15 @@ bin/dancer
%%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/Logger
@dirrm %%SITE_PERL%%/Dancer/Handler
@dirrm %%SITE_PERL%%/Dancer