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: Fri Apr 8 05:10:16 UTC 2022
Modified Files:
pkgsrc/print/tex-cellspace: DESCR Makefile distinfo
pkgsrc/print/tex-cellspace-doc: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-cellspace/DESCR
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-cellspace/Makefile \
pkgsrc/print/tex-cellspace/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-cellspace-doc/DESCR
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-cellspace-doc/Makefile \
pkgsrc/print/tex-cellspace-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-cellspace/DESCR
diff -u pkgsrc/print/tex-cellspace/DESCR:1.1.1.1 pkgsrc/print/tex-cellspace/DESCR:1.2
--- pkgsrc/print/tex-cellspace/DESCR:1.1.1.1 Tue Nov 9 16:28:44 2010
+++ pkgsrc/print/tex-cellspace/DESCR Fri Apr 8 05:10:15 2022
@@ -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.
Index: pkgsrc/print/tex-cellspace/Makefile
diff -u pkgsrc/print/tex-cellspace/Makefile:1.6 pkgsrc/print/tex-cellspace/Makefile:1.7
--- pkgsrc/print/tex-cellspace/Makefile:1.6 Sat Jan 18 23:33:45 2020
+++ pkgsrc/print/tex-cellspace/Makefile Fri Apr 8 05:10:15 2022
@@ -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>=2009:../../print/te
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"
Index: pkgsrc/print/tex-cellspace/distinfo
diff -u pkgsrc/print/tex-cellspace/distinfo:1.6 pkgsrc/print/tex-cellspace/distinfo:1.7
--- pkgsrc/print/tex-cellspace/distinfo:1.6 Tue Oct 26 11:12:48 2021
+++ pkgsrc/print/tex-cellspace/distinfo Fri Apr 8 05:10:15 2022
@@ -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
Index: pkgsrc/print/tex-cellspace-doc/DESCR
diff -u pkgsrc/print/tex-cellspace-doc/DESCR:1.1.1.1 pkgsrc/print/tex-cellspace-doc/DESCR:1.2
--- pkgsrc/print/tex-cellspace-doc/DESCR:1.1.1.1 Tue Nov 9 16:28:53 2010
+++ pkgsrc/print/tex-cellspace-doc/DESCR Fri Apr 8 05:10:15 2022
@@ -1 +1 @@
-This is documentation for tex-cellspace.
+Documentation for tex-cellspace.
Index: pkgsrc/print/tex-cellspace-doc/Makefile
diff -u pkgsrc/print/tex-cellspace-doc/Makefile:1.6 pkgsrc/print/tex-cellspace-doc/Makefile:1.7
--- pkgsrc/print/tex-cellspace-doc/Makefile:1.6 Sat Jan 18 23:33:45 2020
+++ pkgsrc/print/tex-cellspace-doc/Makefile Fri Apr 8 05:10:15 2022
@@ -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"
Index: pkgsrc/print/tex-cellspace-doc/distinfo
diff -u pkgsrc/print/tex-cellspace-doc/distinfo:1.6 pkgsrc/print/tex-cellspace-doc/distinfo:1.7
--- pkgsrc/print/tex-cellspace-doc/distinfo:1.6 Tue Oct 26 11:12:48 2021
+++ pkgsrc/print/tex-cellspace-doc/distinfo Fri Apr 8 05:10:15 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index