File: control

package info (click to toggle)
libhtml-formfu-perl 0.09007-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,184 kB
  • sloc: perl: 13,186; makefile: 9; sql: 5
file content (98 lines) | stat: -rw-r--r-- 3,212 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Source: libhtml-formfu-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl (>= 5.10.1),
 libcaptcha-recaptcha-perl (>= 0.94),
 libcgi-simple-perl,
 libclass-accessor-chained-perl,
 libclone-perl,
 libconfig-any-perl (>= 0.18),
 libcrypt-cbc-perl,
 libcrypt-des-perl,
 libdata-visitor-perl (>= 0.26),
 libdate-calc-perl,
 libdatetime-format-builder-perl,
 libdatetime-format-natural-perl,
 libdatetime-format-strptime-perl (>= 1.2000),
 libdatetime-locale-perl (>= 1:0.45),
 libdatetime-perl (>= 2:0.5400),
 libdbix-class-perl,
 libemail-valid-perl,
 libfile-sharedir-perl,
 libhash-flatten-perl,
 libhtml-scrubber-perl,
 libhtml-tokeparser-simple-perl,
 liblist-moreutils-perl,
 libmoose-perl (>= 2) | libclass-mop-perl,
 libmoose-perl,
 libmoosex-aliases-perl,
 libmoosex-attribute-chained-perl,
 libmoosex-setonce-perl,
 libnumber-format-perl,
 libpath-class-perl,
 libreadonly-perl,
 libregexp-common-perl,
 libtask-weaken-perl,
 libtemplate-perl,
 libwww-perl,
 libyaml-libyaml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
 Brian Cassidy <brian.cassidy@gmail.com>,
 Salvatore Bonaccorso <carnil@debian.org>,
 Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.2
Homepage: http://www.formfu.org/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-formfu-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-formfu-perl.git

Package: libhtml-formfu-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10.1),
 libcaptcha-recaptcha-perl (>= 0.94),
 libclass-accessor-chained-perl,
 libclone-perl,
 libconfig-any-perl (>= 0.18),
 libcrypt-cbc-perl,
 libcrypt-des-perl,
 libdata-visitor-perl (>= 0.26),
 libdate-calc-perl,
 libdatetime-format-builder-perl,
 libdatetime-format-natural-perl,
 libdatetime-format-strptime-perl (>= 1.2000),
 libdatetime-locale-perl (>= 1:0.45),
 libdatetime-perl (>= 2:0.5400),
 libemail-valid-perl,
 libfile-sharedir-perl,
 libhash-flatten-perl,
 libhtml-scrubber-perl,
 libhtml-tokeparser-simple-perl,
 liblist-moreutils-perl,
 libmoose-perl (>= 2) | libclass-mop-perl,
 libmoose-perl,
 libmoosex-aliases-perl,
 libmoosex-attribute-chained-perl,
 libmoosex-setonce-perl,
 libnumber-format-perl,
 libpath-class-perl,
 libreadonly-perl,
 libregexp-common-perl,
 libtask-weaken-perl,
 libtemplate-perl,
 libwww-perl,
 libyaml-libyaml-perl
Breaks: libhtml-formfu-model-dbic-perl (<< 0.09000)
Suggests: libcgi-simple-perl,
 libhtml-formfu-model-dbic-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.