summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2017-06-23 23:28:29 +0000
committermarkd <markd@pkgsrc.org>2017-06-23 23:28:29 +0000
commit83ceeb1e301cd16b510dd83b7e763341861461de (patch)
treed666f5a3b7c9526da3645d5bed9184b2073e36cc /math
parent6d55297f22b67b32ed523873b274e9261ab008e3 (diff)
downloadpkgsrc-83ceeb1e301cd16b510dd83b7e763341861461de.tar.gz
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 (limited to 'math')
-rw-r--r--math/tex-mathspec-doc/DESCR1
-rw-r--r--math/tex-mathspec-doc/Makefile13
-rw-r--r--math/tex-mathspec-doc/PLIST4
-rw-r--r--math/tex-mathspec-doc/distinfo6
-rw-r--r--math/tex-mathspec/DESCR6
-rw-r--r--math/tex-mathspec/Makefile17
-rw-r--r--math/tex-mathspec/PLIST2
-rw-r--r--math/tex-mathspec/distinfo6
8 files changed, 55 insertions, 0 deletions
diff --git a/math/tex-mathspec-doc/DESCR b/math/tex-mathspec-doc/DESCR
new file mode 100644
index 00000000000..14c6324a82e
--- /dev/null
+++ b/math/tex-mathspec-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-mathspec.
diff --git a/math/tex-mathspec-doc/Makefile b/math/tex-mathspec-doc/Makefile
new file mode 100644
index 00000000000..c054379988d
--- /dev/null
+++ b/math/tex-mathspec-doc/Makefile
@@ -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
+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 --git a/math/tex-mathspec-doc/PLIST b/math/tex-mathspec-doc/PLIST
new file mode 100644
index 00000000000..27efaa2d4b2
--- /dev/null
+++ b/math/tex-mathspec-doc/PLIST
@@ -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 --git a/math/tex-mathspec-doc/distinfo b/math/tex-mathspec-doc/distinfo
new file mode 100644
index 00000000000..28c2c4073ad
--- /dev/null
+++ b/math/tex-mathspec-doc/distinfo
@@ -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 --git a/math/tex-mathspec/DESCR b/math/tex-mathspec/DESCR
new file mode 100644
index 00000000000..86f329ac9f7
--- /dev/null
+++ b/math/tex-mathspec/DESCR
@@ -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 --git a/math/tex-mathspec/Makefile b/math/tex-mathspec/Makefile
new file mode 100644
index 00000000000..dd4d9f82566
--- /dev/null
+++ b/math/tex-mathspec/Makefile
@@ -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
+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 --git a/math/tex-mathspec/PLIST b/math/tex-mathspec/PLIST
new file mode 100644
index 00000000000..0746ccd661b
--- /dev/null
+++ b/math/tex-mathspec/PLIST
@@ -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 --git a/math/tex-mathspec/distinfo b/math/tex-mathspec/distinfo
new file mode 100644
index 00000000000..ac004ba6ed6
--- /dev/null
+++ b/math/tex-mathspec/distinfo
@@ -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