diff options
author | minskim <minskim@pkgsrc.org> | 2010-02-05 16:20:05 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-02-05 16:20:05 +0000 |
commit | 0f0ae8d0296bf55b819500022f8829874c1dc505 (patch) | |
tree | 7a8cebba120812fabfc9f84bd19ef241a9413284 | |
parent | bbdb80183b2483192ea9b4d344b854acb72207ac (diff) | |
download | pkgsrc-0f0ae8d0296bf55b819500022f8829874c1dc505.tar.gz |
Import tex-ifluatex-1.2 as print/tex-ifluatex.
The package looks for LuaTeX regardless of its mode and provides the
switch \ifluatex; it works with Plain TeX or LaTeX.
-rw-r--r-- | print/tex-ifluatex/DESCR | 2 | ||||
-rw-r--r-- | print/tex-ifluatex/Makefile | 13 | ||||
-rw-r--r-- | print/tex-ifluatex/PLIST | 2 | ||||
-rw-r--r-- | print/tex-ifluatex/distinfo | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/print/tex-ifluatex/DESCR b/print/tex-ifluatex/DESCR new file mode 100644 index 00000000000..adcff615e0f --- /dev/null +++ b/print/tex-ifluatex/DESCR @@ -0,0 +1,2 @@ +The package looks for LuaTeX regardless of its mode and provides the +switch \ifluatex; it works with Plain TeX or LaTeX. diff --git a/print/tex-ifluatex/Makefile b/print/tex-ifluatex/Makefile new file mode 100644 index 00000000000..3e8898c9118 --- /dev/null +++ b/print/tex-ifluatex/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/05 16:20:05 minskim Exp $ +# TeX Live Revision 16857 + +DISTNAME= ifluatex +PKGNAME= tex-${DISTNAME}-1.2 + +MAINTAINER= minskim@NetBSD.org +COMMENT= The \ifluatex switch for TeX + +CONFLICTS+= tex-oberdiek<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-ifluatex/PLIST b/print/tex-ifluatex/PLIST new file mode 100644 index 00000000000..dccc397e91a --- /dev/null +++ b/print/tex-ifluatex/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/05 16:20:05 minskim Exp $ +share/texmf-dist/tex/generic/oberdiek/ifluatex.sty diff --git a/print/tex-ifluatex/distinfo b/print/tex-ifluatex/distinfo new file mode 100644 index 00000000000..b929cb5f325 --- /dev/null +++ b/print/tex-ifluatex/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/02/05 16:20:05 minskim Exp $ + +SHA1 (tex-ifluatex-1.2/ifluatex.tar.xz) = e9350b7ae3b613e878d739798b91dab1476cd3e8 +RMD160 (tex-ifluatex-1.2/ifluatex.tar.xz) = 7099097b500ca483f06e4f7a5e4a9c5fe25d506c +Size (tex-ifluatex-1.2/ifluatex.tar.xz) = 2260 bytes |