pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-textcase{,-doc}: update to 1.03



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3772ee7e50d
branches:  trunk
changeset: 384458:b3772ee7e50d
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Sep 01 05:25:22 2022 +0000

description:
tex-textcase{,-doc}: update to 1.03

1.03
Minor adjustment to the test for a new format.
textcase remains obsolete for new LaTeX formats

1.02
textcase update for the June 2022 LaTeX release.

The package is now obsolete but still defines legacy
\MakeTextUppercase and \MakeTextLowercase
names for compatibility.

diffstat:

 print/tex-textcase-doc/DESCR    |   2 +-
 print/tex-textcase-doc/Makefile |   6 +++---
 print/tex-textcase-doc/distinfo |   8 ++++----
 print/tex-textcase/DESCR        |  13 ++++++++-----
 print/tex-textcase/Makefile     |   6 +++---
 print/tex-textcase/distinfo     |   8 ++++----
 6 files changed, 23 insertions(+), 20 deletions(-)

diffs (84 lines):

diff -r d9ee8be149dd -r b3772ee7e50d print/tex-textcase-doc/DESCR
--- a/print/tex-textcase-doc/DESCR      Thu Sep 01 05:22:04 2022 +0000
+++ b/print/tex-textcase-doc/DESCR      Thu Sep 01 05:25:22 2022 +0000
@@ -1,1 +1,1 @@
-This is documentation for tex-textcase.
+Documentation for tex-textcase.
diff -r d9ee8be149dd -r b3772ee7e50d print/tex-textcase-doc/Makefile
--- a/print/tex-textcase-doc/Makefile   Thu Sep 01 05:22:04 2022 +0000
+++ b/print/tex-textcase-doc/Makefile   Thu Sep 01 05:25:22 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2020/05/05 12:01:04 markd Exp $
+# $NetBSD: Makefile,v 1.5 2022/09/01 05:25:23 markd Exp $
 
 DISTNAME=      textcase.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.00
-TEXLIVE_REV=   52092
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.03
+TEXLIVE_REV=   63868
 
 MAINTAINER=    prlw1%cam.ac.uk@localhost
 HOMEPAGE=      https://ctan.org/pkg/textcase
diff -r d9ee8be149dd -r b3772ee7e50d print/tex-textcase-doc/distinfo
--- a/print/tex-textcase-doc/distinfo   Thu Sep 01 05:22:04 2022 +0000
+++ b/print/tex-textcase-doc/distinfo   Thu Sep 01 05:25:22 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:14:51 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/09/01 05:25:23 markd Exp $
 
-BLAKE2s (textcase.doc.r52092.tar.xz) = 713840b64be3f6806df23b598fbbafdc558018b2d4684c73f92967959394ea4f
-SHA512 (textcase.doc.r52092.tar.xz) = 737c03d99e03a188c80aa8478abb64f05e6a3241185d03746682bf3c5e2e48ed8181e46d1b10c9170b98882bafcfe61e37a0409d42d2506125e9515bc44f0e2c
-Size (textcase.doc.r52092.tar.xz) = 193892 bytes
+BLAKE2s (textcase.doc.r63868.tar.xz) = a08240adbd76871606965b7b2f614fd10bc8d92fe6cc3df534b15fed7e0b7057
+SHA512 (textcase.doc.r63868.tar.xz) = e2a9c7cb58109336c889ee7f87a3926cc885453c0c0472f70ca5a303cb203dc46f5c1330fe90282b0f9f790b02ca139931a944cfd9016c65aa8c8075460b4a1b
+Size (textcase.doc.r63868.tar.xz) = 215640 bytes
diff -r d9ee8be149dd -r b3772ee7e50d print/tex-textcase/DESCR
--- a/print/tex-textcase/DESCR  Thu Sep 01 05:22:04 2022 +0000
+++ b/print/tex-textcase/DESCR  Thu Sep 01 05:25:22 2022 +0000
@@ -1,10 +1,13 @@
 The textcase package offers commands \MakeTextUppercase and
-\MakeTextLowercase are similar to the standard \MakeUppercase
-and \MakeLowercase, but they do not change the case of any
-sections of mathematics, or the arguments of \cite, \label and
-\ref commands within the argument. A further command
+\MakeTextLowercase which are similar to the standard
+\MakeUppercase and \MakeLowercase, but they do not change the
+case of any sections of mathematics, or the arguments of \cite,
+\label and \ref commands within the argument. A further command
 \NoCaseChange does nothing but suppress case change within its
 argument, so to force uppercase of a section including an
 environment, one might say:
 \MakeTextUppercase{...\NoCaseChange{\begin{foo}}
-...\NoCaseChange{\end{foo}}...}
+...\NoCaseChange{\end{foo}}...} In current LaTeX this package
+is obsolete. You can use the standard \MakeUppercase and
+\MakeLowercase, but it defines legacy names \MakeTextUppercase
+and \MakeTextLowercase.
diff -r d9ee8be149dd -r b3772ee7e50d print/tex-textcase/Makefile
--- a/print/tex-textcase/Makefile       Thu Sep 01 05:22:04 2022 +0000
+++ b/print/tex-textcase/Makefile       Thu Sep 01 05:25:22 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2020/05/05 12:01:04 markd Exp $
+# $NetBSD: Makefile,v 1.5 2022/09/01 05:25:22 markd Exp $
 
 DISTNAME=      textcase
-PKGNAME=       tex-${DISTNAME}-1.00
-TEXLIVE_REV=   52092
+PKGNAME=       tex-${DISTNAME}-1.03
+TEXLIVE_REV=   63868
 
 MAINTAINER=    prlw1%cam.ac.uk@localhost
 HOMEPAGE=      https://ctan.org/pkg/textcase
diff -r d9ee8be149dd -r b3772ee7e50d print/tex-textcase/distinfo
--- a/print/tex-textcase/distinfo       Thu Sep 01 05:22:04 2022 +0000
+++ b/print/tex-textcase/distinfo       Thu Sep 01 05:25:22 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:14:51 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/09/01 05:25:22 markd Exp $
 
-BLAKE2s (textcase.r52092.tar.xz) = 4e94cd77aec8512338ad6034a942209d20f2bfd79154d7042dc5391ea3f5275d
-SHA512 (textcase.r52092.tar.xz) = 9cb8145b46343c34c4ac7c7ec64dc6d69f08e329cfae2c1ac41902a74e92cee715b5b171bbf26b92efc0a8a4500d11d317d8c927ffee623450b39e4ee6555483
-Size (textcase.r52092.tar.xz) = 1508 bytes
+BLAKE2s (textcase.r63868.tar.xz) = 021133e567252f6a47c713842329d17255a5f57a1811e2b2bbfe7482fdb2daad
+SHA512 (textcase.r63868.tar.xz) = 0086fd3c6601f03d730f195915f1ac9902bb2e8555690395719da58643a6a2f9f5ca28d05f79941d8afccf517564301336e017341da6a9ceb19755db8e17db65
+Size (textcase.r63868.tar.xz) = 1624 bytes



Home | Main Index | Thread Index | Old Index