pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-ucs{,-doc}: update to 2.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ea50664f872
branches:  trunk
changeset: 384463:8ea50664f872
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Sep 01 05:47:16 2022 +0000

description:
tex-ucs{,-doc}: update to 2.3

Update to the ucs package and inputenc [utf8x] option

New Support address
https://github.com/LaTeX-Package-Repositories/ucs/issues

This update (By David Carlisle, with permission from the original
authors, Dominique Unruh and Wolfgang Jeltsch) makes

    \usepackage[utf8x]{inputenc}

act like the standard utf8 option, so has no effect in most cases
as UTF-8 is the default encoding in recent LaTeX releases.

If the ucs package is explicitly loaded, the original utf8x
definitions are used, but ucs.sty and utf8x.def have been updated
to use e-tex \protected definitions to make them compatible with
Unicode support in LaTeX, notably \MakeUppercase in the June 2022 LaTeX

diffstat:

 print/tex-ucs-doc/DESCR    |   2 +-
 print/tex-ucs-doc/Makefile |   8 ++--
 print/tex-ucs-doc/PLIST    |  18 ++++----
 print/tex-ucs-doc/distinfo |   8 ++--
 print/tex-ucs/DESCR        |  15 +++++--
 print/tex-ucs/Makefile     |  10 ++--
 print/tex-ucs/PLIST        |  88 +++++++++++++++++++++++----------------------
 print/tex-ucs/distinfo     |   8 ++--
 8 files changed, 82 insertions(+), 75 deletions(-)

diffs (264 lines):

diff -r 9bee57bb027b -r 8ea50664f872 print/tex-ucs-doc/DESCR
--- a/print/tex-ucs-doc/DESCR   Thu Sep 01 05:43:30 2022 +0000
+++ b/print/tex-ucs-doc/DESCR   Thu Sep 01 05:47:16 2022 +0000
@@ -1,1 +1,1 @@
-This is documentation for tex-ucs.
+Documentation for tex-ucs.
diff -r 9bee57bb027b -r 8ea50664f872 print/tex-ucs-doc/Makefile
--- a/print/tex-ucs-doc/Makefile        Thu Sep 01 05:43:30 2022 +0000
+++ b/print/tex-ucs-doc/Makefile        Thu Sep 01 05:47:16 2022 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2019/12/06 20:23:37 markd Exp $
+# $NetBSD: Makefile,v 1.6 2022/09/01 05:47:16 markd Exp $
 
 DISTNAME=      ucs.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2.2
-TEXLIVE_REV=   35853
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.3
+TEXLIVE_REV=   64114
 
 MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/ucs
 COMMENT=       Documentation for tex-ucs
 LICENSE=       lppl-1.3c
 
