diff options
author | Andrej Zverev <az@FreeBSD.org> | 2008-09-05 05:48:49 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2008-09-05 05:48:49 +0000 |
commit | a21f339820a202d6251bd15963ff3981a2226812 (patch) | |
tree | 168bd1b1a9b18c7b9940cdd0cf5cfc818dab1bfa /www/p5-HTML-FormFu | |
parent | 247e661c8b9cc61681589fe8fefd332ca2074c83 (diff) | |
download | ports-a21f339820a202d6251bd15963ff3981a2226812.tar.gz ports-a21f339820a202d6251bd15963ff3981a2226812.zip |
Notes
Diffstat (limited to 'www/p5-HTML-FormFu')
-rw-r--r-- | www/p5-HTML-FormFu/Makefile | 7 | ||||
-rw-r--r-- | www/p5-HTML-FormFu/distinfo | 6 | ||||
-rw-r--r-- | www/p5-HTML-FormFu/pkg-plist | 9 |
3 files changed, 16 insertions, 6 deletions
diff --git a/www/p5-HTML-FormFu/Makefile b/www/p5-HTML-FormFu/Makefile index 37a43a233881..46f77f47c4ba 100644 --- a/www/p5-HTML-FormFu/Makefile +++ b/www/p5-HTML-FormFu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-FormFu -PORTVERSION= 0.03003 +PORTVERSION= 0.03004 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/C/CF/CFRANKS @@ -22,6 +22,7 @@ BUILD_DEPENDS= p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor- p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \ p5-Data-Visitor>=0.02:${PORTSDIR}/devel/p5-Data-Visitor \ p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ + p5-Captcha-reCAPTCHA>=0.92:${PORTSDIR}/graphics/p5-Captcha-reCAPTCHA \ p5-DateTime>=0.38:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Builder>=0.79.01:${PORTSDIR}/devel/p5-DateTime-Format-Builder \ p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ @@ -144,6 +145,8 @@ MAN3= HTML::FormFu::Inflator.3 \ HTML::FormFu::Model.3 \ HTML::FormFu::Constraint::DateTime.3 \ HTML::FormFu::Filter::CompoundSprintf.3 \ - HTML::FormFu::Filter::_Compound.3 + HTML::FormFu::Filter::_Compound.3 \ + HTML::FormFu::Element::reCAPTCHA.3 \ + HTML::FormFu::Constraint::reCAPTCHA.3 .include <bsd.port.mk> diff --git a/www/p5-HTML-FormFu/distinfo b/www/p5-HTML-FormFu/distinfo index e2716e6e2eb4..6a8beaeb6b39 100644 --- a/www/p5-HTML-FormFu/distinfo +++ b/www/p5-HTML-FormFu/distinfo @@ -1,3 +1,3 @@ -MD5 (HTML-FormFu-0.03003.tar.gz) = 212e476cb5b52e90cd2414ff7dcf8c12 -SHA256 (HTML-FormFu-0.03003.tar.gz) = 2ece83919aa42b1cfd04ff710cd6fd4e1212a8f0dd66611b8d012c462c13067d -SIZE (HTML-FormFu-0.03003.tar.gz) = 218746 +MD5 (HTML-FormFu-0.03004.tar.gz) = 577d77a7c9826aa5801353b5b830b9ac +SHA256 (HTML-FormFu-0.03004.tar.gz) = 91323d6a1f8f39bdf9f8c51b67de0c9f16f7eee8a014350137e05756aaebc527 +SIZE (HTML-FormFu-0.03004.tar.gz) = 225637 diff --git a/www/p5-HTML-FormFu/pkg-plist b/www/p5-HTML-FormFu/pkg-plist index 477a873cd7ce..b5838b2e1672 100644 --- a/www/p5-HTML-FormFu/pkg-plist +++ b/www/p5-HTML-FormFu/pkg-plist @@ -1,11 +1,15 @@ @comment $FreeBSD$ bin/html_formfu_deploy.pl +bin/html_formfu_dumpconf.pl +man/man1/html_formfu_dumpconf.pl.1 +man/man1/html_formfu_deploy.pl.1 %%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 +%%SITE_PERL%%/HTML/FormFu/Constraint/reCAPTCHA.pm %%SITE_PERL%%/HTML/FormFu/Constraint/Email.pm %%SITE_PERL%%/HTML/FormFu/Constraint/File.pm %%SITE_PERL%%/HTML/FormFu/Constraint/CallbackOnce.pm @@ -38,6 +42,7 @@ bin/html_formfu_deploy.pl %%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 %%SITE_PERL%%/HTML/FormFu/Element/Submit.pm %%SITE_PERL%%/HTML/FormFu/Element/Hidden.pm %%SITE_PERL%%/HTML/FormFu/Element/Date.pm @@ -81,6 +86,7 @@ bin/html_formfu_deploy.pl %%SITE_PERL%%/HTML/FormFu/Filter/Split.pm %%SITE_PERL%%/HTML/FormFu/Filter/CompoundJoin.pm %%SITE_PERL%%/HTML/FormFu/I18N/pt_pt.pm +%%SITE_PERL%%/HTML/FormFu/I18N/pt_br.pm %%SITE_PERL%%/HTML/FormFu/I18N/de.pm %%SITE_PERL%%/HTML/FormFu/I18N/en.pm %%SITE_PERL%%/HTML/FormFu/I18N/es.pm @@ -123,8 +129,9 @@ bin/html_formfu_deploy.pl %%SITE_PERL%%/HTML/FormFu/Literal.pm %%SITE_PERL%%/HTML/FormFu/base.pm %%SITE_PERL%%/HTML/FormFu/Constraint.pm +%%SITE_PERL%%/HTML/FormFu/Constants.pm %%SITE_PERL%%/HTML/FormFu.pm -%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/radiogroup_tag +%%SITE_PERL%%/auto/share/dist/HTML-FormFu/templates/tt/xhtml/recaptcha %%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 |