r2168 - in packages/libfont-ttf-perl/branches/upstream/current: . lib/Font/TTF

Gunnar Wolf gwolf at costa.debian.org
Tue Feb 21 22:33:56 UTC 2006


Author: gwolf
Date: 2006-02-21 22:33:19 +0000 (Tue, 21 Feb 2006)
New Revision: 2168

Added:
   packages/libfont-ttf-perl/branches/upstream/current/COPYING
Removed:
   packages/libfont-ttf-perl/branches/upstream/current/Makefile
   packages/libfont-ttf-perl/branches/upstream/current/Makefile.PL
Modified:
   packages/libfont-ttf-perl/branches/upstream/current/MANIFEST
   packages/libfont-ttf-perl/branches/upstream/current/MANIFEST.SKIP
   packages/libfont-ttf-perl/branches/upstream/current/META.yml
   packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Anchor.pm
   packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Cmap.pm
   packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Coverage.pm
   packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Delta.pm
   packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/GPOS.pm
   packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Manual.pod
   packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/OS_2.pm
   packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Ttopen.pm
Log:
Load /tmp/tmp.F1Poyd/libfont-ttf-perl-0.38 into
packages/libfont-ttf-perl/branches/upstream/current.


Added: packages/libfont-ttf-perl/branches/upstream/current/COPYING
===================================================================
--- packages/libfont-ttf-perl/branches/upstream/current/COPYING	2006-02-21 22:31:00 UTC (rev 2167)
+++ packages/libfont-ttf-perl/branches/upstream/current/COPYING	2006-02-21 22:33:19 UTC (rev 2168)
@@ -0,0 +1,50 @@
+The Artistic License
+
+Preamble
+
+The intent of this document is to state the conditions under which a Package may be copied, such that the Copyright Holder maintains some semblance of artistic control over the development of the package, while giving the users of the package the right to use and distribute the Package in a more-or-less customary fashion, plus the right to make reasonable modifications.
+
+Definitions:
+
+    * "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through textual modification.
+    * "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright Holder.
+    * "Copyright Holder" is whoever is named in the copyright or copyrights for the package.
+    * "You" is you, if you're thinking about copying or distributing this Package.
+    * "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the computing community at large as a market that must bear the fee.)
+    * "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they received it.
+
+1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers.
+
+2. You may apply bug fixes, portability fixes and other modifications derived from the Public Domain or from the Copyright Holder. A Package modified in such a way shall still be considered the Standard Version.
+
+3. You may otherwise modify your copy of this Package in any way, provided that you insert a prominent notice in each changed file stating how and when you changed that file, and provided that you do at least ONE of the following:
+
+    a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site such as ftp.uu.net, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package.
+
+    b) use the modified Package only within your corporation or organization.
+
+    c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided, and provide a separate manual page for each non-standard executable that clearly documents how it differs from the Standard Version.
+
+    d) make other distribution arrangements with the Copyright Holder.
+
+4. You may distribute the programs of this Package in object code or executable form, provided that you do at least ONE of the following:
+
+    a) distribute a Standard Version of the executables and library files, together with instructions (in the manual page or equivalent) on where to get the Standard Version.
+
+    b) accompany the distribution with the machine-readable source of the Package with your modifications.
+
+    c) accompany any non-standard executables with their corresponding Standard Version executables, giving the non-standard executables non-standard names, and clearly documenting the differences in manual pages (or equivalent), together with instructions on where to get the Standard Version.
+
+    d) make other distribution arrangements with the Copyright Holder.
+
+5. You may charge a reasonable copying fee for any distribution of this Package. You may charge any fee you choose for support of this Package. You may not charge a fee for this Package itself. However, you may distribute this Package in aggregate with other (possibly commercial) programs as part of a larger (possibly commercial) software distribution provided that you do not advertise this Package as a product of your own.
+
+6. The scripts and library files supplied as input to or produced as output from the programs of this Package do not automatically fall under the copyright of this Package, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this Package.
+
+7. C or perl subroutines supplied by you and linked into this Package shall not be considered part of this Package.
+
+8. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission.
+
+9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+The End
\ No newline at end of file

Modified: packages/libfont-ttf-perl/branches/upstream/current/MANIFEST
===================================================================
--- packages/libfont-ttf-perl/branches/upstream/current/MANIFEST	2006-02-21 22:31:00 UTC (rev 2167)
+++ packages/libfont-ttf-perl/branches/upstream/current/MANIFEST	2006-02-21 22:33:19 UTC (rev 2168)
@@ -1,3 +1,4 @@
+COPYING
 lib/Font/TTF/AATKern.pm
 lib/Font/TTF/AATutils.pm
 lib/Font/TTF/Anchor.pm
@@ -59,9 +60,7 @@
 lib/Font/TTF/Win32.pm
 lib/Font/TTF/XMLparse.pm
 lib/ttfmod.pl
-Makefile
-Makefile.PL
 MANIFEST			This list of files
 MANIFEST.SKIP
+META.yml
 README.TXT
-META.yml                                 Module meta-data (added by MakeMaker)

Modified: packages/libfont-ttf-perl/branches/upstream/current/MANIFEST.SKIP
===================================================================
--- packages/libfont-ttf-perl/branches/upstream/current/MANIFEST.SKIP	2006-02-21 22:31:00 UTC (rev 2167)
+++ packages/libfont-ttf-perl/branches/upstream/current/MANIFEST.SKIP	2006-02-21 22:33:19 UTC (rev 2168)
@@ -10,3 +10,5 @@
 \.cvsignore
 ^#
 \.svn/
+Makefile
+~$

Modified: packages/libfont-ttf-perl/branches/upstream/current/META.yml
===================================================================
--- packages/libfont-ttf-perl/branches/upstream/current/META.yml	2006-02-21 22:31:00 UTC (rev 2167)
+++ packages/libfont-ttf-perl/branches/upstream/current/META.yml	2006-02-21 22:33:19 UTC (rev 2168)
@@ -1,8 +1,8 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Font-TTF
-version:      0.37
-version_from: lib/Font/TTF/Font.pm
+version:      0.38
+version_from: 
 installdirs:  site
 requires:
 

