pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-cellspace{,-doc}: update to 1.9.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66d9807de480
branches:  trunk
changeset: 376444:66d9807de480
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Apr 08 05:10:15 2022 +0000

description:
tex-cellspace{,-doc}: update to 1.9.0

The package has now been made aware of the new implementation of
\@endpbox of array. The new implementation solves a problem with
empty cells for paragraph-type columns (m, p, b) by testing
whether \prevdepth is greater than 1000 pt.

diffstat:

 print/tex-cellspace-doc/DESCR    |   2 +-
 print/tex-cellspace-doc/Makefile |   7 +++----
 print/tex-cellspace-doc/distinfo |   8 ++++----
 print/tex-cellspace/DESCR        |  17 ++++++++++-------
 print/tex-cellspace/Makefile     |   7 +++----
 print/tex-cellspace/distinfo     |   8 ++++----
 6 files changed, 25 insertions(+), 24 deletions(-)

diffs (96 lines):

diff -r e704dd1bb088 -r 66d9807de480 print/tex-cellspace-doc/DESCR
--- a/print/tex-cellspace-doc/DESCR     Fri Apr 08 05:06:49 2022 +0000
+++ b/print/tex-cellspace-doc/DESCR     Fri Apr 08 05:10:15 2022 +0000
@@ -1,1 +1,1 @@
-This is documentation for tex-cellspace.
+Documentation for tex-cellspace.
diff -r e704dd1bb088 -r 66d9807de480 print/tex-cellspace-doc/Makefile
--- a/print/tex-cellspace-doc/Makefile  Fri Apr 08 05:06:49 2022 +0000
+++ b/print/tex-cellspace-doc/Makefile  Fri Apr 08 05:10:15 2022 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:33:45 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2022/04/08 05:10:15 markd Exp $
 
 DISTNAME=      cellspace.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.8.1
-TEXLIVE_REV=   50374
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.9.0
+TEXLIVE_REV=   61501
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/cellspace
 COMMENT=       Documentation for tex-cellspace
 LICENSE=       lppl-1.3c
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e704dd1bb088 -r 66d9807de480 print/tex-cellspace-doc/distinfo
--- a/print/tex-cellspace-doc/distinfo  Fri Apr 08 05:06:49 2022 +0000
+++ b/print/tex-cellspace-doc/distinfo  Fri Apr 08 05:10:15 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:12:48 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/04/08 05:10:15 markd Exp $
 
-BLAKE2s (tex-cellspace-50374/cellspace.doc.tar.xz) = 4ed8f01baa24237aed816a026432b760d7e247359479d2e76eb4431deb787d9a
-SHA512 (tex-cellspace-50374/cellspace.doc.tar.xz) = a1cdfb273e8c32374b03dfcd1d2ccbf12a19918fdeada025cf948fefa624decda07f8c3384a4dd859efdaa9048adcf0c513f59f28e48f31062819c1f9acdcd0d
-Size (tex-cellspace-50374/cellspace.doc.tar.xz) = 342008 bytes
+BLAKE2s (cellspace.doc.r61501.tar.xz) = 495a638d482a54ce1ee1f870166be08487ffe4a8ad94b7087431a7e248b6d158
+SHA512 (cellspace.doc.r61501.tar.xz) = 3a6044a5b3e38ea425174481bf0f079943b53b9cc7d68668f5666c72c33cc5edfb82aac08bc3347225e4838dc32579ea611e8fcd2619468e080cc63c11a38da3
+Size (cellspace.doc.r61501.tar.xz) = 342576 bytes
diff -r e704dd1bb088 -r 66d9807de480 print/tex-cellspace/DESCR
--- a/print/tex-cellspace/DESCR Fri Apr 08 05:06:49 2022 +0000
+++ b/print/tex-cellspace/DESCR Fri Apr 08 05:10:15 2022 +0000
@@ -1,7 +1,10 @@
-It is well known that high or deep cells tend to touch the \hlines of a
-tabular. This package provides a modifier S acting on usual column types
-so that to ensure a minimal distance that can be controlled through two
-parameters \cellspacetoplimit and \cellspacebottomlimit. The approach
-employed by this package is noticeably simpler than that of tabls, which
-considers the dimensions of each entire row; whereas you can ask the
-cellspace only to look at the cells of potentially difficult columns.
+It is well known that high or deep cells tend to touch the
+\hlines of a tabular. This package provides a modifier S acting
+on usual column types so that to ensure a minimal distance that
+can be controlled through two parameters \cellspacetoplimit and
+\cellspacebottomlimit. The approach employed by this package is
+noticeably simpler than that of tabls, which considers the
+dimensions of each entire row; whereas you can ask the
+cellspace only to look at the cells of potentially difficult
+columns. The package depends on ifthen, array, calc, and
+xkeyval.
diff -r e704dd1bb088 -r 66d9807de480 print/tex-cellspace/Makefile
--- a/print/tex-cellspace/Makefile      Fri Apr 08 05:06:49 2022 +0000
+++ b/print/tex-cellspace/Makefile      Fri Apr 08 05:10:15 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:33:45 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2022/04/08 05:10:15 markd Exp $
 
 DISTNAME=      cellspace
-PKGNAME=       tex-${DISTNAME}-1.8.1
-TEXLIVE_REV=   50374
+PKGNAME=       tex-${DISTNAME}-1.9.0
+TEXLIVE_REV=   61501
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/cellspace
@@ -14,6 +14,5 @@
 DEPENDS+=      tex-latex-bin>=2009nb1:../../print/tex-latex-bin
 DEPENDS+=      tex-tools>=2010:../../print/tex-tools
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e704dd1bb088 -r 66d9807de480 print/tex-cellspace/distinfo
--- a/print/tex-cellspace/distinfo      Fri Apr 08 05:06:49 2022 +0000
+++ b/print/tex-cellspace/distinfo      Fri Apr 08 05:10:15 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:12:48 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/04/08 05:10:15 markd Exp $
 
-BLAKE2s (tex-cellspace-50374/cellspace.tar.xz) = cba843761b8892c43cd079fc14cb0494ab480e9ec624ea36059a700be7c6c386
-SHA512 (tex-cellspace-50374/cellspace.tar.xz) = d2de1e55913a434eb5b0ab19f615ee325dca750eaa8d61222045220153d521eb8149bf025aa03b1e6a7c625cd994b8bdaea241b227b28d1622c1a75ec72d76fd
-Size (tex-cellspace-50374/cellspace.tar.xz) = 2448 bytes
+BLAKE2s (cellspace.r61501.tar.xz) = fe829153505a5d278755231b64e0ad4a6719a0149e83be215117b98f99fb24d9
+SHA512 (cellspace.r61501.tar.xz) = 75c32e958beab58086d8ba91da3bf1a4a4b9f3ec306dd5369798298c45cc67ee44c591e616062072ae399aa89c90edabe597665901ec60f46fb9fcd9d4c462d5
+Size (cellspace.r61501.tar.xz) = 2488 bytes



Home | Main Index | Thread Index | Old Index