diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tex-multido/DESCR | 5 | ||||
-rw-r--r-- | devel/tex-multido/Makefile | 13 | ||||
-rw-r--r-- | devel/tex-multido/PLIST | 3 | ||||
-rw-r--r-- | devel/tex-multido/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/tex-multido/DESCR b/devel/tex-multido/DESCR new file mode 100644 index 00000000000..91cb200cbb2 --- /dev/null +++ b/devel/tex-multido/DESCR @@ -0,0 +1,5 @@ +The package provides the \multido command, which was originally designed +for use with with PSTricks. Fixed-point arithmetic is used when working +on the loop variable, so that the package is equally applicable in +graphics applications like PSTricks as it is with the more common +integer loops. diff --git a/devel/tex-multido/Makefile b/devel/tex-multido/Makefile new file mode 100644 index 00000000000..aadeb31ae1d --- /dev/null +++ b/devel/tex-multido/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/16 17:49:02 minskim Exp $ + +DISTNAME= multido +PKGNAME= tex-${DISTNAME}-1.42 +TEXLIVE_REV= 18302 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Loop facility for Generic TeX + +CONFLICTS= teTeX-texmf<=3.0nb29 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/tex-multido/PLIST b/devel/tex-multido/PLIST new file mode 100644 index 00000000000..27e08d165e5 --- /dev/null +++ b/devel/tex-multido/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/16 17:49:02 minskim Exp $ +share/texmf-dist/tex/generic/multido/multido.tex +share/texmf-dist/tex/latex/multido/multido.sty diff --git a/devel/tex-multido/distinfo b/devel/tex-multido/distinfo new file mode 100644 index 00000000000..753947711bd --- /dev/null +++ b/devel/tex-multido/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/16 17:49:02 minskim Exp $ + +SHA1 (tex-multido-18302/multido.tar.xz) = 235ad293d32f9b408dd11d3337b0a325698b2e59 +RMD160 (tex-multido-18302/multido.tar.xz) = 75d54ca8500bcb0643cdf8f69988ad4e3513de94 +Size (tex-multido-18302/multido.tar.xz) = 3672 bytes |