Deleted: packages/libfont-ttf-perl/branches/upstream/current/Makefile
===================================================================
--- packages/libfont-ttf-perl/branches/upstream/current/Makefile	2006-02-21 22:31:00 UTC (rev 2167)
+++ packages/libfont-ttf-perl/branches/upstream/current/Makefile	2006-02-21 22:33:19 UTC (rev 2168)
@@ -1,1196 +0,0 @@
-# This Makefile is for the Font::TTF extension to perl.
-#
-# It was generated automatically by MakeMaker version
-# 6.17 (Revision: 1.133) from the contents of
-# Makefile.PL. Don't edit this file, edit Makefile.PL instead.
-#
-#       ANY CHANGES MADE HERE WILL BE LOST!
-#
-#   MakeMaker ARGV: ()
-#
-#   MakeMaker Parameters:
-
-#     ABSTRACT => q[TTF font support for Perl]
-#     AUTHOR => q[martin_hosken at sil.org]
-#     NAME => q[Font::TTF]
-#     VERSION_FROM => q[lib/Font/TTF/Font.pm]
-#     dist => { TO_UNIX=>q[perl -Mtounix -e "tounix(\"$(DISTVNAME)\")"] }
-
-# --- MakeMaker post_initialize section:
-
-
-# --- MakeMaker const_config section:
-
-# These definitions are from config.sh (via /usr/lib/perl5/5.8.6/i586-linux-thread-multi/Config.pm)
-
-# They may have been overridden via Makefile.PL or on the command line
-AR = ar
-CC = cc
-CCCDLFLAGS = -fPIC
-CCDLFLAGS = -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE
-DLEXT = so
-DLSRC = dl_dlopen.xs
-LD = cc
-LDDLFLAGS = -shared
-LDFLAGS = 
-LIBC = 
-LIB_EXT = .a
-OBJ_EXT = .o
-OSNAME = linux
-OSVERS = 2.6.9
-RANLIB = :
-SITELIBEXP = /usr/lib/perl5/site_perl/5.8.6
-SITEARCHEXP = /usr/lib/perl5/site_perl/5.8.6/i586-linux-thread-multi
-SO = so
-EXE_EXT = 
-FULL_AR = /usr/bin/ar
-VENDORARCHEXP = /usr/lib/perl5/vendor_perl/5.8.6/i586-linux-thread-multi
-VENDORLIBEXP = /usr/lib/perl5/vendor_perl/5.8.6
-
-
-# --- MakeMaker constants section:
-AR_STATIC_ARGS = cr
-DIRFILESEP = /
-NAME = Font::TTF
-NAME_SYM = Font_TTF
-VERSION = 0.37
-VERSION_MACRO = VERSION
-VERSION_SYM = 0_37
-DEFINE_VERSION = -D$(VERSION_MACRO)=\"$(VERSION)\"
-XS_VERSION = 0.37
-XS_VERSION_MACRO = XS_VERSION
-XS_DEFINE_VERSION = -D$(XS_VERSION_MACRO)=\"$(XS_VERSION)\"
-INST_ARCHLIB = blib/arch
-INST_SCRIPT = blib/script
-INST_BIN = blib/bin
-INST_LIB = blib/lib
-INST_MAN1DIR = blib/man1
-INST_MAN3DIR = blib/man3
-MAN1EXT = 1
-MAN3EXT = 3pm
-INSTALLDIRS = site
-DESTDIR = 
-PREFIX = 
-PERLPREFIX = /usr
-SITEPREFIX = /usr
-VENDORPREFIX = /usr
-INSTALLPRIVLIB = $(PERLPREFIX)/lib/perl5/5.8.6
-DESTINSTALLPRIVLIB = $(DESTDIR)$(INSTALLPRIVLIB)
-INSTALLSITELIB = $(SITEPREFIX)/lib/perl5/site_perl/5.8.6
-DESTINSTALLSITELIB = $(DESTDIR)$(INSTALLSITELIB)
-INSTALLVENDORLIB = $(VENDORPREFIX)/lib/perl5/vendor_perl/5.8.6
-DESTINSTALLVENDORLIB = $(DESTDIR)$(INSTALLVENDORLIB)
-INSTALLARCHLIB = $(PERLPREFIX)/lib/perl5/5.8.6/i586-linux-thread-multi
-DESTINSTALLARCHLIB = $(DESTDIR)$(INSTALLARCHLIB)
-INSTALLSITEARCH = $(SITEPREFIX)/lib/perl5/site_perl/5.8.6/i586-linux-thread-multi
-DESTINSTALLSITEARCH = $(DESTDIR)$(INSTALLSITEARCH)
-INSTALLVENDORARCH = $(VENDORPREFIX)/lib/perl5/vendor_perl/5.8.6/i586-linux-thread-multi
-DESTINSTALLVENDORARCH = $(DESTDIR)$(INSTALLVENDORARCH)
-INSTALLBIN = $(PERLPREFIX)/bin
-DESTINSTALLBIN = $(DESTDIR)$(INSTALLBIN)
-INSTALLSITEBIN = $(SITEPREFIX)/bin
-DESTINSTALLSITEBIN = $(DESTDIR)$(INSTALLSITEBIN)
-INSTALLVENDORBIN = $(VENDORPREFIX)/bin
-DESTINSTALLVENDORBIN = $(DESTDIR)$(INSTALLVENDORBIN)
-INSTALLSCRIPT = $(PERLPREFIX)/bin
-DESTINSTALLSCRIPT = $(DESTDIR)$(INSTALLSCRIPT)
-INSTALLMAN1DIR = $(PERLPREFIX)/share/man/man1
-DESTINSTALLMAN1DIR = $(DESTDIR)$(INSTALLMAN1DIR)
-INSTALLSITEMAN1DIR = $(SITEPREFIX)/share/man/man1
-DESTINSTALLSITEMAN1DIR = $(DESTDIR)$(INSTALLSITEMAN1DIR)
-INSTALLVENDORMAN1DIR = $(VENDORPREFIX)/share/man/man1
-DESTINSTALLVENDORMAN1DIR = $(DESTDIR)$(INSTALLVENDORMAN1DIR)
-INSTALLMAN3DIR = $(PERLPREFIX)/share/man/man3
-DESTINSTALLMAN3DIR = $(DESTDIR)$(INSTALLMAN3DIR)
-INSTALLSITEMAN3DIR = $(SITEPREFIX)/share/man/man3
-DESTINSTALLSITEMAN3DIR = $(DESTDIR)$(INSTALLSITEMAN3DIR)
-INSTALLVENDORMAN3DIR = $(VENDORPREFIX)/share/man/man3
-DESTINSTALLVENDORMAN3DIR = $(DESTDIR)$(INSTALLVENDORMAN3DIR)
-PERL_LIB = /usr/lib/perl5/5.8.6
-PERL_ARCHLIB = /usr/lib/perl5/5.8.6/i586-linux-thread-multi
-LIBPERL_A = libperl.a
-FIRST_MAKEFILE = Makefile
-MAKEFILE_OLD = $(FIRST_MAKEFILE).old
-MAKE_APERL_FILE = $(FIRST_MAKEFILE).aperl
-PERLMAINCC = $(CC)
-PERL_INC = /usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE
-PERL = /usr/bin/perl
-FULLPERL = /usr/bin/perl
-ABSPERL = $(PERL)
-PERLRUN = $(PERL)
-FULLPERLRUN = $(FULLPERL)
-ABSPERLRUN = $(ABSPERL)
-PERLRUNINST = $(PERLRUN) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)"
-FULLPERLRUNINST = $(FULLPERLRUN) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)"
-ABSPERLRUNINST = $(ABSPERLRUN) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)"
-PERL_CORE = 0
-PERM_RW = 644
-PERM_RWX = 755
-
-MAKEMAKER   = /usr/lib/perl5/5.8.6/ExtUtils/MakeMaker.pm
-MM_VERSION  = 6.17
-MM_REVISION = 1.133
-
-# FULLEXT = Pathname for extension directory (eg Foo/Bar/Oracle).
-# BASEEXT = Basename part of FULLEXT. May be just equal FULLEXT. (eg Oracle)
-# PARENT_NAME = NAME without BASEEXT and no trailing :: (eg Foo::Bar)
-# DLBASE  = Basename part of dynamic library. May be just equal BASEEXT.
-FULLEXT = Font/TTF
-BASEEXT = TTF
-PARENT_NAME = Font
-DLBASE = $(BASEEXT)
-VERSION_FROM = lib/Font/TTF/Font.pm
-OBJECT = 
-LDFROM = $(OBJECT)
-LINKTYPE = dynamic
-
-# Handy lists of source code files:
-XS_FILES = 
-C_FILES  = 
-O_FILES  = 
-H_FILES  = 
-MAN1PODS = 
-MAN3PODS = lib/Font/TTF/AATKern.pm \
-	lib/Font/TTF/Anchor.pm \
-	lib/Font/TTF/Bsln.pm \
-	lib/Font/TTF/Cmap.pm \
-	lib/Font/TTF/Coverage.pm \
-	lib/Font/TTF/Cvt_.pm \
-	lib/Font/TTF/Delta.pm \
-	lib/Font/TTF/Fdsc.pm \
-	lib/Font/TTF/Feat.pm \
-	lib/Font/TTF/Fmtx.pm \
-	lib/Font/TTF/Font.pm \
-	lib/Font/TTF/Fpgm.pm \
-	lib/Font/TTF/GDEF.pm \
-	lib/Font/TTF/GPOS.pm \
-	lib/Font/TTF/GSUB.pm \
-	lib/Font/TTF/Glyf.pm \
-	lib/Font/TTF/Glyph.pm \
-	lib/Font/TTF/Hdmx.pm \
-	lib/Font/TTF/Head.pm \
-	lib/Font/TTF/Hhea.pm \
-	lib/Font/TTF/Hmtx.pm \
-	lib/Font/TTF/Kern.pm \
-	lib/Font/TTF/Kern/ClassArray.pm \
-	lib/Font/TTF/Kern/CompactClassArray.pm \
-	lib/Font/TTF/Kern/OrderedList.pm \
-	lib/Font/TTF/Kern/StateTable.pm \
-	lib/Font/TTF/Kern/Subtable.pm \
-	lib/Font/TTF/LTSH.pm \
-	lib/Font/TTF/Loca.pm \
-	lib/Font/TTF/Manual.pod \
-	lib/Font/TTF/Maxp.pm \
-	lib/Font/TTF/Mort.pm \
-	lib/Font/TTF/Mort/Chain.pm \
-	lib/Font/TTF/Mort/Contextual.pm \
-	lib/Font/TTF/Mort/Insertion.pm \
-	lib/Font/TTF/Mort/Ligature.pm \
-	lib/Font/TTF/Mort/Noncontextual.pm \
-	lib/Font/TTF/Mort/Rearrangement.pm \
-	lib/Font/TTF/Mort/Subtable.pm \
-	lib/Font/TTF/Name.pm \
-	lib/Font/TTF/OS_2.pm \
-	lib/Font/TTF/OldCmap.pm \
-	lib/Font/TTF/OldMort.pm \
-	lib/Font/TTF/PCLT.pm \
-	lib/Font/TTF/PSNames.pm \
-	lib/Font/TTF/Post.pm \
-	lib/Font/TTF/Prep.pm \
-	lib/Font/TTF/Prop.pm \
-	lib/Font/TTF/Segarr.pm \
-	lib/Font/TTF/Table.pm \
-	lib/Font/TTF/Ttc.pm \
-	lib/Font/TTF/Ttopen.pm \
-	lib/Font/TTF/Utils.pm \
-	lib/Font/TTF/Vhea.pm \
-	lib/Font/TTF/Vmtx.pm \
-	lib/Font/TTF/XMLparse.pm
-
-# Where is the Config information that we are using/depend on
-CONFIGDEP = $(PERL_ARCHLIB)$(DIRFILESEP)Config.pm $(PERL_INC)$(DIRFILESEP)config.h
-
-# Where to build things
-INST_LIBDIR      = $(INST_LIB)/Font
-INST_ARCHLIBDIR  = $(INST_ARCHLIB)/Font
-
-INST_AUTODIR     = $(INST_LIB)/auto/$(FULLEXT)
-INST_ARCHAUTODIR = $(INST_ARCHLIB)/auto/$(FULLEXT)
-
-INST_STATIC      = 
-INST_DYNAMIC     = 
-INST_BOOT        = 
-
-# Extra linker info
-EXPORT_LIST        = 
-PERL_ARCHIVE       = 
-PERL_ARCHIVE_AFTER = 
-
-
-TO_INST_PM = lib/Font/TTF/AATKern.pm \
-	lib/Font/TTF/AATutils.pm \
-	lib/Font/TTF/Anchor.pm \
-	lib/Font/TTF/Bsln.pm \
-	lib/Font/TTF/Changes \
-	lib/Font/TTF/Cmap.pm \
-	lib/Font/TTF/Coverage.pm \
-	lib/Font/TTF/Cvt_.pm \
-	lib/Font/TTF/Delta.pm \
-	lib/Font/TTF/Fdsc.pm \
-	lib/Font/TTF/Feat.pm \
-	lib/Font/TTF/Fmtx.pm \
-	lib/Font/TTF/Font.pm \
-	lib/Font/TTF/Fpgm.pm \
-	lib/Font/TTF/GDEF.pm \
-	lib/Font/TTF/GPOS.pm \
-	lib/Font/TTF/GSUB.pm \
-	lib/Font/TTF/Glyf.pm \
-	lib/Font/TTF/Glyph.pm \
-	lib/Font/TTF/Hdmx.pm \
-	lib/Font/TTF/Head.pm \
-	lib/Font/TTF/Hhea.pm \
-	lib/Font/TTF/Hmtx.pm \
-	lib/Font/TTF/Kern.pm \
-	lib/Font/TTF/Kern/ClassArray.pm \
-	lib/Font/TTF/Kern/CompactClassArray.pm \
-	lib/Font/TTF/Kern/OrderedList.pm \
-	lib/Font/TTF/Kern/StateTable.pm \
-	lib/Font/TTF/Kern/Subtable.pm \
-	lib/Font/TTF/LTSH.pm \
-	lib/Font/TTF/Loca.pm \
-	lib/Font/TTF/Manual.pod \
-	lib/Font/TTF/Maxp.pm \
-	lib/Font/TTF/Mort.pm \
-	lib/Font/TTF/Mort/Chain.pm \
-	lib/Font/TTF/Mort/Contextual.pm \
-	lib/Font/TTF/Mort/Insertion.pm \
-	lib/Font/TTF/Mort/Ligature.pm \
-	lib/Font/TTF/Mort/Noncontextual.pm \
-	lib/Font/TTF/Mort/Rearrangement.pm \
-	lib/Font/TTF/Mort/Subtable.pm \
-	lib/Font/TTF/Name.pm \
-	lib/Font/TTF/OS_2.pm \
-	lib/Font/TTF/OldCmap.pm \
-	lib/Font/TTF/OldMort.pm \
-	lib/Font/TTF/PCLT.pm \
-	lib/Font/TTF/PSNames.pm \
-	lib/Font/TTF/Post.pm \
-	lib/Font/TTF/Prep.pm \
-	lib/Font/TTF/Prop.pm \
-	lib/Font/TTF/Segarr.pm \
-	lib/Font/TTF/Table.pm \
-	lib/Font/TTF/Ttc.pm \
-	lib/Font/TTF/Ttopen.pm \
-	lib/Font/TTF/Useall.pm \
-	lib/Font/TTF/Utils.pm \
-	lib/Font/TTF/Vhea.pm \
-	lib/Font/TTF/Vmtx.pm \
-	lib/Font/TTF/Win32.pm \
-	lib/Font/TTF/XMLparse.pm \
-	lib/ttfmod.pl
-
-PM_TO_BLIB = lib/Font/TTF/Vmtx.pm \
-	blib/lib/Font/TTF/Vmtx.pm \
-	lib/Font/TTF/Hhea.pm \
-	blib/lib/Font/TTF/Hhea.pm \
-	lib/ttfmod.pl \
-	blib/lib/ttfmod.pl \
-	lib/Font/TTF/Kern/ClassArray.pm \
-	blib/lib/Font/TTF/Kern/ClassArray.pm \
-	lib/Font/TTF/Head.pm \
-	blib/lib/Font/TTF/Head.pm \
-	lib/Font/TTF/Fmtx.pm \
-	blib/lib/Font/TTF/Fmtx.pm \
-	lib/Font/TTF/AATKern.pm \
-	blib/lib/Font/TTF/AATKern.pm \
-	lib/Font/TTF/OldMort.pm \
-	blib/lib/Font/TTF/OldMort.pm \
-	lib/Font/TTF/Bsln.pm \
-	blib/lib/Font/TTF/Bsln.pm \
-	lib/Font/TTF/Manual.pod \
-	blib/lib/Font/TTF/Manual.pod \
-	lib/Font/TTF/Font.pm \
-	blib/lib/Font/TTF/Font.pm \
-	lib/Font/TTF/GDEF.pm \
-	blib/lib/Font/TTF/GDEF.pm \
-	lib/Font/TTF/Vhea.pm \
-	blib/lib/Font/TTF/Vhea.pm \
-	lib/Font/TTF/Fpgm.pm \
-	blib/lib/Font/TTF/Fpgm.pm \
-	lib/Font/TTF/GSUB.pm \
-	blib/lib/Font/TTF/GSUB.pm \
-	lib/Font/TTF/Mort/Contextual.pm \
-	blib/lib/Font/TTF/Mort/Contextual.pm \
-	lib/Font/TTF/OS_2.pm \
-	blib/lib/Font/TTF/OS_2.pm \
-	lib/Font/TTF/Useall.pm \
-	blib/lib/Font/TTF/Useall.pm \
-	lib/Font/TTF/Ttc.pm \
-	blib/lib/Font/TTF/Ttc.pm \
-	lib/Font/TTF/Feat.pm \
-	blib/lib/Font/TTF/Feat.pm \
-	lib/Font/TTF/Name.pm \
-	blib/lib/Font/TTF/Name.pm \
-	lib/Font/TTF/Kern.pm \
-	blib/lib/Font/TTF/Kern.pm \
-	lib/Font/TTF/Kern/StateTable.pm \
-	blib/lib/Font/TTF/Kern/StateTable.pm \
-	lib/Font/TTF/OldCmap.pm \
-	blib/lib/Font/TTF/OldCmap.pm \
-	lib/Font/TTF/Segarr.pm \
-	blib/lib/Font/TTF/Segarr.pm \
-	lib/Font/TTF/Changes \
-	blib/lib/Font/TTF/Changes \
-	lib/Font/TTF/Loca.pm \
-	blib/lib/Font/TTF/Loca.pm \
-	lib/Font/TTF/Mort/Insertion.pm \
-	blib/lib/Font/TTF/Mort/Insertion.pm \
-	lib/Font/TTF/Mort/Chain.pm \
-	blib/lib/Font/TTF/Mort/Chain.pm \
-	lib/Font/TTF/Mort/Rearrangement.pm \
-	blib/lib/Font/TTF/Mort/Rearrangement.pm \
-	lib/Font/TTF/Fdsc.pm \
-	blib/lib/Font/TTF/Fdsc.pm \
-	lib/Font/TTF/Cvt_.pm \
-	blib/lib/Font/TTF/Cvt_.pm \
-	lib/Font/TTF/XMLparse.pm \
-	blib/lib/Font/TTF/XMLparse.pm \
-	lib/Font/TTF/Maxp.pm \
-	blib/lib/Font/TTF/Maxp.pm \
-	lib/Font/TTF/AATutils.pm \
-	blib/lib/Font/TTF/AATutils.pm \
-	lib/Font/TTF/Prop.pm \
-	blib/lib/Font/TTF/Prop.pm \
-	lib/Font/TTF/Coverage.pm \
-	blib/lib/Font/TTF/Coverage.pm \
-	lib/Font/TTF/PCLT.pm \
-	blib/lib/Font/TTF/PCLT.pm \
-	lib/Font/TTF/Mort/Ligature.pm \
-	blib/lib/Font/TTF/Mort/Ligature.pm \
-	lib/Font/TTF/Win32.pm \
-	blib/lib/Font/TTF/Win32.pm \
-	lib/Font/TTF/Utils.pm \
-	blib/lib/Font/TTF/Utils.pm \
-	lib/Font/TTF/Ttopen.pm \
-	blib/lib/Font/TTF/Ttopen.pm \
-	lib/Font/TTF/Kern/Subtable.pm \
-	blib/lib/Font/TTF/Kern/Subtable.pm \
-	lib/Font/TTF/Hmtx.pm \
-	blib/lib/Font/TTF/Hmtx.pm \
-	lib/Font/TTF/Kern/OrderedList.pm \
-	blib/lib/Font/TTF/Kern/OrderedList.pm \
-	lib/Font/TTF/Glyph.pm \
-	blib/lib/Font/TTF/Glyph.pm \
-	lib/Font/TTF/Mort.pm \
-	blib/lib/Font/TTF/Mort.pm \
-	lib/Font/TTF/Prep.pm \
-	blib/lib/Font/TTF/Prep.pm \
-	lib/Font/TTF/Kern/CompactClassArray.pm \
-	blib/lib/Font/TTF/Kern/CompactClassArray.pm \
-	lib/Font/TTF/Hdmx.pm \
-	blib/lib/Font/TTF/Hdmx.pm \
-	lib/Font/TTF/Cmap.pm \
-	blib/lib/Font/TTF/Cmap.pm \
-	lib/Font/TTF/GPOS.pm \
-	blib/lib/Font/TTF/GPOS.pm \
-	lib/Font/TTF/PSNames.pm \
-	blib/lib/Font/TTF/PSNames.pm \
-	lib/Font/TTF/Mort/Noncontextual.pm \
-	blib/lib/Font/TTF/Mort/Noncontextual.pm \
-	lib/Font/TTF/Post.pm \
-	blib/lib/Font/TTF/Post.pm \
-	lib/Font/TTF/Anchor.pm \
-	blib/lib/Font/TTF/Anchor.pm \
-	lib/Font/TTF/Glyf.pm \
-	blib/lib/Font/TTF/Glyf.pm \
-	lib/Font/TTF/LTSH.pm \
-	blib/lib/Font/TTF/LTSH.pm \
-	lib/Font/TTF/Table.pm \
-	blib/lib/Font/TTF/Table.pm \
-	lib/Font/TTF/Delta.pm \
-	blib/lib/Font/TTF/Delta.pm \
-	lib/Font/TTF/Mort/Subtable.pm \
-	blib/lib/Font/TTF/Mort/Subtable.pm
-
-
-# --- MakeMaker platform_constants section:
-MM_Unix_VERSION = 1.42
-PERL_MALLOC_DEF = -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc
-
-
-# --- MakeMaker tool_autosplit section:
-# Usage: $(AUTOSPLITFILE) FileToSplit AutoDirToSplitInto
-AUTOSPLITFILE = $(PERLRUN)  -e 'use AutoSplit;  autosplit($$ARGV[0], $$ARGV[1], 0, 1, 1)'
-
-
-
-# --- MakeMaker tool_xsubpp section:
-
-
-# --- MakeMaker tools_other section:
-SHELL = /bin/sh
-CHMOD = chmod
-CP = cp
-MV = mv
-NOOP = $(SHELL) -c true
-NOECHO = @
-RM_F = rm -f
-RM_RF = rm -rf
-TEST_F = test -f
-TOUCH = touch
-UMASK_NULL = umask 0
-DEV_NULL = > /dev/null 2>&1
-MKPATH = $(PERLRUN) "-MExtUtils::Command" -e mkpath
-EQUALIZE_TIMESTAMP = $(PERLRUN) "-MExtUtils::Command" -e eqtime
-ECHO = echo
-ECHO_N = echo -n
-UNINST = 0
-VERBINST = 0
-MOD_INSTALL = $(PERLRUN) -MExtUtils::Install -e 'install({@ARGV}, '\''$(VERBINST)'\'', 0, '\''$(UNINST)'\'');'
-DOC_INSTALL = $(PERLRUN) "-MExtUtils::Command::MM" -e perllocal_install
-UNINSTALL = $(PERLRUN) "-MExtUtils::Command::MM" -e uninstall
-WARN_IF_OLD_PACKLIST = $(PERLRUN) "-MExtUtils::Command::MM" -e warn_if_old_packlist
-
-
-# --- MakeMaker makemakerdflt section:
-makemakerdflt: all
-	$(NOECHO) $(NOOP)
-
-
-# --- MakeMaker dist section:
-TAR = tar
-TARFLAGS = cvf
-ZIP = zip
-ZIPFLAGS = -r
-COMPRESS = gzip --best
-SUFFIX = .gz
-SHAR = shar
-PREOP = $(NOECHO) $(NOOP)
-POSTOP = $(NOECHO) $(NOOP)
-TO_UNIX = perl -Mtounix -e "tounix(\"$(DISTVNAME)\")"
-CI = ci -u
-RCS_LABEL = rcs -Nv$(VERSION_SYM): -q
-DIST_CP = best
-DIST_DEFAULT = tardist
-DISTNAME = Font-TTF
-DISTVNAME = Font-TTF-0.37
-
-
-# --- MakeMaker macro section:
-
-
-# --- MakeMaker depend section:
-
-
-# --- MakeMaker cflags section:
-
-
-# --- MakeMaker const_loadlibs section:
-
-
-# --- MakeMaker const_cccmd section:
-
-
-# --- MakeMaker post_constants section:
-
-
-# --- MakeMaker pasthru section:
-
-PASTHRU = LIB="$(LIB)"\
-	LIBPERL_A="$(LIBPERL_A)"\
-	LINKTYPE="$(LINKTYPE)"\
-	PREFIX="$(PREFIX)"\
-	OPTIMIZE="$(OPTIMIZE)"\
-	PASTHRU_DEFINE="$(PASTHRU_DEFINE)"\
-	PASTHRU_INC="$(PASTHRU_INC)"
-
-
-# --- MakeMaker special_targets section:
-.SUFFIXES: .xs .c .C .cpp .i .s .cxx .cc $(OBJ_EXT)
-
-.PHONY: all config static dynamic test linkext manifest
-
-
-
-# --- MakeMaker c_o section:
-
-
-# --- MakeMaker xs_c section:
-
-
-# --- MakeMaker xs_o section:
-
-
-# --- MakeMaker top_targets section:
-all :: pure_all manifypods
-	$(NOECHO) $(NOOP)
-
-
-pure_all :: config pm_to_blib subdirs linkext
-	$(NOECHO) $(NOOP)
-
-subdirs :: $(MYEXTLIB)
-	$(NOECHO) $(NOOP)
-
-config :: $(FIRST_MAKEFILE) $(INST_LIBDIR)$(DIRFILESEP).exists
-	$(NOECHO) $(NOOP)
-
-config :: $(INST_ARCHAUTODIR)$(DIRFILESEP).exists
-	$(NOECHO) $(NOOP)
-
-config :: $(INST_AUTODIR)$(DIRFILESEP).exists
-	$(NOECHO) $(NOOP)
-
-$(INST_AUTODIR)/.exists :: /usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE/perl.h
-	$(NOECHO) $(MKPATH) $(INST_AUTODIR)
-	$(NOECHO) $(EQUALIZE_TIMESTAMP) /usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE/perl.h $(INST_AUTODIR)/.exists
-
-	-$(NOECHO) $(CHMOD) $(PERM_RWX) $(INST_AUTODIR)
-
-$(INST_LIBDIR)/.exists :: /usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE/perl.h
-	$(NOECHO) $(MKPATH) $(INST_LIBDIR)
-	$(NOECHO) $(EQUALIZE_TIMESTAMP) /usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE/perl.h $(INST_LIBDIR)/.exists
-
-	-$(NOECHO) $(CHMOD) $(PERM_RWX) $(INST_LIBDIR)
-
-$(INST_ARCHAUTODIR)/.exists :: /usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE/perl.h
-	$(NOECHO) $(MKPATH) $(INST_ARCHAUTODIR)
-	$(NOECHO) $(EQUALIZE_TIMESTAMP) /usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE/perl.h $(INST_ARCHAUTODIR)/.exists
-
-	-$(NOECHO) $(CHMOD) $(PERM_RWX) $(INST_ARCHAUTODIR)
-
-config :: $(INST_MAN3DIR)$(DIRFILESEP).exists
-	$(NOECHO) $(NOOP)
-
-
-$(INST_MAN3DIR)/.exists :: /usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE/perl.h
-	$(NOECHO) $(MKPATH) $(INST_MAN3DIR)
-	$(NOECHO) $(EQUALIZE_TIMESTAMP) /usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE/perl.h $(INST_MAN3DIR)/.exists
-
-	-$(NOECHO) $(CHMOD) $(PERM_RWX) $(INST_MAN3DIR)
-
-help:
-	perldoc ExtUtils::MakeMaker
-
-
-# --- MakeMaker linkext section:
-
-linkext :: $(LINKTYPE)
-	$(NOECHO) $(NOOP)
-
-
-# --- MakeMaker dlsyms section:
-
-
-# --- MakeMaker dynamic section:
-
-dynamic :: $(FIRST_MAKEFILE) $(INST_DYNAMIC) $(INST_BOOT)
-	$(NOECHO) $(NOOP)
-
-
-# --- MakeMaker dynamic_bs section:
-
-BOOTSTRAP =
-
-
-# --- MakeMaker dynamic_lib section:
-
-
-# --- MakeMaker static section:
-
-## $(INST_PM) has been moved to the all: target.
-## It remains here for awhile to allow for old usage: "make static"
-static :: $(FIRST_MAKEFILE) $(INST_STATIC)
-	$(NOECHO) $(NOOP)
-
-
-# --- MakeMaker static_lib section:
-
-
-# --- MakeMaker manifypods section:
-
-POD2MAN_EXE = $(PERLRUN) "-MExtUtils::Command::MM" -e pod2man "--"
-POD2MAN = $(POD2MAN_EXE)
-
-
-manifypods : pure_all  \
-	lib/Font/TTF/Vmtx.pm \
-	lib/Font/TTF/Hhea.pm \
-	lib/Font/TTF/Kern/ClassArray.pm \
-	lib/Font/TTF/Head.pm \
-	lib/Font/TTF/Fmtx.pm \
-	lib/Font/TTF/AATKern.pm \
-	lib/Font/TTF/OldMort.pm \
-	lib/Font/TTF/Bsln.pm \
-	lib/Font/TTF/Manual.pod \
-	lib/Font/TTF/Font.pm \
-	lib/Font/TTF/GDEF.pm \
-	lib/Font/TTF/Vhea.pm \
-	lib/Font/TTF/Fpgm.pm \
-	lib/Font/TTF/GSUB.pm \
-	lib/Font/TTF/Mort/Contextual.pm \
-	lib/Font/TTF/OS_2.pm \
-	lib/Font/TTF/Ttc.pm \
-	lib/Font/TTF/Feat.pm \
-	lib/Font/TTF/Name.pm \
-	lib/Font/TTF/Kern.pm \
-	lib/Font/TTF/Kern/StateTable.pm \
-	lib/Font/TTF/OldCmap.pm \
-	lib/Font/TTF/Segarr.pm \
-	lib/Font/TTF/Loca.pm \
-	lib/Font/TTF/Mort/Insertion.pm \
-	lib/Font/TTF/Mort/Chain.pm \
-	lib/Font/TTF/Mort/Rearrangement.pm \
-	lib/Font/TTF/Fdsc.pm \
-	lib/Font/TTF/Cvt_.pm \
-	lib/Font/TTF/XMLparse.pm \
-	lib/Font/TTF/Maxp.pm \
-	lib/Font/TTF/Coverage.pm \
-	lib/Font/TTF/PCLT.pm \
-	lib/Font/TTF/Prop.pm \
-	lib/Font/TTF/Mort/Ligature.pm \
-	lib/Font/TTF/Utils.pm \
-	lib/Font/TTF/Ttopen.pm \
-	lib/Font/TTF/Kern/Subtable.pm \
-	lib/Font/TTF/Hmtx.pm \
-	lib/Font/TTF/Kern/OrderedList.pm \
-	lib/Font/TTF/Glyph.pm \
-	lib/Font/TTF/Mort.pm \
-	lib/Font/TTF/Prep.pm \
-	lib/Font/TTF/Kern/CompactClassArray.pm \
-	lib/Font/TTF/Hdmx.pm \
-	lib/Font/TTF/Cmap.pm \
-	lib/Font/TTF/GPOS.pm \
-	lib/Font/TTF/PSNames.pm \
-	lib/Font/TTF/Mort/Noncontextual.pm \
-	lib/Font/TTF/Post.pm \
-	lib/Font/TTF/Anchor.pm \
-	lib/Font/TTF/Glyf.pm \
-	lib/Font/TTF/LTSH.pm \
-	lib/Font/TTF/Table.pm \
-	lib/Font/TTF/Delta.pm \
-	lib/Font/TTF/Mort/Subtable.pm \
-	lib/Font/TTF/Vmtx.pm \
-	lib/Font/TTF/Hhea.pm \
-	lib/Font/TTF/Kern/ClassArray.pm \
-	lib/Font/TTF/Head.pm \
-	lib/Font/TTF/Fmtx.pm \
-	lib/Font/TTF/AATKern.pm \
-	lib/Font/TTF/OldMort.pm \
-	lib/Font/TTF/Bsln.pm \
-	lib/Font/TTF/Manual.pod \
-	lib/Font/TTF/Font.pm \
-	lib/Font/TTF/GDEF.pm \
-	lib/Font/TTF/Vhea.pm \
-	lib/Font/TTF/Fpgm.pm \
-	lib/Font/TTF/GSUB.pm \
-	lib/Font/TTF/Mort/Contextual.pm \
-	lib/Font/TTF/OS_2.pm \
-	lib/Font/TTF/Ttc.pm \
-	lib/Font/TTF/Feat.pm \
-	lib/Font/TTF/Name.pm \
-	lib/Font/TTF/Kern.pm \
-	lib/Font/TTF/Kern/StateTable.pm \
-	lib/Font/TTF/OldCmap.pm \
-	lib/Font/TTF/Segarr.pm \
-	lib/Font/TTF/Loca.pm \
-	lib/Font/TTF/Mort/Insertion.pm \
-	lib/Font/TTF/Mort/Chain.pm \
-	lib/Font/TTF/Mort/Rearrangement.pm \
-	lib/Font/TTF/Fdsc.pm \
-	lib/Font/TTF/Cvt_.pm \
-	lib/Font/TTF/XMLparse.pm \
-	lib/Font/TTF/Maxp.pm \
-	lib/Font/TTF/Coverage.pm \
-	lib/Font/TTF/PCLT.pm \
-	lib/Font/TTF/Prop.pm \
-	lib/Font/TTF/Mort/Ligature.pm \
-	lib/Font/TTF/Utils.pm \
-	lib/Font/TTF/Ttopen.pm \
-	lib/Font/TTF/Kern/Subtable.pm \
-	lib/Font/TTF/Hmtx.pm \
-	lib/Font/TTF/Kern/OrderedList.pm \
-	lib/Font/TTF/Glyph.pm \
-	lib/Font/TTF/Mort.pm \
-	lib/Font/TTF/Prep.pm \
-	lib/Font/TTF/Kern/CompactClassArray.pm \
-	lib/Font/TTF/Hdmx.pm \
-	lib/Font/TTF/Cmap.pm \
-	lib/Font/TTF/GPOS.pm \
-	lib/Font/TTF/PSNames.pm \
-	lib/Font/TTF/Mort/Noncontextual.pm \
-	lib/Font/TTF/Post.pm \
-	lib/Font/TTF/Anchor.pm \
-	lib/Font/TTF/Glyf.pm \
-	lib/Font/TTF/LTSH.pm \
-	lib/Font/TTF/Table.pm \
-	lib/Font/TTF/Delta.pm \
-	lib/Font/TTF/Mort/Subtable.pm
-	$(NOECHO) $(POD2MAN) --section=3 --perm_rw=$(PERM_RW)\
-	  lib/Font/TTF/Vmtx.pm $(INST_MAN3DIR)/Font::TTF::Vmtx.$(MAN3EXT) \
-	  lib/Font/TTF/Hhea.pm $(INST_MAN3DIR)/Font::TTF::Hhea.$(MAN3EXT) \
-	  lib/Font/TTF/Kern/ClassArray.pm $(INST_MAN3DIR)/Font::TTF::Kern::ClassArray.$(MAN3EXT) \
-	  lib/Font/TTF/Head.pm $(INST_MAN3DIR)/Font::TTF::Head.$(MAN3EXT) \
-	  lib/Font/TTF/Fmtx.pm $(INST_MAN3DIR)/Font::TTF::Fmtx.$(MAN3EXT) \
-	  lib/Font/TTF/AATKern.pm $(INST_MAN3DIR)/Font::TTF::AATKern.$(MAN3EXT) \
-	  lib/Font/TTF/OldMort.pm $(INST_MAN3DIR)/Font::TTF::OldMort.$(MAN3EXT) \
-	  lib/Font/TTF/Bsln.pm $(INST_MAN3DIR)/Font::TTF::Bsln.$(MAN3EXT) \
-	  lib/Font/TTF/Manual.pod $(INST_MAN3DIR)/Font::TTF::Manual.$(MAN3EXT) \
-	  lib/Font/TTF/Font.pm $(INST_MAN3DIR)/Font::TTF::Font.$(MAN3EXT) \
-	  lib/Font/TTF/GDEF.pm $(INST_MAN3DIR)/Font::TTF::GDEF.$(MAN3EXT) \
-	  lib/Font/TTF/Vhea.pm $(INST_MAN3DIR)/Font::TTF::Vhea.$(MAN3EXT) \
-	  lib/Font/TTF/Fpgm.pm $(INST_MAN3DIR)/Font::TTF::Fpgm.$(MAN3EXT) \
-	  lib/Font/TTF/GSUB.pm $(INST_MAN3DIR)/Font::TTF::GSUB.$(MAN3EXT) \
-	  lib/Font/TTF/Mort/Contextual.pm $(INST_MAN3DIR)/Font::TTF::Mort::Contextual.$(MAN3EXT) \
-	  lib/Font/TTF/OS_2.pm $(INST_MAN3DIR)/Font::TTF::OS_2.$(MAN3EXT) \
-	  lib/Font/TTF/Ttc.pm $(INST_MAN3DIR)/Font::TTF::Ttc.$(MAN3EXT) \
-	  lib/Font/TTF/Feat.pm $(INST_MAN3DIR)/Font::TTF::Feat.$(MAN3EXT) \
-	  lib/Font/TTF/Name.pm $(INST_MAN3DIR)/Font::TTF::Name.$(MAN3EXT) \
-	  lib/Font/TTF/Kern.pm $(INST_MAN3DIR)/Font::TTF::Kern.$(MAN3EXT) \
-	  lib/Font/TTF/Kern/StateTable.pm $(INST_MAN3DIR)/Font::TTF::Kern::StateTable.$(MAN3EXT) \
-	  lib/Font/TTF/OldCmap.pm $(INST_MAN3DIR)/Font::TTF::OldCmap.$(MAN3EXT) \
-	  lib/Font/TTF/Segarr.pm $(INST_MAN3DIR)/Font::TTF::Segarr.$(MAN3EXT) \
-	  lib/Font/TTF/Loca.pm $(INST_MAN3DIR)/Font::TTF::Loca.$(MAN3EXT) \
-	  lib/Font/TTF/Mort/Insertion.pm $(INST_MAN3DIR)/Font::TTF::Mort::Insertion.$(MAN3EXT) \
-	  lib/Font/TTF/Mort/Chain.pm $(INST_MAN3DIR)/Font::TTF::Mort::Chain.$(MAN3EXT) \
-	  lib/Font/TTF/Mort/Rearrangement.pm $(INST_MAN3DIR)/Font::TTF::Mort::Rearrangement.$(MAN3EXT) \
-	  lib/Font/TTF/Fdsc.pm $(INST_MAN3DIR)/Font::TTF::Fdsc.$(MAN3EXT) \
-	  lib/Font/TTF/Cvt_.pm $(INST_MAN3DIR)/Font::TTF::Cvt_.$(MAN3EXT) \
-	  lib/Font/TTF/XMLparse.pm $(INST_MAN3DIR)/Font::TTF::XMLparse.$(MAN3EXT) \
-	  lib/Font/TTF/Maxp.pm $(INST_MAN3DIR)/Font::TTF::Maxp.$(MAN3EXT) \
-	  lib/Font/TTF/Coverage.pm $(INST_MAN3DIR)/Font::TTF::Coverage.$(MAN3EXT) \
-	  lib/Font/TTF/PCLT.pm $(INST_MAN3DIR)/Font::TTF::PCLT.$(MAN3EXT) \
-	  lib/Font/TTF/Prop.pm $(INST_MAN3DIR)/Font::TTF::Prop.$(MAN3EXT) \
-	  lib/Font/TTF/Mort/Ligature.pm $(INST_MAN3DIR)/Font::TTF::Mort::Ligature.$(MAN3EXT) \
-	  lib/Font/TTF/Utils.pm $(INST_MAN3DIR)/Font::TTF::Utils.$(MAN3EXT) \
-	  lib/Font/TTF/Ttopen.pm $(INST_MAN3DIR)/Font::TTF::Ttopen.$(MAN3EXT) \
-	  lib/Font/TTF/Kern/Subtable.pm $(INST_MAN3DIR)/Font::TTF::Kern::Subtable.$(MAN3EXT) \
-	  lib/Font/TTF/Hmtx.pm $(INST_MAN3DIR)/Font::TTF::Hmtx.$(MAN3EXT) \
-	  lib/Font/TTF/Kern/OrderedList.pm $(INST_MAN3DIR)/Font::TTF::Kern::OrderedList.$(MAN3EXT) \
-	  lib/Font/TTF/Glyph.pm $(INST_MAN3DIR)/Font::TTF::Glyph.$(MAN3EXT) \
-	  lib/Font/TTF/Mort.pm $(INST_MAN3DIR)/Font::TTF::Mort.$(MAN3EXT) \
-	  lib/Font/TTF/Prep.pm $(INST_MAN3DIR)/Font::TTF::Prep.$(MAN3EXT) \
-	  lib/Font/TTF/Kern/CompactClassArray.pm $(INST_MAN3DIR)/Font::TTF::Kern::CompactClassArray.$(MAN3EXT) \
-	  lib/Font/TTF/Hdmx.pm $(INST_MAN3DIR)/Font::TTF::Hdmx.$(MAN3EXT) \
-	  lib/Font/TTF/Cmap.pm $(INST_MAN3DIR)/Font::TTF::Cmap.$(MAN3EXT) \
-	  lib/Font/TTF/GPOS.pm $(INST_MAN3DIR)/Font::TTF::GPOS.$(MAN3EXT) \
-	  lib/Font/TTF/PSNames.pm $(INST_MAN3DIR)/Font::TTF::PSNames.$(MAN3EXT) \
-	  lib/Font/TTF/Mort/Noncontextual.pm $(INST_MAN3DIR)/Font::TTF::Mort::Noncontextual.$(MAN3EXT) \
-	  lib/Font/TTF/Post.pm $(INST_MAN3DIR)/Font::TTF::Post.$(MAN3EXT) \
-	  lib/Font/TTF/Anchor.pm $(INST_MAN3DIR)/Font::TTF::Anchor.$(MAN3EXT) \
-	  lib/Font/TTF/Glyf.pm $(INST_MAN3DIR)/Font::TTF::Glyf.$(MAN3EXT) \
-	  lib/Font/TTF/LTSH.pm $(INST_MAN3DIR)/Font::TTF::LTSH.$(MAN3EXT) \
-	  lib/Font/TTF/Table.pm $(INST_MAN3DIR)/Font::TTF::Table.$(MAN3EXT) \
-	  lib/Font/TTF/Delta.pm $(INST_MAN3DIR)/Font::TTF::Delta.$(MAN3EXT) \
-	  lib/Font/TTF/Mort/Subtable.pm $(INST_MAN3DIR)/Font::TTF::Mort::Subtable.$(MAN3EXT) 
-
-
-
-
-# --- MakeMaker processPL section:
-
-
-# --- MakeMaker installbin section:
-
-
-# --- MakeMaker subdirs section:
-
-# none
-
-# --- MakeMaker clean_subdirs section:
-clean_subdirs :
-	$(NOECHO) $(NOOP)
-
-
-# --- MakeMaker clean section:
-
-# Delete temporary files but do not touch installed files. We don't delete
-# the Makefile here so a later make realclean still has a makefile to use.
-
-clean :: clean_subdirs
-	-$(RM_RF) ./blib $(MAKE_APERL_FILE) $(INST_ARCHAUTODIR)/extralibs.all $(INST_ARCHAUTODIR)/extralibs.ld perlmain.c tmon.out mon.out so_locations pm_to_blib *$(OBJ_EXT) *$(LIB_EXT) perl.exe perl perl$(EXE_EXT) $(BOOTSTRAP) $(BASEEXT).bso $(BASEEXT).def lib$(BASEEXT).def $(BASEEXT).exp $(BASEEXT).x core core.*perl.*.? *perl.core core.[0-9] core.[0-9][0-9] core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9][0-9]
-	-$(MV) $(FIRST_MAKEFILE) $(MAKEFILE_OLD) $(DEV_NULL)
-
-
-# --- MakeMaker realclean_subdirs section:
-realclean_subdirs :
-	$(NOECHO) $(NOOP)
-
-
-# --- MakeMaker realclean section:
-
-# Delete temporary files (via clean) and also delete installed files
-realclean purge ::  clean realclean_subdirs
-	$(RM_RF) $(INST_AUTODIR) $(INST_ARCHAUTODIR)
-	$(RM_RF) $(DISTVNAME)
-	$(RM_F)  blib/lib/Font/TTF/Fpgm.pm blib/lib/Font/TTF/Font.pm blib/lib/Font/TTF/Hdmx.pm blib/lib/Font/TTF/Head.pm blib/lib/Font/TTF/Bsln.pm blib/lib/Font/TTF/Vmtx.pm blib/lib/Font/TTF/Kern/ClassArray.pm
-	$(RM_F) $(FIRST_MAKEFILE) blib/lib/Font/TTF/Glyf.pm blib/lib/Font/TTF/Prop.pm blib/lib/Font/TTF/AATKern.pm blib/lib/ttfmod.pl blib/lib/Font/TTF/Win32.pm blib/lib/Font/TTF/Fmtx.pm blib/lib/Font/TTF/GDEF.pm
-	$(RM_F) blib/lib/Font/TTF/Maxp.pm blib/lib/Font/TTF/GSUB.pm blib/lib/Font/TTF/OldCmap.pm blib/lib/Font/TTF/Mort.pm blib/lib/Font/TTF/Ttc.pm blib/lib/Font/TTF/Kern/CompactClassArray.pm blib/lib/Font/TTF/Hmtx.pm
-	$(RM_F) blib/lib/Font/TTF/Segarr.pm blib/lib/Font/TTF/OS_2.pm blib/lib/Font/TTF/Changes blib/lib/Font/TTF/Mort/Rearrangement.pm blib/lib/Font/TTF/Mort/Insertion.pm blib/lib/Font/TTF/Utils.pm
-	$(RM_F) blib/lib/Font/TTF/Manual.pod blib/lib/Font/TTF/Kern.pm blib/lib/Font/TTF/Mort/Noncontextual.pm blib/lib/Font/TTF/Mort/Contextual.pm blib/lib/Font/TTF/Useall.pm blib/lib/Font/TTF/GPOS.pm $(MAKEFILE_OLD)
-	$(RM_F) blib/lib/Font/TTF/Fdsc.pm blib/lib/Font/TTF/Coverage.pm blib/lib/Font/TTF/Vhea.pm blib/lib/Font/TTF/OldMort.pm blib/lib/Font/TTF/Table.pm blib/lib/Font/TTF/Feat.pm blib/lib/Font/TTF/Name.pm
-	$(RM_F) blib/lib/Font/TTF/PCLT.pm blib/lib/Font/TTF/XMLparse.pm blib/lib/Font/TTF/LTSH.pm blib/lib/Font/TTF/AATutils.pm blib/lib/Font/TTF/Cvt_.pm blib/lib/Font/TTF/Kern/OrderedList.pm
-	$(RM_F) blib/lib/Font/TTF/Delta.pm blib/lib/Font/TTF/PSNames.pm blib/lib/Font/TTF/Mort/Ligature.pm blib/lib/Font/TTF/Anchor.pm blib/lib/Font/TTF/Glyph.pm blib/lib/Font/TTF/Mort/Chain.pm
-	$(RM_F) blib/lib/Font/TTF/Cmap.pm blib/lib/Font/TTF/Loca.pm blib/lib/Font/TTF/Post.pm blib/lib/Font/TTF/Prep.pm blib/lib/Font/TTF/Kern/StateTable.pm blib/lib/Font/TTF/Mort/Subtable.pm
-	$(RM_F) blib/lib/Font/TTF/Ttopen.pm blib/lib/Font/TTF/Kern/Subtable.pm blib/lib/Font/TTF/Hhea.pm
-
-
-# --- MakeMaker metafile section:
-metafile :
-	$(NOECHO) $(ECHO) '# http://module-build.sourceforge.net/META-spec.html' > META.yml
-	$(NOECHO) $(ECHO) '#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#' >> META.yml
-	$(NOECHO) $(ECHO) 'name:         Font-TTF' >> META.yml
-	$(NOECHO) $(ECHO) 'version:      0.37' >> META.yml
-	$(NOECHO) $(ECHO) 'version_from: lib/Font/TTF/Font.pm' >> META.yml
-	$(NOECHO) $(ECHO) 'installdirs:  site' >> META.yml
-	$(NOECHO) $(ECHO) 'requires:' >> META.yml
-	$(NOECHO) $(ECHO) '' >> META.yml
-	$(NOECHO) $(ECHO) 'distribution_type: module' >> META.yml
-	$(NOECHO) $(ECHO) 'generated_by: ExtUtils::MakeMaker version 6.17' >> META.yml
-
-
-# --- MakeMaker metafile_addtomanifest section:
-metafile_addtomanifest:
-	$(NOECHO) $(PERLRUN) -MExtUtils::Manifest=maniadd -e 'eval { maniadd({q{META.yml} => q{Module meta-data (added by MakeMaker)}}) } ' \
-	-e '    or print "Could not add META.yml to MANIFEST: $${'\''@'\''}\n"'
-
-
-# --- MakeMaker dist_basics section:
-distclean :: realclean distcheck
-	$(NOECHO) $(NOOP)
-
-distcheck :
-	$(PERLRUN) "-MExtUtils::Manifest=fullcheck" -e fullcheck
-
-skipcheck :
-	$(PERLRUN) "-MExtUtils::Manifest=skipcheck" -e skipcheck
-
-manifest :
-	$(PERLRUN) "-MExtUtils::Manifest=mkmanifest" -e mkmanifest
-
-veryclean : realclean
-	$(RM_F) *~ *.orig */*~ */*.orig
-
-
-
-# --- MakeMaker dist_core section:
-
-dist : $(DIST_DEFAULT) $(FIRST_MAKEFILE)
-	$(NOECHO) $(PERLRUN) -l -e 'print '\''Warning: Makefile possibly out of date with $(VERSION_FROM)'\''' \
-	-e '    if -e '\''$(VERSION_FROM)'\'' and -M '\''$(VERSION_FROM)'\'' < -M '\''$(FIRST_MAKEFILE)'\'';'
-
-tardist : $(DISTVNAME).tar$(SUFFIX)
-	$(NOECHO) $(NOOP)
-
-uutardist : $(DISTVNAME).tar$(SUFFIX)
-	uuencode $(DISTVNAME).tar$(SUFFIX) $(DISTVNAME).tar$(SUFFIX) > $(DISTVNAME).tar$(SUFFIX)_uu
-
-$(DISTVNAME).tar$(SUFFIX) : distdir
-	$(PREOP)
-	$(TO_UNIX)
-	$(TAR) $(TARFLAGS) $(DISTVNAME).tar $(DISTVNAME)
-	$(RM_RF) $(DISTVNAME)
-	$(COMPRESS) $(DISTVNAME).tar
-	$(POSTOP)
-
-zipdist : $(DISTVNAME).zip
-	$(NOECHO) $(NOOP)
-
-$(DISTVNAME).zip : distdir
-	$(PREOP)
-	$(ZIP) $(ZIPFLAGS) $(DISTVNAME).zip $(DISTVNAME)
-	$(RM_RF) $(DISTVNAME)
-	$(POSTOP)
-
-shdist : distdir
-	$(PREOP)
-	$(SHAR) $(DISTVNAME) > $(DISTVNAME).shar
-	$(RM_RF) $(DISTVNAME)
-	$(POSTOP)
-
-
-# --- MakeMaker distdir section:
-distdir : metafile metafile_addtomanifest
-	$(RM_RF) $(DISTVNAME)
-	$(PERLRUN) "-MExtUtils::Manifest=manicopy,maniread" \
-		-e "manicopy(maniread(),'$(DISTVNAME)', '$(DIST_CP)');"
-
-
-
-# --- MakeMaker dist_test section:
-
-disttest : distdir
-	cd $(DISTVNAME) && $(ABSPERLRUN) Makefile.PL
-	cd $(DISTVNAME) && $(MAKE) $(PASTHRU)
-	cd $(DISTVNAME) && $(MAKE) test $(PASTHRU)
-
-
-# --- MakeMaker dist_ci section:
-
-ci :
-	$(PERLRUN) "-MExtUtils::Manifest=maniread" \
-	  -e "@all = keys %{ maniread() };" \
-	  -e "print(qq{Executing $(CI) @all\n}); system(qq{$(CI) @all});" \
-	  -e "print(qq{Executing $(RCS_LABEL) ...\n}); system(qq{$(RCS_LABEL) @all});"
-
-
-# --- MakeMaker install section:
-
-install :: all pure_install doc_install
-
-install_perl :: all pure_perl_install doc_perl_install
-
-install_site :: all pure_site_install doc_site_install
-
-install_vendor :: all pure_vendor_install doc_vendor_install
-
-pure_install :: pure_$(INSTALLDIRS)_install
-
-doc_install :: doc_$(INSTALLDIRS)_install
-
-pure__install : pure_site_install
-	$(NOECHO) $(ECHO) INSTALLDIRS not defined, defaulting to INSTALLDIRS=site
-
-doc__install : doc_site_install
-	$(NOECHO) $(ECHO) INSTALLDIRS not defined, defaulting to INSTALLDIRS=site
-
-pure_perl_install ::
-	$(NOECHO) $(MOD_INSTALL) \
-		read $(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist \
-		write $(DESTINSTALLARCHLIB)/auto/$(FULLEXT)/.packlist \
-		$(INST_LIB) $(DESTINSTALLPRIVLIB) \
-		$(INST_ARCHLIB) $(DESTINSTALLARCHLIB) \
-		$(INST_BIN) $(DESTINSTALLBIN) \
-		$(INST_SCRIPT) $(DESTINSTALLSCRIPT) \
-		$(INST_MAN1DIR) $(DESTINSTALLMAN1DIR) \
-		$(INST_MAN3DIR) $(DESTINSTALLMAN3DIR)
-	$(NOECHO) $(WARN_IF_OLD_PACKLIST) \
-		$(SITEARCHEXP)/auto/$(FULLEXT)
-
-
-pure_site_install ::
-	$(NOECHO) $(MOD_INSTALL) \
-		read $(SITEARCHEXP)/auto/$(FULLEXT)/.packlist \
-		write $(DESTINSTALLSITEARCH)/auto/$(FULLEXT)/.packlist \
-		$(INST_LIB) $(DESTINSTALLSITELIB) \
-		$(INST_ARCHLIB) $(DESTINSTALLSITEARCH) \
-		$(INST_BIN) $(DESTINSTALLSITEBIN) \
-		$(INST_SCRIPT) $(DESTINSTALLSCRIPT) \
-		$(INST_MAN1DIR) $(DESTINSTALLSITEMAN1DIR) \
-		$(INST_MAN3DIR) $(DESTINSTALLSITEMAN3DIR)
-	$(NOECHO) $(WARN_IF_OLD_PACKLIST) \
-		$(PERL_ARCHLIB)/auto/$(FULLEXT)
-
-pure_vendor_install ::
-	$(NOECHO) $(MOD_INSTALL) \
-		read $(VENDORARCHEXP)/auto/$(FULLEXT)/.packlist \
-		write $(DESTINSTALLVENDORARCH)/auto/$(FULLEXT)/.packlist \
-		$(INST_LIB) $(DESTINSTALLVENDORLIB) \
-		$(INST_ARCHLIB) $(DESTINSTALLVENDORARCH) \
-		$(INST_BIN) $(DESTINSTALLVENDORBIN) \
-		$(INST_SCRIPT) $(DESTINSTALLSCRIPT) \
-		$(INST_MAN1DIR) $(DESTINSTALLVENDORMAN1DIR) \
-		$(INST_MAN3DIR) $(DESTINSTALLVENDORMAN3DIR)
-
-doc_perl_install ::
-	$(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod
-	-$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB)
-	-$(NOECHO) $(DOC_INSTALL) \
-		"Module" "$(NAME)" \
-		"installed into" "$(INSTALLPRIVLIB)" \
-		LINKTYPE "$(LINKTYPE)" \
-		VERSION "$(VERSION)" \
-		EXE_FILES "$(EXE_FILES)" \
-		>> $(DESTINSTALLARCHLIB)/perllocal.pod
-
-doc_site_install ::
-	$(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod
-	-$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB)
-	-$(NOECHO) $(DOC_INSTALL) \
-		"Module" "$(NAME)" \
-		"installed into" "$(INSTALLSITELIB)" \
-		LINKTYPE "$(LINKTYPE)" \
-		VERSION "$(VERSION)" \
-		EXE_FILES "$(EXE_FILES)" \
-		>> $(DESTINSTALLARCHLIB)/perllocal.pod
-
-doc_vendor_install ::
-	$(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod
-	-$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB)
-	-$(NOECHO) $(DOC_INSTALL) \
-		"Module" "$(NAME)" \
-		"installed into" "$(INSTALLVENDORLIB)" \
-		LINKTYPE "$(LINKTYPE)" \
-		VERSION "$(VERSION)" \
-		EXE_FILES "$(EXE_FILES)" \
-		>> $(DESTINSTALLARCHLIB)/perllocal.pod
-
-
-uninstall :: uninstall_from_$(INSTALLDIRS)dirs
-
-uninstall_from_perldirs ::
-	$(NOECHO) $(UNINSTALL) $(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist
-
-uninstall_from_sitedirs ::
-	$(NOECHO) $(UNINSTALL) $(SITEARCHEXP)/auto/$(FULLEXT)/.packlist
-
-uninstall_from_vendordirs ::
-	$(NOECHO) $(UNINSTALL) $(VENDORARCHEXP)/auto/$(FULLEXT)/.packlist
-
-
-# --- MakeMaker force section:
-# Phony target to force checking subdirectories.
-FORCE:
-	$(NOECHO) $(NOOP)
-
-
-# --- MakeMaker perldepend section:
-
-
-# --- MakeMaker makefile section:
-
-# We take a very conservative approach here, but it's worth it.
-# We move Makefile to Makefile.old here to avoid gnu make looping.
-$(FIRST_MAKEFILE) : Makefile.PL $(CONFIGDEP)
-	$(NOECHO) $(ECHO) "Makefile out-of-date with respect to $?"
-	$(NOECHO) $(ECHO) "Cleaning current config before rebuilding Makefile..."
-	$(NOECHO) $(RM_F) $(MAKEFILE_OLD)
-	$(NOECHO) $(MV)   $(FIRST_MAKEFILE) $(MAKEFILE_OLD)
-	-$(MAKE) -f $(MAKEFILE_OLD) clean $(DEV_NULL) || $(NOOP)
-	$(PERLRUN) Makefile.PL 
-	$(NOECHO) $(ECHO) "==> Your Makefile has been rebuilt. <=="
-	$(NOECHO) $(ECHO) "==> Please rerun the make command.  <=="
-	false
-
-
-
-# --- MakeMaker staticmake section:
-
-# --- MakeMaker makeaperl section ---
-MAP_TARGET    = perl
-FULLPERL      = /usr/bin/perl
-
-$(MAP_TARGET) :: static $(MAKE_APERL_FILE)
-	$(MAKE) -f $(MAKE_APERL_FILE) $@
-
-$(MAKE_APERL_FILE) : $(FIRST_MAKEFILE)
-	$(NOECHO) $(ECHO) Writing \"$(MAKE_APERL_FILE)\" for this $(MAP_TARGET)
-	$(NOECHO) $(PERLRUNINST) \
-		Makefile.PL DIR= \
-		MAKEFILE=$(MAKE_APERL_FILE) LINKTYPE=static \
-		MAKEAPERL=1 NORECURS=1 CCCDLFLAGS=
-
-
-# --- MakeMaker test section:
-
-TEST_VERBOSE=0
-TEST_TYPE=test_$(LINKTYPE)
-TEST_FILE = test.pl
-TEST_FILES = 
-TESTDB_SW = -d
-
-testdb :: testdb_$(LINKTYPE)
-
-test :: $(TEST_TYPE)
-	$(NOECHO) $(ECHO) 'No tests defined for $(NAME) extension.'
-
-test_dynamic :: pure_all
-
-testdb_dynamic :: pure_all
-	PERL_DL_NONLAZY=1 $(FULLPERLRUN) $(TESTDB_SW) "-I$(INST_LIB)" "-I$(INST_ARCHLIB)" $(TEST_FILE)
-
-test_ : test_dynamic
-
-test_static :: test_dynamic
-testdb_static :: testdb_dynamic
-
-
-# --- MakeMaker ppd section:
-# Creates a PPD (Perl Package Description) for a binary distribution.
-ppd:
-	$(NOECHO) $(ECHO) '<SOFTPKG NAME="$(DISTNAME)" VERSION="0,37,0,0">' > $(DISTNAME).ppd
-	$(NOECHO) $(ECHO) '    <TITLE>$(DISTNAME)</TITLE>' >> $(DISTNAME).ppd
-	$(NOECHO) $(ECHO) '    <ABSTRACT>TTF font support for Perl</ABSTRACT>' >> $(DISTNAME).ppd
-	$(NOECHO) $(ECHO) '    <AUTHOR>martin_hosken at sil.org</AUTHOR>' >> $(DISTNAME).ppd
-	$(NOECHO) $(ECHO) '    <IMPLEMENTATION>' >> $(DISTNAME).ppd
-	$(NOECHO) $(ECHO) '        <OS NAME="$(OSNAME)" />' >> $(DISTNAME).ppd
-	$(NOECHO) $(ECHO) '        <ARCHITECTURE NAME="i586-linux-thread-multi" />' >> $(DISTNAME).ppd
-	$(NOECHO) $(ECHO) '        <CODEBASE HREF="" />' >> $(DISTNAME).ppd
-	$(NOECHO) $(ECHO) '    </IMPLEMENTATION>' >> $(DISTNAME).ppd
-	$(NOECHO) $(ECHO) '</SOFTPKG>' >> $(DISTNAME).ppd
-
-
-# --- MakeMaker pm_to_blib section:
-
-pm_to_blib: $(TO_INST_PM)
-	$(NOECHO) $(PERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\''$(INST_LIB)/auto'\'', '\''$(PM_FILTER)'\'')'\
-	  lib/Font/TTF/Vmtx.pm blib/lib/Font/TTF/Vmtx.pm \
-	  lib/Font/TTF/Hhea.pm blib/lib/Font/TTF/Hhea.pm \
-	  lib/ttfmod.pl blib/lib/ttfmod.pl \
-	  lib/Font/TTF/Kern/ClassArray.pm blib/lib/Font/TTF/Kern/ClassArray.pm \
-	  lib/Font/TTF/Head.pm blib/lib/Font/TTF/Head.pm \
-	  lib/Font/TTF/Fmtx.pm blib/lib/Font/TTF/Fmtx.pm \
-	  lib/Font/TTF/AATKern.pm blib/lib/Font/TTF/AATKern.pm \
-	  lib/Font/TTF/OldMort.pm blib/lib/Font/TTF/OldMort.pm \
-	  lib/Font/TTF/Bsln.pm blib/lib/Font/TTF/Bsln.pm \
-	  lib/Font/TTF/Manual.pod blib/lib/Font/TTF/Manual.pod \
-	  lib/Font/TTF/Font.pm blib/lib/Font/TTF/Font.pm \
-	  lib/Font/TTF/GDEF.pm blib/lib/Font/TTF/GDEF.pm \
-	  lib/Font/TTF/Vhea.pm blib/lib/Font/TTF/Vhea.pm \
-	  lib/Font/TTF/Fpgm.pm blib/lib/Font/TTF/Fpgm.pm \
-	  lib/Font/TTF/GSUB.pm blib/lib/Font/TTF/GSUB.pm \
-	  lib/Font/TTF/Mort/Contextual.pm blib/lib/Font/TTF/Mort/Contextual.pm \
-	  lib/Font/TTF/OS_2.pm blib/lib/Font/TTF/OS_2.pm \
-	  lib/Font/TTF/Useall.pm blib/lib/Font/TTF/Useall.pm \
-	  lib/Font/TTF/Ttc.pm blib/lib/Font/TTF/Ttc.pm \
-	  lib/Font/TTF/Feat.pm blib/lib/Font/TTF/Feat.pm \
-	  lib/Font/TTF/Name.pm blib/lib/Font/TTF/Name.pm \
-	  lib/Font/TTF/Kern.pm blib/lib/Font/TTF/Kern.pm \
-	  lib/Font/TTF/Kern/StateTable.pm blib/lib/Font/TTF/Kern/StateTable.pm \
-	  lib/Font/TTF/OldCmap.pm blib/lib/Font/TTF/OldCmap.pm \
-	  lib/Font/TTF/Segarr.pm blib/lib/Font/TTF/Segarr.pm \
-	  lib/Font/TTF/Changes blib/lib/Font/TTF/Changes \
-	  lib/Font/TTF/Loca.pm blib/lib/Font/TTF/Loca.pm \
-	  lib/Font/TTF/Mort/Insertion.pm blib/lib/Font/TTF/Mort/Insertion.pm \
-	  lib/Font/TTF/Mort/Chain.pm blib/lib/Font/TTF/Mort/Chain.pm \
-	  lib/Font/TTF/Mort/Rearrangement.pm blib/lib/Font/TTF/Mort/Rearrangement.pm \
-	  lib/Font/TTF/Fdsc.pm blib/lib/Font/TTF/Fdsc.pm \
-	  lib/Font/TTF/Cvt_.pm blib/lib/Font/TTF/Cvt_.pm \
-	  lib/Font/TTF/XMLparse.pm blib/lib/Font/TTF/XMLparse.pm \
-	  lib/Font/TTF/Maxp.pm blib/lib/Font/TTF/Maxp.pm \
-	  lib/Font/TTF/AATutils.pm blib/lib/Font/TTF/AATutils.pm \
-	  lib/Font/TTF/Prop.pm blib/lib/Font/TTF/Prop.pm \
-	  lib/Font/TTF/Coverage.pm blib/lib/Font/TTF/Coverage.pm \
-	  lib/Font/TTF/PCLT.pm blib/lib/Font/TTF/PCLT.pm \
-	  lib/Font/TTF/Mort/Ligature.pm blib/lib/Font/TTF/Mort/Ligature.pm \
-	  lib/Font/TTF/Win32.pm blib/lib/Font/TTF/Win32.pm \
-	  lib/Font/TTF/Utils.pm blib/lib/Font/TTF/Utils.pm \
-	  lib/Font/TTF/Ttopen.pm blib/lib/Font/TTF/Ttopen.pm \
-	  lib/Font/TTF/Kern/Subtable.pm blib/lib/Font/TTF/Kern/Subtable.pm \
-	  lib/Font/TTF/Hmtx.pm blib/lib/Font/TTF/Hmtx.pm \
-	  lib/Font/TTF/Kern/OrderedList.pm blib/lib/Font/TTF/Kern/OrderedList.pm \
-	  lib/Font/TTF/Glyph.pm blib/lib/Font/TTF/Glyph.pm \
-	  lib/Font/TTF/Mort.pm blib/lib/Font/TTF/Mort.pm \
-	  lib/Font/TTF/Prep.pm blib/lib/Font/TTF/Prep.pm \
-	  lib/Font/TTF/Kern/CompactClassArray.pm blib/lib/Font/TTF/Kern/CompactClassArray.pm \
-	  lib/Font/TTF/Hdmx.pm blib/lib/Font/TTF/Hdmx.pm \
-	  lib/Font/TTF/Cmap.pm blib/lib/Font/TTF/Cmap.pm \
-	  lib/Font/TTF/GPOS.pm blib/lib/Font/TTF/GPOS.pm \
-	  lib/Font/TTF/PSNames.pm blib/lib/Font/TTF/PSNames.pm \
-	  lib/Font/TTF/Mort/Noncontextual.pm blib/lib/Font/TTF/Mort/Noncontextual.pm \
-	  lib/Font/TTF/Post.pm blib/lib/Font/TTF/Post.pm \
-	  lib/Font/TTF/Anchor.pm blib/lib/Font/TTF/Anchor.pm \
-	  lib/Font/TTF/Glyf.pm blib/lib/Font/TTF/Glyf.pm \
-	  lib/Font/TTF/LTSH.pm blib/lib/Font/TTF/LTSH.pm \
-	  lib/Font/TTF/Table.pm blib/lib/Font/TTF/Table.pm \
-	  lib/Font/TTF/Delta.pm blib/lib/Font/TTF/Delta.pm \
-	  lib/Font/TTF/Mort/Subtable.pm blib/lib/Font/TTF/Mort/Subtable.pm 
-	$(NOECHO) $(TOUCH) $@
-
-# --- MakeMaker selfdocument section:
-
-
-# --- MakeMaker postamble section:
-
-
-# End.

Deleted: packages/libfont-ttf-perl/branches/upstream/current/Makefile.PL
===================================================================
--- packages/libfont-ttf-perl/branches/upstream/current/Makefile.PL	2006-02-21 22:31:00 UTC (rev 2167)
+++ packages/libfont-ttf-perl/branches/upstream/current/Makefile.PL	2006-02-21 22:33:19 UTC (rev 2168)
@@ -1,39 +0,0 @@
-use ExtUtils::MakeMaker;
-
- at theselibs = grep {-f } glob("lib/Font/TTF/*");
-
-# incantation to enable MY::pm_to_blib later on
-push(@ExtUtils::MakeMaker::Overridable, qw(pm_to_blib)) if ($^O eq 'MSWin32');
-
-WriteMakefile (
-        NAME => "Font::TTF",
-        VERSION_FROM => "lib/Font/TTF/Font.pm",
-#        HTMLLIBPODS => {map {my $t = $_; $t=~s/\..*?$/.html/o; $t='blib/Html/'.$t; $_ => $t;} @theselibs},
-#        HTMLSCRIPTPODS => {map {my $t=$_; $t=~s/\..*?$/.html/o; $t='blib/Html/'.$t; $_ => $t;} @scripts},
-        AUTHOR => "martin_hosken\@sil.org",
-        ABSTRACT => "TTF font support for Perl",
-        dist => { 'TO_UNIX' => 'perl -Mtounix -e "tounix(\"$(DISTVNAME)\")"' }
-    );
-
-if ($^O eq 'MSWin32') {
-# incantation to solve the problem of everyone's $Config{make} being 'nmake'
-# when we want 'pmake'. And $Config{} is read only.
-# actually, this is just a copy of the code from ExtUtiles::MM_Win32 tidied
-# up (to expose tabs) and the dependency on Config removed
-sub MY::pm_to_blib
-{
-    my $self = shift;
-    my($autodir) = $self->catdir('$(INST_LIB)','auto');
-    return <<"EOT";
-
-pm_to_blib: \$(TO_INST_PM)
-\t$self->{NOECHO}\$(PERL) \"-I\$(INST_ARCHLINE)\" \"-I\$(INST_LIB)\" \\
-\t\"-I\$(PERL_ARCHLIB)\" \"-I\$(PERL_LIB)\" -MExtUtils::Install \\
-\t-e \"pm_to_blib({ qw[\$(PM_TO_BLIB)] }, '$autodir')
-\t$self->{NOECHO}\$(TOUCH) \$@
-
-EOT
-}
-
-}
-

Modified: packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Anchor.pm
===================================================================
--- packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Anchor.pm	2006-02-21 22:31:00 UTC (rev 2167)
+++ packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Anchor.pm	2006-02-21 22:33:19 UTC (rev 2168)
@@ -1,6 +1,6 @@
 package Font::TTF::Anchor;
 
-=head1 TITLE
+=head1 NAME
 
 Font::TTF::Anchor - Anchor points for GPOS tables
 

Modified: packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Cmap.pm
===================================================================
--- packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Cmap.pm	2006-02-21 22:31:00 UTC (rev 2167)
+++ packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Cmap.pm	2006-02-21 22:33:19 UTC (rev 2168)
@@ -278,7 +278,10 @@
     for ($i = 0; $i < $self->{'Num'}; $i++)
     {
         $s = $self->{'Tables'}[$i];
-        @keys = sort {$a <=> $b} keys %{$s->{'val'}};
+        if ($s->{'Format'} < 8)
+        { @keys = sort {$a <=> $b} grep { $_ <= 0xFFFF} keys %{$s->{'val'}}; }
+        else
+        { @keys = sort {$a <=> $b} keys %{$s->{'val'}}; }
         $s->{' outloc'} = $fh->tell();
         if ($s->{'Format'} < 8)
         { $fh->print(pack("n3", $s->{'Format'}, 0, $s->{'Ver'})); }       # come back for length

Modified: packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Coverage.pm
===================================================================
--- packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Coverage.pm	2006-02-21 22:31:00 UTC (rev 2167)
+++ packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Coverage.pm	2006-02-21 22:33:19 UTC (rev 2168)
@@ -1,6 +1,6 @@
 package Font::TTF::Coverage;
 
-=head1 TITLE
+=head1 NAME
 
 Font::TTF::Coverage - Opentype coverage and class definition objects
 

Modified: packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Delta.pm
===================================================================
--- packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Delta.pm	2006-02-21 22:31:00 UTC (rev 2167)
+++ packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Delta.pm	2006-02-21 22:33:19 UTC (rev 2168)
@@ -1,6 +1,6 @@
 package Font::TTF::Delta;
 
-=head1 TITLE
+=head1 NAME 
 
 Font::TTF::Delta - Opentype Device tables
 

Modified: packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/GPOS.pm
===================================================================
--- packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/GPOS.pm	2006-02-21 22:31:00 UTC (rev 2167)
+++ packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/GPOS.pm	2006-02-21 22:33:19 UTC (rev 2168)
@@ -1,6 +1,6 @@
 package Font::TTF::GPOS;
 
-=head1 TITLE
+=head1 NAME
 
 Font::TTF::GPOS - Support for Opentype GPOS tables in conjunction with TTOpen
 

Modified: packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Manual.pod
===================================================================
--- packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Manual.pod	2006-02-21 22:31:00 UTC (rev 2167)
+++ packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Manual.pod	2006-02-21 22:33:19 UTC (rev 2168)
@@ -1,5 +1,5 @@
 
-=head1 TITLE
+=head1 NAME
 
 Font::TTF::Manual - Information regarding the whole module set
 

Modified: packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/OS_2.pm
===================================================================
--- packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/OS_2.pm	2006-02-21 22:31:00 UTC (rev 2167)
+++ packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/OS_2.pm	2006-02-21 22:33:19 UTC (rev 2168)
@@ -266,8 +266,12 @@
     $table = $self->{' PARENT'}{'hhea'}->read;
     
     # try any way we can to get some real numbers passed around!
-    if ($table->{'Ascender'} != 0 || $table->{'Descender'} != 0)
+    if (($self->{'fsSelection'} & 128) != 0)
     {
+        # assume the user knows what they are doing and has sensible values already
+    }
+    elsif ($table->{'Ascender'} != 0 || $table->{'Descender'} != 0)
+    {
         $self->{'sTypoAscender'} = $table->{'Ascender'};
         $self->{'sTypoDescender'} = $table->{'Descender'};
         $self->{'sTypoLineGap'} = $table->{'LineGap'};

Modified: packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Ttopen.pm
===================================================================
--- packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Ttopen.pm	2006-02-21 22:31:00 UTC (rev 2167)
+++ packages/libfont-ttf-perl/branches/upstream/current/lib/Font/TTF/Ttopen.pm	2006-02-21 22:33:19 UTC (rev 2168)
@@ -1039,16 +1039,16 @@
     } elsif ($type == 6 && $fmt == 3)
     {
         $r = $lookup->{'RULES'}[0][0];
-        $out .= pack('n2', $fmt, $#{$r->{'PRE'}} + 1);
+        $out .= pack('n2', $fmt, scalar @{$r->{'PRE'}});
         foreach $t (@{$r->{'PRE'}})
         { $out .= Font::TTF::Ttopen::ref_cache($t, $ctables, length($out)); }
-        $out .= pack('n', $#{$r->{'MATCH'}} + 1);
+        $out .= pack('n', scalar @{$r->{'MATCH'}});
         foreach $t (@{$r->{'MATCH'}})
         { $out .= Font::TTF::Ttopen::ref_cache($t, $ctables, length($out)); }
-        $out .= pack('n', $#{$r->{'POST'}} + 1);
+        $out .= pack('n', scalar @{$r->{'POST'}});
         foreach $t (@{$r->{'POST'}})
         { $out .= Font::TTF::Ttopen::ref_cache($t, $ctables, length($out)); }
-        $out .= pack('n', $#{$r->{'ACTION'}} + 1);
+        $out .= pack('n', scalar @{$r->{'ACTION'}});
         foreach $t (@{$r->{'ACTION'}})
         { $out .= pack('n2', @$t); }
     }




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