Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2013 18:17:18 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        perl@FreeBSD.org, gslin@gslin.org
Subject:   ports/176005: [PATCH] x11-fonts/p5-Font-TTF: update to 1.02
Message-ID:  <20130210101718.61F277E829@colo-p.gslin.org>
Resent-Message-ID: <201302101020.r1AAK1SO098732@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176005
>Category:       ports
>Synopsis:       [PATCH] x11-fonts/p5-Font-TTF: update to 1.02
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 10 10:20:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 9.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec  4 06:55:39
>Description:
- Update to 1.02

Port maintainer (perl@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- p5-Font-TTF-1.02.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-fonts/p5-Font-TTF/Makefile ./Makefile
--- /usr/ports/x11-fonts/p5-Font-TTF/Makefile	2012-11-17 14:03:29.000000000 +0800
+++ ./Makefile	2013-02-10 08:47:29.000000000 +0800
@@ -1,13 +1,7 @@
-# ex:ts=8
-# Ports collection makefile for:	p5-Font-TTF
-# Date created:			Apr 28, 2002
-# Whom:				ijliao
-#
 # $FreeBSD: ports/x11-fonts/p5-Font-TTF/Makefile,v 1.20 2012/11/17 06:03:29 svnexp Exp $
-#
 
 PORTNAME=	Font-TTF
-PORTVERSION=	0.48
+PORTVERSION=	1.02
 CATEGORIES=	x11-fonts perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -32,12 +26,16 @@
 	Font::TTF::EBLC.3 \
 	Font::TTF::Fdsc.3 \
 	Font::TTF::Feat.3 \
+	Font::TTF::Features::Cvar.3 \
+	Font::TTF::Features::Size.3 \
+	Font::TTF::Features::Sset.3 \
 	Font::TTF::Fmtx.3 \
 	Font::TTF::Font.3 \
 	Font::TTF::Fpgm.3 \
 	Font::TTF::GDEF.3 \
 	Font::TTF::GPOS.3 \
 	Font::TTF::GSUB.3 \
+	Font::TTF::Gloc.3 \
 	Font::TTF::Glyf.3 \
 	Font::TTF::Glyph.3 \
 	Font::TTF::GrFeat.3 \
@@ -74,6 +72,7 @@
 	Font::TTF::Prep.3 \
 	Font::TTF::Prop.3 \
 	Font::TTF::Segarr.3 \
+	Font::TTF::Silf.3 \
 	Font::TTF::Sill.3 \
 	Font::TTF::Table.3 \
 	Font::TTF::Ttc.3 \
@@ -81,9 +80,9 @@
 	Font::TTF::Utils.3 \
 	Font::TTF::Vhea.3 \
 	Font::TTF::Vmtx.3 \
+	Font::TTF::Woff.3 \
+	Font::TTF::Woff::MetaData.3 \
+	Font::TTF::Woff::PrivateData.3 \
 	Font::TTF::XMLparse.3
 
-post-extract:
-	@${FIND} ${WRKSRC} -name '*.swp' -delete
-
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/x11-fonts/p5-Font-TTF/distinfo ./distinfo
--- /usr/ports/x11-fonts/p5-Font-TTF/distinfo	2010-12-24 10:57:21.000000000 +0800
+++ ./distinfo	2013-02-10 08:45:17.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (Font-TTF-0.48.tar.gz) = f924dec242312dfbe2740b8f6f03c491b007c3494b9e3c8d2f432a18d13e1f52
-SIZE (Font-TTF-0.48.tar.gz) = 201426
+SHA256 (Font-TTF-1.02.tar.gz) = ddf4d38d21d8aa865379867a64c34b88d347545bd1f3a526f1da8ec7a93199fa
+SIZE (Font-TTF-1.02.tar.gz) = 220317
diff -ruN --exclude=CVS /usr/ports/x11-fonts/p5-Font-TTF/pkg-plist ./pkg-plist
--- /usr/ports/x11-fonts/p5-Font-TTF/pkg-plist	2010-12-24 10:57:21.000000000 +0800
+++ ./pkg-plist	2013-02-10 08:46:48.000000000 +0800
@@ -8,19 +8,24 @@
 %%SITE_PERL%%/Font/TTF/Cmap.pm
 %%SITE_PERL%%/Font/TTF/Coverage.pm
 %%SITE_PERL%%/Font/TTF/Cvt_.pm
-%%SITE_PERL%%/Font/TTF/Delta.pm
 %%SITE_PERL%%/Font/TTF/DSIG.pm
+%%SITE_PERL%%/Font/TTF/Delta.pm
 %%SITE_PERL%%/Font/TTF/Dumper.pm
 %%SITE_PERL%%/Font/TTF/EBDT.pm
 %%SITE_PERL%%/Font/TTF/EBLC.pm
 %%SITE_PERL%%/Font/TTF/Fdsc.pm
 %%SITE_PERL%%/Font/TTF/Feat.pm
+%%SITE_PERL%%/Font/TTF/Features/Cvar.pm
+%%SITE_PERL%%/Font/TTF/Features/Size.pm
+%%SITE_PERL%%/Font/TTF/Features/Sset.pm
 %%SITE_PERL%%/Font/TTF/Fmtx.pm
 %%SITE_PERL%%/Font/TTF/Font.pm
 %%SITE_PERL%%/Font/TTF/Fpgm.pm
 %%SITE_PERL%%/Font/TTF/GDEF.pm
 %%SITE_PERL%%/Font/TTF/GPOS.pm
 %%SITE_PERL%%/Font/TTF/GSUB.pm
+%%SITE_PERL%%/Font/TTF/Glat.pm
+%%SITE_PERL%%/Font/TTF/Gloc.pm
 %%SITE_PERL%%/Font/TTF/Glyf.pm
 %%SITE_PERL%%/Font/TTF/Glyph.pm
 %%SITE_PERL%%/Font/TTF/GrFeat.pm
@@ -57,6 +62,7 @@
 %%SITE_PERL%%/Font/TTF/Prep.pm
 %%SITE_PERL%%/Font/TTF/Prop.pm
 %%SITE_PERL%%/Font/TTF/Segarr.pm
+%%SITE_PERL%%/Font/TTF/Silf.pm
 %%SITE_PERL%%/Font/TTF/Sill.pm
 %%SITE_PERL%%/Font/TTF/Table.pm
 %%SITE_PERL%%/Font/TTF/Ttc.pm
@@ -66,11 +72,16 @@
 %%SITE_PERL%%/Font/TTF/Vhea.pm
 %%SITE_PERL%%/Font/TTF/Vmtx.pm
 %%SITE_PERL%%/Font/TTF/Win32.pm
+%%SITE_PERL%%/Font/TTF/Woff.pm
+%%SITE_PERL%%/Font/TTF/Woff/MetaData.pm
+%%SITE_PERL%%/Font/TTF/Woff/PrivateData.pm
 %%SITE_PERL%%/Font/TTF/XMLparse.pm
 %%SITE_PERL%%/ttfmod.pl
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Font/TTF
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Font
-@dirrm %%SITE_PERL%%/Font/TTF/Mort
-@dirrm %%SITE_PERL%%/Font/TTF/Kern
+@dirrmtry %%SITE_PERL%%/Font/TTF/Woff
+@dirrmtry %%SITE_PERL%%/Font/TTF/Mort
+@dirrmtry %%SITE_PERL%%/Font/TTF/Kern
+@dirrmtry %%SITE_PERL%%/Font/TTF/Features
 @dirrmtry %%SITE_PERL%%/Font/TTF
 @dirrmtry %%SITE_PERL%%/Font
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Font/TTF
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Font
--- p5-Font-TTF-1.02.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130210101718.61F277E829>