- update to 0.08002
This commit is contained in:
parent
6714ae661b
commit
73f36c2d29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261862
3 changed files with 29 additions and 21 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= HTML-FormFu
|
||||
PORTVERSION= 0.07002
|
||||
PORTVERSION= 0.08002
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,34 +14,36 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= HTML Form Creation, Rendering and Validation Framework
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
|
||||
p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
|
||||
RUN_DEPENDS= p5-Captcha-reCAPTCHA>=0.93:${PORTSDIR}/graphics/p5-Captcha-reCAPTCHA \
|
||||
p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
|
||||
p5-Clone>=0.31:${PORTSDIR}/devel/p5-Clone \
|
||||
p5-Config-Any>=0.18:${PORTSDIR}/devel/p5-Config-Any \
|
||||
p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC \
|
||||
p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \
|
||||
p5-Data-Visitor>=0.02:${PORTSDIR}/devel/p5-Data-Visitor \
|
||||
p5-Data-Visitor>=0.26:${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 \
|
||||
p5-DateTime>=0.54:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-DateTime-Format-Builder>=0.79:${PORTSDIR}/devel/p5-DateTime-Format-Builder \
|
||||
p5-DateTime-Format-Natural>=0:${PORTSDIR}/devel/p5-DateTime-Format-Natural \
|
||||
p5-DateTime-Format-Strptime>=1.2000:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
|
||||
p5-DateTime-Locale>=0.45:${PORTSDIR}/devel/p5-DateTime-Locale \
|
||||
p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid \
|
||||
p5-File-ShareDir>=0.04:${PORTSDIR}/devel/p5-File-ShareDir \
|
||||
p5-Hash-Flatten>=0:${PORTSDIR}/devel/p5-Hash-Flatten \
|
||||
p5-DateTime-Format-Natural>0:${PORTSDIR}/devel/p5-DateTime-Format-Natural \
|
||||
p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \
|
||||
p5-HTML-Scrubber>=0:${PORTSDIR}/www/p5-HTML-Scrubber \
|
||||
p5-HTML-TokeParser-Simple>=3.14:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \
|
||||
p5-List-MoreUtils>=0.16:${PORTSDIR}/lang/p5-List-MoreUtils \
|
||||
p5-Number-Format>=0:${PORTSDIR}/textproc/p5-Number-Format \
|
||||
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
|
||||
p5-Hash-Flatten>=0:${PORTSDIR}/devel/p5-Hash-Flatten \
|
||||
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
|
||||
p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
|
||||
p5-Number-Format>=0:${PORTSDIR}/textproc/p5-Number-Format \
|
||||
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
|
||||
p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
|
||||
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
|
||||
p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \
|
||||
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-YAML-LibYAML>=0.32:${PORTSDIR}/textproc/p5-YAML-LibYAML
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
p5-YAML-LibYAML>=0.32:${PORTSDIR}/textproc/p5-YAML-LibYAML \
|
||||
p5-libwww>=1.64:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS+= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||
|
||||
PERL_CONFIGURE= 5.8.1+
|
||||
|
||||
|
@ -167,4 +169,10 @@ MAN3= HTML::FormFu::Inflator.3 \
|
|||
HTML::FormFu::Filter::FormatNumber.3 \
|
||||
HTML::FormFu::Element::Label.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500809
|
||||
RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (HTML-FormFu-0.07002.tar.gz) = afe68a74e7cf52a61537d9dce7a6c9b3
|
||||
SHA256 (HTML-FormFu-0.07002.tar.gz) = 95087888033d39b79cb16753e97c52d4415e79fd97f629df2a492b6c76e84075
|
||||
SIZE (HTML-FormFu-0.07002.tar.gz) = 294997
|
||||
MD5 (HTML-FormFu-0.08002.tar.gz) = 41eaff68496f9fc9b06afb79562e2d1e
|
||||
SHA256 (HTML-FormFu-0.08002.tar.gz) = ffc2a77e35e24ccc713ea82c3696ce8917d73458550da168355370ea3755b987
|
||||
SIZE (HTML-FormFu-0.08002.tar.gz) = 298926
|
||||
|
|
|
@ -6,4 +6,4 @@ By default formfu renders "XHTML 1.0 Strict" compliant markup, with as
|
|||
little extra markup as possible, but with sufficient CSS class names to allow
|
||||
for a wide-range of output styles to be generated by changing only the CSS.
|
||||
|
||||
WWW: http://search.cpan.org/~cfranks/HTML-FormFu/
|
||||
WWW: http://search.cpan.org/dist/HTML-FormFu/
|
||||
|
|
Loading…
Reference in a new issue