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
|
Source: perlftlib
Section: perl
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 5), libttf-dev, perl (>= 5.8)
Standards-Version: 3.6.2
Package: libft-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Conflicts: libfreetype-perl
Replaces: libfreetype-perl
Description: Perl module for the FreeType library
This module allows you to manipulate TrueType fonts from Perl using
the FreeType library. It provides an interface closely modeled on
the FreeType API, along with an easy-to-use wrapper module.
Package: fttools
Section: utils
Architecture: all
Depends: ${perl:Depends}, libft-perl, libjcode-pm-perl
Conflicts: ftinfo, mkttfdir
Replaces: ftinfo, mkttfdir
Suggests: ttmkfdir
Description: FreeType font utilities
mkttfdir utility generates font.dir file for TrueType font.
ftinfo utility reports TrueType font info.
.
mkttfdir only supports iso8859-1 and JIS encodings. For other font
encoding try the ttmkfdir package.
|