pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-readarray{,-doc}: update to 3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f57d88403cb
branches:  trunk
changeset: 376527:3f57d88403cb
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Apr 09 07:51:45 2022 +0000

description:
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.

diffstat:

 print/tex-readarray-doc/DESCR    |   2 +-
 print/tex-readarray-doc/Makefile |   7 +++----
 print/tex-readarray-doc/distinfo |   8 ++++----
 print/tex-readarray/DESCR        |  17 ++++++++---------
 print/tex-readarray/Makefile     |   8 +++-----
 print/tex-readarray/distinfo     |   8 ++++----
 6 files changed, 23 insertions(+), 27 deletions(-)

diffs (97 lines):

diff -r bb0e9ab7b263 -r 3f57d88403cb print/tex-readarray-doc/DESCR
--- a/print/tex-readarray-doc/DESCR     Sat Apr 09 07:46:52 2022 +0000
+++ b/print/tex-readarray-doc/DESCR     Sat Apr 09 07:51:45 2022 +0000
@@ -1,1 +1,1 @@
-This is documentation for tex-readarray.
+Documentation for tex-readarray.
diff -r bb0e9ab7b263 -r 3f57d88403cb print/tex-readarray-doc/Makefile
--- a/print/tex-readarray-doc/Makefile  Sat Apr 09 07:46:52 2022 +0000
+++ b/print/tex-readarray-doc/Makefile  Sat Apr 09 07:51:45 2022 +0000
@@ -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@localhost
 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 -r bb0e9ab7b263 -r 3f57d88403cb print/tex-readarray-doc/distinfo
--- a/print/tex-readarray-doc/distinfo  Sat Apr 09 07:46:52 2022 +0000
+++ b/print/tex-readarray-doc/distinfo  Sat Apr 09 07:51:45 2022 +0000
@@ -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 -r bb0e9ab7b263 -r 3f57d88403cb print/tex-readarray/DESCR
--- a/print/tex-readarray/DESCR Sat Apr 09 07:46:52 2022 +0000
+++ b/print/tex-readarray/DESCR Sat Apr 09 07:51:45 2022 +0000
@@ -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 -r bb0e9ab7b263 -r 3f57d88403cb print/tex-readarray/Makefile
--- a/print/tex-readarray/Makefile      Sat Apr 09 07:46:52 2022 +0000
+++ b/print/tex-readarray/Makefile      Sat Apr 09 07:51:45 2022 +0000
@@ -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@localhost
 HOMEPAGE=      https://ctan.org/pkg/readarray
@@ -13,6 +12,5 @@
 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 -r bb0e9ab7b263 -r 3f57d88403cb print/tex-readarray/distinfo
--- a/print/tex-readarray/distinfo      Sat Apr 09 07:46:52 2022 +0000
+++ b/print/tex-readarray/distinfo      Sat Apr 09 07:51:45 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index