pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-tabulary Add print/tex-tabulary 0.10, nonexi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c94714859ef0
branches:  trunk
changeset: 446495:c94714859ef0
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Tue Feb 09 22:24:44 2021 +0000

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

diffstat:

 print/tex-tabulary/DESCR    |   7 +++++++
 print/tex-tabulary/Makefile |  15 +++++++++++++++
 print/tex-tabulary/PLIST    |   2 ++
 print/tex-tabulary/distinfo |   6 ++++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 9e9322621eba -r c94714859ef0 print/tex-tabulary/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tabulary/DESCR  Tue Feb 09 22:24:44 2021 +0000
@@ -0,0 +1,7 @@
+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.
diff -r 9e9322621eba -r c94714859ef0 print/tex-tabulary/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tabulary/Makefile       Tue Feb 09 22:24:44 2021 +0000
@@ -0,0 +1,15 @@
+# $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@localhost
+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"
diff -r 9e9322621eba -r c94714859ef0 print/tex-tabulary/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tabulary/PLIST  Tue Feb 09 22:24:44 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/09 22:24:44 dholland Exp $
+share/texmf-dist/tex/latex/tabulary/tabulary.sty
diff -r 9e9322621eba -r c94714859ef0 print/tex-tabulary/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-tabulary/distinfo       Tue Feb 09 22:24:44 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/09 22:24:44 dholland Exp $
+
+SHA1 (tabulary.r34368.tar.xz) = 5e3b620135cccd0c3c58107f68030b2bd1e83ac6
+RMD160 (tabulary.r34368.tar.xz) = e8a2565f1d921c9b57aefad25e3f963e65bdcc01
+SHA512 (tabulary.r34368.tar.xz) = 2c873a3840d8bf06a095ff3106b317ae6acfb8498d47b0229a37e247e0e0a9df80300759d65d13ebc9defb15d1cde0aa1e956d2f88bebab3311af459be47df0a
+Size (tabulary.r34368.tar.xz) = 4032 bytes



Home | Main Index | Thread Index | Old Index