[libfont-ttf-perl] 01/07: Merge tag 'upstream/1.03'

Xavier Guimard xguimard-guest at moszumanska.debian.org
Tue Dec 3 20:14:49 UTC 2013


This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a commit to branch master
in repository libfont-ttf-perl.

commit 3c8f49daea010bbfb4f1c3bcbe1de3128f25088b
Merge: f4a0b47 1bccebb
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Tue Dec 3 20:34:53 2013 +0100

    Merge tag 'upstream/1.03'
    
    Upstream version 1.03

 CONTRIBUTORS                           |   2 +
 Changes                                |  11 +
 MANIFEST                               |   2 +
 META.yml                               |   2 +-
 MYMETA.yml                             |   2 +-
 Makefile.PL                            |  24 +-
 README.TXT                             |  20 +-
 lib/Font/TTF.pm                        |  17 +-
 lib/Font/TTF/.Silf.pm.swo              | Bin 0 -> 16384 bytes
 lib/Font/TTF/AATKern.pm                |  14 +-
 lib/Font/TTF/AATutils.pm               |  16 +
 lib/Font/TTF/Anchor.pm                 |  18 +-
 lib/Font/TTF/Bsln.pm                   |  17 +-
 lib/Font/TTF/Changes                   | 108 ------
 lib/Font/TTF/Cmap.pm                   | 183 ++++++---
 lib/Font/TTF/Coverage.pm               |  53 ++-
 lib/Font/TTF/Cvt_.pm                   |  13 +-
 lib/Font/TTF/DSIG.pm                   |  20 +-
 lib/Font/TTF/Delta.pm                  |  21 +-
 lib/Font/TTF/Dumper.pm                 |  18 +-
 lib/Font/TTF/EBDT.pm                   |  31 +-
 lib/Font/TTF/EBLC.pm                   |  36 +-
 lib/Font/TTF/Fdsc.pm                   |  17 +-
 lib/Font/TTF/Feat.pm                   |  28 +-
 lib/Font/TTF/Features/Cvar.pm          |  16 +-
 lib/Font/TTF/Features/Size.pm          |  15 +-
 lib/Font/TTF/Features/Sset.pm          |  16 +-
 lib/Font/TTF/Fmtx.pm                   |  14 +-
 lib/Font/TTF/Font.pm                   | 260 ++++++-------
 lib/Font/TTF/Fpgm.pm                   |  14 +-
 lib/Font/TTF/GDEF.pm                   |  28 ++
 lib/Font/TTF/GPOS.pm                   |  22 +-
 lib/Font/TTF/GSUB.pm                   |  21 +-
 lib/Font/TTF/Glat.pm                   |  83 +++-
 lib/Font/TTF/Gloc.pm                   |  39 +-
 lib/Font/TTF/Glyf.pm                   |  14 +-
 lib/Font/TTF/Glyph.pm                  |  18 +-
 lib/Font/TTF/GrFeat.pm                 |  24 +-
 lib/Font/TTF/Hdmx.pm                   |  26 +-
 lib/Font/TTF/Head.pm                   |  27 +-
 lib/Font/TTF/Hhea.pm                   |  27 +-
 lib/Font/TTF/Hmtx.pm                   |  16 +-
 lib/Font/TTF/Kern.pm                   |  45 ++-
 lib/Font/TTF/Kern/ClassArray.pm        |  14 +-
 lib/Font/TTF/Kern/CompactClassArray.pm |  14 +-
 lib/Font/TTF/Kern/OrderedList.pm       |  20 +-
 lib/Font/TTF/Kern/StateTable.pm        |  14 +-
 lib/Font/TTF/Kern/Subtable.pm          |  14 +-
 lib/Font/TTF/LTSH.pm                   |  26 +-
 lib/Font/TTF/Loca.pm                   |  14 +-
 lib/Font/TTF/Manual.pod                |  17 +-
 lib/Font/TTF/Maxp.pm                   |  26 +-
 lib/Font/TTF/Mort.pm                   |  26 +-
 lib/Font/TTF/Mort/Chain.pm             |  14 +-
 lib/Font/TTF/Mort/Contextual.pm        |  14 +-
 lib/Font/TTF/Mort/Insertion.pm         |  14 +-
 lib/Font/TTF/Mort/Ligature.pm          |  14 +-
 lib/Font/TTF/Mort/Noncontextual.pm     |  14 +-
 lib/Font/TTF/Mort/Rearrangement.pm     |  15 +-
 lib/Font/TTF/Mort/Subtable.pm          |  14 +-
 lib/Font/TTF/Name.pm                   |  53 ++-
 lib/Font/TTF/OS_2.pm                   | 686 ++++++++++++++++++++++++++++++++-
 lib/Font/TTF/OTTags.pm                 |  16 +-
 lib/Font/TTF/OldCmap.pm                |  16 +-
 lib/Font/TTF/OldMort.pm                |  22 +-
 lib/Font/TTF/PCLT.pm                   |  26 +-
 lib/Font/TTF/PSNames.pm                |  17 +-
 lib/Font/TTF/Post.pm                   |  26 +-
 lib/Font/TTF/Prep.pm                   |  14 +-
 lib/Font/TTF/Prop.pm                   |  29 +-
 lib/Font/TTF/Segarr.pm                 |  13 +-
 lib/Font/TTF/Silf.pm                   | 276 ++++++++++---
 lib/Font/TTF/Sill.pm                   |  33 +-
 lib/Font/TTF/Table.pm                  |  36 +-
 lib/Font/TTF/Ttc.pm                    |  16 +-
 lib/Font/TTF/Ttopen.pm                 | 182 +++++----
 lib/Font/TTF/Useall.pm                 |  32 ++
 lib/Font/TTF/Utils.pm                  |  15 +-
 lib/Font/TTF/Vhea.pm                   |  26 +-
 lib/Font/TTF/Vmtx.pm                   |  14 +-
 lib/Font/TTF/Win32.pm                  |  16 +
 lib/Font/TTF/Woff.pm                   |  16 +
 lib/Font/TTF/Woff/MetaData.pm          |  18 +-
 lib/Font/TTF/Woff/PrivateData.pm       |  20 +-
 lib/Font/TTF/XMLparse.pm               |  24 +-
 minsize.patch                          | 501 ++++++++++++++++++++++++
 t/OFL.txt                              |   4 +-
 t/testfont.ttf                         | Bin 34872 -> 34792 bytes
 t/testfont.woff                        | Bin 18868 -> 18851 bytes
 89 files changed, 3168 insertions(+), 661 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfont-ttf-perl.git



More information about the Pkg-perl-cvs-commits mailing list