File: control

package info (click to toggle)
libhtml-formattext-withlinks-andtables-perl 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 152 kB
  • ctags: 10
  • sloc: perl: 290; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,676 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
Source: libhtml-formattext-withlinks-andtables-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libhtml-format-perl,
                     libhtml-formattext-withlinks-perl,
                     libhtml-tree-perl,
                     libtest-pod-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-formattext-withlinks-andtables-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhtml-formattext-withlinks-andtables-perl.git
Homepage: https://metacpan.org/release/HTML-FormatText-WithLinks-AndTables

Package: libhtml-formattext-withlinks-andtables-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhtml-format-perl,
         libhtml-formattext-withlinks-perl,
         libhtml-tree-perl
Description: Perl module to converts HTML to Text with tables intact
 HTML::FormatText::WithLinks::AndTables was inspired by
 HTML::FormatText::WithLinks which has proven to be a useful `lynx -dump`
 work-alike.
 .
 This module can in a rudimentary sense do so. The aim was to provide
 facility to take a simple HTML based email template, and to also convert
 it to text with the <TABLE> structure intact for inclusion as
 "multipart/alternative" content.
 .
 Further, it will preserve both the formatting specified by the <TD> tag's
 "align" attribute, and will also preserve multiline text inside of a <TD>
 element provided it is broken using <BR/> tags.