pkgsrc/devel/tex-l3packages/Makefile
minskim ca96a3e996 Import tex-l3packages-0.2900 as devel/tex-l3packages.
The bundle holds prototype implementations of concepts for a LaTeX
designer interface, to be used with the experimental LaTeX kernel as
programming tools and kernel support. Packages provided in this release
are: - l3keys2e, which makes the facilities of the kernel module l3keys
available for use by LaTeX 2e packages; - xfrac, which provides flexible
split-level fractions; - xparse, which provides a high-level interface
for declaring document commands; and - xtemplate, which provides a means
of defining generic functions using a key-value syntax. All the files of
the bundle are also available in the Subversion (SVN) repository of the
LaTeX3 Project. The bundle on CTAN is based on a snapshot of the SVN
repository on 2011- 10-09.
2011-11-05 15:59:30 +00:00

16 lines
492 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/11/05 15:59:30 minskim Exp $
DISTNAME= l3packages
PKGNAME= tex-${DISTNAME}-0.2900
TEXLIVE_REV= 24257
MAINTAINER= minskim@NetBSD.org
COMMENT= High-level LaTeX3 concepts
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"