pkgsrc/fonts/p5-Font-TTF/Makefile
mef 258103e475 Update 1.0.2 to 1.0.4
1.04  (r994, 2014-01-09)

* Bug fixes:
*    Fix rt.cpan.org 80671, 80672; simplify fix for #42553 per OP
*    Shared tables in TTC weren't working
*    Quiet a cleanup warning in TTC processing
*    Update licensing info for test fonts to OFL

1.03  (r969, 2013-11-10)

* Add $t->minsize() to all tables for assisting with font subsetting
* Add deduping to Name table writing
* Add OS/2 table method to guess at Unicode and Codepage range bits.
* Add support for cmap format 13 subtables
* Expunge notion of 'dflt' language tag from Ttopen.pm
* Bug fixes
2014-11-24 14:15:20 +00:00

19 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.25 2014/11/24 14:15:20 mef Exp $
#
DISTNAME= Font-TTF-1.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~mhosken/Font-TTF/
COMMENT= Perl module for TrueType font hacking
LICENSE= artistic-2.0
DEPENDS+= p5-IO-String>=0:../../devel/p5-IO-String
PERL5_PACKLIST= auto/Font/TTF/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"