- Update to version 0.03003

note that HTML::FormFu with DBIx::Class is now part of another
dist.
This commit is contained in:
Andrej Zverev 2008-08-26 06:04:49 +00:00
parent 0c307044c6
commit 2b17e9da7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219195
3 changed files with 39 additions and 29 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= HTML-FormFu
PORTVERSION= 0.03001
PORTVERSION= 0.03003
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/C/CF/CFRANKS
@ -141,6 +141,9 @@ MAN3= HTML::FormFu::Inflator.3 \
HTML::FormFu::Plugin::StashValid.3 \
HTML::FormFu::Deflator::CompoundSplit.3 \
HTML::FormFu::Plugin.3 \
HTML::FormFu::Model.3
HTML::FormFu::Model.3 \
HTML::FormFu::Constraint::DateTime.3 \
HTML::FormFu::Filter::CompoundSprintf.3 \
HTML::FormFu::Filter::_Compound.3
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (HTML-FormFu-0.03001.tar.gz) = 48bb06147fe23d9a87f655a805e9e2fe
SHA256 (HTML-FormFu-0.03001.tar.gz) = e73e8c88f5736661a12b3f929ccf20c9c03b581b86164cabc4ec1ea4eb1f78f9
SIZE (HTML-FormFu-0.03001.tar.gz) = 210088
MD5 (HTML-FormFu-0.03003.tar.gz) = 212e476cb5b52e90cd2414ff7dcf8c12
SHA256 (HTML-FormFu-0.03003.tar.gz) = 2ece83919aa42b1cfd04ff710cd6fd4e1212a8f0dd66611b8d012c462c13067d
SIZE (HTML-FormFu-0.03003.tar.gz) = 218746

View file

@ -2,6 +2,7 @@
bin/html_formfu_deploy.pl
%%SITE_PERL%%/HTML/FormFu/Constraint/Integer.pm
%%SITE_PERL%%/HTML/FormFu/Constraint/AutoSet.pm
%%SITE_PERL%%/HTML/FormFu/Constraint/DateTime.pm
%%SITE_PERL%%/HTML/FormFu/Constraint/Word.pm
%%SITE_PERL%%/HTML/FormFu/Constraint/Number.pm
%%SITE_PERL%%/HTML/FormFu/Constraint/Length.pm
@ -67,6 +68,8 @@ bin/html_formfu_deploy.pl
%%SITE_PERL%%/HTML/FormFu/Filter/UpperCase.pm
%%SITE_PERL%%/HTML/FormFu/Filter/HTMLEscape.pm
%%SITE_PERL%%/HTML/FormFu/Filter/CopyValue.pm
%%SITE_PERL%%/HTML/FormFu/Filter/_Compound.pm
%%SITE_PERL%%/HTML/FormFu/Filter/CompoundSprintf.pm
%%SITE_PERL%%/HTML/FormFu/Filter/Encode.pm
%%SITE_PERL%%/HTML/FormFu/Filter/Whitespace.pm
%%SITE_PERL%%/HTML/FormFu/Filter/TrimEdges.pm
@ -82,6 +85,9 @@ bin/html_formfu_deploy.pl
%%SITE_PERL%%/HTML/FormFu/I18N/en.pm
%%SITE_PERL%%/HTML/FormFu/I18N/es.pm
%%SITE_PERL%%/HTML/FormFu/I18N/ja.pm
%%SITE_PERL%%/HTML/FormFu/I18N/da.pm
%%SITE_PERL%%/HTML/FormFu/I18N/fr.pm
%%SITE_PERL%%/HTML/FormFu/I18N/it.pm
%%SITE_PERL%%/HTML/FormFu/Inflator/DateTime.pm
%%SITE_PERL%%/HTML/FormFu/Manual/Cookbook.pod
%%SITE_PERL%%/HTML/FormFu/Manual/Unicode.pod
@ -118,33 +124,34 @@ bin/html_formfu_deploy.pl
%%SITE_PERL%%/HTML/FormFu/base.pm
%%SITE_PERL%%/HTML/FormFu/Constraint.pm
%%SITE_PERL%%/HTML/FormFu.pm
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/radiogroup_tag
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/end_form
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/textarea_tag
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/non_block
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/start_block
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/label
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/end_block
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/multi
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/input
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/field
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/content_button
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/repeatable
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/input_tag
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/form
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/select_tag
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/checkboxgroup
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/start_form
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/checkboxgroup_tag
%%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml/block
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/radiogroup_tag
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/end_form
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/textarea_tag
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/non_block
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/start_block
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/label
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/end_block
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/multi
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/input
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/content_button
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/repeatable
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/input_tag
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/form
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/select_tag
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/checkboxgroup
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/start_form
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/checkboxgroup_tag
%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/block
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FormFu/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FormFu
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
@dirrmtry %%SITE_PERL%%/auto/HTML/FormFu/templates/tt/xhtml
@dirrmtry %%SITE_PERL%%/auto/HTML/FormFu/templates/tt
@dirrmtry %%SITE_PERL%%/auto/HTML/FormFu/templates
@dirrmtry %%SITE_PERL%%/auto/HTML/FormFu
@dirrmtry %%SITE_PERL%%/auto/HTML
@dirrmtry %%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml
@dirrmtry %%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt
@dirrmtry %%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates
@dirrmtry %%SITE_PERL%%/auto/share/dist/HTML-FormFu
@dirrmtry %%SITE_PERL%%/auto/share/dist
@dirrmtry %%SITE_PERL%%/auto/share
@dirrmtry %%SITE_PERL%%/HTML/FormFu/Validator
@dirrmtry %%SITE_PERL%%/HTML/FormFu/Transformer
@dirrmtry %%SITE_PERL%%/HTML/FormFu/QueryType/CGI