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
|
Source: libhtml-mason-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
gregor herrmann <gregoa@debian.org>,
Florian Schlichting <fsfs@debian.org>,
Xavier Guimard <x.guimard@free.fr>,
Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libapache2-mod-perl2,
libcache-cache-perl,
libcgi-pm-perl,
libchi-perl,
libclass-container-perl,
libexception-class-perl,
libhtml-parser-perl,
liblog-any-perl,
libparams-validate-perl,
libtest-deep-perl,
libtest-memory-cycle-perl,
libtest-pod-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-mason-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-mason-perl.git
Homepage: http://www.masonhq.com/
Package: libhtml-mason-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcache-cache-perl,
libcgi-pm-perl,
libclass-container-perl,
libexception-class-perl,
libhtml-parser-perl,
liblog-any-perl,
libparams-validate-perl
Recommends: libapache2-mod-perl2
Suggests: libchi-perl,
libfcgi-perl,
libhtml-mason-perl-doc
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
Section: doc
Priority: extra
Depends: ${misc:Depends}
Conflicts: libhtml-mason-perl-examples
Replaces: libhtml-mason-perl-examples
Description: HTML::Mason examples
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 examples.
|