pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math Add tex-unicode-math{,-doc} 0.8d
details: https://anonhg.NetBSD.org/pkgsrc/rev/62f24b8c541a
branches: trunk
changeset: 364403:62f24b8c541a
user: markd <markd%pkgsrc.org@localhost>
date: Fri Jun 23 23:32:12 2017 +0000
description:
Add tex-unicode-math{,-doc} 0.8d
This package will provide a complete implementation of unicode
maths for XeLaTeX and LuaLaTeX. Unicode maths is currently
supported by the following fonts: Cambria Math (Microsoft),
Minion Math (Johannes Kuster, typoma GmbH) Latin Modern Math
(Boguslaw Jackowski, Janusz M. Nowacki) TeX Gyre Pagella Math
(Boguslaw Jackowski, Janusz M. Nowacki) Asana-Math fonts
(Apostolos Syropolous), Neo Euler (Khaled Hosny), STIX (STI
Pub), and XITS Math (Khaled Hosny). As well as running XeTeX or
LuaTeX, this package requires recent versions of the fontspec,
expl3, xpackages, filehook, ucharcat and lualatex-math
packages.
diffstat:
math/tex-unicode-math-doc/DESCR | 1 +
math/tex-unicode-math-doc/Makefile | 13 +++++++++++++
math/tex-unicode-math-doc/PLIST | 7 +++++++
math/tex-unicode-math-doc/distinfo | 6 ++++++
math/tex-unicode-math/DESCR | 11 +++++++++++
math/tex-unicode-math/Makefile | 17 +++++++++++++++++
math/tex-unicode-math/PLIST | 5 +++++
math/tex-unicode-math/distinfo | 6 ++++++
8 files changed, 66 insertions(+), 0 deletions(-)
diffs (98 lines):
diff -r 8af71472b743 -r 62f24b8c541a math/tex-unicode-math-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-unicode-math-doc/DESCR Fri Jun 23 23:32:12 2017 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-unicode-math.
diff -r 8af71472b743 -r 62f24b8c541a math/tex-unicode-math-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-unicode-math-doc/Makefile Fri Jun 23 23:32:12 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/06/23 23:32:12 markd Exp $
+
+DISTNAME= unicode-math.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.8d
+TEXLIVE_REV= 43068
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/unicode-math
+COMMENT= Documentation for tex-unicode-math
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8af71472b743 -r 62f24b8c541a math/tex-unicode-math-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-unicode-math-doc/PLIST Fri Jun 23 23:32:12 2017 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/23 23:32:12 markd Exp $
+share/texmf-dist/doc/latex/unicode-math/README.md
+share/texmf-dist/doc/latex/unicode-math/unicode-math-doc.tex
+share/texmf-dist/doc/latex/unicode-math/unicode-math.pdf
+share/texmf-dist/doc/latex/unicode-math/unimath-example.ltx
+share/texmf-dist/doc/latex/unicode-math/unimath-symbols.ltx
+share/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf
diff -r 8af71472b743 -r 62f24b8c541a math/tex-unicode-math-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-unicode-math-doc/distinfo Fri Jun 23 23:32:12 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/23 23:32:12 markd Exp $
+
+SHA1 (tex-unicode-math-43068/unicode-math.doc.tar.xz) = b2cb2027d2a6e454660c6e38f9f775eff208aee2
+RMD160 (tex-unicode-math-43068/unicode-math.doc.tar.xz) = 4b4b7a87c0751aff44695ea99c377e56b6f96fe8
+SHA512 (tex-unicode-math-43068/unicode-math.doc.tar.xz) = b069b6f692d97a284af4a55547994cb286a32c37ca125a8a04a3004cbe1cb950c6d9a65c93609847ddf038aaa2d774088ffd00aa3c4aee8b5e3fcdcd8890533d
+Size (tex-unicode-math-43068/unicode-math.doc.tar.xz) = 1801852 bytes
diff -r 8af71472b743 -r 62f24b8c541a math/tex-unicode-math/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-unicode-math/DESCR Fri Jun 23 23:32:12 2017 +0000
@@ -0,0 +1,11 @@
+This package will provide a complete implementation of unicode
+maths for XeLaTeX and LuaLaTeX. Unicode maths is currently
+supported by the following fonts: Cambria Math (Microsoft),
+Minion Math (Johannes Kuster, typoma GmbH) Latin Modern Math
+(Boguslaw Jackowski, Janusz M. Nowacki) TeX Gyre Pagella Math
+(Boguslaw Jackowski, Janusz M. Nowacki) Asana-Math fonts
+(Apostolos Syropolous), Neo Euler (Khaled Hosny), STIX (STI
+Pub), and XITS Math (Khaled Hosny). As well as running XeTeX or
+LuaTeX, this package requires recent versions of the fontspec,
+expl3, xpackages, filehook, ucharcat and lualatex-math
+packages.
diff -r 8af71472b743 -r 62f24b8c541a math/tex-unicode-math/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-unicode-math/Makefile Fri Jun 23 23:32:12 2017 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/06/23 23:32:12 markd Exp $
+
+DISTNAME= unicode-math
+PKGNAME= tex-${DISTNAME}-0.8d
+TEXLIVE_REV= 43068
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/unicode-math
+COMMENT= Unicode mathematics support for XeTeX and LuaTeX
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-filehook-[0-9]*:../../print/tex-filehook
+DEPENDS+= tex-fontspec-[0-9]*:../../fonts/tex-fontspec
+DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8af71472b743 -r 62f24b8c541a math/tex-unicode-math/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-unicode-math/PLIST Fri Jun 23 23:32:12 2017 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/23 23:32:12 markd Exp $
+share/texmf-dist/tex/latex/unicode-math/unicode-math-luatex.sty
+share/texmf-dist/tex/latex/unicode-math/unicode-math-table.tex
+share/texmf-dist/tex/latex/unicode-math/unicode-math-xetex.sty
+share/texmf-dist/tex/latex/unicode-math/unicode-math.sty
diff -r 8af71472b743 -r 62f24b8c541a math/tex-unicode-math/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-unicode-math/distinfo Fri Jun 23 23:32:12 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/23 23:32:12 markd Exp $
+
+SHA1 (tex-unicode-math-43068/unicode-math.tar.xz) = 5926fade6da84c127c0813200c00642cba9c94e2
+RMD160 (tex-unicode-math-43068/unicode-math.tar.xz) = bbfe25ccb2a0b8fa9a5dc3cb60145ff610dcdf7b
+SHA512 (tex-unicode-math-43068/unicode-math.tar.xz) = 92ed39c919c923fb0aa94d23e656ba107f03a4eeab74d162d311b2beb36a6f02b7eeee7f94f675e21a496002e1d16ee3491d5b2f418502d2fdcd46ec31d3689d
+Size (tex-unicode-math-43068/unicode-math.tar.xz) = 40388 bytes
Home |
Main Index |
Thread Index |
Old Index