- Upgrade to 1.3011 [1].
- Add $LICENSE [2]. PR: ports/154379 [1], ports/153321 [2] Submitted by: Steve Wills <steve@mouf.net> [1], Grzegorz Blach <magik@roorback.net> [2]
This commit is contained in:
parent
15c5472a37
commit
2d944f337d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269636
3 changed files with 16 additions and 4 deletions
|
@ -6,10 +6,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Dancer
|
PORTNAME= Dancer
|
||||||
PORTVERSION= 1.2003
|
PORTVERSION= 1.3011
|
||||||
CATEGORIES= www perl5
|
CATEGORIES= www perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= ../../authors/id/X/XS/XSAWYERX
|
MASTER_SITE_SUBDIR= ../../authors/id/S/SU/SUKRIA
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= kuriyama@FreeBSD.org
|
MAINTAINER= kuriyama@FreeBSD.org
|
||||||
|
@ -25,6 +25,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
|
||||||
OPTIONS= YAML "Enable YAML implementation in Perl" On
|
OPTIONS= YAML "Enable YAML implementation in Perl" On
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if defined(WITH_YAML)
|
.if defined(WITH_YAML)
|
||||||
|
@ -41,6 +44,7 @@ MAN3= Dancer.3 \
|
||||||
Dancer::Cookies.3 \
|
Dancer::Cookies.3 \
|
||||||
Dancer::Deployment.3 \
|
Dancer::Deployment.3 \
|
||||||
Dancer::Development.3 \
|
Dancer::Development.3 \
|
||||||
|
Dancer::Development::Integration.3 \
|
||||||
Dancer::Engine.3 \
|
Dancer::Engine.3 \
|
||||||
Dancer::Error.3 \
|
Dancer::Error.3 \
|
||||||
Dancer::FileUtils.3 \
|
Dancer::FileUtils.3 \
|
||||||
|
@ -51,13 +55,16 @@ MAN3= Dancer.3 \
|
||||||
Dancer::Logger::Abstract.3 \
|
Dancer::Logger::Abstract.3 \
|
||||||
Dancer::Logger::Console.3 \
|
Dancer::Logger::Console.3 \
|
||||||
Dancer::Logger::File.3 \
|
Dancer::Logger::File.3 \
|
||||||
|
Dancer::MIME.3 \
|
||||||
Dancer::ModuleLoader.3 \
|
Dancer::ModuleLoader.3 \
|
||||||
Dancer::Object.3 \
|
Dancer::Object.3 \
|
||||||
|
Dancer::Object::Singleton.3 \
|
||||||
Dancer::Plugin.3 \
|
Dancer::Plugin.3 \
|
||||||
Dancer::Plugin::Ajax.3 \
|
Dancer::Plugin::Ajax.3 \
|
||||||
Dancer::Plugins.3 \
|
Dancer::Plugins.3 \
|
||||||
Dancer::Request.3 \
|
Dancer::Request.3 \
|
||||||
Dancer::Request::Upload.3 \
|
Dancer::Request::Upload.3 \
|
||||||
|
Dancer::Response.3 \
|
||||||
Dancer::Route::Cache.3 \
|
Dancer::Route::Cache.3 \
|
||||||
Dancer::Serializer.3 \
|
Dancer::Serializer.3 \
|
||||||
Dancer::Serializer::JSON.3 \
|
Dancer::Serializer::JSON.3 \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (Dancer-1.2003.tar.gz) = ac8ae4b97967992678e3103cfb6b2e7905689d3ac78f19e84ec52c2ae38176b5
|
SHA256 (Dancer-1.3011.tar.gz) = 8b7442ef83539c772039e28c7a8c0ff590644ce8d6d60c5133a87f35bb3bac84
|
||||||
SIZE (Dancer-1.2003.tar.gz) = 202052
|
SIZE (Dancer-1.3011.tar.gz) = 226482
|
||||||
|
|
|
@ -8,6 +8,7 @@ bin/dancer
|
||||||
%%SITE_PERL%%/Dancer/Cookies.pm
|
%%SITE_PERL%%/Dancer/Cookies.pm
|
||||||
%%SITE_PERL%%/Dancer/Deployment.pod
|
%%SITE_PERL%%/Dancer/Deployment.pod
|
||||||
%%SITE_PERL%%/Dancer/Development.pod
|
%%SITE_PERL%%/Dancer/Development.pod
|
||||||
|
%%SITE_PERL%%/Dancer/Development/Integration.pod
|
||||||
%%SITE_PERL%%/Dancer/Engine.pm
|
%%SITE_PERL%%/Dancer/Engine.pm
|
||||||
%%SITE_PERL%%/Dancer/Error.pm
|
%%SITE_PERL%%/Dancer/Error.pm
|
||||||
%%SITE_PERL%%/Dancer/FileUtils.pm
|
%%SITE_PERL%%/Dancer/FileUtils.pm
|
||||||
|
@ -23,8 +24,10 @@ bin/dancer
|
||||||
%%SITE_PERL%%/Dancer/Logger/Abstract.pm
|
%%SITE_PERL%%/Dancer/Logger/Abstract.pm
|
||||||
%%SITE_PERL%%/Dancer/Logger/Console.pm
|
%%SITE_PERL%%/Dancer/Logger/Console.pm
|
||||||
%%SITE_PERL%%/Dancer/Logger/File.pm
|
%%SITE_PERL%%/Dancer/Logger/File.pm
|
||||||
|
%%SITE_PERL%%/Dancer/MIME.pm
|
||||||
%%SITE_PERL%%/Dancer/ModuleLoader.pm
|
%%SITE_PERL%%/Dancer/ModuleLoader.pm
|
||||||
%%SITE_PERL%%/Dancer/Object.pm
|
%%SITE_PERL%%/Dancer/Object.pm
|
||||||
|
%%SITE_PERL%%/Dancer/Object/Singleton.pm
|
||||||
%%SITE_PERL%%/Dancer/Plugin.pm
|
%%SITE_PERL%%/Dancer/Plugin.pm
|
||||||
%%SITE_PERL%%/Dancer/Plugin/Ajax.pm
|
%%SITE_PERL%%/Dancer/Plugin/Ajax.pm
|
||||||
%%SITE_PERL%%/Dancer/Plugins.pod
|
%%SITE_PERL%%/Dancer/Plugins.pod
|
||||||
|
@ -60,7 +63,9 @@ bin/dancer
|
||||||
@dirrm %%SITE_PERL%%/Dancer/Route
|
@dirrm %%SITE_PERL%%/Dancer/Route
|
||||||
@dirrm %%SITE_PERL%%/Dancer/Request
|
@dirrm %%SITE_PERL%%/Dancer/Request
|
||||||
@dirrm %%SITE_PERL%%/Dancer/Plugin
|
@dirrm %%SITE_PERL%%/Dancer/Plugin
|
||||||
|
@dirrm %%SITE_PERL%%/Dancer/Object
|
||||||
@dirrm %%SITE_PERL%%/Dancer/Logger
|
@dirrm %%SITE_PERL%%/Dancer/Logger
|
||||||
@dirrm %%SITE_PERL%%/Dancer/Handler
|
@dirrm %%SITE_PERL%%/Dancer/Handler
|
||||||
|
@dirrm %%SITE_PERL%%/Dancer/Development
|
||||||
@dirrm %%SITE_PERL%%/Dancer
|
@dirrm %%SITE_PERL%%/Dancer
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer
|
||||||
|
|
Loading…
Reference in a new issue