- Update to 0.03005

Changes: http://search.cpan.org/dist/HTML-FormFu/Changes
This commit is contained in:
Andrej Zverev 2008-10-01 14:42:30 +00:00
parent 1be9f6bd12
commit b36c0e5107
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221086
3 changed files with 13 additions and 7 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= HTML-FormFu
PORTVERSION= 0.03004
PORTVERSION= 0.03005
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/C/CF/CFRANKS
@ -61,7 +61,6 @@ MAN3= HTML::FormFu::Inflator.3 \
HTML::FormFu::Element::Radio.3 \
HTML::FormFu::Element::SimpleTable.3 \
HTML::FormFu::Element::Block.3 \
HTML::FormFu::Element::_DateSelect.3 \
HTML::FormFu::Element::Button.3 \
HTML::FormFu.3 \
HTML::FormFu::Validator::Callback.3 \
@ -147,6 +146,10 @@ MAN3= HTML::FormFu::Inflator.3 \
HTML::FormFu::Filter::CompoundSprintf.3 \
HTML::FormFu::Filter::_Compound.3 \
HTML::FormFu::Element::reCAPTCHA.3 \
HTML::FormFu::Constraint::reCAPTCHA.3
HTML::FormFu::Constraint::reCAPTCHA.3 \
HTML::FormFu::Element::_MultiElement.3 \
HTML::FormFu::Element::_MultiText.3 \
HTML::FormFu::Element::_MultiSelect.3 \
HTML::FormFu::Element::ComboBox.3
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (HTML-FormFu-0.03004.tar.gz) = 577d77a7c9826aa5801353b5b830b9ac
SHA256 (HTML-FormFu-0.03004.tar.gz) = 91323d6a1f8f39bdf9f8c51b67de0c9f16f7eee8a014350137e05756aaebc527
SIZE (HTML-FormFu-0.03004.tar.gz) = 225637
MD5 (HTML-FormFu-0.03005.tar.gz) = 0bac58fc9ad070e931207cc6a83c1b2c
SHA256 (HTML-FormFu-0.03005.tar.gz) = 2d5e410221e25dbfb007d953511d28c6e446a389f1cf4c25dd5350f7a713f616
SIZE (HTML-FormFu-0.03005.tar.gz) = 228103

View file

@ -38,8 +38,11 @@ man/man1/html_formfu_deploy.pl.1
%%SITE_PERL%%/HTML/FormFu/Element/Radio.pm
%%SITE_PERL%%/HTML/FormFu/Element/SimpleTable.pm
%%SITE_PERL%%/HTML/FormFu/Element/Block.pm
%%SITE_PERL%%/HTML/FormFu/Element/_MultiElement.pm
%%SITE_PERL%%/HTML/FormFu/Element/_MultiText.pm
%%SITE_PERL%%/HTML/FormFu/Element/_MultiSelect.pm
%%SITE_PERL%%/HTML/FormFu/Element/ComboBox.pm
%%SITE_PERL%%/HTML/FormFu/Element/Button.pm
%%SITE_PERL%%/HTML/FormFu/Element/_DateSelect.pm
%%SITE_PERL%%/HTML/FormFu/Element/_Input.pm
%%SITE_PERL%%/HTML/FormFu/Element/Multi.pm
%%SITE_PERL%%/HTML/FormFu/Element/reCAPTCHA.pm