diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-19 12:49:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-19 12:49:39 +0000 |
commit | a71226ae86a81e7b25a2c2e734f7617fd8a27c9c (patch) | |
tree | 52cc3d588b374f20fb1a8921a0c125701862cf08 /devel/gtexinfo/Makefile | |
parent | c0b9ea271ed48db4c1143cea2269e49ae9aaaa09 (diff) | |
download | pkgsrc-a71226ae86a81e7b25a2c2e734f7617fd8a27c9c.tar.gz |
Updated gtexinfo to 6.3.
6.3 (10 September 2016)
* Language:
. The commands `@setcontentsaftertitlepage' and
`@setshortcontentsaftertitlepage' have been removed.
. @-commands are no longer supported within `@errormsg'.
* texinfo.tex:
. For a couple of characters (opening and closing braces), use glyphs
from the standard TeX math fonts instead of using EC fonts which are
less likely to be installed.
. Use of user-defined macros in the text of an index entry is more
reliable when the text contains Texinfo @-commands.
. @synindex and @syncodeindex have been fixed (broken in the last
release).
. Support added for native UTF-8 support with XeTeX and LuaTeX.
. Support of PDF output with XeTeX improved.
. You can use a new file doc/texinfo-ja.tex for Texinfo documents in
Japanese. doc/short-sample-ja.tex is a sample document. New
support file doc/txi-ja.tex for Japanese.
* texi2any:
. Fix handling of compiler options when building Perl extension modules.
* texi2dvi:
. Can now process files whose absolute paths contain space characters,
as long a relative path to the file is given. Better support of
files with unusual characters in their names.
. No longer exits prematurely in some circumstances (due to the script
running under "set -e").
. Bug fixed which made the `--command' and `--tidy' options
incompatible.
* info:
. Handling of "invalid" value in infokey file fixed.
6.2 (withdrawn)
Diffstat (limited to 'devel/gtexinfo/Makefile')
-rw-r--r-- | devel/gtexinfo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index 959fcacbda5..ef3759d0006 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.94 2016/06/08 19:22:32 wiz Exp $ +# $NetBSD: Makefile,v 1.95 2016/10/19 12:49:39 wiz Exp $ -DISTNAME= texinfo-6.1 +DISTNAME= texinfo-6.3 PKGNAME= g${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel sysutils MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/} |