pkgsrc-WIP-changes archive

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

tex-tabulary: Import tex-tabulary-0.10 as wip/tex-tabulary



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Wed Jan 27 11:58:02 2021 +0900
Changeset:	cd01436c8f9cec5ece954b4888404eea8854fd07

Modified Files:
	Makefile
Added Files:
	tex-tabulary/DESCR
	tex-tabulary/Makefile
	tex-tabulary/PLIST
	tex-tabulary/distinfo

Log Message:
tex-tabulary: Import tex-tabulary-0.10 as wip/tex-tabulary

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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cd01436c8f9cec5ece954b4888404eea8854fd07

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

diffstat:
 Makefile              |  1 +
 tex-tabulary/DESCR    |  7 +++++++
 tex-tabulary/Makefile | 13 +++++++++++++
 tex-tabulary/PLIST    |  2 ++
 tex-tabulary/distinfo |  6 ++++++
 5 files changed, 29 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index bcd7b3c606..9652bf11f9 100644
--- a/Makefile
+++ b/Makefile
@@ -5354,6 +5354,7 @@ SUBDIR+=	tex-setspace-doc
 SUBDIR+=	tex-smartdiagram
 SUBDIR+=	tex-stix2-otf
 SUBDIR+=	tex-stix2-otf-doc
+SUBDIR+=	tex-tabulary
 SUBDIR+=	tex-texlive-ja-doc
 SUBDIR+=	tex-uplatex
 SUBDIR+=	tex-uplatex-doc
diff --git a/tex-tabulary/DESCR b/tex-tabulary/DESCR
new file mode 100644
index 0000000000..31c6328df1
--- /dev/null
+++ b/tex-tabulary/DESCR
@@ -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 --git a/tex-tabulary/Makefile b/tex-tabulary/Makefile
new file mode 100644
index 0000000000..0fcdaf4c53
--- /dev/null
+++ b/tex-tabulary/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+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
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-tabulary/PLIST b/tex-tabulary/PLIST
new file mode 100644
index 0000000000..d68171e152
--- /dev/null
+++ b/tex-tabulary/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/tabulary/tabulary.sty
diff --git a/tex-tabulary/distinfo b/tex-tabulary/distinfo
new file mode 100644
index 0000000000..1354ed4889
--- /dev/null
+++ b/tex-tabulary/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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