diff options
author | adam <adam@pkgsrc.org> | 2019-05-09 09:47:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-05-09 09:47:34 +0000 |
commit | 986656d34c35c7f478a481b7c3cf66e265113132 (patch) | |
tree | f204f2fc6109c43594a52133b6e1e272d0a8fa1b /print/cjkutils | |
parent | efe6a82b83640e5463562f6be37f855c6ded97f6 (diff) | |
download | pkgsrc-986656d34c35c7f478a481b7c3cf66e265113132.tar.gz |
texlive: updated to 20190410
20190410:
Kpathsea: More consistent brace expansion and path splitting; new variable TEXMFDOTDIR instead of hard-coded . in paths allows for easily searching additional or sub-directories (see comments in texmf.cnf).
epTEX, eupTEX: New primitives \readpapersizespecial and \expanded.
LuaTEX: Lua 5.3 now used, with concomitant arithmetic and interface changes. The homegrown library pplib is used to read pdf files, thus eliminating the dependency on poppler (and the need for C++); Lua interface changed accordingly.
MetaPost: r-mpost command name recognized as an alias for invocation with the –restricted option, and added to the list of restricted commands available by default. Minimum precision now 2 for decimal and binary mode. Binary mode no longer available in MPlib but still available in standalone MetaPost.
pdfTEX: New primitive \expanded; if new primitive parameter \pdfomitcharset is set to 1, the /CharSet string omitted from the PDF output, since it cannot feasibly be guaranteed correct, as required by PDF/A-2 and PDF/A-3.
XeTEX: New primitives \expanded, \creationdate, \elapsedtime, \filedump, \filemoddate, \filesize, \resettimer, \normaldeviate, \uniformdeviate, \randomseed; extend \Ucharcat to produce active characters.
tlmgr: Support curl as a download program; use lz4 and gzip before xz for local backups, if available; prefer system-provided binaries over binaries provided with TEX Live for compressor and download programs, unless the environment variable TEXLIVE_PREFER_OWN is set.
install-tl: New option -gui (with no argument) is the default on Windows and Macs, and invokes a new Tcl/TK GUI (see sections 1.3 and 3.1.6).
Utilities:
cwebbin (https://ctan.org/pkg/cwebbin) is now the CWEB implementation in TEX Live, with support for more language dialects, and including the ctwill program to make mini-indexes.
chkdvifont: report font information from DVI files, also from tfm/ofm, vf, gf, pk.
dvispc: make a DVI file page-independent with respect to specials.
MacTEX: x86_64-darwin now supports 10.12 and higher (Sierra, High Sierra, Mojave); x86_64-darwinlegacy still supports 10.6 and newer. The spell checker Excalibur is no longer included, since it requires 32-bit support.
Platforms: removed sparc-solaris.
Diffstat (limited to 'print/cjkutils')
-rw-r--r-- | print/cjkutils/Makefile | 20 | ||||
-rw-r--r-- | print/cjkutils/distinfo | 10 |
2 files changed, 11 insertions, 19 deletions
diff --git a/print/cjkutils/Makefile b/print/cjkutils/Makefile index 99569139ec9..a6dc5985e7d 100644 --- a/print/cjkutils/Makefile +++ b/print/cjkutils/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2018/05/13 12:22:46 markd Exp $ +# $NetBSD: Makefile,v 1.11 2019/05/09 09:47:35 adam Exp $ + +.include "../../print/texlive/Makefile.common" -DISTNAME= texlive-20180414-source PKGNAME= cjkutils-4.8.4 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2018/ -EXTRACT_SUFX= .tar.xz MAINTAINER= rxg@NetBSD.org,hubertf@NetBSD.org HOMEPAGE= https://cjk.ffii.org/ @@ -13,19 +12,12 @@ COMMENT= Utilities for CJK LaTeX DEPENDS+= tex-cjkutils>=4.8.3:../../print/tex-cjkutils -EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ - ${DISTNAME}/texk/cjkutils +EXTRACT_ELEMENTS+= ${DISTNAME}/texk/cjkutils -GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config WRKSRC= ${WRKDIR}/${DISTNAME}/texk/cjkutils -CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess -CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub - CONFIGURE_ARGS+= --with-system-kpathsea - -INSTALL_TARGET= install-exec-am install-man +INSTALL_TARGET= install-exec-am install-man BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1 .include "../../print/kpathsea/buildlink3.mk" diff --git a/print/cjkutils/distinfo b/print/cjkutils/distinfo index 115ebbd1286..dcfe44a7d8a 100644 --- a/print/cjkutils/distinfo +++ b/print/cjkutils/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2018/05/13 12:22:46 markd Exp $ +$NetBSD: distinfo,v 1.9 2019/05/09 09:47:35 adam Exp $ -SHA1 (texlive-20180414-source.tar.xz) = 81bdd9999b6ab860d1d3c388cf27062aba960255 -RMD160 (texlive-20180414-source.tar.xz) = 0ff63bbd7f8a0fb6417089f5d1ae1e4124a1dd95 -SHA512 (texlive-20180414-source.tar.xz) = ecac9b8203d2747be7ba7f82d68096d859fb35713276106d7049035dd3a8cfca07f8a8648982f0317b3812f8480db7326714de32f95998e3e6f73571de2aa140 -Size (texlive-20180414-source.tar.xz) = 49770944 bytes +SHA1 (texlive-20190410-source.tar.xz) = d700878d3e19b6ad1313791dd5cef4bf0acfd675 +RMD160 (texlive-20190410-source.tar.xz) = a0cbe56b19b1f3d064315c37f8b5a4b04f82678b +SHA512 (texlive-20190410-source.tar.xz) = 7759d8e668e53c0c73e48907096da9d8fb6384dd9c3342ddfb05e17d077054c5351d35256cf4e63a6da502de2f09f521979bede7209cdd5bd8ae80eba0efed2e +Size (texlive-20190410-source.tar.xz) = 53783408 bytes |