2020-05-10 05:56:45 by Mark Davies | Files touched by this commit (190) | |
Log message:
texlive: update to 2020
General:
* The \input primitive in all TeX engines, including tex, now also accepts a
group-delimited filename argument, as a system-dependent extension. The usage
with a standard space/token-delimited filename is completely unchanged. The
group-delimited argument was previously implemented in LuaTeX; now it is available
in all engines. ASCII double quote characters (") are removed from the \
filename,
but it is otherwise left unchanged after tokenization. This does not currently
affect LaTeX’s \input command, as that is a macro redefinition of the standard
\input primitive.
* New option –cnf-line for kpsewhich, tex, mf, and all other engines, to support
arbitrary configuration settings on the command line.
* The addition of various primitives to various engines in this and previous years
is intended to result in a common set of functionality available across
all engines.
epTeX, eupTeX: New primitives \Uchar, \Ucharcat, \current(x)spacingmode, \ifincsname;
revise \fontchar?? and \iffontchar. For eupTeX only: \currentcjktoken.
LuaTeX: Integration with HarfBuzz library, available as new engines luahbtex
(used for lualatex) and luajithbtex. New primitives: \eTeXgluestretchorder,
\eTeXglueshrinkorder.
pdfTeX: New primitive \pdfmajorversion; this merely changes the version number
in the PDF output; it has no effect on any PDF content. \pdfximage and similar
now search for image files in the same way as \openin.
pTeX: New primitives \ifjfont, \iftfont. Also in epTeX, upTeX, eupTeX.
XeTeX: Fixes for \Umathchardef, \XeTeXinterchartoks, \pdfsavepos.
Dvips: Output encodings for bitmap fonts, for better copy/paste capabilities.
|
2019-12-06 21:23:47 by Mark Davies | Files touched by this commit (470) |
Log message:
tex-*: add TEXLIVE_UNVERSIONED=yes
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-05-14 14:30:20 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-tetex{,-doc}: update to 3.0.50602
texlive 2019 updates
|
2019-02-02 02:48:54 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-tetex{,-doc}: update to 3.0.49829
updates to fmtutil
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-05-13 12:41:47 by Mark Davies | Files touched by this commit (10) | |
Log message:
tex-tetex{,-doc}: update to 3.0.47198
now includes tex-texconfig
|
2017-06-21 15:25:35 by Mark Davies | Files touched by this commit (99) |
Log message:
Update to TeXlive 2017
Updated fonts/tex-raleway{,-doc} to 1.4
Updated print/tex-readarray{,-doc} to 2.0
Updated graphics/tex-repere{,-doc} to 17.05
Updated fonts/tex-sansmathfonts{,-doc} to 2017
Updated print/tex-siunitx{,-doc} to 2.7g
Updated fonts/tex-sourcesanspro{,-doc} to 2.6
Updated print/tex-sttools{,-doc} to 2.0
Updated print/tex-tcolorbox{,-doc} to 4.03
Updated print/tex-tetex{,-doc} to 3.0.44331
Updated print/tex-tex4ht{,-doc} to 2017
Updated print/tex-texconfig{,-doc} to 2017
Updated print/tex-texdoc{,-doc} to 2017
Updated print/tex-texinfo to 5.1.43137
Updated print/tex-texlive.infra to 2017
Updated print/tex-texlive-scripts to 2017
Updated graphics/tex-tikzmark{,-doc} to 1.3
Updated graphics/tex-tikzsymbols{,-doc} to 4.02
Updated print/tex-todonotes{,-doc} to 1.0.5
Updated print/tex-tools{,-doc} to 2017
Updated print/tex-toptesi{,-doc} to 5.9.06
Updated print/tex-udesoftec{,-doc} to 1.6.0
Updated print/tex-updmap-map to 2017
Updated fonts/tex-xcharter{,-doc} to 1.08
Updated print/tex-xdvi to 22.87.03
|
2016-07-09 08:39:18 by Thomas Klausner | Files touched by this commit (1068) |
Log message:
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
|
2015-11-25 13:53:10 by Jonathan Perkin | Files touched by this commit (17) |
Log message:
Remove mk/find-prefix.mk usage from the print category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.
Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.
Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
|