Update to 3.54
This commit is contained in:
parent
1bb700fea8
commit
c66a1d5274
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231831
3 changed files with 22 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Gantry
|
||||
PORTVERSION= 3.53
|
||||
PORTVERSION= 3.54
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -75,6 +75,7 @@ MAN3= Gantry.3 \
|
|||
Gantry::Docs::FAQ.3 Gantry::Docs::QuickStart.3 \
|
||||
Gantry::Docs::Why.3 Gantry::Engine::CGI.3 \
|
||||
Gantry::Engine::MP13.3 Gantry::Engine::MP20.3 \
|
||||
Gantry::Exception.3 \
|
||||
Gantry::Init.3 Gantry::Plugins::AutoCRUD.3 \
|
||||
Gantry::Plugins::AjaxCRUD.3 \
|
||||
Gantry::Plugins::AjaxFORM.3 \
|
||||
|
@ -95,10 +96,12 @@ MAN3= Gantry.3 \
|
|||
Gantry::Stash::Controller.3 Gantry::Stash::View.3 \
|
||||
Gantry::Stash::View::Form.3 Gantry::State::Simple.3 \
|
||||
Gantry::State::Default.3 Gantry::Template::Default.3 \
|
||||
Gantry::State::Exceptions.3 \
|
||||
Gantry::Template::Framing.3 Gantry::Template::TT.3 \
|
||||
Gantry::Utils::AuthCDBI.3 Gantry::Utils::CDBI.3 \
|
||||
Gantry::Utils::CRON.3 \
|
||||
Gantry::Utils::CRUDHelp.3 Gantry::Utils::Crypt.3 \
|
||||
Gantry::Utils::Captcha.3\
|
||||
Gantry::Utils::DB.3 \
|
||||
Gantry::Utils::DBConnHelper.3 \
|
||||
Gantry::Utils::DBConnHelper::MP13.3 \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Gantry-3.53.tar.gz) = ffadfdb1ec98289b33a495e74e980649
|
||||
SHA256 (Gantry-3.53.tar.gz) = 9262e27bf1a34408096876fee3bcab716fddc9dca99160f9f8b1daaa3bb699c7
|
||||
SIZE (Gantry-3.53.tar.gz) = 1413911
|
||||
MD5 (Gantry-3.54.tar.gz) = 84c9a791bdf2eba9ec03b5ad1ad10bf4
|
||||
SHA256 (Gantry-3.54.tar.gz) = fe7d5443c586366d021f66871468e363f8198364e55489103b4cc5e79067c756
|
||||
SIZE (Gantry-3.54.tar.gz) = 2162928
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $FreeBSD$
|
||||
%%WWWDIR%%/bookerrata.html
|
||||
%%WWWDIR%%/control_wrapper.tt
|
||||
%%WWWDIR%%/data.tt
|
||||
%%WWWDIR%%/default.tt
|
||||
|
@ -20,15 +21,25 @@
|
|||
%%WWWDIR%%/threeway.tt
|
||||
%%WWWDIR%%/wrapper.tt
|
||||
%%WWWDIR%%/wsdl.tt
|
||||
%%WWWDIR%%/wsdldoc.tt
|
||||
%%WWWDIR%%/yapcna2007.pdf
|
||||
%%WWWDIR%%/css/default.css
|
||||
%%WWWDIR%%/css/gantry_datepicker.css
|
||||
%%WWWDIR%%/css/gantry_forms.css
|
||||
%%WWWDIR%%/css/gantry_layout.css
|
||||
%%WWWDIR%%/css/gantry_site.css
|
||||
%%WWWDIR%%/css/my.css
|
||||
%%WWWDIR%%/css/pod_style.css
|
||||
%%WWWDIR%%/images/bar.a-center-gray.png
|
||||
%%WWWDIR%%/images/bar.a-left-gray.png
|
||||
%%WWWDIR%%/images/bar.a-right-gray.png
|
||||
%%WWWDIR%%/images/bar2-center-gray.png
|
||||
%%WWWDIR%%/images/bar2-left-gray.png
|
||||
%%WWWDIR%%/images/bar2-right-gray.png
|
||||
%%WWWDIR%%/images/blc-gray-block.gif
|
||||
%%WWWDIR%%/images/bookcover.gif
|
||||
%%WWWDIR%%/images/brc-gray-block.gif
|
||||
%%WWWDIR%%/images/building240.jpg
|
||||
%%WWWDIR%%/images/form.png
|
||||
%%WWWDIR%%/images/gantry_gears.jpg
|
||||
%%WWWDIR%%/images/gantry_logo.png
|
||||
|
@ -59,6 +70,7 @@
|
|||
%%WWWDIR%%/js/jquery.js
|
||||
%%WWWDIR%%/moxie/delete.tt
|
||||
%%WWWDIR%%/moxie/form.tt
|
||||
%%WWWDIR%%/moxie/form_onetomany.tt
|
||||
%%WWWDIR%%/moxie/gantry_wrapper.tt
|
||||
%%WWWDIR%%/moxie/results.tt
|
||||
%%WWWDIR%%/moxie/threeway.tt
|
||||
|
@ -112,6 +124,7 @@
|
|||
%%SITE_PERL%%/Gantry/Engine/CGI.pm
|
||||
%%SITE_PERL%%/Gantry/Engine/MP13.pm
|
||||
%%SITE_PERL%%/Gantry/Engine/MP20.pm
|
||||
%%SITE_PERL%%/Gantry/Exception.pm
|
||||
%%SITE_PERL%%/Gantry/Init.pm
|
||||
%%SITE_PERL%%/Gantry/Plugins/AjaxCRUD.pm
|
||||
%%SITE_PERL%%/Gantry/Plugins/AjaxFORM.pm
|
||||
|
@ -139,6 +152,7 @@
|
|||
%%SITE_PERL%%/Gantry/Stash/View/Form.pm
|
||||
%%SITE_PERL%%/Gantry/State/Constants.pm
|
||||
%%SITE_PERL%%/Gantry/State/Default.pm
|
||||
%%SITE_PERL%%/Gantry/State/Exceptions.pm
|
||||
%%SITE_PERL%%/Gantry/State/Simple.pm
|
||||
%%SITE_PERL%%/Gantry/Template/Default.pm
|
||||
%%SITE_PERL%%/Gantry/Template/Framing.pm
|
||||
|
@ -147,6 +161,7 @@
|
|||
%%SITE_PERL%%/Gantry/Utils/CDBI.pm
|
||||
%%SITE_PERL%%/Gantry/Utils/CRON.pm
|
||||
%%SITE_PERL%%/Gantry/Utils/CRUDHelp.pm
|
||||
%%SITE_PERL%%/Gantry/Utils/Captcha.pm
|
||||
%%SITE_PERL%%/Gantry/Utils/Crypt.pm
|
||||
%%SITE_PERL%%/Gantry/Utils/DB.pm
|
||||
%%SITE_PERL%%/Gantry/Utils/DBConnHelper.pm
|
||||
|
|
Loading…
Reference in a new issue