@@ -14,6 +15,5 @@
 CHECK_INTERPRETER_SKIP+=       share/texmf-dist/doc/latex/ucs/*.pl \
                                share/texmf-dist/doc/latex/ucs/unsupported/u2ps
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9bee57bb027b -r 8ea50664f872 print/tex-ucs-doc/PLIST
--- a/print/tex-ucs-doc/PLIST   Thu Sep 01 05:43:30 2022 +0000
+++ b/print/tex-ucs-doc/PLIST   Thu Sep 01 05:47:16 2022 +0000
@@ -1,11 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2015/04/25 05:20:08 markd Exp $
-share/texmf-dist/doc/latex/ucs/FAQ
+@comment $NetBSD: PLIST,v 1.3 2022/09/01 05:47:16 markd Exp $
+share/texmf-dist/doc/latex/ucs/FAQ.txt
 share/texmf-dist/doc/latex/ucs/GNUmakefile
-share/texmf-dist/doc/latex/ucs/INSTALL
-share/texmf-dist/doc/latex/ucs/LICENSE
-share/texmf-dist/doc/latex/ucs/README
+share/texmf-dist/doc/latex/ucs/INSTALL.txt
+share/texmf-dist/doc/latex/ucs/LICENSE.txt
 share/texmf-dist/doc/latex/ucs/README.TEXLIVE
-share/texmf-dist/doc/latex/ucs/VERSION
+share/texmf-dist/doc/latex/ucs/README.txt
+share/texmf-dist/doc/latex/ucs/VERSION.txt
+share/texmf-dist/doc/latex/ucs/cenccmn.tex
 share/texmf-dist/doc/latex/ucs/config/ascii.ucf
 share/texmf-dist/doc/latex/ucs/config/boxdraw.ucf
 share/texmf-dist/doc/latex/ucs/config/braille.ucf
@@ -45,10 +46,9 @@
 share/texmf-dist/doc/latex/ucs/latexout.pl
 share/texmf-dist/doc/latex/ucs/ltxmacrs.txt
 share/texmf-dist/doc/latex/ucs/makeunidef.pl
-share/texmf-dist/doc/latex/ucs/ucs.dtx
-share/texmf-dist/doc/latex/ucs/ucs.ins
 share/texmf-dist/doc/latex/ucs/ucs.pdf
-share/texmf-dist/doc/latex/ucs/unsupported/README
+share/texmf-dist/doc/latex/ucs/unsupported/README.txt
 share/texmf-dist/doc/latex/ucs/unsupported/sym-to-fontenc.txt
 share/texmf-dist/doc/latex/ucs/unsupported/tables.inc
 share/texmf-dist/doc/latex/ucs/unsupported/u2ps
+share/texmf-dist/doc/latex/ucs/utils/UnicodeT.sfd
diff -r 9bee57bb027b -r 8ea50664f872 print/tex-ucs-doc/distinfo
--- a/print/tex-ucs-doc/distinfo        Thu Sep 01 05:43:30 2022 +0000
+++ b/print/tex-ucs-doc/distinfo        Thu Sep 01 05:47:16 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:14:59 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/09/01 05:47:16 markd Exp $
 
-BLAKE2s (tex-ucs-35853/ucs.doc.tar.xz) = 42968dd56ddf94dc8a4d07c08f0bdea411d2223ba838accf6ab06d5d415c83a7
-SHA512 (tex-ucs-35853/ucs.doc.tar.xz) = ce306274b1a21960b3e6505172d0f0b5163ac0b273a29d1cf44884472f4aa6b3b17ee448f69a13f8418a95743059228f9bbd8eab992bc1ed236d656bae7dd99e
-Size (tex-ucs-35853/ucs.doc.tar.xz) = 903064 bytes
+BLAKE2s (ucs.doc.r64114.tar.xz) = 5507e8ef87b01b1262e95d850bde2feb549e647774d3bf1918a3347ffc73a11a
+SHA512 (ucs.doc.r64114.tar.xz) = 23eb57ebc1bf27d6406d883caf8ab060d4d4c7e8caeb982781f7cdd719d50aed316a2c72f01934a8f0e16a6ccf6df62598038743a026ac1f46f4be731b020c2f
+Size (ucs.doc.r64114.tar.xz) = 1215552 bytes
diff -r 9bee57bb027b -r 8ea50664f872 print/tex-ucs/DESCR
--- a/print/tex-ucs/DESCR       Thu Sep 01 05:43:30 2022 +0000
+++ b/print/tex-ucs/DESCR       Thu Sep 01 05:47:16 2022 +0000
@@ -1,5 +1,10 @@
-This bundle provides the ucs package, and utf8x.def, together with a
-large number of support files. The utf8x.def definition file for use
-with inputenc covers a wider range of Unicode characters than does
-utf8.def in the LaTeX distribution. The ucs package provides facilities
-for efficient use of large sets of Unicode characters.
+The bundle provides the ucs package, and utf8x.def, together
+with a large number of support files. The utf8x.def definition
+file for use with inputenc covers a wider range of Unicode
+characters than does utf8.def in the LaTeX distribution. The
+package provides facilities for efficient use of its large sets
+of Unicode characters. Glyph production may be controlled by
+various options, which permits use of non-ASCII characters when
+coding mathematical formulae. Note that the bundle previously
+had an alias "unicode"; that alias has now been withdrawn, and
+no package of that name now exists.
diff -r 9bee57bb027b -r 8ea50664f872 print/tex-ucs/Makefile
--- a/print/tex-ucs/Makefile    Thu Sep 01 05:43:30 2022 +0000
+++ b/print/tex-ucs/Makefile    Thu Sep 01 05:47:16 2022 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.14 2019/12/06 20:23:37 markd Exp $
+# $NetBSD: Makefile,v 1.15 2022/09/01 05:47:16 markd Exp $
 
 DISTNAME=      ucs
-PKGNAME=       tex-${DISTNAME}-2.2
-TEXLIVE_REV=   35853
+PKGNAME=       tex-${DISTNAME}-2.3
+TEXLIVE_REV=   64114
 
 MAINTAINER=    minskim%NetBSD.org@localhost
-COMMENT=       Extended UTF-8 input encoding for LaTeX
+HOMEPAGE=      https://ctan.org/pkg/ucs
+COMMENT=       Extended UTF-8 input encoding support for LaTeX
 LICENSE=       lppl-1.3c
 
 DEPENDS+=      tex-graphics-[0-9]*:../../print/tex-graphics
@@ -13,6 +14,5 @@
 DEPENDS+=      tex-latex-[0-9]*:../../print/tex-latex
 DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9bee57bb027b -r 8ea50664f872 print/tex-ucs/PLIST
--- a/print/tex-ucs/PLIST       Thu Sep 01 05:43:30 2022 +0000
+++ b/print/tex-ucs/PLIST       Thu Sep 01 05:47:16 2022 +0000
@@ -1,4 +1,12 @@
-@comment $NetBSD: PLIST,v 1.6 2015/04/25 05:20:08 markd Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/09/01 05:47:16 markd Exp $
+share/texmf-dist/fonts/enc/dvips/ucs/cp1252.enc
+share/texmf-dist/fonts/enc/dvips/ucs/tengwarDS.enc
+share/texmf-dist/tex/latex/ucs/autofe.sty
+share/texmf-dist/tex/latex/ucs/c00enc.def
+share/texmf-dist/tex/latex/ucs/c10enc.def
+share/texmf-dist/tex/latex/ucs/c40enc.def
+share/texmf-dist/tex/latex/ucs/c42enc.def
+share/texmf-dist/tex/latex/ucs/c61enc.def
 share/texmf-dist/tex/latex/ucs/data/uni-0.def
 share/texmf-dist/tex/latex/ucs/data/uni-1.def
 share/texmf-dist/tex/latex/ucs/data/uni-100.def
@@ -63,7 +71,9 @@
 share/texmf-dist/tex/latex/ucs/data/uni-157.def
 share/texmf-dist/tex/latex/ucs/data/uni-158.def
 share/texmf-dist/tex/latex/ucs/data/uni-159.def
+share/texmf-dist/tex/latex/ucs/data/uni-166.def
 share/texmf-dist/tex/latex/ucs/data/uni-167.def
+share/texmf-dist/tex/latex/ucs/data/uni-171.def
 share/texmf-dist/tex/latex/ucs/data/uni-172.def
 share/texmf-dist/tex/latex/ucs/data/uni-173.def
 share/texmf-dist/tex/latex/ucs/data/uni-174.def
@@ -118,6 +128,7 @@
 share/texmf-dist/tex/latex/ucs/data/uni-251.def
 share/texmf-dist/tex/latex/ucs/data/uni-254.def
 share/texmf-dist/tex/latex/ucs/data/uni-255.def
+share/texmf-dist/tex/latex/ucs/data/uni-263.def
 share/texmf-dist/tex/latex/ucs/data/uni-29.def
 share/texmf-dist/tex/latex/ucs/data/uni-3.def
 share/texmf-dist/tex/latex/ucs/data/uni-30.def
@@ -148,6 +159,7 @@
 share/texmf-dist/tex/latex/ucs/data/uni-498.def
 share/texmf-dist/tex/latex/ucs/data/uni-5.def
 share/texmf-dist/tex/latex/ucs/data/uni-50.def
+share/texmf-dist/tex/latex/ucs/data/uni-507.def
 share/texmf-dist/tex/latex/ucs/data/uni-51.def
 share/texmf-dist/tex/latex/ucs/data/uni-760.def
 share/texmf-dist/tex/latex/ucs/data/uni-761.def
@@ -177,50 +189,40 @@
 share/texmf-dist/tex/latex/ucs/data/uni-99.def
 share/texmf-dist/tex/latex/ucs/data/uni-global.def
 share/texmf-dist/tex/latex/ucs/data/uninames.dat
+share/texmf-dist/tex/latex/ucs/ldvarial.fd
+share/texmf-dist/tex/latex/ucs/ldvc2000.fd
+share/texmf-dist/tex/latex/ucs/ldvenc.def
+share/texmf-dist/tex/latex/ucs/letc2000.fd
+share/texmf-dist/tex/latex/ucs/letenc.def
+share/texmf-dist/tex/latex/ucs/letgfzem.fd
+share/texmf-dist/tex/latex/ucs/letjiret.fd
+share/texmf-dist/tex/latex/ucs/lklenc.def
+share/texmf-dist/tex/latex/ucs/lklkli.fd
+share/texmf-dist/tex/latex/ucs/ltaarial.fd
+share/texmf-dist/tex/latex/ucs/ltac2000.fd
+share/texmf-dist/tex/latex/ucs/ltaenc.def
+share/texmf-dist/tex/latex/ucs/ltgc2000.fd
+share/texmf-dist/tex/latex/ucs/ltgenc.def
+share/texmf-dist/tex/latex/ucs/ltlcmr.fd
+share/texmf-dist/tex/latex/ucs/ltlenc.def
+share/texmf-dist/tex/latex/ucs/ltwdsnol.fd
+share/texmf-dist/tex/latex/ucs/ltwdsque.fd
+share/texmf-dist/tex/latex/ucs/ltwdssin.fd
+share/texmf-dist/tex/latex/ucs/ltwenc.def
+share/texmf-dist/tex/latex/ucs/lucarial.fd
+share/texmf-dist/tex/latex/ucs/lucc2000.fd
+share/texmf-dist/tex/latex/ucs/lucenc.def
+share/texmf-dist/tex/latex/ucs/mkrenc.def
+share/texmf-dist/tex/latex/ucs/mkrezra.fd
+share/texmf-dist/tex/latex/ucs/mkrhadas.fd
+share/texmf-dist/tex/latex/ucs/mkromega.fd
+share/texmf-dist/tex/latex/ucs/mkrrashi.fd
+share/texmf-dist/tex/latex/ucs/t2dcmr.fd
+share/texmf-dist/tex/latex/ucs/t2denc.def
 share/texmf-dist/tex/latex/ucs/ucs.sty
 share/texmf-dist/tex/latex/ucs/ucsencs.def
 share/texmf-dist/tex/latex/ucs/ucshyper.sty
 share/texmf-dist/tex/latex/ucs/ucsutils.sty
 share/texmf-dist/tex/latex/ucs/utf8x.def
-share/texmf-dist/tex/latex/ucs/utils/UnicodeT.sfd
-share/texmf-dist/tex/latex/ucs/utils/autofe.sty
-share/texmf-dist/tex/latex/ucs/utils/c00enc.def
-share/texmf-dist/tex/latex/ucs/utils/c10enc.def
-share/texmf-dist/tex/latex/ucs/utils/c40enc.def
-share/texmf-dist/tex/latex/ucs/utils/c42enc.def
-share/texmf-dist/tex/latex/ucs/utils/c61enc.def
-share/texmf-dist/tex/latex/ucs/utils/cenccmn.tex
-share/texmf-dist/tex/latex/ucs/utils/cp1252.enc
-share/texmf-dist/tex/latex/ucs/utils/ldvarial.fd
-share/texmf-dist/tex/latex/ucs/utils/ldvc2000.fd
-share/texmf-dist/tex/latex/ucs/utils/ldvenc.def
-share/texmf-dist/tex/latex/ucs/utils/letc2000.fd
-share/texmf-dist/tex/latex/ucs/utils/letenc.def
-share/texmf-dist/tex/latex/ucs/utils/letgfzem.fd
-share/texmf-dist/tex/latex/ucs/utils/letjiret.fd
-share/texmf-dist/tex/latex/ucs/utils/lklenc.def
-share/texmf-dist/tex/latex/ucs/utils/lklkli.fd
-share/texmf-dist/tex/latex/ucs/utils/ltaarial.fd
-share/texmf-dist/tex/latex/ucs/utils/ltac2000.fd
-share/texmf-dist/tex/latex/ucs/utils/ltaenc.def
-share/texmf-dist/tex/latex/ucs/utils/ltgc2000.fd
-share/texmf-dist/tex/latex/ucs/utils/ltgenc.def
-share/texmf-dist/tex/latex/ucs/utils/ltlcmr.fd
-share/texmf-dist/tex/latex/ucs/utils/ltlenc.def
-share/texmf-dist/tex/latex/ucs/utils/ltwdsnol.fd
-share/texmf-dist/tex/latex/ucs/utils/ltwdsque.fd
-share/texmf-dist/tex/latex/ucs/utils/ltwdssin.fd
-share/texmf-dist/tex/latex/ucs/utils/ltwenc.def
-share/texmf-dist/tex/latex/ucs/utils/lucarial.fd
-share/texmf-dist/tex/latex/ucs/utils/lucc2000.fd
-share/texmf-dist/tex/latex/ucs/utils/lucenc.def
-share/texmf-dist/tex/latex/ucs/utils/mkrenc.def
-share/texmf-dist/tex/latex/ucs/utils/mkrezra.fd
-share/texmf-dist/tex/latex/ucs/utils/mkrhadas.fd
-share/texmf-dist/tex/latex/ucs/utils/mkromega.fd
-share/texmf-dist/tex/latex/ucs/utils/mkrrashi.fd
-share/texmf-dist/tex/latex/ucs/utils/t2dcmr.fd
-share/texmf-dist/tex/latex/ucs/utils/t2denc.def
-share/texmf-dist/tex/latex/ucs/utils/tengwarDS.enc
-share/texmf-dist/tex/latex/ucs/utils/xscmr.fd
-share/texmf-dist/tex/latex/ucs/utils/xsenc.def
+share/texmf-dist/tex/latex/ucs/xscmr.fd
+share/texmf-dist/tex/latex/ucs/xsenc.def
diff -r 9bee57bb027b -r 8ea50664f872 print/tex-ucs/distinfo
--- a/print/tex-ucs/distinfo    Thu Sep 01 05:43:30 2022 +0000
+++ b/print/tex-ucs/distinfo    Thu Sep 01 05:47:16 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:14:59 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/09/01 05:47:16 markd Exp $
 
-BLAKE2s (tex-ucs-35853/ucs.tar.xz) = ba319f584e33dd51089b62e348613454f1fde43a6e008819aa16cd919aac99a3
-SHA512 (tex-ucs-35853/ucs.tar.xz) = 218ba39717e7952b4c250de16d8bae7a290d402e74cf2ecb2b1e52f97e252ee520072de8a12c2ac8ff97438d2b49d4c5777006e61f1cc989471d612cc689946d
-Size (tex-ucs-35853/ucs.tar.xz) = 268840 bytes
+BLAKE2s (ucs.r64114.tar.xz) = 6963d2c3baf84bbe0a3ee3de74073e76fbdfac551df2a4fce44d263cc949e1cd
+SHA512 (ucs.r64114.tar.xz) = 440156f8c6d1f43524225c99adc58b63f383e2d28dd2a79af0d881545d96debf3f3eadaa0682c5f3de12cabee109912ae699c5d3f9d5e48bc4a43b14b210288e
+Size (ucs.r64114.tar.xz) = 307448 bytes



Home | Main Index | Thread Index | Old Index