pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print
Module Name: pkgsrc
Committed By: markd
Date: Thu May 8 08:31:07 UTC 2025
Modified Files:
pkgsrc/print/tex-tabulary: Makefile PLIST distinfo
pkgsrc/print/tex-tabulary-doc: Makefile PLIST distinfo
Log Message:
tex-tabulary(,-doc}: update to 0.11
Update to tabulary to be compatible with the latest array package
release. Also fix some issues reported over the last 20 years.
Update to match latest array package (rollback to v0.10 for older releases)
Restore LaTeX counters after trial typesetting gh/12
Handle p and b columns like m gh/38
use \cs{hskip}1sp to match array 2.3i from 1996
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-tabulary/Makefile \
pkgsrc/print/tex-tabulary/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-tabulary/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-tabulary-doc/Makefile \
pkgsrc/print/tex-tabulary-doc/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-tabulary-doc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/tex-tabulary/Makefile
diff -u pkgsrc/print/tex-tabulary/Makefile:1.1 pkgsrc/print/tex-tabulary/Makefile:1.2
--- pkgsrc/print/tex-tabulary/Makefile:1.1 Tue Feb 9 22:24:44 2021
+++ pkgsrc/print/tex-tabulary/Makefile Thu May 8 08:31:06 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2021/02/09 22:24:44 dholland Exp $
+# $NetBSD: Makefile,v 1.2 2025/05/08 08:31:06 markd Exp $
DISTNAME= tabulary
-PKGNAME= tex-${DISTNAME}-0.10
-TEXLIVE_REV= 34368
+PKGNAME= tex-${DISTNAME}-0.11
+TEXLIVE_REV= 71463
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/tabulary
Index: pkgsrc/print/tex-tabulary/PLIST
diff -u pkgsrc/print/tex-tabulary/PLIST:1.1 pkgsrc/print/tex-tabulary/PLIST:1.2
--- pkgsrc/print/tex-tabulary/PLIST:1.1 Tue Feb 9 22:24:44 2021
+++ pkgsrc/print/tex-tabulary/PLIST Thu May 8 08:31:06 2025
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2021/02/09 22:24:44 dholland Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/05/08 08:31:06 markd Exp $
+share/texmf-dist/tex/latex/tabulary/tabulary-v010.sty
share/texmf-dist/tex/latex/tabulary/tabulary.sty
Index: pkgsrc/print/tex-tabulary/distinfo
diff -u pkgsrc/print/tex-tabulary/distinfo:1.3 pkgsrc/print/tex-tabulary/distinfo:1.4
--- pkgsrc/print/tex-tabulary/distinfo:1.3 Tue Oct 26 11:14:45 2021
+++ pkgsrc/print/tex-tabulary/distinfo Thu May 8 08:31:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:14:45 nia Exp $
+$NetBSD: distinfo,v 1.4 2025/05/08 08:31:06 markd Exp $
-BLAKE2s (tabulary.r34368.tar.xz) = d1d2fc014fb554caea59727a0d4e25a8f2bd98f7dfbe80aca983fdee12b21933
-SHA512 (tabulary.r34368.tar.xz) = 2c873a3840d8bf06a095ff3106b317ae6acfb8498d47b0229a37e247e0e0a9df80300759d65d13ebc9defb15d1cde0aa1e956d2f88bebab3311af459be47df0a
-Size (tabulary.r34368.tar.xz) = 4032 bytes
+BLAKE2s (tabulary.r71463.tar.xz) = f1386972a77e71d3847e47878f24756a3ea0be5865756302f4d14a8ec6962076
+SHA512 (tabulary.r71463.tar.xz) = 24b394c8cd3c83c35024a50ec985393ed0fb406118783b3810f78bd6f6192c380d5846e4d4ae80a2ac119f7c3fafafbb77ac734753f824e3a224dc90b8b88615
+Size (tabulary.r71463.tar.xz) = 4656 bytes
Index: pkgsrc/print/tex-tabulary-doc/Makefile
diff -u pkgsrc/print/tex-tabulary-doc/Makefile:1.1 pkgsrc/print/tex-tabulary-doc/Makefile:1.2
--- pkgsrc/print/tex-tabulary-doc/Makefile:1.1 Thu Feb 11 22:29:05 2021
+++ pkgsrc/print/tex-tabulary-doc/Makefile Thu May 8 08:31:07 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2021/02/11 22:29:05 markd Exp $
+# $NetBSD: Makefile,v 1.2 2025/05/08 08:31:07 markd Exp $
DISTNAME= tabulary.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-0.10
-TEXLIVE_REV= 34368
+PKGNAME= tex-${DISTNAME:S/./-/}-0.11
+TEXLIVE_REV= 71463
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/tabulary
Index: pkgsrc/print/tex-tabulary-doc/PLIST
diff -u pkgsrc/print/tex-tabulary-doc/PLIST:1.1 pkgsrc/print/tex-tabulary-doc/PLIST:1.2
--- pkgsrc/print/tex-tabulary-doc/PLIST:1.1 Thu Feb 11 22:29:05 2021
+++ pkgsrc/print/tex-tabulary-doc/PLIST Thu May 8 08:31:07 2025
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2021/02/11 22:29:05 markd Exp $
-share/texmf-dist/doc/latex/tabulary/README
+@comment $NetBSD: PLIST,v 1.2 2025/05/08 08:31:07 markd Exp $
+share/texmf-dist/doc/latex/tabulary/README.txt
share/texmf-dist/doc/latex/tabulary/tabulary.pdf
Index: pkgsrc/print/tex-tabulary-doc/distinfo
diff -u pkgsrc/print/tex-tabulary-doc/distinfo:1.3 pkgsrc/print/tex-tabulary-doc/distinfo:1.4
--- pkgsrc/print/tex-tabulary-doc/distinfo:1.3 Tue Oct 26 11:14:46 2021
+++ pkgsrc/print/tex-tabulary-doc/distinfo Thu May 8 08:31:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:14:46 nia Exp $
+$NetBSD: distinfo,v 1.4 2025/05/08 08:31:07 markd Exp $
-BLAKE2s (tabulary.doc.r34368.tar.xz) = 336a61dde39971ea226eec7303a54299f6b9a06eb5de842323865bb60b61e148
-SHA512 (tabulary.doc.r34368.tar.xz) = b619c6b3dce1421ad4f06ab5e6f0ecaa6dc4f55076b66303a4e5409b42a4a9e34d218251177234dc0f3dac13046638a75623db0094978badc4db93083660f5e9
-Size (tabulary.doc.r34368.tar.xz) = 255704 bytes
+BLAKE2s (tabulary.doc.r71463.tar.xz) = c6a8cf5de428d9832ccd8d959c414b479f77d08f3d3a914730c73a9485c815e1
+SHA512 (tabulary.doc.r71463.tar.xz) = c1e8dc6c22b48ddc334e785af030c231ae09acaee723c6c493b8affa66c594a39282ea286e9774d09525dd26a701d64fbbccd5f922119ee78cebcec7819db989
+Size (tabulary.doc.r71463.tar.xz) = 314932 bytes
Home |
Main Index |
Thread Index |
Old Index