Date: Sat, 17 Mar 2018 06:40:19 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464759 - in head/x11-fonts: . font-tex-gyre-bonum-math font-tex-gyre-pagella-math font-tex-gyre-schola-math font-tex-gyre-termes-math Message-ID: <201803170640.w2H6eJq1033424@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Mar 17 06:40:18 2018 New Revision: 464759 URL: https://svnweb.freebsd.org/changeset/ports/464759 Log: New ports: The TeX Gyre (TG) Math Fonts (4 new ports) * x11-fonts/font-tex-gyre-bonum-math * x11-fonts/font-tex-gyre-pagella-math * x11-fonts/font-tex-gyre-schola-math * x11-fonts/font-tex-gyre-termes-math Added: head/x11-fonts/font-tex-gyre-bonum-math/ head/x11-fonts/font-tex-gyre-bonum-math/Makefile (contents, props changed) head/x11-fonts/font-tex-gyre-bonum-math/distinfo (contents, props changed) head/x11-fonts/font-tex-gyre-bonum-math/pkg-descr (contents, props changed) head/x11-fonts/font-tex-gyre-pagella-math/ head/x11-fonts/font-tex-gyre-pagella-math/Makefile (contents, props changed) head/x11-fonts/font-tex-gyre-pagella-math/distinfo (contents, props changed) head/x11-fonts/font-tex-gyre-pagella-math/pkg-descr (contents, props changed) head/x11-fonts/font-tex-gyre-schola-math/ head/x11-fonts/font-tex-gyre-schola-math/Makefile (contents, props changed) head/x11-fonts/font-tex-gyre-schola-math/distinfo (contents, props changed) head/x11-fonts/font-tex-gyre-schola-math/pkg-descr (contents, props changed) head/x11-fonts/font-tex-gyre-termes-math/ head/x11-fonts/font-tex-gyre-termes-math/Makefile (contents, props changed) head/x11-fonts/font-tex-gyre-termes-math/distinfo (contents, props changed) head/x11-fonts/font-tex-gyre-termes-math/pkg-descr (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Sat Mar 17 06:31:11 2018 (r464758) +++ head/x11-fonts/Makefile Sat Mar 17 06:40:18 2018 (r464759) @@ -84,6 +84,10 @@ SUBDIR += font-screen-cyrillic SUBDIR += font-sony-misc SUBDIR += font-sun-misc + SUBDIR += font-tex-gyre-bonum-math + SUBDIR += font-tex-gyre-pagella-math + SUBDIR += font-tex-gyre-schola-math + SUBDIR += font-tex-gyre-termes-math SUBDIR += font-util SUBDIR += font-winitzki-cyrillic SUBDIR += font-xfree86-type1 Added: head/x11-fonts/font-tex-gyre-bonum-math/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/font-tex-gyre-bonum-math/Makefile Sat Mar 17 06:40:18 2018 (r464759) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= font-tex-gyre-bonum-math +DISTVERSION= 1.005 +CATEGORIES= x11-fonts +MASTER_SITES= http://www.gust.org.pl/projects/e-foundry/tg-math/download/ +DISTNAME= ${PORTNAME:S/font-//:S/-//:S/-//}-${DISTVERSION:S/.//} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Math companion for the TeX Gyre Bonum family + +LICENSE= GFL +LICENSE_NAME= GUST Font License +LICENSE_FILE= ${WRKSRC}/doc/GUST-FONT-LICENSE.txt +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +USES= fonts zip +NO_BUILD= yes +NO_ARCH= yes +FONTNAME= OTF + +PLIST_FILES= ${FONTSDIR}/${PORTNAME:S/font-//:S/-//:S/-//}.otf + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/fonts/OTF + ${INSTALL_DATA} ${WRKSRC}/opentype/* ${STAGEDIR}${PREFIX}/share/fonts/OTF + +.include <bsd.port.mk> Added: head/x11-fonts/font-tex-gyre-bonum-math/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/font-tex-gyre-bonum-math/distinfo Sat Mar 17 06:40:18 2018 (r464759) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521267863 +SHA256 (texgyrebonum-math-1005.zip) = 8f8dc6f52ff838201f581f20b4ab634508e6d4b1e2745fe5d6b7732e1df73290 +SIZE (texgyrebonum-math-1005.zip) = 445457 Added: head/x11-fonts/font-tex-gyre-bonum-math/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/font-tex-gyre-bonum-math/pkg-descr Sat Mar 17 06:40:18 2018 (r464759) @@ -0,0 +1,3 @@ +TeX Gyre (TG) Math Font: TG Bonum Math + +WWW: http://www.gust.org.pl/projects/e-foundry/tg-math Added: head/x11-fonts/font-tex-gyre-pagella-math/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/font-tex-gyre-pagella-math/Makefile Sat Mar 17 06:40:18 2018 (r464759) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= font-tex-gyre-pagella-math +DISTVERSION= 1.632 +CATEGORIES= x11-fonts +MASTER_SITES= http://www.gust.org.pl/projects/e-foundry/tg-math/download/ +DISTNAME= ${PORTNAME:S/font-//:S/-//:S/-//}-${DISTVERSION:S/.//} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Math companion for the TeX Gyre Pagella family + +LICENSE= GFL +LICENSE_NAME= GUST Font License +LICENSE_FILE= ${WRKSRC}/doc/GUST-FONT-LICENSE.txt +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +USES= fonts zip +NO_BUILD= yes +NO_ARCH= yes +FONTNAME= OTF + +PLIST_FILES= ${FONTSDIR}/${PORTNAME:S/font-//:S/-//:S/-//}.otf + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/fonts/OTF + ${INSTALL_DATA} ${WRKSRC}/opentype/* ${STAGEDIR}${PREFIX}/share/fonts/OTF + +.include <bsd.port.mk> Added: head/x11-fonts/font-tex-gyre-pagella-math/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/font-tex-gyre-pagella-math/distinfo Sat Mar 17 06:40:18 2018 (r464759) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521267426 +SHA256 (texgyrepagella-math-1632.zip) = 68a9c0ce195915334673960b13a281f24d31a8ae380454a0e35652dba506d474 +SIZE (texgyrepagella-math-1632.zip) = 487509 Added: head/x11-fonts/font-tex-gyre-pagella-math/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/font-tex-gyre-pagella-math/pkg-descr Sat Mar 17 06:40:18 2018 (r464759) @@ -0,0 +1,3 @@ +TeX Gyre (TG) Math Font: TG Pagella Math + +WWW: http://www.gust.org.pl/projects/e-foundry/tg-math Added: head/x11-fonts/font-tex-gyre-schola-math/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/font-tex-gyre-schola-math/Makefile Sat Mar 17 06:40:18 2018 (r464759) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= font-tex-gyre-schola-math +DISTVERSION= 1.533 +CATEGORIES= x11-fonts +MASTER_SITES= http://www.gust.org.pl/projects/e-foundry/tg-math/download/ +DISTNAME= ${PORTNAME:S/font-//:S/-//:S/-//}-${DISTVERSION:S/.//} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Math companion for the TeX Gyre Schola family + +LICENSE= GFL +LICENSE_NAME= GUST Font License +LICENSE_FILE= ${WRKSRC}/doc/GUST-FONT-LICENSE.txt +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +USES= fonts zip +NO_BUILD= yes +NO_ARCH= yes +FONTNAME= OTF + +PLIST_FILES= ${FONTSDIR}/${PORTNAME:S/font-//:S/-//:S/-//}.otf + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/fonts/OTF + ${INSTALL_DATA} ${WRKSRC}/opentype/* ${STAGEDIR}${PREFIX}/share/fonts/OTF + +.include <bsd.port.mk> Added: head/x11-fonts/font-tex-gyre-schola-math/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/font-tex-gyre-schola-math/distinfo Sat Mar 17 06:40:18 2018 (r464759) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521268034 +SHA256 (texgyreschola-math-1533.zip) = 53560861144138e25f89f1f487126d21c81c5086364ffcf2c8e5e46e37ebbe00 +SIZE (texgyreschola-math-1533.zip) = 504374 Added: head/x11-fonts/font-tex-gyre-schola-math/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/font-tex-gyre-schola-math/pkg-descr Sat Mar 17 06:40:18 2018 (r464759) @@ -0,0 +1,3 @@ +TeX Gyre (TG) Math Font: TG Schola Math + +WWW: http://www.gust.org.pl/projects/e-foundry/tg-math Added: head/x11-fonts/font-tex-gyre-termes-math/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/font-tex-gyre-termes-math/Makefile Sat Mar 17 06:40:18 2018 (r464759) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= font-tex-gyre-termes-math +DISTVERSION= 1.543 +CATEGORIES= x11-fonts +MASTER_SITES= http://www.gust.org.pl/projects/e-foundry/tg-math/download/ +DISTNAME= ${PORTNAME:S/font-//:S/-//:S/-//}-${DISTVERSION:S/.//} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Math companion for the TeX Gyre Termes family + +LICENSE= GFL +LICENSE_NAME= GUST Font License +LICENSE_FILE= ${WRKSRC}/doc/GUST-FONT-LICENSE.txt +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +USES= fonts zip +NO_BUILD= yes +NO_ARCH= yes +FONTNAME= OTF + +PLIST_FILES= ${FONTSDIR}/${PORTNAME:S/font-//:S/-//:S/-//}.otf + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/fonts/OTF + ${INSTALL_DATA} ${WRKSRC}/opentype/* ${STAGEDIR}${PREFIX}/share/fonts/OTF + +.include <bsd.port.mk> Added: head/x11-fonts/font-tex-gyre-termes-math/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/font-tex-gyre-termes-math/distinfo Sat Mar 17 06:40:18 2018 (r464759) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521268112 +SHA256 (texgyretermes-math-1543.zip) = 5875b39d3987cbe4258e5933a2292fbece870177053c5a8f495492769e2d4bb2 +SIZE (texgyretermes-math-1543.zip) = 453112 Added: head/x11-fonts/font-tex-gyre-termes-math/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/font-tex-gyre-termes-math/pkg-descr Sat Mar 17 06:40:18 2018 (r464759) @@ -0,0 +1,3 @@ +TeX Gyre (TG) Math Font: TG Termes Math + +WWW: http://www.gust.org.pl/projects/e-foundry/tg-math
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803170640.w2H6eJq1033424>