The bundle provides basic facilities for LuaTeX macro programmers, mostly resource allocation and convenience packages. Provided are: - luatexbase-attr: attribute allocation; - luatexbase-cctb: catcode table allocation; - luatexbase-compat: compatibility helpers; - luatexbase-loader: Lua module loading; - luatexbase-modutils: Lua module declaration; - luatexbase-mcb: callbacks extension; and - luatexbase-regs: allocation of registers and the like. In addition, the (unadorned) luatexbase package loads all the above in one fell swoop.
14 lines
391 B
Makefile
14 lines
391 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/07/09 14:05:52 minskim Exp $
|
|
|
|
DISTNAME= luatexbase
|
|
PKGNAME= tex-${DISTNAME}-0.31
|
|
TEXLIVE_REV= 22560
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Basic resource management for LuaTeX code
|
|
|
|
DEPENDS+= tex-ifluatex-[0-9]*:../../print/tex-ifluatex
|
|
DEPENDS+= tex-luatex-[0-9]*:../../print/luatex
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|