File: control

package info (click to toggle)
libtemplate-plugin-clickable-perl 0.06-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 80 kB
  • ctags: 3
  • sloc: perl: 38; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,244 bytes parent folder | download | duplicates (2)
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
Source: libtemplate-plugin-clickable-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9~)
Build-Depends-Indep: perl,
                     libuniversal-exports-perl,
                     liburi-find-perl,
                     libtemplate-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtemplate-plugin-clickable-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtemplate-plugin-clickable-perl.git
Homepage: https://metacpan.org/release/Template-Plugin-Clickable/

Package: libtemplate-plugin-clickable-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libuniversal-exports-perl,
         liburi-find-perl,
         libtemplate-perl
Description: Make URLs clickable in HTML
 Template::Plugin::Clickable is a plugin for the Perl Template Toolkit 
 which allows you to  filter HTML to make any embedded URLs clickable. 
 The basic idea is  that it searches the text for any http:// and https:// 
 URLs that are  not marked up and adds the correct HTML anchor tags to make
 them into hyperlinks.