pkgsrc/textproc/tex-csvsimple/Makefile
markd 0a8811bc2f tex-csvsimple{,-doc}: update to 2.3.0
2.3.0
### Added
- Option `column names detection`
- Documentation: csvautotabular inspired example for tabularray.

### Changed
- `\csvlinetotablerow` changed to be expandable and to be
    usable inside a *Data Collection*
- Options `autotabular`, `autobooktabular`, `autolongtable`,
    `autobooklongtable` use `column names detection=false` now.

2.2.1
### Fixed
- Option `late after first line` ignored for `csvsimple-l3`

2.2.0
### Added
- Configurable usage of tabular-like environments
- Option `table centered`
- Option `generic table`
- Option `generic collected table`
- Option `generic table options`

### Changed
- The implementation of all tabular-like environments uses the new
  generic environments now internally. Should be unnoticeable for a user.

### Fixed
- documentation typo correction and small improvents
- Option `long tabularray`
2022-04-08 20:55:01 +00:00

18 lines
535 B
Makefile

# $NetBSD: Makefile,v 1.5 2022/04/08 20:55:01 markd Exp $
DISTNAME= csvsimple
PKGNAME= tex-${DISTNAME}-2.3.0
TEXLIVE_REV= 61839
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/csvsimple
COMMENT= Simple CSV file processing
LICENSE= lppl-1.3c
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"