pkgsrc/print/tex-ucs-doc/Makefile
markd 3a7c4bb439 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
2022-09-01 05:47:16 +00:00

19 lines
524 B
Makefile

# $NetBSD: Makefile,v 1.6 2022/09/01 05:47:16 markd Exp $
DISTNAME= ucs.doc
PKGNAME= tex-${DISTNAME:S/./-/}-2.3
TEXLIVE_REV= 64114
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/ucs
COMMENT= Documentation for tex-ucs
LICENSE= lppl-1.3c
REPLACE_PERL+= doc/latex/ucs/*.pl
REPLACE_PERL+= doc/latex/ucs/unsupported/u2ps
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/latex/ucs/*.pl \
share/texmf-dist/doc/latex/ucs/unsupported/u2ps
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"