Update to 6.5
Changelog: 6.5 (12 September 2017) * info: . some bugs fixed: . a bug where a segfault could happen in the regex search, for example when the user entered a single \ as the search string . another bug which could make nodes inaccessible in long "split" info files . a bug where it was not possible to follow a cross-reference that was split across more than one line has been fixed . do not fall back to a man page if following a cross-reference in an info file failed . if looking for a file failed, do not convert the name of a file to lower-case and look for it again * texinfo.tex . some faulty definitions for Unicode characters have been changed or removed . fix indentation in table of contents for entries that are split across multiple lines * texi2dvi . a bug that broke the processing of LaTeX files that did not use BibTeX has been fixed * texi2any . output the encoding declaration of a HTML file earlier so it will always occur within first 1024 bytes of file . `INLINE_INSERTCOPYING' removed as a customization variable 6.4 (23 June 2017) * texi2any: . for HTML output, place section names before the manual in page titles, instead of after them, so it is easier to distinguish pages if titles are truncated . starting points for ordered lists beginning with 0 or a letter of the alphabet are output as attributes on the <ol> tag, as was case for Texinfo 4.13 and earlier . a bit faster . some discrepancies in paragraph formatting between Perl extension modules and interpreted Perl modules have been fixed . `MACRO_BODY_IGNORES_LEADING_SPACE' customization variable removed, and `indent_menu_descriptions' is no longer a possible value for `TREE_TRANSFORMATIONS' (as these features did not work as documented) * info: . the `up-line' and `down-line' commands now are like the other scrolling commands and are no longer confined to a single node (depending on the value of `scroll-behaviour') . supplying the --all option with --index-search displays a list of matching index entries . the style variables like `link-style' can now be set while info is running . display bug fixed where color could be turned off prematurely . several other bugs fixed . better portability in test suite . do not fall back to showing the dir node if a manual isn't found . Do not attempt any kind of conversion of CR LF line endings, except on MS-DOS/Windows, when it is done unconditionally. (This replaces a more complicated approach, where this conversion would take place if there was a problem finding a node in a file.) The main effect of this change is that Info files with CR LF line endings, which would have been produced on MS-DOS/Windows with old versions of makeinfo, are only supported on such operating systems. . a few of the key bindings under --vi-keys have been changed for consistency or to match the documentation * texinfo.tex . a DVI file with a single empty page can be output again, which restores the behavior from Texinfo 6.0 and earlier * Distribution . autoconf 2.69, automake 1.15, gettext 0.19.8
This commit is contained in:
parent
0a661115e6
commit
d97e6178d0
4 changed files with 15 additions and 11 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.96 2017/06/05 14:22:33 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.97 2017/09/28 12:53:59 ryoon Exp $
|
||||
|
||||
DISTNAME= texinfo-6.3
|
||||
DISTNAME= texinfo-6.5
|
||||
PKGNAME= g${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.21 2016/03/17 05:35:47 richard Exp $
|
||||
@comment $NetBSD: PLIST,v 1.22 2017/09/28 12:53:59 ryoon Exp $
|
||||
bin/info
|
||||
bin/install-info
|
||||
bin/makeinfo
|
||||
|
@ -10,6 +10,7 @@ bin/texi2pdf
|
|||
bin/texindex
|
||||
info/info-stnd.info
|
||||
info/texinfo.info
|
||||
lib/texinfo/MiscXS.la
|
||||
lib/texinfo/XSParagraph.la
|
||||
man/man1/info.1
|
||||
man/man1/install-info.1
|
||||
|
@ -22,7 +23,6 @@ man/man1/texi2pdf.1
|
|||
man/man1/texindex.1
|
||||
man/man5/info.5
|
||||
man/man5/texinfo.5
|
||||
share/texinfo/DebugTexinfo/DebugCount.pm
|
||||
share/texinfo/DebugTexinfo/DebugTree.pm
|
||||
share/texinfo/Pod-Simple-Texinfo/Pod/Simple/Texinfo.pm
|
||||
share/texinfo/Texinfo/Common.pm
|
||||
|
@ -48,10 +48,13 @@ share/texinfo/Texinfo/Convert/Unicode.pm
|
|||
share/texinfo/Texinfo/Convert/XSParagraph/TestXS.pm
|
||||
share/texinfo/Texinfo/Documentlanguages.pm
|
||||
share/texinfo/Texinfo/Encoding.pm
|
||||
share/texinfo/Texinfo/MiscXS.pm
|
||||
share/texinfo/Texinfo/ModulePath.pm
|
||||
share/texinfo/Texinfo/Parser.pm
|
||||
share/texinfo/Texinfo/Report.pm
|
||||
share/texinfo/Texinfo/Structuring.pm
|
||||
share/texinfo/Texinfo/Transformations.pm
|
||||
share/texinfo/Texinfo/XSLoader.pm
|
||||
share/texinfo/htmlxref.cnf
|
||||
share/texinfo/init/book.pm
|
||||
share/texinfo/init/chm.pm
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
@comment $NetBSD: PLIST.locale,v 1.9 2016/10/19 12:49:39 wiz Exp $
|
||||
@comment $NetBSD: PLIST.locale,v 1.10 2017/09/28 12:53:59 ryoon Exp $
|
||||
share/locale/ca.us-ascii/LC_MESSAGES/texinfo_document.mo
|
||||
share/locale/ca/LC_MESSAGES/texinfo.mo
|
||||
share/locale/ca/LC_MESSAGES/texinfo_document.mo
|
||||
share/locale/cs/LC_MESSAGES/texinfo.mo
|
||||
share/locale/cs/LC_MESSAGES/texinfo_document.mo
|
||||
share/locale/da/LC_MESSAGES/texinfo.mo
|
||||
share/locale/da/LC_MESSAGES/texinfo_document.mo
|
||||
share/locale/de.us-ascii/LC_MESSAGES/texinfo_document.mo
|
||||
share/locale/de/LC_MESSAGES/texinfo.mo
|
||||
share/locale/de/LC_MESSAGES/texinfo_document.mo
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.50 2017/07/12 11:04:59 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.51 2017/09/28 12:53:59 ryoon Exp $
|
||||
|
||||
SHA1 (texinfo-6.3.tar.gz) = 29b16c646c7bc9cd351b2f1d8dafdce70e5377f6
|
||||
RMD160 (texinfo-6.3.tar.gz) = 5673030cc0a9907489c206fd0c4bf1a925b69ea9
|
||||
SHA512 (texinfo-6.3.tar.gz) = 59f95bd79fd13ccbccced7a041345b00cf5e6d0230a51d46b3030ca4b3204d3b44adae6b7dab7116463cbfd73e49353e062c40c87dded1c2f18ed9a7e2d64800
|
||||
Size (texinfo-6.3.tar.gz) = 8915490 bytes
|
||||
SHA1 (texinfo-6.5.tar.gz) = 0f8e69781e28ec102b6a9487b093c440f5bb8545
|
||||
RMD160 (texinfo-6.5.tar.gz) = cfa624ad3572c21d201bb4c734aae19cd8785e88
|
||||
SHA512 (texinfo-6.5.tar.gz) = 0a8b435f3133781a88b5fa1977cc4777ef98928470586e822213cd72ea74993056fa0cab96e29bb9a34db2a1a58aeb713d488447743a09930ae119ea9ea2e7e5
|
||||
Size (texinfo-6.5.tar.gz) = 9311787 bytes
|
||||
SHA1 (patch-ab) = 1191eb02e87c51b62f45b8d92ffd124a4d5eda05
|
||||
SHA1 (patch-ac) = 7f7226ee521fddba9f967be4fe199f6bedcfa148
|
||||
SHA1 (patch-gnulib_lib_mbiter.h) = 34c291e6994c6eb51aba803f3ebf5f09d46e9bdd
|
||||
|
|
Loading…
Reference in a new issue