File: control

package info (click to toggle)
libhtml-mason-perl 1%3A1.26-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,636 kB
  • ctags: 1,260
  • sloc: perl: 13,880; sh: 154; makefile: 47
file content (55 lines) | stat: -rw-r--r-- 2,887 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
Source: libhtml-mason-perl
Section: perl
Priority: optional
Maintainer: Steve Haslam <araqnid@debian.org>
Standards-Version: 3.6.1
Build-Depends-Indep: debhelper (>= 4.1.16), perl (>= 5.8.3), libparams-validate-perl (>= 0.69), libapache-request-perl | libapache2-mod-perl2, libcache-cache-perl (>= 1.0-1), libexception-class-perl (>= 1.14), libclass-container-perl (>= 0.07-1)

Package: libhtml-mason-perl
Architecture: all
Depends: ${perl:Depends}, libparams-validate-perl (>= 0.69), libcache-cache-perl (>= 1.0-1), libexception-class-perl (>= 1.14), libclass-container-perl (>= 0.07-1), libscalar-list-utils-perl | perl-base (>= 5.8.3)
Recommends: libapache-mod-perl | libapache2-mod-perl2, libapache-request-perl | libapache2-mod-perl2
Suggests: speedy-cgi-perl
Description: HTML::Mason Perl module
 Mason allows web pages and sites to be constructed from shared,
 reusable building blocks called components. Components contain a mix
 of Perl and HTML, and can call each other and pass values back and
 forth like subroutines. Components increase modularity and eliminate
 repetitive work: common design elements (headers, footers, menus,
 logos) can be extracted into their own components where they need be
 changed only once to affect the whole site.
 .
 Other Mason features include a graphical site previewing utility, an
 HTML/data caching model, and the ability to walk through requests with
 the Perl debugger.

Package: libhtml-mason-perl-doc
Architecture: all
Priority: extra
Description: HTML::Mason documentation
 Mason allows web pages and sites to be constructed from shared,
 reusable building blocks called components. Components contain a mix
 of Perl and HTML, and can call each other and pass values back and
 forth like subroutines. Components increase modularity and eliminate
 repetitive work: common design elements (headers, footers, menus,
 logos) can be extracted into their own components where they need be
 changed only once to affect the whole site.
 .
 This package contains the HTML::Mason manuals.

Package: libhtml-mason-perl-examples
Architecture: all
Depends: ${misc:Depends}, libhtml-mason-perl (>= 1:1.25-3)
Recommends: apache | apache-perl | apache-ssl | apache2, libapache-mod-perl | libapache2-mod-perl2, libapache-request-perl | libapache2-mod-perl2
Priority: extra
Description: HTML::Mason example setup
 Mason allows web pages and sites to be constructed from shared,
 reusable building blocks called components. Components contain a mix
 of Perl and HTML, and can call each other and pass values back and
 forth like subroutines. Components increase modularity and eliminate
 repetitive work: common design elements (headers, footers, menus,
 logos) can be extracted into their own components where they need be
 changed only once to affect the whole site.
 .
 This package will set up some example Mason components in your local
 Apache.