pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math Add tex-mathspec{,-doc} 0.2b



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8af71472b743
branches:  trunk
changeset: 364402:8af71472b743
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Jun 23 23:28:29 2017 +0000

description:
Add tex-mathspec{,-doc} 0.2b

The mathspec package provides an interface to typeset
mathematics in XeLaTeX with arbitrary text fonts using fontspec
as a backend. The package is under development and later
versions might to be incompatible with this version, as this
version is incompatible with earlier versions. The package
requires at least version 0.9995 of XeTeX.

diffstat:

 math/tex-mathspec-doc/DESCR    |   1 +
 math/tex-mathspec-doc/Makefile |  13 +++++++++++++
 math/tex-mathspec-doc/PLIST    |   4 ++++
 math/tex-mathspec-doc/distinfo |   6 ++++++
 math/tex-mathspec/DESCR        |   6 ++++++
 math/tex-mathspec/Makefile     |  17 +++++++++++++++++
 math/tex-mathspec/PLIST        |   2 ++
 math/tex-mathspec/distinfo     |   6 ++++++
 8 files changed, 55 insertions(+), 0 deletions(-)

diffs (87 lines):

diff -r 039e9089a44e -r 8af71472b743 math/tex-mathspec-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathspec-doc/DESCR       Fri Jun 23 23:28:29 2017 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-mathspec.
diff -r 039e9089a44e -r 8af71472b743 math/tex-mathspec-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathspec-doc/Makefile    Fri Jun 23 23:28:29 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/06/23 23:28:29 markd Exp $
+
+DISTNAME=      mathspec.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.2b
+TEXLIVE_REV=   42773
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/mathspec
+COMMENT=       Documentation for tex-mathspec
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 039e9089a44e -r 8af71472b743 math/tex-mathspec-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathspec-doc/PLIST       Fri Jun 23 23:28:29 2017 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/23 23:28:29 markd Exp $
+share/texmf-dist/doc/xelatex/mathspec/README.txt
+share/texmf-dist/doc/xelatex/mathspec/mathspec.pdf
+share/texmf-dist/doc/xelatex/mathspec/mathspec.tex
diff -r 039e9089a44e -r 8af71472b743 math/tex-mathspec-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathspec-doc/distinfo    Fri Jun 23 23:28:29 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/23 23:28:29 markd Exp $
+
+SHA1 (tex-mathspec-42773/mathspec.doc.tar.xz) = 2492484c77a22fa9e226c4fbbda5eac3f0d72443
+RMD160 (tex-mathspec-42773/mathspec.doc.tar.xz) = 706e66388f3fa03b93b17a6e08fcd9cc0d2e7174
+SHA512 (tex-mathspec-42773/mathspec.doc.tar.xz) = b31b7492b89e8d7742fcfe4fb32f99c6ccc799dfcc40e268fbe3a7e6671e45c000346e1622f9a2dafe683f7a32bfb96f31dcfacb398aaaf8fb61fefa4d0de490
+Size (tex-mathspec-42773/mathspec.doc.tar.xz) = 172744 bytes
diff -r 039e9089a44e -r 8af71472b743 math/tex-mathspec/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathspec/DESCR   Fri Jun 23 23:28:29 2017 +0000
@@ -0,0 +1,6 @@
+The mathspec package provides an interface to typeset
+mathematics in XeLaTeX with arbitrary text fonts using fontspec
+as a backend. The package is under development and later
+versions might to be incompatible with this version, as this
+version is incompatible with earlier versions. The package
+requires at least version 0.9995 of XeTeX.
diff -r 039e9089a44e -r 8af71472b743 math/tex-mathspec/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathspec/Makefile        Fri Jun 23 23:28:29 2017 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/06/23 23:28:29 markd Exp $
+
+DISTNAME=      mathspec
+PKGNAME=       tex-${DISTNAME}-0.2b
+TEXLIVE_REV=   42773
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/mathspec
+COMMENT=       Specify arbitrary fonts for mathematics in XeTeX
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-amsmath-[0-9]*:../../print/tex-amsmath
+DEPENDS+=      tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+DEPENDS+=      tex-ifxetex-[0-9]*:../../print/tex-ifxetex
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 039e9089a44e -r 8af71472b743 math/tex-mathspec/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathspec/PLIST   Fri Jun 23 23:28:29 2017 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/23 23:28:29 markd Exp $
+share/texmf-dist/tex/xelatex/mathspec/mathspec.sty
diff -r 039e9089a44e -r 8af71472b743 math/tex-mathspec/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-mathspec/distinfo        Fri Jun 23 23:28:29 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/23 23:28:29 markd Exp $
+
+SHA1 (tex-mathspec-42773/mathspec.tar.xz) = 5dbe3b7a047461491c0537a856dc3fad908c4fce
+RMD160 (tex-mathspec-42773/mathspec.tar.xz) = b1cbb0f29d89d54f0faf43f9a3dd20017ea9618c
+SHA512 (tex-mathspec-42773/mathspec.tar.xz) = bbda6912323bdda65efff5556d31475a33cb0d1b9284d1dc5e1134a0426f85299f6d38851daf8408fcc7766fb1fa782f6dc50ae5e521201bc044173a59ff1b92
+Size (tex-mathspec-42773/mathspec.tar.xz) = 9752 bytes



Home | Main Index | Thread Index | Old Index