summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2022-04-09 07:51:45 +0000
committermarkd <markd@pkgsrc.org>2022-04-09 07:51:45 +0000
commitcaa2182f166518ec3116e4cd05305486819f0cbf (patch)
treed39bbea63753c63cd3fd3063c0a14fa203ce1974
parent348d10fe29b0e81b4848bfbed994c42a3959d045 (diff)
downloadpkgsrc-caa2182f166518ec3116e4cd05305486819f0cbf.tar.gz
tex-readarray{,-doc}: update to 3.1
Version 3.0 of readarray introduces several new features. Arrays can be initialized with the \initarray command, rather than being read from a file. With \setvalue, the tokens of individual array cells can be revised on demand. The contents of one array can be merged into another by way of the \mergearray command. The \typesetarray command allows for versatile ways to format your array output, including by way of tabular environments. The way end-of-line characters can be handled on a data-read is made more versatile with this package version.
-rw-r--r--print/tex-readarray-doc/DESCR2
-rw-r--r--print/tex-readarray-doc/Makefile7
-rw-r--r--print/tex-readarray-doc/distinfo8
-rw-r--r--print/tex-readarray/DESCR17
-rw-r--r--print/tex-readarray/Makefile8
-rw-r--r--print/tex-readarray/distinfo8
6 files changed, 23 insertions, 27 deletions
diff --git a/print/tex-readarray-doc/DESCR b/print/tex-readarray-doc/DESCR
index 375488a18f1..c23b7be4d47 100644
--- a/print/tex-readarray-doc/DESCR
+++ b/print/tex-readarray-doc/DESCR
@@ -1 +1 @@
-This is documentation for tex-readarray.
+Documentation for tex-readarray.
diff --git a/print/tex-readarray-doc/Makefile b/print/tex-readarray-doc/Makefile
index da33e3f8973..6b02c59ffb6 100644
--- a/print/tex-readarray-doc/Makefile
+++ b/print/tex-readarray-doc/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2020/01/18 23:34:45 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/09 07:51:45 markd Exp $
DISTNAME= readarray.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-2.0
-TEXLIVE_REV= 42467
+PKGNAME= tex-${DISTNAME:S/./-/}-3.1
+TEXLIVE_REV= 60540
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/readarray
COMMENT= Documentation for tex-readarray
LICENSE= lppl-1.3c
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-readarray-doc/distinfo b/print/tex-readarray-doc/distinfo
index 04fc175a853..e7d6d731314 100644
--- a/print/tex-readarray-doc/distinfo
+++ b/print/tex-readarray-doc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:14:31 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/04/09 07:51:45 markd Exp $
-BLAKE2s (tex-readarray-42467/readarray.doc.tar.xz) = 06b61c5f02f4022392a168ce640a5f33b6702a7a848dad5f0b567d1cd7772f33
-SHA512 (tex-readarray-42467/readarray.doc.tar.xz) = f0e0eb06d3a6763262eef1959a0f2f51081eaef0de523eba265ec855f5266d897d5c10c97fc46ae5e04a9e4b9fdaa5c97fc07d72f5adf329ab1bfb754465d317
-Size (tex-readarray-42467/readarray.doc.tar.xz) = 487376 bytes
+BLAKE2s (readarray.doc.r60540.tar.xz) = 872b29ead183743870140c815fe1e8272eb13aab933af1a4f4504329b62af4ee
+SHA512 (readarray.doc.r60540.tar.xz) = d9f87dc14d40c33b06591b611e8a79df95fc62c32d16f72cff96222e7fe48f4c09c95bb0b02a6acddc8b4630158ed61c9375dd370c2f2d21ec8a9328f63fff47
+Size (readarray.doc.r60540.tar.xz) = 506352 bytes
diff --git a/print/tex-readarray/DESCR b/print/tex-readarray/DESCR
index 3be30bb1cbf..fdcdcc9a274 100644
--- a/print/tex-readarray/DESCR
+++ b/print/tex-readarray/DESCR
@@ -1,9 +1,8 @@
-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.
+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
index aba209b84a2..14228ab7e02 100644
--- a/print/tex-readarray/Makefile
+++ b/print/tex-readarray/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 23:34:44 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2022/04/09 07:51:45 markd Exp $
DISTNAME= readarray
-PKGNAME= tex-${DISTNAME}-2.0
-PKGREVISION= 1
-TEXLIVE_REV= 42467
+PKGNAME= tex-${DISTNAME}-3.1
+TEXLIVE_REV= 60540
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/readarray
@@ -13,6 +12,5 @@ LICENSE= lppl-1.3c
DEPENDS+= tex-ifnextok-[0-9]*:../../print/tex-ifnextok
DEPENDS+= tex-listofitems-[0-9]*:../../print/tex-listofitems
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-readarray/distinfo b/print/tex-readarray/distinfo
index 5900e90a872..b735679d0b3 100644
--- a/print/tex-readarray/distinfo
+++ b/print/tex-readarray/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:14:30 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/04/09 07:51:45 markd Exp $
-BLAKE2s (tex-readarray-42467/readarray.tar.xz) = fdad252493936e70aee15f7af04c27da8886d8f52a24acc415d12df2b8b08fc7
-SHA512 (tex-readarray-42467/readarray.tar.xz) = 792fba2da6f0a4065bb9be7a0cd40babeeb2b642b6bda46f073c7db01c3db18aac00c3dbe0f5564401819111705e1818a0da673aaaa0c31ac4feb0cb764c46ce
-Size (tex-readarray-42467/readarray.tar.xz) = 4256 bytes
+BLAKE2s (readarray.r60540.tar.xz) = e56af56ba4d5ab49b9fec42360d776af1064746caa28369f4eef7d23b43cbc6d
+SHA512 (readarray.r60540.tar.xz) = 615f0be7efb7cd6954d36ad1dafc9f0f0a1632159247e7d6feb064e272c5753b26c5e07af709240a6e5f8bd7ceb7ca2c2c29842a5bd6e9e9efae2470f7a94107
+Size (readarray.r60540.tar.xz) = 5492 bytes