From owner-svn-ports-head@freebsd.org Sun Dec 8 16:49:14 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C7FA51E7A49; Sun, 8 Dec 2019 16:49:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47WC2y4zyzz4Clk; Sun, 8 Dec 2019 16:49:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A68035206; Sun, 8 Dec 2019 16:49:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xB8GnE3p053915; Sun, 8 Dec 2019 16:49:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB8GnDeJ053909; Sun, 8 Dec 2019 16:49:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201912081649.xB8GnDeJ053909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 8 Dec 2019 16:49:13 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/print: . ttfautohint ttfautohint/files X-SVN-Commit-Revision: 519317 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Dec 2019 16:49:14 -0000 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 +# $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 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