File: control

package info (click to toggle)
libmime-lite-html-perl 1.24-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 880 kB
  • ctags: 61
  • sloc: perl: 713; makefile: 22
file content (39 lines) | stat: -rw-r--r-- 1,330 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
Source: libmime-lite-html-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep:
    perl,
    libwww-perl,
    libhtml-parser-perl,
    liburi-perl,
    libmime-lite-perl (>= 1)
Maintainer: Debian Sympa Team <pkg-sympa-devel@lists.alioth.debian.org>
Uploaders:
    Stefan Hornburg (Racke) <racke@linuxia.de>,
    Emmanuel Bouthenot <kolter@debian.org>
Standards-Version: 3.9.8
Homepage: http://search.cpan.org/dist/MIME-Lite-HTML/
Vcs-Git: https://anonscm.debian.org/git/pkg-sympa/libmime-lite-html-perl.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-sympa/libmime-lite-html-perl.git

Package: libmime-lite-html-perl
Architecture: all
Depends:
    ${perl:Depends},
    ${misc:Depends},
    libwww-perl,
    libhtml-parser-perl,
    liburi-perl,
    libmime-lite-perl (>= 1)
Description: Transform HTML page into MIME email
 Mime::Lite::Html provides an interface for sending message that supports HTML
 format and builds it for you. This is useful to transform HTML pages into MIME
 email like that:
 .
  * Get the page with LWP if needed
  * Parse page to find included images and objects (gif, jpg, flash)
  * Attach them to mail with proper header
  * Include external CSS and Javascript files
  * Replace relative urls with absolute ones
  * Build the MIME email with any parts found