Update ptexenc to 1.3.2
* ptexenc.c: Return replacement character U+FFFD for illegal surrogate pair in console (keyboard) input in upTeX on Windows. * ptexenc.c, ptexenc/unicode.h: Enable console (keyboard) input of Unicode characters in upTeX on Windows. * configure.ac (AH_TOP): Simplify the generation of c-auto.h. * ptexenc.c: Provide right console output on windows for both ptex and uptex if --sjis-terminal option is given. (from T. Tanaka). * ptexenc.c: Remove redundant lines in input_line2(), which are inconsistent with those lines in texmfmp.c.
This commit is contained in:
parent
9356a40181
commit
2b46c48b9e
2 changed files with 8 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.6 2015/02/23 18:28:52 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2015/04/25 09:36:43 markd Exp $
|
||||
|
||||
DISTNAME= texlive-20130530-source
|
||||
PKGNAME= ptexenc-1.3.1
|
||||
DISTNAME= texlive-20140525-source
|
||||
PKGNAME= ptexenc-1.3.2
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2013/
|
||||
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2013/11/17 16:46:36 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.5 2015/04/25 09:36:43 markd Exp $
|
||||
|
||||
SHA1 (texlive-20130530-source.tar.xz) = 42f0a6fa3f49435991182f14e01276b2ee3fce61
|
||||
RMD160 (texlive-20130530-source.tar.xz) = 2d779ae5de979be86a9258b224dfc15cbcd76b18
|
||||
Size (texlive-20130530-source.tar.xz) = 179963948 bytes
|
||||
SHA1 (texlive-20140525-source.tar.xz) = 8cb283ad26b1fe18e1089820cf64ecc63d8224e8
|
||||
RMD160 (texlive-20140525-source.tar.xz) = c9fb954e63e700d06aa0cf40c37cdb40eaac84a2
|
||||
Size (texlive-20140525-source.tar.xz) = 41657688 bytes
|
||||
|
|
Loading…
Reference in a new issue