Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2019 16:49:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519317 - in head/print: . ttfautohint ttfautohint/files
Message-ID:  <201912081649.xB8GnDeJ053909@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec  8 16:49:13 2019
New Revision: 519317
URL: https://svnweb.freebsd.org/changeset/ports/519317

Log:
  Add ttfautohint 1.8.3
  
  ttfautohint provides a 99% automated hinting process and a platform for finely
  hand-hinting the last 1%. It is ideal for web fonts and supports many scripts:
  Latin, Greek, Arabic, Devanagari, Hebrew, Khmer, Myanmar, Thai, and many more.
  
  WWW: https://www.freetype.org/ttfautohint/

Added:
  head/print/ttfautohint/
  head/print/ttfautohint/Makefile   (contents, props changed)
  head/print/ttfautohint/distinfo   (contents, props changed)
  head/print/ttfautohint/files/
  head/print/ttfautohint/files/patch-lib-llrb.h   (contents, props changed)
  head/print/ttfautohint/pkg-descr   (contents, props changed)
  head/print/ttfautohint/pkg-plist   (contents, props changed)
Modified:
  head/print/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Sun Dec  8 16:49:07 2019	(r519316)
+++ head/print/Makefile	Sun Dec  8 16:49:13 2019	(r519317)
@@ -251,6 +251,7 @@
     SUBDIR += transfig
     SUBDIR += trueprint
     SUBDIR += ttf2pt1
+    SUBDIR += ttfautohint
     SUBDIR += ttfquery
     SUBDIR += ttftot42
     SUBDIR += txtbdf2ps

Added: head/print/ttfautohint/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/ttfautohint/Makefile	Sun Dec  8 16:49:13 2019	(r519317)
@@ -0,0 +1,30 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ttfautohint
+PORTVERSION=	1.8.3
+CATEGORIES=	print
+MASTER_SITES=	SAVANNAH/freetype \
+		SF/freetype/ttfautohint/${PORTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Automatic font hinting library
+
+LICENSE=	FTL GPLv2+
+LICENSE_COMB=	dual
+LICENSE_NAME_FTL=	The FreeType Project license
+LICENSE_FILE_FTL=	${WRKSRC}/FTL.TXT
+LICENSE_FILE_GPLv2+ =	${WRKSRC}/GPLv2.TXT
+LICENSE_PERMS_FTL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+BUILD_DEPENDS=	freetype2>=2.4.5:print/freetype2 \
+		harfbuzz>=1.3.0:print/harfbuzz
+LIB_DEPENDS=	libfreetype.so:print/freetype2 \
+		libharfbuzz.so:print/harfbuzz
+
+USES=		gmake libtool pkgconfig
+
+CONFIGURE_ARGS=	--with-doc=no --with-qt=no
+GNU_CONFIGURE=	yes
+
+.include <bsd.port.mk>

Added: head/print/ttfautohint/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/ttfautohint/distinfo	Sun Dec  8 16:49:13 2019	(r519317)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1575793781
+SHA256 (ttfautohint-1.8.3.tar.gz) = 87bb4932571ad57536a7cc20b31fd15bc68cb5429977eb43d903fa61617cf87e
+SIZE (ttfautohint-1.8.3.tar.gz) = 3458637

Added: head/print/ttfautohint/files/patch-lib-llrb.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/ttfautohint/files/patch-lib-llrb.h	Sun Dec  8 16:49:13 2019	(r519317)
@@ -0,0 +1,11 @@
+--- lib/llrb.h.orig	2016-01-07 09:47:40 UTC
++++ lib/llrb.h
+@@ -74,7 +74,7 @@ struct name { struct type *rbh_root; }
+ #define LLRB_RED   1
+ 
+ #define LLRB_ENTRY(type) \
+-struct { struct type *rbe_left, *rbe_right, *rbe_parent; _Bool rbe_color; }
++struct { struct type *rbe_left, *rbe_right, *rbe_parent; bool rbe_color; }
+ 
+ #define LLRB_LEFT(elm, field) (elm)->field.rbe_left
+ #define LLRB_RIGHT(elm, field) (elm)->field.rbe_right

Added: head/print/ttfautohint/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/ttfautohint/pkg-descr	Sun Dec  8 16:49:13 2019	(r519317)
@@ -0,0 +1,5 @@
+ttfautohint provides a 99% automated hinting process and a platform for finely
+hand-hinting the last 1%. It is ideal for web fonts and supports many scripts:
+Latin, Greek, Arabic, Devanagari, Hebrew, Khmer, Myanmar, Thai, and many more.
+
+WWW: https://www.freetype.org/ttfautohint/

Added: head/print/ttfautohint/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/ttfautohint/pkg-plist	Sun Dec  8 16:49:13 2019	(r519317)
@@ -0,0 +1,10 @@
+bin/ttfautohint
+include/ttfautohint-coverages.h
+include/ttfautohint-errors.h
+include/ttfautohint-scripts.h
+include/ttfautohint.h
+lib/libttfautohint.a
+lib/libttfautohint.so
+lib/libttfautohint.so.1
+lib/libttfautohint.so.1.0.2
+libdata/pkgconfig/ttfautohint.pc



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