pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-tabulary



Module Name:    pkgsrc
Committed By:   dholland
Date:           Tue Feb  9 22:24:44 UTC 2021

Added Files:
        pkgsrc/print/tex-tabulary: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-tabulary/DESCR \
    pkgsrc/print/tex-tabulary/Makefile pkgsrc/print/tex-tabulary/PLIST \
    pkgsrc/print/tex-tabulary/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/print/tex-tabulary/DESCR
diff -u /dev/null pkgsrc/print/tex-tabulary/DESCR:1.1
--- /dev/null   Tue Feb  9 22:24:44 2021
+++ pkgsrc/print/tex-tabulary/DESCR     Tue Feb  9 22:24:44 2021
@@ -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.
Index: pkgsrc/print/tex-tabulary/Makefile
diff -u /dev/null pkgsrc/print/tex-tabulary/Makefile:1.1
--- /dev/null   Tue Feb  9 22:24:44 2021
+++ pkgsrc/print/tex-tabulary/Makefile  Tue Feb  9 22:24:44 2021
@@ -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"
Index: pkgsrc/print/tex-tabulary/PLIST
diff -u /dev/null pkgsrc/print/tex-tabulary/PLIST:1.1
--- /dev/null   Tue Feb  9 22:24:44 2021
+++ pkgsrc/print/tex-tabulary/PLIST     Tue Feb  9 22:24:44 2021
@@ -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
Index: pkgsrc/print/tex-tabulary/distinfo
diff -u /dev/null pkgsrc/print/tex-tabulary/distinfo:1.1
--- /dev/null   Tue Feb  9 22:24:44 2021
+++ pkgsrc/print/tex-tabulary/distinfo  Tue Feb  9 22:24:44 2021
@@ -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