File: control

package info (click to toggle)
libpetal-perl 2.19-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,076 kB
  • ctags: 166
  • sloc: perl: 4,732; xml: 726; makefile: 43
file content (24 lines) | stat: -rw-r--r-- 950 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
Source: libpetal-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Ragwitz <rafl@debian.org>,
 gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.0-16), libmkdoc-xml-perl (>= 0.70),
 liburi-perl
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Petal/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpetal-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpetal-perl/

Package: libpetal-perl
Architecture: all
Depends: ${perl:Depends}, libmkdoc-xml-perl (>=0.70)
Description: Perl Template Attribute Language - TAL for perl
 Petal is an XML based templating engine that is able to process any kind of
 XML, XHTML and HTML.
 .
 Petal borrows a lot of good ideas from the Zope Page Templates TAL
 specification, it is very well suited for the creation of WYSIWYG XHTML
 editable templates.