summaryrefslogtreecommitdiff
path: root/print/dvidvi/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2022-04-17dvidvi: update to 1.1nb6 - texlive 2022 versionmarkd1-4/+4
2021-10-26print: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07print: Remove SHA1 hashes for distfilesnia1-2/+1
2021-06-06texlive: update to TeXLive 2021markd1-5/+5
General: * Donald Knuth’s changes for his 2021 tuneup of TeX and Metafont are incorporated (https://tug.org/TUGboat/tb42-1/tb130knuth-tuneup21.pdf). They are also available on CTAN as the knuth-dist and knuth-local packages. As expected, the fixes are for obscure cases and do not affect any behavior in practice. * Except in original TeX: if \tracinglostchars is set to 3 or more, missing characters will result in an error, not just a message in the log file, and the missing character code will be shown in hex. * Except in original TeX: a new integer parameter \tracingstacklevels, if positive, and \tracingmacros is also positive, causes a prefix indicating the macro expansion depth to be output on each relevant log line (e.g., ~.. at depth 2). Also, macro logging is truncated at a depth ≥ the parameter value. Aleph: The Aleph-based LaTeX format, named lamed, has been removed. The aleph binary itself is still included and supported. LuaTeX: * Lua 5.3.6. * Callback for nesting level used in \tracingmacros, as generalized variant of the new \tracingstacklevels. * Mark math glyphs as protected to prevent processing as text. * Removed width/ic compensation for traditional math code path. MetaPost: * SOURCE_DATE_EPOCH environment variable support for reproducible output. * Avoid wrong final % in mpto. * Document -T option, other fixes to manual. * Value of epsilon changed in binary and decimal modes, so mp_solve_rising_cubic works as expected. pdfTeX: * New primitives \pdfrunninglinkoff and \pdfrunninglinkon; e.g., for disabling generation of links in headers and footers. * Warn instead of aborting when “\pdfendlink ended up in different nesting level than \pdfstartlink”. * Dump \pdfglyphtounicode assignments in fmt file. * Source: poppler support removed, as it was too hard to keep in sync with upstream. In native TL, pdfTeX has always used libs/xpdf, which is cut-down and adapted code from xpdf. XeTeX: Fixes for math kerning. Dvipdfmx: * Ghostscript is now invoked safely by default; to override (assuming all input files are trusted), use -i dvipdfmx-unsafe.cfg. To use PSTricks with XeTeX, this is required, as in: xetex -output-driver="xdvipdfmx -i dvipdfmx-unsafe.cfg -q -E" ... * If an image file is not found, exit with bad status. * Extended special syntax for color support. * Specials for manipulating ExtGState. * Compatibility specials pdfcolorstack and pdffontattr. * Experimental support for dviluatex’s extended fnt_def. * Support new feature of virtual font to fallback Japanese font definition. Dvips: * Default PostScript document title is now the basename of the input file, and can be overridden with the new option -title. * If an .eps or other image file is not found, exit with bad status. * Support new feature of virtual font to fallback Japanese font definition.
2020-05-10texlive: update to 2020markd1-5/+5
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-05-09texlive: updated to 20190410adam1-5/+5
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.
2018-05-13dvidvi: update to 1.1nb2markd1-5/+5
texlive 2018 version
2017-06-20Update to TeXlive 2017markd1-5/+5
Updated converters/dvi2tty to 6.0.0nb1 Updated fonts/afm2pl to 0.7.1nb3 Updated fonts/gsftopkk to 1.19.2nb8 Updated fonts/lcdftypetools to 2.106 Updated fonts/ps2pkm to 1.8nb1 Updated fonts/ttf2pk to 2.0nb3 Updated fonts/ttfdump to 0.5.5nb4 Updated print/cjkutils to 4.8.4nb2 Updated print/dvidvi to 1.1nb1 Updated print/dviljk to 2.6.5nb8 Updated print/dvipdfmx to 20170318 Updated print/dvipsk to 5.997 Updated print/kpathsea to 6.2.3 Updated print/lacheck to 1.28nb2 Updated print/luatex to 1.0.4 Updated print/ptexenc to 1.3.5 Updated print/seetexk to 1.1nb3 Updated print/tex4ht to 0.0.20170523 Updated print/vlna to 1.5nb3 Updated print/web2c to 2017 Updated print/xdvik to 22.87.03nb1 Updated print/xetex to 0.99997 Updated print/xpdfopen to 0.86nb2 Updated textproc/makeindexk to 2.15nb9 Updated textproc/mendexk to 2.6fnb7
2016-09-21Update dvidvi to 1.1, using the texlive distfile.wiz1-4/+5
Diff provided by markd. The 1.0 distfile server has not been available for a couple years now, there is no copy on nftp, and this package is part of one of the texlive meta packages, so it would be good if it was fetchable. Changes since 1.0: 2015-07-07 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am: Better dependencies for 'make check'. 2015-06-16 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c: Drop <kpathsea/config.h> (isascii via KPSE_COMMON). 2015-04-17 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c: #include <kpathsea/config.h> (for isascii). 2014-06-16 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am: Drop the obsolete ACLOCAL_AMFLAGS. 2013-06-28 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c: First include <config.h>. 2012-11-19 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am: Avoid use of deprecated INCLUDES. 2012-05-29 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c: Drop the problematic prototype for isatty(), already declared in <unistd.h> or <kpathsea/c-fopen.h>. Cast arguments to avoid MSVC compiler warnings. From Akira Kakuto <kakuto@fuk.kindai.ac.jp> (W32TeX). 2011-09-25 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.test: New shell script for tests. * tests/{play.dvi,playout.2}: Test input and expected output. * Makefile.am: Add the test and its data. 2011-09-23 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c (writedvifile): Write newline at end of stdout. 2011-04-18 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c (writepreamble): Cast string literal to 'unsigned const char *' to avoid 'differ in signedness' warning. 2011-02-07 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (EXTRA_DIST): read.me has been renamed README. 2010-05-10 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c (SET_BINARY): Remove casts to void. 2010-02-12 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (AM_CPPFLAGS): Remove '-DNO_DEBUG' ... * configure.ac: ... now added via KPSE_KPATHSEA_FLAGS. 2009-08-21 Peter Breitenlohner <peb@mppmu.mpg.de> Avoid maximal compiler warnings. * dvidvi.c (oname): Constify global string. (error, putstr): Constify string arg. 2009-06-22 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (AM_CPPFLAGS): remove -DNeedFunctionPrototypes. 2009-06-09 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (AM_CFLAGS): enable compiler warnings. * dvidvi.c: declare most function as static and define them with ANSI C prototypes. #include <unistd.h> to declare isatty. Remove unused variables. Remove SHORTINT (to select '%ld' or '%d' format specifiers), all relevant variables are integer (typedef'ed as long). 2009-06-02 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c: always include <stdlib.h>, to avoid implicit declaration of calloc, exit, free, and malloc. 2009-05-27 Peter Breitenlohner <peb@mppmu.mpg.de> Adapt to TL2009 build system. 2008-02-29 Peter Breitenlohner <peb@mppmu.mpg.de> * configure.in: added AC_CONFIG_HEADERS (moved from ../kpathsea/common.ac to here). 2008-01-29 Peter Breitenlohner <peb@mppmu.mpg.de> Convert from autoconf-2.13 to autoconf-2.59+: * Makefile.in: Add @configure_input@ line. * aclocal.m4 (new): Generated (aclocal -I ../m4). * configure: Regenerated (autoconf). 2004-12-30 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c: Changed return type void of main() into int.
2005-02-24Add RMD160 digests.agc1-1/+2
2001-04-20Move to sha1 digests, where appropriate and possible, and add distfileagc1-2/+3
sizes.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo