pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print Add tex-iftex{,-doc} version 0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d6c920aa492
branches:  trunk
changeset: 650700:0d6c920aa492
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Apr 26 01:08:22 2015 +0000

description:
Add tex-iftex{,-doc} version 0.2

The package, which works both for Plain TeX and for LaTeX,
defines the \ifPDFTeX, \ifXeTeX, and \ifLuaTeX conditionals for
testing which engine is being used for typesetting. The package
also provides the \RequirePDFTeX, \RequireXeTeX, and
\RequireLuaTeX commands which throw an error if pdfTeX, XeTeX
or LuaTeX (respectively) is not the engine in use.

diffstat:

 print/tex-iftex-doc/DESCR    |   1 +
 print/tex-iftex-doc/Makefile |  12 ++++++++++++
 print/tex-iftex-doc/PLIST    |   4 ++++
 print/tex-iftex-doc/distinfo |   5 +++++
 print/tex-iftex/DESCR        |   6 ++++++
 print/tex-iftex/Makefile     |  12 ++++++++++++
 print/tex-iftex/PLIST        |   2 ++
 print/tex-iftex/distinfo     |   5 +++++
 8 files changed, 47 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r 0f00e8d31be1 -r 0d6c920aa492 print/tex-iftex-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-iftex-doc/DESCR Sun Apr 26 01:08:22 2015 +0000
@@ -0,0 +1,1 @@
+This is documentation for tex-iftex.
diff -r 0f00e8d31be1 -r 0d6c920aa492 print/tex-iftex-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-iftex-doc/Makefile      Sun Apr 26 01:08:22 2015 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2015/04/26 01:08:22 markd Exp $
+
+DISTNAME=      iftex.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.2
+TEXLIVE_REV=   29654
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Documentation for tex-iftex
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0f00e8d31be1 -r 0d6c920aa492 print/tex-iftex-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-iftex-doc/PLIST Sun Apr 26 01:08:22 2015 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2015/04/26 01:08:22 markd Exp $
+share/texmf-dist/doc/generic/iftex/README
+share/texmf-dist/doc/generic/iftex/iftex.pdf
+share/texmf-dist/doc/generic/iftex/iftex.tex
diff -r 0f00e8d31be1 -r 0d6c920aa492 print/tex-iftex-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-iftex-doc/distinfo      Sun Apr 26 01:08:22 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/04/26 01:08:22 markd Exp $
+
+SHA1 (tex-iftex-29654/iftex.doc.tar.xz) = 1e7e24011ecd8f902661ae9c04403f45826cfb83
+RMD160 (tex-iftex-29654/iftex.doc.tar.xz) = 10e9a16c0fb9c2011e3a91909a842060eed601a9
+Size (tex-iftex-29654/iftex.doc.tar.xz) = 31288 bytes
diff -r 0f00e8d31be1 -r 0d6c920aa492 print/tex-iftex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-iftex/DESCR     Sun Apr 26 01:08:22 2015 +0000
@@ -0,0 +1,6 @@
+The package, which works both for Plain TeX and for LaTeX,
+defines the \ifPDFTeX, \ifXeTeX, and \ifLuaTeX conditionals for
+testing which engine is being used for typesetting. The package
+also provides the \RequirePDFTeX, \RequireXeTeX, and
+\RequireLuaTeX commands which throw an error if pdfTeX, XeTeX
+or LuaTeX (respectively) is not the engine in use.
diff -r 0f00e8d31be1 -r 0d6c920aa492 print/tex-iftex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-iftex/Makefile  Sun Apr 26 01:08:22 2015 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2015/04/26 01:08:22 markd Exp $
+
+DISTNAME=      iftex
+PKGNAME=       tex-${DISTNAME}-0.2
+TEXLIVE_REV=   29654
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       TeX package to determine if running under pdfTeX, XeTeX or LuaTeX
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0f00e8d31be1 -r 0d6c920aa492 print/tex-iftex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-iftex/PLIST     Sun Apr 26 01:08:22 2015 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/04/26 01:08:22 markd Exp $
+share/texmf-dist/tex/generic/iftex/iftex.sty
diff -r 0f00e8d31be1 -r 0d6c920aa492 print/tex-iftex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-iftex/distinfo  Sun Apr 26 01:08:22 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/04/26 01:08:22 markd Exp $
+
+SHA1 (tex-iftex-29654/iftex.tar.xz) = e5e6aa6087adb41405bef8503b76d11cd906dd55
+RMD160 (tex-iftex-29654/iftex.tar.xz) = 7a5254881779cd4b8bb5c011948def9b418fc750
+Size (tex-iftex-29654/iftex.tar.xz) = 1252 bytes



Home | Main Index | Thread Index | Old Index