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

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

commit 901ba28addbae2f6be04599f2f7f82ed99f88bb8
Merge: 44874d4 2ab2b9b
Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
Date:   Tue Sep 1 18:54:44 2015 -0300

    Merge tag 'upstream/1.05'
    
    Upstream version 1.05
    
    # gpg: Signature made Tue 01 Sep 2015 06:54:38 PM BRT using RSA key ID 
9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.dua...@gmail.com>"

 Changes                                |  13 +
 MANIFEST                               |   4 +-
 MANIFEST.SKIP                          |   1 +
 META.json                              |  41 +++
 META.yml                               |  38 +--
 MYMETA.yml                             |  23 --
 README.TXT                             |   4 +-
 buildutils/convert_tags.pl             |   4 +-
 buildutils/convert_tags_from_html.pl   |   4 +-
 lib/Font/TTF.pm                        |   9 +-
 lib/Font/TTF/AATKern.pm                |   4 +-
 lib/Font/TTF/AATutils.pm               |   4 +-
 lib/Font/TTF/Anchor.pm                 |   4 +-
 lib/Font/TTF/Bsln.pm                   |   4 +-
 lib/Font/TTF/Cmap.pm                   |  45 ++-
 lib/Font/TTF/Coverage.pm               |   4 +-
 lib/Font/TTF/Cvt_.pm                   |   4 +-
 lib/Font/TTF/DSIG.pm                   |  21 +-
 lib/Font/TTF/Delta.pm                  |   4 +-
 lib/Font/TTF/Dumper.pm                 |   4 +-
 lib/Font/TTF/EBDT.pm                   |   4 +-
 lib/Font/TTF/EBLC.pm                   |   4 +-
 lib/Font/TTF/Fdsc.pm                   |   4 +-
 lib/Font/TTF/Feat.pm                   |   4 +-
 lib/Font/TTF/Features/Cvar.pm          |  11 +-
 lib/Font/TTF/Features/Size.pm          |  11 +-
 lib/Font/TTF/Features/Sset.pm          |  11 +-
 lib/Font/TTF/Fmtx.pm                   |   4 +-
 lib/Font/TTF/Font.pm                   |  13 +-
 lib/Font/TTF/Fpgm.pm                   |   4 +-
 lib/Font/TTF/GDEF.pm                   | 158 ++++-----
 lib/Font/TTF/GPOS.pm                   |   4 +-
 lib/Font/TTF/GSUB.pm                   |  62 +++-
 lib/Font/TTF/Glat.pm                   |   9 +-
 lib/Font/TTF/Gloc.pm                   |   7 +-
 lib/Font/TTF/Glyf.pm                   |   4 +-
 lib/Font/TTF/Glyph.pm                  |  76 +++--
 lib/Font/TTF/GrFeat.pm                 | 334 +++++++++---------
 lib/Font/TTF/Hdmx.pm                   |   4 +-
 lib/Font/TTF/Head.pm                   |   4 +-
 lib/Font/TTF/Hhea.pm                   |   4 +-
 lib/Font/TTF/Hmtx.pm                   |   4 +-
 lib/Font/TTF/Kern.pm                   |  10 +-
 lib/Font/TTF/Kern/ClassArray.pm        |   4 +-
 lib/Font/TTF/Kern/CompactClassArray.pm |   4 +-
 lib/Font/TTF/Kern/OrderedList.pm       |   4 +-
 lib/Font/TTF/Kern/StateTable.pm        |   4 +-
 lib/Font/TTF/Kern/Subtable.pm          |   4 +-
 lib/Font/TTF/LTSH.pm                   |   4 +-
 lib/Font/TTF/Loca.pm                   |   6 +-
 lib/Font/TTF/Manual.pod                |   7 +-
 lib/Font/TTF/Maxp.pm                   |   4 +-
 lib/Font/TTF/Mort.pm                   |   4 +-
 lib/Font/TTF/Mort/Chain.pm             |   4 +-
 lib/Font/TTF/Mort/Contextual.pm        |   4 +-
 lib/Font/TTF/Mort/Insertion.pm         |   4 +-
 lib/Font/TTF/Mort/Ligature.pm          |   4 +-
 lib/Font/TTF/Mort/Noncontextual.pm     |   4 +-
 lib/Font/TTF/Mort/Rearrangement.pm     |   4 +-
 lib/Font/TTF/Mort/Subtable.pm          |   4 +-
 lib/Font/TTF/Name.pm                   |  50 +--
 lib/Font/TTF/OS_2.pm                   |   4 +-
 lib/Font/TTF/OTTags.pm                 | 606 ++++++++++++++++++++++++++++-----
 lib/Font/TTF/OldCmap.pm                |   8 +-
 lib/Font/TTF/OldMort.pm                |   4 +-
 lib/Font/TTF/PCLT.pm                   |   4 +-
 lib/Font/TTF/PSNames.pm                |   4 +-
 lib/Font/TTF/Post.pm                   |   4 +-
 lib/Font/TTF/Prep.pm                   |   4 +-
 lib/Font/TTF/Prop.pm                   |   4 +-
 lib/Font/TTF/Segarr.pm                 |   4 +-
 lib/Font/TTF/Silf.pm                   |   7 +-
 lib/Font/TTF/Sill.pm                   |   4 +-
 lib/Font/TTF/Table.pm                  |  63 ++--
 lib/Font/TTF/Ttc.pm                    |   4 +-
 lib/Font/TTF/Ttopen.pm                 |  15 +-
 lib/Font/TTF/Useall.pm                 |   4 +-
 lib/Font/TTF/Utils.pm                  |   4 +-
 lib/Font/TTF/Vhea.pm                   |   4 +-
 lib/Font/TTF/Vmtx.pm                   |   4 +-
 lib/Font/TTF/Win32.pm                  |   4 +-
 lib/Font/TTF/Woff.pm                   |   4 +-
 lib/Font/TTF/Woff/MetaData.pm          |  13 +-
 lib/Font/TTF/Woff/PrivateData.pm       |  14 +-
 lib/Font/TTF/XMLparse.pm               |   4 +-
 lib/ttfmod.pl                          |   4 +-
 t/tags.t                               |   2 +-
 87 files changed, 1230 insertions(+), 682 deletions(-)

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to