File: control

package info (click to toggle)
libhtml-formfu-perl 0.07002-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,928 kB
  • ctags: 989
  • sloc: perl: 12,036; makefile: 9; sql: 5
file content (52 lines) | stat: -rw-r--r-- 3,013 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: libhtml-formfu-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl (>= 5.10), libdatetime-perl (>= 0.38),
 libhtml-scrubber-perl, libemail-valid-perl, libdatetime-format-strptime-perl (>= 1.2000),
 libdatetime-format-builder-perl (>= 0.7901), libdatetime-format-natural-perl,
 libdatetime-locale-perl (>= 1:0.45), libclass-accessor-chained-perl,
 libregexp-common-perl, libfile-sharedir-perl (>= 0.05-1.2),
 libwww-perl (>= 1.64), libconfig-any-perl (>= 0.18), libtask-weaken-perl,
 liblist-moreutils-perl, libmro-compat-perl, libclone-perl,
 libcrypt-des-perl, libhtml-tokeparser-simple-perl (>= 3.14),
 libyaml-libyaml-perl (>= 0.32), libtemplate-perl, libdate-calc-perl,
 libcrypt-cbc-perl, libtest-nowarnings-perl, libcgi-simple-perl,
 libdbix-class-perl, libreadonly-perl, libcaptcha-recaptcha-perl (>= 0.94),
 libnumber-format-perl,
 libhash-flatten-perl, libpath-class-perl, libdata-visitor-perl (>= 0.26),
 perl (>= 5.10.1) | libtest-simple-perl (>= 0.92)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@43-1.org>,
 Brian Cassidy <brian.cassidy@gmail.com>,
 Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>,
 Krzysztof Krzyżaniak (eloy) <eloy@debian.org>
Standards-Version: 3.9.1
Homepage: http://www.formfu.org/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-formfu-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-formfu-perl/

Package: libhtml-formfu-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10), libdatetime-perl (>= 0.38),
 libdata-visitor-perl (>= 0.26), libhtml-scrubber-perl, libemail-valid-perl,
 libdatetime-format-strptime-perl (>= 1.2000), libdatetime-format-builder-perl (>= 0.7901),
 libdatetime-format-natural-perl, libdatetime-locale-perl (>= 1:0.45),
 libclass-accessor-chained-perl, libregexp-common-perl, libfile-sharedir-perl (>= 0.05-1.2),
 libwww-perl (>= 1.64), libconfig-any-perl (>= 0.18),
 libtask-weaken-perl, liblist-moreutils-perl, libmro-compat-perl,
 libclone-perl, libcrypt-des-perl, libhtml-tokeparser-simple-perl (>= 3.14),
 libyaml-libyaml-perl (>= 0.32), libtemplate-perl, libdate-calc-perl,
 libcrypt-cbc-perl, libreadonly-perl, libcaptcha-recaptcha-perl (>= 0.94),
 libnumber-format-perl, libhash-flatten-perl, libpath-class-perl
Suggests: libhtml-formfu-model-dbic-perl, libcgi-simple-perl
Description: HTML form creation, rendering and validation framework
 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).
 .
 You can configure almost any part of formfu's behaviour and output. 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.