pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-ifplatform Import tex-ifplatform-0.3a as pri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7cc47162b0b
branches:  trunk
changeset: 610060:f7cc47162b0b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Oct 16 21:58:39 2012 +0000

description:
Import tex-ifplatform-0.3a as print/tex-ifplatform.

This package uses the (La)TeX extension -shell-escape to
establish whether the document is being processed on a Windows
or on a Unix-like system (Mac OS X, Linux, etc.), or on Cygwin
(Unix environment over a windows system). Booleans provided
are \ifwindows, \iflinux, \ifmacosx, and \ifcygwin. The
package also preserves the output of uname on a Unix-like
system, which may be used to distinguish between various
classes of Unix systems.

diffstat:

 print/tex-ifplatform/DESCR    |   8 ++++++++
 print/tex-ifplatform/Makefile |  15 +++++++++++++++
 print/tex-ifplatform/PLIST    |   2 ++
 print/tex-ifplatform/distinfo |   5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r d6b21acc8229 -r f7cc47162b0b print/tex-ifplatform/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifplatform/DESCR        Tue Oct 16 21:58:39 2012 +0000
@@ -0,0 +1,8 @@
+This package uses the (La)TeX extension -shell-escape to
+establish whether the document is being processed on a Windows
+or on a Unix-like system (Mac OS X, Linux, etc.), or on Cygwin
+(Unix environment over a windows system). Booleans provided
+are \ifwindows, \iflinux, \ifmacosx, and \ifcygwin. The
+package also preserves the output of uname on a Unix-like
+system, which may be used to distinguish between various
+classes of Unix systems.
diff -r d6b21acc8229 -r f7cc47162b0b print/tex-ifplatform/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifplatform/Makefile     Tue Oct 16 21:58:39 2012 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2012/10/16 21:58:39 minskim Exp $
+
+DISTNAME=      ifplatform
+PKGNAME=       tex-${DISTNAME}-0.3a
+TEXLIVE_REV=   21156
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Conditionals to test which platform is being used
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-ifluatex-[0-9]*:../../print/tex-ifluatex
+DEPENDS+=      tex-oberdiek-[0-9]*:../../print/tex-oberdiek
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d6b21acc8229 -r f7cc47162b0b print/tex-ifplatform/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifplatform/PLIST        Tue Oct 16 21:58:39 2012 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2012/10/16 21:58:39 minskim Exp $
+share/texmf-dist/tex/latex/ifplatform/ifplatform.sty
diff -r d6b21acc8229 -r f7cc47162b0b print/tex-ifplatform/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ifplatform/distinfo     Tue Oct 16 21:58:39 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/10/16 21:58:39 minskim Exp $
+
+SHA1 (tex-ifplatform-21156/ifplatform.tar.xz) = 716296d18a7e2018e0a2413bb9f71e550a5dfa19
+RMD160 (tex-ifplatform-21156/ifplatform.tar.xz) = e7bad49e2af0d7aaa8cc8200975c213c68b1e4ef
+Size (tex-ifplatform-21156/ifplatform.tar.xz) = 1968 bytes



Home | Main Index | Thread Index | Old Index