diff options
author | markd <markd@pkgsrc.org> | 2010-04-09 22:00:21 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-04-09 22:00:21 +0000 |
commit | 211dd17b749b4541e78a50bdd13fc1ab34121de0 (patch) | |
tree | dc9fd7399f008755cc28267a8ec9bcb91c82aed5 /print/tex-xfor | |
parent | 0635b41bc2e91545c067a783088d45216de1bd1e (diff) | |
download | pkgsrc-211dd17b749b4541e78a50bdd13fc1ab34121de0.tar.gz |
Import tex-xfor-1.05
The package redefines the LaTeX internal \@for macro so that
the loop may be prematurely terminated. The action is akin to
the C/Java break statement, except that the loop does not
terminate until the end of the current iteration
Diffstat (limited to 'print/tex-xfor')
-rw-r--r-- | print/tex-xfor/DESCR | 4 | ||||
-rw-r--r-- | print/tex-xfor/Makefile | 11 | ||||
-rw-r--r-- | print/tex-xfor/PLIST | 2 | ||||
-rw-r--r-- | print/tex-xfor/distinfo | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/print/tex-xfor/DESCR b/print/tex-xfor/DESCR new file mode 100644 index 00000000000..e88c2bffe25 --- /dev/null +++ b/print/tex-xfor/DESCR @@ -0,0 +1,4 @@ +The package redefines the LaTeX internal \@for macro so that +the loop may be prematurely terminated. The action is akin to +the C/Java break statement, except that the loop does not +terminate until the end of the current iteration diff --git a/print/tex-xfor/Makefile b/print/tex-xfor/Makefile new file mode 100644 index 00000000000..d8e016f39d8 --- /dev/null +++ b/print/tex-xfor/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 22:00:21 markd Exp $ +# TeX Live Revision 15878 + +DISTNAME= xfor +PKGNAME= tex-${DISTNAME}-1.05 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= A reimplimentation of the LaTeX for-loop macro + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-xfor/PLIST b/print/tex-xfor/PLIST new file mode 100644 index 00000000000..b36acf9c9c7 --- /dev/null +++ b/print/tex-xfor/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/09 22:00:21 markd Exp $ +share/texmf-dist/tex/latex/xfor/xfor.sty diff --git a/print/tex-xfor/distinfo b/print/tex-xfor/distinfo new file mode 100644 index 00000000000..359ad0ccd8d --- /dev/null +++ b/print/tex-xfor/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/09 22:00:21 markd Exp $ + +SHA1 (tex-xfor-1.05/xfor.tar.xz) = 316ec3e89694c4bd59ba117ab375eaa39f3a5fe2 +RMD160 (tex-xfor-1.05/xfor.tar.xz) = 019acef76948fa685d2f7fccfa1b0fb8420b4dd6 +Size (tex-xfor-1.05/xfor.tar.xz) = 1708 bytes |