From owner-svn-ports-head@freebsd.org Sat Dec 19 19:58:11 2020 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 550A84CEF63; Sat, 19 Dec 2020 19:58:11 +0000 (UTC) (envelope-from thierry@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CyxNz1lMWz4YWZ; Sat, 19 Dec 2020 19:58:11 +0000 (UTC) (envelope-from thierry@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 2EDAF22CD4; Sat, 19 Dec 2020 19:58:11 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BJJwAFq088243; Sat, 19 Dec 2020 19:58:10 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BJJwAUl088241; Sat, 19 Dec 2020 19:58:10 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202012191958.0BJJwAUl088241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sat, 19 Dec 2020 19:58:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558469 - head/x11-fonts/stix-fonts X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/x11-fonts/stix-fonts X-SVN-Commit-Revision: 558469 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.34 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: Sat, 19 Dec 2020 19:58:11 -0000 Author: thierry Date: Sat Dec 19 19:58:10 2020 New Revision: 558469 URL: https://svnweb.freebsd.org/changeset/ports/558469 Log: Upgrade to STIX Two, v2.10. Modified: head/x11-fonts/stix-fonts/Makefile head/x11-fonts/stix-fonts/distinfo head/x11-fonts/stix-fonts/pkg-plist Modified: head/x11-fonts/stix-fonts/Makefile ============================================================================== --- head/x11-fonts/stix-fonts/Makefile Sat Dec 19 19:52:13 2020 (r558468) +++ head/x11-fonts/stix-fonts/Makefile Sat Dec 19 19:58:10 2020 (r558469) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stixfonts -PORTVERSION= 2.0.2 +PORTVERSION= 2.10 DISTVERSIONPREFIX= v CATEGORIES= x11-fonts @@ -21,15 +21,17 @@ NO_BUILD= yes SUB_FILES= pkg-message -FONTNAME= stix +FONTNAME= STIX OPTIONS_DEFINE= DOCS -PORTDOCS= STIX_${PORTVERSION}_release_notes.txt +PORTDOCS= FONTLOG.txt STIX-Two_glyph_sets.xlsx STIXTwoMath-Regular.pdf \ + STIXTwoText-Regular.pdf do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} OTF/* WOFF/* ${STAGEDIR}${FONTSDIR} + cd ${WRKSRC} && \ + ${FIND} fonts -type file -exec ${INSTALL_DATA} {} ${STAGEDIR}${FONTSDIR} \; ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} Modified: head/x11-fonts/stix-fonts/distinfo ============================================================================== --- head/x11-fonts/stix-fonts/distinfo Sat Dec 19 19:52:13 2020 (r558468) +++ head/x11-fonts/stix-fonts/distinfo Sat Dec 19 19:58:10 2020 (r558469) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561212022 -SHA256 (stipub-stixfonts-v2.0.2_GH0.tar.gz) = b8eb0e63739e839ad620c82db1f6f38d8927f7fd30abcc8f147700ba3bc71918 -SIZE (stipub-stixfonts-v2.0.2_GH0.tar.gz) = 49356536 +TIMESTAMP = 1608405924 +SHA256 (stipub-stixfonts-v2.10_GH0.tar.gz) = ca36e5ab8ff1f41e9755c0716ccc3c3af8668a5db6d537bac2ec8d03681820a3 +SIZE (stipub-stixfonts-v2.10_GH0.tar.gz) = 73856520 Modified: head/x11-fonts/stix-fonts/pkg-plist ============================================================================== --- head/x11-fonts/stix-fonts/pkg-plist Sat Dec 19 19:52:13 2020 (r558468) +++ head/x11-fonts/stix-fonts/pkg-plist Sat Dec 19 19:58:10 2020 (r558469) @@ -1,10 +1,32 @@ -%%FONTSDIR%%/STIX2Math.otf -%%FONTSDIR%%/STIX2Math.woff -%%FONTSDIR%%/STIX2Text-Bold.otf -%%FONTSDIR%%/STIX2Text-Bold.woff -%%FONTSDIR%%/STIX2Text-BoldItalic.otf -%%FONTSDIR%%/STIX2Text-BoldItalic.woff -%%FONTSDIR%%/STIX2Text-Italic.otf -%%FONTSDIR%%/STIX2Text-Italic.woff -%%FONTSDIR%%/STIX2Text-Regular.otf -%%FONTSDIR%%/STIX2Text-Regular.woff +%%FONTSDIR%%/README.md +%%FONTSDIR%%/STIXTwoMath-Regular.otf +%%FONTSDIR%%/STIXTwoMath-Regular.ttf +%%FONTSDIR%%/STIXTwoMath-Regular.woff2 +%%FONTSDIR%%/STIXTwoText-Bold.otf +%%FONTSDIR%%/STIXTwoText-Bold.ttf +%%FONTSDIR%%/STIXTwoText-Bold.woff2 +%%FONTSDIR%%/STIXTwoText-BoldItalic.otf +%%FONTSDIR%%/STIXTwoText-BoldItalic.ttf +%%FONTSDIR%%/STIXTwoText-BoldItalic.woff2 +%%FONTSDIR%%/STIXTwoText-Italic.otf +%%FONTSDIR%%/STIXTwoText-Italic.ttf +%%FONTSDIR%%/STIXTwoText-Italic.woff2 +%%FONTSDIR%%/STIXTwoText-Italic[wght].ttf +%%FONTSDIR%%/STIXTwoText-Italic[wght].woff2 +%%FONTSDIR%%/STIXTwoText-Medium.otf +%%FONTSDIR%%/STIXTwoText-Medium.ttf +%%FONTSDIR%%/STIXTwoText-Medium.woff2 +%%FONTSDIR%%/STIXTwoText-MediumItalic.otf +%%FONTSDIR%%/STIXTwoText-MediumItalic.ttf +%%FONTSDIR%%/STIXTwoText-MediumItalic.woff2 +%%FONTSDIR%%/STIXTwoText-Regular.otf +%%FONTSDIR%%/STIXTwoText-Regular.ttf +%%FONTSDIR%%/STIXTwoText-Regular.woff2 +%%FONTSDIR%%/STIXTwoText-Semibold.otf +%%FONTSDIR%%/STIXTwoText-Semibold.ttf +%%FONTSDIR%%/STIXTwoText-Semibold.woff2 +%%FONTSDIR%%/STIXTwoText-SemiboldItalic.otf +%%FONTSDIR%%/STIXTwoText-SemiboldItalic.ttf +%%FONTSDIR%%/STIXTwoText-SemiboldItalic.woff2 +%%FONTSDIR%%/STIXTwoText[wght].ttf +%%FONTSDIR%%/STIXTwoText[wght].woff2