5070b9f60f
This package provides a method for defining category code table stacks in LuaTeX. It builds on code provided by the 2015/10/01 release of LaTeX2e (also available as ltluatex.sty for plain users). It is required by the luatexbase package (v1.0 onward) which uses ctablestack to provide a back-compatibility form of this concept.
13 lines
339 B
Makefile
13 lines
339 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/07/14 12:08:37 markd Exp $
|
|
|
|
DISTNAME= ctablestack
|
|
PKGNAME= tex-${DISTNAME}-1.0
|
|
TEXLIVE_REV= 38514
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/ctablestack
|
|
COMMENT= Catcode table stable support
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|