pkgsrc/print/tex-tabulary/Makefile
dholland 891667a8d3 Add print/tex-tabulary 0.10, nonexistent but used by lang/coq/options.mk.
(If there's a corresponding -doc package in texlive, I can't find it;
but I might be doing it wrong.)

It is like tabularx, but different:

The package defines a tabular*-like environment, tabulary,
taking a 'total width' argument as well as the column
specifications. The environment uses column types L, C, R and J
for variable width columns (\raggedright', \centering,
\raggedleft, and normally justified). In contrast to tabularx's
X columns, the width of each column is weighted according to
the natural width of the widest cell in the column.
2021-02-09 22:24:44 +00:00

15 lines
404 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/02/09 22:24:44 dholland Exp $
DISTNAME= tabulary
PKGNAME= tex-${DISTNAME}-0.10
TEXLIVE_REV= 34368
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/tabulary
COMMENT= Tabular with variable width columns balanced
LICENSE= lppl-1.3c
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"