diff options
Diffstat (limited to 'print/tex-luatex')
-rw-r--r-- | print/tex-luatex/DESCR | 2 | ||||
-rw-r--r-- | print/tex-luatex/Makefile | 19 | ||||
-rw-r--r-- | print/tex-luatex/PLIST | 2 | ||||
-rw-r--r-- | print/tex-luatex/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/print/tex-luatex/DESCR b/print/tex-luatex/DESCR new file mode 100644 index 00000000000..5c3367777de --- /dev/null +++ b/print/tex-luatex/DESCR @@ -0,0 +1,2 @@ +This package manages the new and extended features and resources that +LuaTeX provides. Examples are attributes and catcode tables. diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile new file mode 100644 index 00000000000..c1c7f25d8a9 --- /dev/null +++ b/print/tex-luatex/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/04/13 18:59:45 minskim Exp $ +# TeX Live Revision 10592 + +DISTNAME= luatex +PKGNAME= tex-${DISTNAME}-0.1 + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://www.luatex.org/ +COMMENT= LuaTeX basic definition package + +DEPENDS+= tex-etex-[0-9]*:../../print/tex-etex +DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex +DEPENDS+= web2c-[0-9]*:../../print/web2c + +TEX_FORMAT_NAMES+= luatex +TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-luatex/PLIST b/print/tex-luatex/PLIST new file mode 100644 index 00000000000..42196e63447 --- /dev/null +++ b/print/tex-luatex/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/13 18:59:45 minskim Exp $ +share/texmf/fmtutil/format.luatex.cnf diff --git a/print/tex-luatex/distinfo b/print/tex-luatex/distinfo new file mode 100644 index 00000000000..27534d8ca81 --- /dev/null +++ b/print/tex-luatex/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/04/13 18:59:45 minskim Exp $ + +SHA1 (tex-luatex-0.1/luatex.tar.lzma) = 0c7fafa036d6cc1ffc25f6bff03724149da95336 +RMD160 (tex-luatex-0.1/luatex.tar.lzma) = 201955992149047f068d535ae9f150125eef33dd +Size (tex-luatex-0.1/luatex.tar.lzma) = 533 bytes |