summaryrefslogtreecommitdiff
path: root/meta-pkgs/texlive-collection-luatex
diff options
context:
space:
mode:
Diffstat (limited to 'meta-pkgs/texlive-collection-luatex')
-rw-r--r--meta-pkgs/texlive-collection-luatex/DESCR3
-rw-r--r--meta-pkgs/texlive-collection-luatex/Makefile47
2 files changed, 50 insertions, 0 deletions
diff --git a/meta-pkgs/texlive-collection-luatex/DESCR b/meta-pkgs/texlive-collection-luatex/DESCR
new file mode 100644
index 00000000000..029132c142f
--- /dev/null
+++ b/meta-pkgs/texlive-collection-luatex/DESCR
@@ -0,0 +1,3 @@
+Packages for LuaTeX, a Unicode-aware extension of pdfTeX, using
+Lua as an embedded scripting and extension language.
+http://luatex.org/
diff --git a/meta-pkgs/texlive-collection-luatex/Makefile b/meta-pkgs/texlive-collection-luatex/Makefile
new file mode 100644
index 00000000000..946d6573580
--- /dev/null
+++ b/meta-pkgs/texlive-collection-luatex/Makefile
@@ -0,0 +1,47 @@
+# $NetBSD: Makefile,v 1.1 2015/05/06 10:41:44 markd Exp $
+
+DISTNAME= collection-luatex
+PKGNAME= texlive-${DISTNAME}-2014pre1
+CATEGORIES= meta-pkgs
+MASTER_SITES= # empty
+TEXLIVE_REV= 34908
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.tug.org/texlive/
+COMMENT= LuaTeX packages
+
+DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic
+
+# depend checkcites
+# depend chickenize
+# depend enigma
+# depend interpreter
+# depend lua-check-hyphen
+# depend lua-visual-debug
+# depend lua2dox
+# depend luabibentry
+# depend luabidi
+# depend luacode
+# depend luaindex
+# depend luainputenc
+# depend luaintro
+# depend lualatex-doc
+# depend lualatex-math
+DEPENDS+= tex-lualibs-[0-9]*:../../devel/tex-lualibs
+# depend luamplib
+DEPENDS+= tex-luaotfload-[0-9]*:../../fonts/tex-luaotfload
+# depend luasseq
+DEPENDS+= tex-luatexbase-[0-9]*:../../devel/tex-luatexbase
+# depend luatexko
+# depend luatextra
+# depend luatodonotes
+# depend luaxml
+# depend odsfile
+# depend placeat
+# depend selnolig
+# depend showhyphens
+# depend spelling
+
+META_PACKAGE= yes
+
+.include "../../mk/bsd.pkg.mk"