File: control

package info (click to toggle)
libfont-freetype-perl 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 848 kB
  • ctags: 14
  • sloc: perl: 356; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,241 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
Source: libfont-freetype-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               libdevel-checklib-perl,
               libfile-which-perl,
               libfreetype6-dev,
               libtest-warnings-perl,
               perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfont-freetype-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfont-freetype-perl.git
Homepage: https://metacpan.org/release/Font-FreeType

Package: libfont-freetype-perl
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${perl:Depends}
Description: module to read font files and render glyphs from Perl using FreeType2
 Font::Freetype allows Perl programs to conveniently read information from
 font files.  All the font access is done through the FreeType2 library,
 which supports many formats.  It can render images of characters with
 high-quality hinting and antialiasing, extract metrics information, and
 extract the outlines of characters in scalable formats like TrueType.