diff options
author | joerg <joerg> | 2014-10-01 19:57:52 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-10-01 19:57:52 +0000 |
commit | 622ff8ba672af299443bd81f8934281196768e77 (patch) | |
tree | df98589d9ebbdde913569efccc96a0fa9f87cc97 /print | |
parent | 543d0c4ee3a0318b52105343acdcd14e5ede6ba6 (diff) | |
download | pkgsrc-622ff8ba672af299443bd81f8934281196768e77.tar.gz |
Add tex-readarray-1.2:
The package allows the user to input formatted data into elements of a
2-D or 3-D array and to recall that data at will by individual cell
number. The data can be but need not be numerical in nature. It can be,
for example, formatted text.
While the package can be used for any application where indexed data is
called for, the package proves particularly useful when elements of
multiple arrays must be recallable and dynamically combined at time of
compilation, rather than in advance.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-readarray/DESCR | 9 | ||||
-rw-r--r-- | print/tex-readarray/Makefile | 24 | ||||
-rw-r--r-- | print/tex-readarray/PLIST | 3 | ||||
-rw-r--r-- | print/tex-readarray/distinfo | 5 |
4 files changed, 41 insertions, 0 deletions
diff --git a/print/tex-readarray/DESCR b/print/tex-readarray/DESCR new file mode 100644 index 00000000000..3be30bb1cbf --- /dev/null +++ b/print/tex-readarray/DESCR @@ -0,0 +1,9 @@ +The package allows the user to input formatted data into elements of a +2-D or 3-D array and to recall that data at will by individual cell +number. The data can be but need not be numerical in nature. It can be, +for example, formatted text. + +While the package can be used for any application where indexed data is +called for, the package proves particularly useful when elements of +multiple arrays must be recallable and dynamically combined at time of +compilation, rather than in advance. diff --git a/print/tex-readarray/Makefile b/print/tex-readarray/Makefile new file mode 100644 index 00000000000..e381b9a3db0 --- /dev/null +++ b/print/tex-readarray/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2014/10/01 19:57:52 joerg Exp $ + +DISTNAME= readarray +PKGNAME= tex-${DISTNAME}-1.2 +MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/} +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Read, store and recall array-formatted data + +DEPENDS+= tex-ifnextok-[0-9]*:../../print/tex-ifnextok + +INSTALLATION_DIRS= share/texmf-dist/doc/latex/readarray \ + share/texmf-dist/tex/latex/readarray + +do-install: + ${INSTALL_DATA} ${WRKSRC}/readarray/readarray.pdf \ + ${DESTDIR}${PREFIX}/share/texmf-dist/doc/latex/readarray + ${INSTALL_DATA} ${WRKSRC}/readarray/readarray.sty \ + ${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/readarray + +.include "../../print/kpathsea/texmf.mk" +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-readarray/PLIST b/print/tex-readarray/PLIST new file mode 100644 index 00000000000..657d5e25a1d --- /dev/null +++ b/print/tex-readarray/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2014/10/01 19:57:52 joerg Exp $ +share/texmf-dist/doc/latex/readarray/readarray.pdf +share/texmf-dist/tex/latex/readarray/readarray.sty diff --git a/print/tex-readarray/distinfo b/print/tex-readarray/distinfo new file mode 100644 index 00000000000..b05f2afee63 --- /dev/null +++ b/print/tex-readarray/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/10/01 19:57:52 joerg Exp $ + +SHA1 (tex-readarray-1.2/readarray.zip) = ba219d0058ab4df3355ceb18e493be2cec8701a4 +RMD160 (tex-readarray-1.2/readarray.zip) = 011cecbc80baef17f68f8945088ecdfd2acd1e3a +Size (tex-readarray-1.2/readarray.zip) = 224843 bytes |