From owner-svn-ports-head@freebsd.org Sun Feb 25 15:07:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2861EF32E0A; Sun, 25 Feb 2018 15:07:15 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA36D809E0; Sun, 25 Feb 2018 15:07:14 +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 C10586843; Sun, 25 Feb 2018 15:07:14 +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 w1PF7E9U055392; Sun, 25 Feb 2018 15:07:14 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PF7ENl055387; Sun, 25 Feb 2018 15:07:14 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201802251507.w1PF7ENl055387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 25 Feb 2018 15:07:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462957 - 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: 462957 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.25 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, 25 Feb 2018 15:07:15 -0000 Author: thierry Date: Sun Feb 25 15:07:14 2018 New Revision: 462957 URL: https://svnweb.freebsd.org/changeset/ports/462957 Log: Upgrade to 2.0.0. Modified: head/x11-fonts/stix-fonts/Makefile head/x11-fonts/stix-fonts/distinfo head/x11-fonts/stix-fonts/pkg-descr head/x11-fonts/stix-fonts/pkg-plist Modified: head/x11-fonts/stix-fonts/Makefile ============================================================================== --- head/x11-fonts/stix-fonts/Makefile Sun Feb 25 14:56:23 2018 (r462956) +++ head/x11-fonts/stix-fonts/Makefile Sun Feb 25 15:07:14 2018 (r462957) @@ -2,21 +2,20 @@ # $FreeBSD$ PORTNAME= stixfonts -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 2.0.0 CATEGORIES= x11-fonts MASTER_SITES= SF/${PORTNAME}/Current%20Release/ -DISTNAME= STIXv${PORTVERSION}-webfonts +DISTNAME= STIXv${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= OpenType Unicode fonts for Scientific, Technical, and Math texts LICENSE= OFL11 -NO_WRKSUBDIR= yes - USES= fonts zip USE_XORG= x11 +NO_ARCH= yes +NO_BUILD= yes SUB_FILES= pkg-message @@ -24,18 +23,12 @@ FONTNAME= stix OPTIONS_DEFINE= DOCS -PORTDOCS= "STIX Font ${PORTVERSION}-webfonts Release Documentation.pdf" +PORTDOCS= STIX_${PORTVERSION}_release_notes.txt STIX_${PORTVERSION}_stylistic_sets.pdf -do-build: - ${MKDIR} ${WRKDIR}/build -.for group in stix-web STIX-MathJax/woff - ${CP} ${WRKSRC}/${group}/*.woff ${WRKDIR}/build/ -.endfor - do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} - cd ${WRKDIR}/build && ${INSTALL_DATA} *.woff ${STAGEDIR}${FONTSDIR} + cd ${WRKSRC}/Fonts && ${INSTALL_DATA} OTF/* WOFF/* ${STAGEDIR}${FONTSDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/docs && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/x11-fonts/stix-fonts/distinfo ============================================================================== --- head/x11-fonts/stix-fonts/distinfo Sun Feb 25 14:56:23 2018 (r462956) +++ head/x11-fonts/stix-fonts/distinfo Sun Feb 25 15:07:14 2018 (r462957) @@ -1,2 +1,3 @@ -SHA256 (STIXv1.1.1-webfonts.zip) = 21924384f2a5323e3b80cd2d7d811ca7e87c0b0e1272505824160a82b5715605 -SIZE (STIXv1.1.1-webfonts.zip) = 4277613 +TIMESTAMP = 1519558758 +SHA256 (STIXv2.0.0.zip) = 6fac297b27c78891aeca9adb37be54729932e57cdcdb218a9e163671c163d938 +SIZE (STIXv2.0.0.zip) = 3921396 Modified: head/x11-fonts/stix-fonts/pkg-descr ============================================================================== --- head/x11-fonts/stix-fonts/pkg-descr Sun Feb 25 14:56:23 2018 (r462956) +++ head/x11-fonts/stix-fonts/pkg-descr Sun Feb 25 15:07:14 2018 (r462957) @@ -1,12 +1,5 @@ The mission of the Scientific and Technical Information Exchange (STIX) font -creation project is the preparation of a comprehensive set of fonts that serve -the scientific and engineering community in the process from manuscript creation -through final publication, both in electronic and print formats. Toward this -purpose, the STIX fonts will be made available, under royalty-free license, to -anyone, including publishers, software developers, scientists, students, and the -general public. - -These fonts cover all the symbols in MathML and this port can replace the former -x11-fonts/mathfonts. +project is the creation of a comprehensive set of fonts that serve the +scientific and engineering communities. WWW: http://www.stixfonts.org/ Modified: head/x11-fonts/stix-fonts/pkg-plist ============================================================================== --- head/x11-fonts/stix-fonts/pkg-plist Sun Feb 25 14:56:23 2018 (r462956) +++ head/x11-fonts/stix-fonts/pkg-plist Sun Feb 25 15:07:14 2018 (r462957) @@ -1,84 +1,10 @@ -%%FONTSDIR%%/STIXGeneral-Bold.woff -%%FONTSDIR%%/STIXGeneral-BoldItalic.woff -%%FONTSDIR%%/STIXGeneral-Italic.woff -%%FONTSDIR%%/STIXGeneral-Regular.woff -%%FONTSDIR%%/STIXIntegralsD-Bold.woff -%%FONTSDIR%%/STIXIntegralsD-Regular.woff -%%FONTSDIR%%/STIXIntegralsSm-Bold.woff -%%FONTSDIR%%/STIXIntegralsSm-Regular.woff -%%FONTSDIR%%/STIXIntegralsUp-Bold.woff -%%FONTSDIR%%/STIXIntegralsUp-Regular.woff -%%FONTSDIR%%/STIXIntegralsUpD-Bold.woff -%%FONTSDIR%%/STIXIntegralsUpD-Regular.woff -%%FONTSDIR%%/STIXIntegralsUpSm-Bold.woff -%%FONTSDIR%%/STIXIntegralsUpSm-Regular.woff -%%FONTSDIR%%/STIXMathJax_Alphabets-Bold.woff -%%FONTSDIR%%/STIXMathJax_Alphabets-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Alphabets-Italic.woff -%%FONTSDIR%%/STIXMathJax_Alphabets-Regular.woff -%%FONTSDIR%%/STIXMathJax_Arrows-Bold.woff -%%FONTSDIR%%/STIXMathJax_Arrows-Regular.woff -%%FONTSDIR%%/STIXMathJax_DoubleStruck-Bold.woff -%%FONTSDIR%%/STIXMathJax_DoubleStruck-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_DoubleStruck-Italic.woff -%%FONTSDIR%%/STIXMathJax_DoubleStruck-Regular.woff -%%FONTSDIR%%/STIXMathJax_Fraktur-Bold.woff -%%FONTSDIR%%/STIXMathJax_Fraktur-Regular.woff -%%FONTSDIR%%/STIXMathJax_Latin-Bold.woff -%%FONTSDIR%%/STIXMathJax_Latin-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Latin-Italic.woff -%%FONTSDIR%%/STIXMathJax_Latin-Regular.woff -%%FONTSDIR%%/STIXMathJax_Main-Bold.woff -%%FONTSDIR%%/STIXMathJax_Main-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Main-Italic.woff -%%FONTSDIR%%/STIXMathJax_Main-Regular.woff -%%FONTSDIR%%/STIXMathJax_Marks-Bold.woff -%%FONTSDIR%%/STIXMathJax_Marks-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Marks-Italic.woff -%%FONTSDIR%%/STIXMathJax_Marks-Regular.woff -%%FONTSDIR%%/STIXMathJax_Misc-Bold.woff -%%FONTSDIR%%/STIXMathJax_Misc-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Misc-Italic.woff -%%FONTSDIR%%/STIXMathJax_Misc-Regular.woff -%%FONTSDIR%%/STIXMathJax_Monospace-Regular.woff -%%FONTSDIR%%/STIXMathJax_Normal-Bold.woff -%%FONTSDIR%%/STIXMathJax_Normal-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Normal-Italic.woff -%%FONTSDIR%%/STIXMathJax_Operators-Bold.woff -%%FONTSDIR%%/STIXMathJax_Operators-Regular.woff -%%FONTSDIR%%/STIXMathJax_SansSerif-Bold.woff -%%FONTSDIR%%/STIXMathJax_SansSerif-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_SansSerif-Italic.woff -%%FONTSDIR%%/STIXMathJax_SansSerif-Regular.woff -%%FONTSDIR%%/STIXMathJax_Script-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Script-Italic.woff -%%FONTSDIR%%/STIXMathJax_Script-Regular.woff -%%FONTSDIR%%/STIXMathJax_Shapes-Bold.woff -%%FONTSDIR%%/STIXMathJax_Shapes-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Shapes-Regular.woff -%%FONTSDIR%%/STIXMathJax_Size1-Regular.woff -%%FONTSDIR%%/STIXMathJax_Size2-Regular.woff -%%FONTSDIR%%/STIXMathJax_Size3-Regular.woff -%%FONTSDIR%%/STIXMathJax_Size4-Regular.woff -%%FONTSDIR%%/STIXMathJax_Size5-Regular.woff -%%FONTSDIR%%/STIXMathJax_Symbols-Bold.woff -%%FONTSDIR%%/STIXMathJax_Symbols-Regular.woff -%%FONTSDIR%%/STIXMathJax_Variants-Bold.woff -%%FONTSDIR%%/STIXMathJax_Variants-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Variants-Italic.woff -%%FONTSDIR%%/STIXMathJax_Variants-Regular.woff -%%FONTSDIR%%/STIXNonUnicode-Bold.woff -%%FONTSDIR%%/STIXNonUnicode-BoldItalic.woff -%%FONTSDIR%%/STIXNonUnicode-Italic.woff -%%FONTSDIR%%/STIXNonUnicode-Regular.woff -%%FONTSDIR%%/STIXSizeFiveSym-Regular.woff -%%FONTSDIR%%/STIXSizeFourSym-Bold.woff -%%FONTSDIR%%/STIXSizeFourSym-Regular.woff -%%FONTSDIR%%/STIXSizeOneSym-Bold.woff -%%FONTSDIR%%/STIXSizeOneSym-Regular.woff -%%FONTSDIR%%/STIXSizeThreeSym-Bold.woff -%%FONTSDIR%%/STIXSizeThreeSym-Regular.woff -%%FONTSDIR%%/STIXSizeTwoSym-Bold.woff -%%FONTSDIR%%/STIXSizeTwoSym-Regular.woff -%%FONTSDIR%%/STIXVariants-Bold.woff -%%FONTSDIR%%/STIXVariants-Regular.woff +%%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