summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd>2016-07-14 12:02:44 +0000
committermarkd <markd>2016-07-14 12:02:44 +0000
commit2aa4361ea118d6d557bd49f78750dd2b27d74e24 (patch)
treeadf6c496b16cc75695d1f4087e026c1fbefd7ff4
parentcd834f546aeced038780933a23f6a63bd0d5040f (diff)
downloadpkgsrc-2aa4361ea118d6d557bd49f78750dd2b27d74e24.tar.gz
Add tex-luacode{,-doc} 1.2a - Helper for executing lua code from within TeX
Add tex-luatex85{,-doc} 1.0 - pdfTeX aliases for LuaTeX Add tex-luatex-def{,-doc} 0.01b - LuaTeX option file for color and graphics
-rw-r--r--print/tex-luacode-doc/DESCR1
-rw-r--r--print/tex-luacode-doc/Makefile13
-rw-r--r--print/tex-luacode-doc/PLIST4
-rw-r--r--print/tex-luacode-doc/distinfo6
-rw-r--r--print/tex-luacode/DESCR5
-rw-r--r--print/tex-luacode/Makefile16
-rw-r--r--print/tex-luacode/PLIST2
-rw-r--r--print/tex-luacode/distinfo6
-rw-r--r--print/tex-luatex-def-doc/DESCR1
-rw-r--r--print/tex-luatex-def-doc/Makefile13
-rw-r--r--print/tex-luatex-def-doc/PLIST2
-rw-r--r--print/tex-luatex-def-doc/distinfo6
-rw-r--r--print/tex-luatex-def/DESCR6
-rw-r--r--print/tex-luatex-def/Makefile13
-rw-r--r--print/tex-luatex-def/PLIST2
-rw-r--r--print/tex-luatex-def/distinfo6
-rw-r--r--print/tex-luatex85-doc/DESCR1
-rw-r--r--print/tex-luatex85-doc/Makefile13
-rw-r--r--print/tex-luatex85-doc/PLIST3
-rw-r--r--print/tex-luatex85-doc/distinfo6
-rw-r--r--print/tex-luatex85/DESCR2
-rw-r--r--print/tex-luatex85/Makefile13
-rw-r--r--print/tex-luatex85/PLIST2
-rw-r--r--print/tex-luatex85/distinfo6
24 files changed, 148 insertions, 0 deletions
diff --git a/print/tex-luacode-doc/DESCR b/print/tex-luacode-doc/DESCR
new file mode 100644
index 00000000000..329deffdefd
--- /dev/null
+++ b/print/tex-luacode-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-luacode.
diff --git a/print/tex-luacode-doc/Makefile b/print/tex-luacode-doc/Makefile
new file mode 100644
index 00000000000..48031fdff67
--- /dev/null
+++ b/print/tex-luacode-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2016/07/14 12:02:44 markd Exp $
+
+DISTNAME= luacode.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.2a
+TEXLIVE_REV= 25193
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/luacode
+COMMENT= Documentation for tex-luacode
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-luacode-doc/PLIST b/print/tex-luacode-doc/PLIST
new file mode 100644
index 00000000000..90785c56838
--- /dev/null
+++ b/print/tex-luacode-doc/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/14 12:02:44 markd Exp $
+share/texmf-dist/doc/lualatex/luacode/News
+share/texmf-dist/doc/lualatex/luacode/README
+share/texmf-dist/doc/lualatex/luacode/luacode.pdf
diff --git a/print/tex-luacode-doc/distinfo b/print/tex-luacode-doc/distinfo
new file mode 100644
index 00000000000..a1671f28fd6
--- /dev/null
+++ b/print/tex-luacode-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/14 12:02:44 markd Exp $
+
+SHA1 (tex-luacode-25193/luacode.doc.tar.xz) = 98f65f9c8d59831b38e08a8624bd61af28eb01e6
+RMD160 (tex-luacode-25193/luacode.doc.tar.xz) = 7fd404593a600bebb59742e36bfce8301263ef55
+SHA512 (tex-luacode-25193/luacode.doc.tar.xz) = 32f2f1033b52f80247703690892924e41d1db19af6cf342957309d94169935409282fd376f9ffbf20e632e80fcd124771a1e0a5ad62eb966e9bb3d36e5ba98c9
+Size (tex-luacode-25193/luacode.doc.tar.xz) = 412332 bytes
diff --git a/print/tex-luacode/DESCR b/print/tex-luacode/DESCR
new file mode 100644
index 00000000000..a2f3d1947ba
--- /dev/null
+++ b/print/tex-luacode/DESCR
@@ -0,0 +1,5 @@
+Executing Lua code from within TeX with directlua can sometimes
+be tricky: there is no easy way to use the percent character,
+counting backslashes may be hard, and Lua comments don't work
+the way you expect. The package provides the \luaexec command
+and the luacode(*) environments to help with these problems.
diff --git a/print/tex-luacode/Makefile b/print/tex-luacode/Makefile
new file mode 100644
index 00000000000..7c1cd728f85
--- /dev/null
+++ b/print/tex-luacode/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2016/07/14 12:02:44 markd Exp $
+
+DISTNAME= luacode
+PKGNAME= tex-${DISTNAME}-1.2a
+TEXLIVE_REV= 25193
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/luacode
+COMMENT= Helper for executing lua code from within TeX
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-ifluatex-[0-9]*:../../print/tex-ifluatex
+DEPENDS+= tex-luatexbase-[0-9]*:../../devel/tex-luatexbase
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-luacode/PLIST b/print/tex-luacode/PLIST
new file mode 100644
index 00000000000..e1825b13b4e
--- /dev/null
+++ b/print/tex-luacode/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/14 12:02:44 markd Exp $
+share/texmf-dist/tex/lualatex/luacode/luacode.sty
diff --git a/print/tex-luacode/distinfo b/print/tex-luacode/distinfo
new file mode 100644
index 00000000000..978ca35dabc
--- /dev/null
+++ b/print/tex-luacode/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/14 12:02:44 markd Exp $
+
+SHA1 (tex-luacode-25193/luacode.tar.xz) = 27c18e955ba6dbc57226a1ec6b051116f8fe11d1
+RMD160 (tex-luacode-25193/luacode.tar.xz) = 16b737a6bc48295160471b9358d83a86910297ae
+SHA512 (tex-luacode-25193/luacode.tar.xz) = 1d9e7c52b6848fccb28efb30434e85cd94cf157f448f9f176111c9316a64299324590d91571c9e793f37cd7931c26e1779e0450f22cda3d99920b5c372df3e9a
+Size (tex-luacode-25193/luacode.tar.xz) = 2192 bytes
diff --git a/print/tex-luatex-def-doc/DESCR b/print/tex-luatex-def-doc/DESCR
new file mode 100644
index 00000000000..bc6d01bbb70
--- /dev/null
+++ b/print/tex-luatex-def-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-luatex-def.
diff --git a/print/tex-luatex-def-doc/Makefile b/print/tex-luatex-def-doc/Makefile
new file mode 100644
index 00000000000..9e71cb4c1be
--- /dev/null
+++ b/print/tex-luatex-def-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2016/07/14 12:02:44 markd Exp $
+
+DISTNAME= luatex-def.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.01b
+TEXLIVE_REV= 39467
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/luatex-def
+COMMENT= Documentation for tex-luatex-def
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-luatex-def-doc/PLIST b/print/tex-luatex-def-doc/PLIST
new file mode 100644
index 00000000000..2b8b0a14c06
--- /dev/null
+++ b/print/tex-luatex-def-doc/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/14 12:02:44 markd Exp $
+share/texmf-dist/doc/lualatex/luatex-def/README.md
diff --git a/print/tex-luatex-def-doc/distinfo b/print/tex-luatex-def-doc/distinfo
new file mode 100644
index 00000000000..6465c325ba1
--- /dev/null
+++ b/print/tex-luatex-def-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/14 12:02:44 markd Exp $
+
+SHA1 (tex-luatex-def-39467/luatex-def.doc.tar.xz) = da719322bb41a1d5eacc041fe88481cd5da794c8
+RMD160 (tex-luatex-def-39467/luatex-def.doc.tar.xz) = 7c3a65a9f5db962c8274e13727f9ae19884431d6
+SHA512 (tex-luatex-def-39467/luatex-def.doc.tar.xz) = ba99ad95311158d362d4b2d949321957a1e7e027d654866ae8a246cd623d2481efb2392298eca088eccfe4bceeb90635edb248db119bdb36559eb9518b2d1ee1
+Size (tex-luatex-def-39467/luatex-def.doc.tar.xz) = 640 bytes
diff --git a/print/tex-luatex-def/DESCR b/print/tex-luatex-def/DESCR
new file mode 100644
index 00000000000..8cd0bec00b4
--- /dev/null
+++ b/print/tex-luatex-def/DESCR
@@ -0,0 +1,6 @@
+This first version of luatex.def is a modified version of
+pdftex.def. This is only needed for LuaTeX releases from 0.87
+on: it will not work with the version 0.80 in current TeX Live
+and MiKTeX distributions but is being made available for
+testing. If you have a test version of LuaTeX 0.88 you may use
+this file via "\usepackage[luatex]{graphicx}".
diff --git a/print/tex-luatex-def/Makefile b/print/tex-luatex-def/Makefile
new file mode 100644
index 00000000000..93e4519a505
--- /dev/null
+++ b/print/tex-luatex-def/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2016/07/14 12:02:44 markd Exp $
+
+DISTNAME= luatex-def
+PKGNAME= tex-${DISTNAME}-0.01b
+TEXLIVE_REV= 39467
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/luatex-def
+COMMENT= LuaTeX option file for color and graphics
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-luatex-def/PLIST b/print/tex-luatex-def/PLIST
new file mode 100644
index 00000000000..538c4b48204
--- /dev/null
+++ b/print/tex-luatex-def/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/14 12:02:44 markd Exp $
+share/texmf-dist/tex/lualatex/luatex-def/luatex.def
diff --git a/print/tex-luatex-def/distinfo b/print/tex-luatex-def/distinfo
new file mode 100644
index 00000000000..d96cdbc0bcb
--- /dev/null
+++ b/print/tex-luatex-def/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/14 12:02:44 markd Exp $
+
+SHA1 (tex-luatex-def-39467/luatex-def.tar.xz) = bd37c1825dbef5843721e098e61cb651562cee0b
+RMD160 (tex-luatex-def-39467/luatex-def.tar.xz) = 8fbf425a622e9c4ed73baa6cf9be4f9f2d27cae4
+SHA512 (tex-luatex-def-39467/luatex-def.tar.xz) = 600faa184a6cba6db741bf543b3b5464c7e26203a695329668914a6337fcf2f303662d4574bbdbb3edd77f93b3e20a7b360a4158b397972c6e3c8e1d0d8ed584
+Size (tex-luatex-def-39467/luatex-def.tar.xz) = 8632 bytes
diff --git a/print/tex-luatex85-doc/DESCR b/print/tex-luatex85-doc/DESCR
new file mode 100644
index 00000000000..19be9991ae1
--- /dev/null
+++ b/print/tex-luatex85-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-luatex85.
diff --git a/print/tex-luatex85-doc/Makefile b/print/tex-luatex85-doc/Makefile
new file mode 100644
index 00000000000..e2963282734
--- /dev/null
+++ b/print/tex-luatex85-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2016/07/14 12:02:44 markd Exp $
+
+DISTNAME= luatex85.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.0
+TEXLIVE_REV= 39902
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/luatex85
+COMMENT= Documentation for tex-luatex85
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-luatex85-doc/PLIST b/print/tex-luatex85-doc/PLIST
new file mode 100644
index 00000000000..21a7acf4fe7
--- /dev/null
+++ b/print/tex-luatex85-doc/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/14 12:02:44 markd Exp $
+share/texmf-dist/doc/generic/luatex85/README.md
+share/texmf-dist/doc/generic/luatex85/luatex85.pdf
diff --git a/print/tex-luatex85-doc/distinfo b/print/tex-luatex85-doc/distinfo
new file mode 100644
index 00000000000..45a097f3c48
--- /dev/null
+++ b/print/tex-luatex85-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/14 12:02:44 markd Exp $
+
+SHA1 (tex-luatex85-39902/luatex85.doc.tar.xz) = 5b84928b6379a1f9a9770fd3be184339af7550c4
+RMD160 (tex-luatex85-39902/luatex85.doc.tar.xz) = 23098e9eda80bd1fad4e9fd4da22a06b6d818176
+SHA512 (tex-luatex85-39902/luatex85.doc.tar.xz) = 2064bea6a982e3d2fc8ad8fc0e85ce3a2edd17e645252ff6ff8ad5604200d922452a861ae96f5561335c583c2313313431baff177b81a02cd086418807ef7fb9
+Size (tex-luatex85-39902/luatex85.doc.tar.xz) = 168424 bytes
diff --git a/print/tex-luatex85/DESCR b/print/tex-luatex85/DESCR
new file mode 100644
index 00000000000..b02ad29a140
--- /dev/null
+++ b/print/tex-luatex85/DESCR
@@ -0,0 +1,2 @@
+The package provides emulation of pdfTeX primitives for LuaTeX
+v0.85+.
diff --git a/print/tex-luatex85/Makefile b/print/tex-luatex85/Makefile
new file mode 100644
index 00000000000..8040c2d6746
--- /dev/null
+++ b/print/tex-luatex85/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2016/07/14 12:02:44 markd Exp $
+
+DISTNAME= luatex85
+PKGNAME= tex-${DISTNAME}-1.0
+TEXLIVE_REV= 39902
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/luatex85
+COMMENT= pdfTeX aliases for LuaTeX
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-luatex85/PLIST b/print/tex-luatex85/PLIST
new file mode 100644
index 00000000000..32dc18b3785
--- /dev/null
+++ b/print/tex-luatex85/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/14 12:02:44 markd Exp $
+share/texmf-dist/tex/generic/luatex85/luatex85.sty
diff --git a/print/tex-luatex85/distinfo b/print/tex-luatex85/distinfo
new file mode 100644
index 00000000000..16193b26ce5
--- /dev/null
+++ b/print/tex-luatex85/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/14 12:02:44 markd Exp $
+
+SHA1 (tex-luatex85-39902/luatex85.tar.xz) = 1befb330ccf7fe3a9b4b82648c64b845a3d033ac
+RMD160 (tex-luatex85-39902/luatex85.tar.xz) = c5f29e60e3bdd21b49922cee28765a337a201d2f
+SHA512 (tex-luatex85-39902/luatex85.tar.xz) = 9c316b3094af78ec0c0b2170b6ac10d6308f95c75cb1ec13ecec28c63e776a20e8799ef764c71baba2d06d824212ce9d250f9551de7da62c2ed51755f543a56d
+Size (tex-luatex85-39902/luatex85.tar.xz) = 1668 bytes