pkgsrc-WIP-changes archive

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

tex-lualatex-math{,-doc}: import tex-lualatex-math{,-doc}-1.9



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon Jan 18 21:01:50 2021 +0200
Changeset:	a232d5170f3f832bef099c9297f9868a93b7ae6a

Modified Files:
	Makefile
Added Files:
	tex-lualatex-math-doc/DESCR
	tex-lualatex-math-doc/Makefile
	tex-lualatex-math-doc/PLIST
	tex-lualatex-math-doc/distinfo
	tex-lualatex-math/DESCR
	tex-lualatex-math/Makefile
	tex-lualatex-math/PLIST
	tex-lualatex-math/distinfo

Log Message:
tex-lualatex-math{,-doc}: import tex-lualatex-math{,-doc}-1.9

The package is used by math/tex-unicode-math.

The package patches a few commands of the LaTeX2e kernel and
the amsmath and mathtools packages to be more compatible with
the LuaTeX engine. It is only meaningful for LuaLaTeX documents
containing mathematical formulas, and does not exhibit any new
functionality. The fixes are mostly moved from the unicode-math
package to this package since they are not directly related to
Unicode mathematics typesetting.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a232d5170f3f832bef099c9297f9868a93b7ae6a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                       |  2 ++
 tex-lualatex-math-doc/DESCR    |  1 +
 tex-lualatex-math-doc/Makefile | 14 ++++++++++++++
 tex-lualatex-math-doc/PLIST    |  4 ++++
 tex-lualatex-math-doc/distinfo |  6 ++++++
 tex-lualatex-math/DESCR        |  7 +++++++
 tex-lualatex-math/Makefile     | 17 +++++++++++++++++
 tex-lualatex-math/PLIST        |  3 +++
 tex-lualatex-math/distinfo     |  6 ++++++
 9 files changed, 60 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 342d24a87b..50492d9170 100644
--- a/Makefile
+++ b/Makefile
@@ -5200,6 +5200,8 @@ SUBDIR+=	tex-attachfile-doc
 SUBDIR+=	tex-breqn-doc
 SUBDIR+=	tex-fancyref-doc
 SUBDIR+=	tex-lineno-doc
+SUBDIR+=	tex-lualatex-math
+SUBDIR+=	tex-lualatex-math-doc
 SUBDIR+=	tex-mathtools-doc
 SUBDIR+=	tex-qrcode
 SUBDIR+=	tex-relsize-doc
diff --git a/tex-lualatex-math-doc/DESCR b/tex-lualatex-math-doc/DESCR
new file mode 100644
index 0000000000..fa2ec9db67
--- /dev/null
+++ b/tex-lualatex-math-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-lualatex-math.
diff --git a/tex-lualatex-math-doc/Makefile b/tex-lualatex-math-doc/Makefile
new file mode 100644
index 0000000000..c221683db3
--- /dev/null
+++ b/tex-lualatex-math-doc/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=		lualatex-math.doc
+PKGNAME=		tex-${DISTNAME:S/./-/}-1.9
+TEXLIVE_REV=		56541
+TEXLIVE_USE_CTAN=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://ctan.org/pkg/lualatex-math
+COMMENT=	Documentation for tex-lualatex-math
+LICENSE=	lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-lualatex-math-doc/PLIST b/tex-lualatex-math-doc/PLIST
new file mode 100644
index 0000000000..f0a18c9420
--- /dev/null
+++ b/tex-lualatex-math-doc/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+share/texmf-dist/doc/lualatex/lualatex-math/MANIFEST
+share/texmf-dist/doc/lualatex/lualatex-math/README
+share/texmf-dist/doc/lualatex/lualatex-math/lualatex-math.pdf
diff --git a/tex-lualatex-math-doc/distinfo b/tex-lualatex-math-doc/distinfo
new file mode 100644
index 0000000000..e4c516adc8
--- /dev/null
+++ b/tex-lualatex-math-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (lualatex-math.doc.r56541.tar.xz) = e1ce0b8d99c7d1f2bdb8705e8da52e79e78d9563
+RMD160 (lualatex-math.doc.r56541.tar.xz) = e78770061392f19380238d17f899afd3b35b0d50
+SHA512 (lualatex-math.doc.r56541.tar.xz) = 41f38f8e1bafbb63b7a83f3087bf8aa0bfd7d946206d07bba2dc93d99049ca101869c575d3f2c8b732f9beda719bdd08127a047700052ed915bffc88001299f9
+Size (lualatex-math.doc.r56541.tar.xz) = 198344 bytes
diff --git a/tex-lualatex-math/DESCR b/tex-lualatex-math/DESCR
new file mode 100644
index 0000000000..789b752c09
--- /dev/null
+++ b/tex-lualatex-math/DESCR
@@ -0,0 +1,7 @@
+The package patches a few commands of the LaTeX2e kernel and
+the amsmath and mathtools packages to be more compatible with
+the LuaTeX engine. It is only meaningful for LuaLaTeX documents
+containing mathematical formulas, and does not exhibit any new
+functionality. The fixes are mostly moved from the unicode-math
+package to this package since they are not directly related to
+Unicode mathematics typesetting.
diff --git a/tex-lualatex-math/Makefile b/tex-lualatex-math/Makefile
new file mode 100644
index 0000000000..d63e4bc72e
--- /dev/null
+++ b/tex-lualatex-math/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=		lualatex-math
+PKGNAME=		tex-${DISTNAME}-1.9
+TEXLIVE_REV=		56541
+TEXLIVE_USE_CTAN=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://ctan.org/pkg/lualatex-math
+COMMENT=	Fixes for mathematics-related LuaLaTeX issues
+LICENSE=	lppl-1.3c
+
+DEPENDS+=	tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+DEPENDS+=	tex-filehook-[0-9]*:../../print/tex-filehook
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-lualatex-math/PLIST b/tex-lualatex-math/PLIST
new file mode 100644
index 0000000000..8b78de5d41
--- /dev/null
+++ b/tex-lualatex-math/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+share/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.lua
+share/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty
diff --git a/tex-lualatex-math/distinfo b/tex-lualatex-math/distinfo
new file mode 100644
index 0000000000..b34582d4e1
--- /dev/null
+++ b/tex-lualatex-math/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (lualatex-math.r56541.tar.xz) = 491436f9f33f9d54ffa99b440bbccce4323fbf31
+RMD160 (lualatex-math.r56541.tar.xz) = 425851f8966b55ccd7451e2f8022aeb88cc67f67
+SHA512 (lualatex-math.r56541.tar.xz) = a5568fa178fef7d7348a8e1b72f5671a5dc00c9c8ec59dded7da3fb62105697cb09c2cdb4f0c58fd5cc16b8966a66554cd7ba0650d757cc16377406de35d1005
+Size (lualatex-math.r56541.tar.xz) = 3192 bytes


Home | Main Index | Thread Index | Old Index