pkgsrc/print/tex-readarray-doc/Makefile
markd 718ab1cab9 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.
2022-04-09 07:51:45 +00:00

13 lines
350 B
Makefile

# $NetBSD: Makefile,v 1.6 2022/04/09 07:51:45 markd Exp $
DISTNAME= readarray.doc
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
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"