pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-ifxetex New package: tex-ifxetex



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92f623022c6b
branches:  trunk
changeset: 543515:92f623022c6b
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Jun 19 16:24:49 2008 +0000

description:
New package: tex-ifxetex
I needed this for upgrading dblatex. I don't use xetex myself yet.

This simple TeX package defines the \ifxetex boolean for testing
whether the TeX-variant XeTeX is being used for typesetting.  Also
provides the \RequireXeTeX command which throws an error if XeTeX
is not the engine in use.

diffstat:

 print/tex-ifxetex/DESCR    |   4 ++++
 print/tex-ifxetex/Makefile |  27 +++++++++++++++++++++++++++
 print/tex-ifxetex/PLIST    |   6 ++++++
 print/tex-ifxetex/distinfo |   5 +++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r 127a5f67290d -r 92f623022c6b print/tex-ifxetex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifxetex/DESCR   Thu Jun 19 16:24:49 2008 +0000
@@ -0,0 +1,4 @@
+This simple TeX package defines the \ifxetex boolean for testing
+whether the TeX-variant XeTeX is being used for typesetting.  Also
+provides the \RequireXeTeX command which throws an error if XeTeX
+is not the engine in use.
diff -r 127a5f67290d -r 92f623022c6b print/tex-ifxetex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifxetex/Makefile        Thu Jun 19 16:24:49 2008 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/19 16:24:49 reed Exp $
+
+DISTNAME=      ifxetex
+PKGNAME=       tex-${DISTNAME}-0.2
+CATEGORIES=    print
+MASTER_SITES=  ${MASTER_SITE_TEX_CTAN:=macros/generic/}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    reed%reedmedia.net@localhost
+HOMEPAGE=      http://tug.ctan.org/tex-archive/help/Catalogue/entries/ifxetex.html
+COMMENT=       TeX package to determine if running under XeTeX
+
+DIST_SUBDIR=   ${PKGNAME_NOREV}
+INSTALLATION_DIRS=     share/doc/tex-ifxetex
+NO_BUILD=      yes
+NO_CONFIGURE=  yes
+USE_DIRS+=     texmf-1.0
+
+.include "../../print/teTeX/module.mk"
+
+do-install:
+       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/ifxetex
+       ${INSTALL_DATA} ${WRKSRC}/ifxetex.sty \
+               ${PKG_LOCALTEXMFPREFIX}/tex/latex/ifxetex/
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tex-ifxetex/
+
+.include "../../mk/bsd.pkg.mk"
diff -r 127a5f67290d -r 92f623022c6b print/tex-ifxetex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifxetex/PLIST   Thu Jun 19 16:24:49 2008 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/06/19 16:24:49 reed Exp $
+${PKG_LOCALTEXMFPREFIX}/tex/latex/ifxetex/ifxetex.sty
+share/doc/tex-ifxetex/README
+@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/ifxetex
+@dirrm share/doc/tex-ifxetex
+@comment In texmf-dirs: @dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex
diff -r 127a5f67290d -r 92f623022c6b print/tex-ifxetex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifxetex/distinfo        Thu Jun 19 16:24:49 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/06/19 16:24:49 reed Exp $
+
+SHA1 (tex-ifxetex-0.2/ifxetex.zip) = c622a4a400b5f96737b5d0b285cffef1e7cdeb8e
+RMD160 (tex-ifxetex-0.2/ifxetex.zip) = 3278c54a92e349f2242d0d78ea43f269f806fc31
+Size (tex-ifxetex-0.2/ifxetex.zip) = 1278 bytes



Home | Main Index | Thread Index | Old Index