diff options
-rw-r--r-- | devel/tex-l3kernel/DESCR | 9 | ||||
-rw-r--r-- | devel/tex-l3kernel/Makefile | 25 | ||||
-rw-r--r-- | devel/tex-l3kernel/PLIST | 26 | ||||
-rw-r--r-- | devel/tex-l3kernel/distinfo | 5 |
4 files changed, 65 insertions, 0 deletions
diff --git a/devel/tex-l3kernel/DESCR b/devel/tex-l3kernel/DESCR new file mode 100644 index 00000000000..3866ce12337 --- /dev/null +++ b/devel/tex-l3kernel/DESCR @@ -0,0 +1,9 @@ +The l3kernel bundle provides an implementation of the LaTeX3 +programmers' interface, as a set of packages that run under LaTeX 2e. +The interface provides the foundation on which the LaTeX3 kernel and +other future code are built: it is an API for TeX programmers. The +packages are set up so that the LaTeX3 conventions can be used with +regular LaTeX 2e packages. 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. diff --git a/devel/tex-l3kernel/Makefile b/devel/tex-l3kernel/Makefile new file mode 100644 index 00000000000..40778c8ea33 --- /dev/null +++ b/devel/tex-l3kernel/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/11/05 15:44:38 minskim Exp $ + +DISTNAME= l3kernel +PKGNAME= tex-${DISTNAME}-0.2900 +TEXLIVE_REV= 24256 + +MAINTAINER= minskim@NetBSD.org +COMMENT= LaTeX3 programming conventions + +DEPENDS+= tex-booktabs-[0-9]*:../../print/tex-booktabs +DEPENDS+= tex-colortbl-[0-9]*:../../print/tex-colortbl +DEPENDS+= tex-csquotes-[0-9]*:../../print/tex-csquotes +DEPENDS+= tex-enumitem-[0-9]*:../../print/tex-enumitem +DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg +DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-lm-[0-9]*:../../fonts/tex-lm +DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek +DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +DEPENDS+= tex-underscore-[0-9]*:../../print/tex-underscore + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/tex-l3kernel/PLIST b/devel/tex-l3kernel/PLIST new file mode 100644 index 00000000000..15643235ad5 --- /dev/null +++ b/devel/tex-l3kernel/PLIST @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/11/05 15:44:38 minskim Exp $ +share/texmf-dist/makeindex/l3kernel/l3doc.ist +share/texmf-dist/tex/latex/l3kernel/expl3.sty +share/texmf-dist/tex/latex/l3kernel/l3basics.sty +share/texmf-dist/tex/latex/l3kernel/l3bootstrap.sty +share/texmf-dist/tex/latex/l3kernel/l3box.sty +share/texmf-dist/tex/latex/l3kernel/l3clist.sty +share/texmf-dist/tex/latex/l3kernel/l3coffins.sty +share/texmf-dist/tex/latex/l3kernel/l3color.sty +share/texmf-dist/tex/latex/l3kernel/l3doc.cls +share/texmf-dist/tex/latex/l3kernel/l3expan.sty +share/texmf-dist/tex/latex/l3kernel/l3file.sty +share/texmf-dist/tex/latex/l3kernel/l3fp.sty +share/texmf-dist/tex/latex/l3kernel/l3int.sty +share/texmf-dist/tex/latex/l3kernel/l3io.sty +share/texmf-dist/tex/latex/l3kernel/l3keys.sty +share/texmf-dist/tex/latex/l3kernel/l3luatex.sty +share/texmf-dist/tex/latex/l3kernel/l3msg.sty +share/texmf-dist/tex/latex/l3kernel/l3names.sty +share/texmf-dist/tex/latex/l3kernel/l3prg.sty +share/texmf-dist/tex/latex/l3kernel/l3prop.sty +share/texmf-dist/tex/latex/l3kernel/l3quark.sty +share/texmf-dist/tex/latex/l3kernel/l3seq.sty +share/texmf-dist/tex/latex/l3kernel/l3skip.sty +share/texmf-dist/tex/latex/l3kernel/l3tl.sty +share/texmf-dist/tex/latex/l3kernel/l3token.sty diff --git a/devel/tex-l3kernel/distinfo b/devel/tex-l3kernel/distinfo new file mode 100644 index 00000000000..5541f4b29c2 --- /dev/null +++ b/devel/tex-l3kernel/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/11/05 15:44:38 minskim Exp $ + +SHA1 (tex-l3kernel-24256/l3kernel.tar.xz) = 3fc0890b79a53567454071cb842f76ba93336ac1 +RMD160 (tex-l3kernel-24256/l3kernel.tar.xz) = 997c267fa5d452a66b8928f7ada5d4426b24e34f +Size (tex-l3kernel-24256/l3kernel.tar.xz) = 61580 bytes |