pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTML-FormFu Importing www/p5-HTML-FormFu 0.0600...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1d440d7553b
branches:  trunk
changeset: 570192:d1d440d7553b
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jan 26 15:43:38 2010 +0000

description:
Importing www/p5-HTML-FormFu 0.06001 as indirect dependency of
scheduled update of editors/p5-Padre-Plugin-Catalyst.

HTML::FormFu is a HTML form framework which aims to be as easy as possible
to use for basic web forms, but with the power and flexibility to do
anything else you might want to do (as long as it involves forms).

Almost any part of formfu's behaviour and output can be configured. 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.

diffstat:

 www/p5-HTML-FormFu/DESCR    |   9 +++++++
 www/p5-HTML-FormFu/Makefile |  56 +++++++++++++++++++++++++++++++++++++++++++++
 www/p5-HTML-FormFu/distinfo |   5 ++++
 3 files changed, 70 insertions(+), 0 deletions(-)

diffs (82 lines):

diff -r 500fa7bfefb1 -r d1d440d7553b www/p5-HTML-FormFu/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-FormFu/DESCR  Tue Jan 26 15:43:38 2010 +0000
@@ -0,0 +1,9 @@
+HTML::FormFu is a HTML form framework which aims to be as easy as possible
+to use for basic web forms, but with the power and flexibility to do
+anything else you might want to do (as long as it involves forms).
+
+Almost any part of formfu's behaviour and output can be configured. 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.
diff -r 500fa7bfefb1 -r d1d440d7553b www/p5-HTML-FormFu/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-FormFu/Makefile       Tue Jan 26 15:43:38 2010 +0000
@@ -0,0 +1,56 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/01/26 15:43:38 sno Exp $
+#
+
+DISTNAME=              HTML-FormFu-0.06001
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            www perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=HTML/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/HTML-FormFu/
+COMMENT=               HTML Form Creation, Rendering and Validation Framework
+LICENSE=               ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-Captcha-reCAPTCHA>=0.92:../../www/p5-Captcha-reCAPTCHA
+DEPENDS+=      p5-Class-Accessor-Chained-[0-9]*:../../devel/p5-Class-Accessor-Chained
+DEPENDS+=      p5-Class-C3-[0-9]*:../../devel/p5-Class-C3
+DEPENDS+=      p5-Config-Any>=0.10:../../devel/p5-Config-Any
+DEPENDS+=      p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
+DEPENDS+=      p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES
+DEPENDS+=      p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor
+DEPENDS+=      p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc
+DEPENDS+=      p5-DateTime>=0.38:../../time/p5-DateTime
+DEPENDS+=      p5-DateTime-Format-Builder>=0.7901:../../time/p5-DateTime-Format-Builder
+DEPENDS+=      p5-DateTime-Format-Natural-[0-9]*:../../time/p5-DateTime-Format-Natural
+DEPENDS+=      p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime
+DEPENDS+=      p5-DateTime-Locale-[0-9]*:../../time/p5-DateTime-Locale
+DEPENDS+=      p5-Email-Valid-[0-9]*:../../mail/p5-Email-Valid
+DEPENDS+=      p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir
+DEPENDS+=      p5-HTML-Scrubber-[0-9]*:../../www/p5-HTML-Scrubber
+DEPENDS+=      p5-HTML-TokeParser-Simple>=3.14:../../www/p5-HTML-TokeParser-Simple
+DEPENDS+=      p5-Hash-Flatten-[0-9]*:../../devel/p5-Hash-Flatten
+DEPENDS+=      p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+DEPENDS+=      {perl>=5.10.0,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
+DEPENDS+=      {perl>=5.7.3,p5-Locale-Maketext-[0-9]*}:../../misc/p5-Locale-Maketext
+DEPENDS+=      {perl>=5.10.0,p5-Module-Pluggable-[0-9]*}:../../devel/p5-Module-Pluggable
+DEPENDS+=      p5-Number-Format-[0-9]*:../../textproc/p5-Number-Format
+DEPENDS+=      p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
+DEPENDS+=      p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
+DEPENDS+=      p5-Regexp-Copy-[0-9]*:../../textproc/p5-Regexp-Copy
+DEPENDS+=      p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
+DEPENDS+=      p5-Template-Toolkit>=2:../../www/p5-Template-Toolkit
+DEPENDS+=      p5-YAML-LibYAML>=0.32:../../textproc/p5-YAML-LibYAML
+DEPENDS+=      p5-libwww>=5:../../www/p5-libwww
+
+BUILD_DEPENDS+=        {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple
+BUILD_DEPENDS+=        p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
+
+USE_LANGUAGES=         c
+
+PERL5_PACKLIST=                auto/HTML/FormFu/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 500fa7bfefb1 -r d1d440d7553b www/p5-HTML-FormFu/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-FormFu/distinfo       Tue Jan 26 15:43:38 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/01/26 15:43:39 sno Exp $
+
+SHA1 (HTML-FormFu-0.06001.tar.gz) = cc9bc058f66b5be85ffba8315c0bb48e76e38e55
+RMD160 (HTML-FormFu-0.06001.tar.gz) = 6e79cc7c5fe818cf7267fd8cebd230bf0ca6290e
+Size (HTML-FormFu-0.06001.tar.gz) = 287073 bytes



Home | Main Index | Thread Index | Old Index