texinfo: Update to version 6.8

Message ID 20210714204059.2614434-1-adolf.belka@ipfire.org
State Accepted
Commit 5c9faddc97fbac3099f77325643fab0ef062c796
Headers
Series texinfo: Update to version 6.8 |

Commit Message

Adolf Belka July 14, 2021, 8:40 p.m. UTC
  - Update from 6.7 to 6.8
- Update rootfile
- Changelog is too large to include here. Full details can be found in the
   ChangeLog file in the source tarball
   Following is the content of the NEWS file from the source tarball which highlights
    noteworthy changes, very tersely.
   6.8 (3 July 2021)
    * Language
      . new command @displaymath for formatting of mathematical notation
      . @example takes an argument to specify the language
      . mark these commands as deprecated, not to be used:
        @centerchap, @definfoenclose, @refill, @inforef.
      . new paper size @bsixpaper
    * texi2any
      . should be faster as Perl XS parser is enabled by default
      . SHOW_MENU customization variable replaced by FORMAT_MENU.
        FORMAT_MENU set to 'menu' is the same as SHOW_MENU set to 1, and
        FORMAT_MENU set to 'nomenu' is the same as SHOW_MENU set to 0.
      . only check menu structure if CHECK_NORMAL_MENU_STRUCTURE variable is set
      . changes to HTML output:
          . MathJax support for display of math.  new variables HTML_MATH,
            MATHJAX_SCRIPT and MATHJAX_SOURCE.
          . new variables JS_WEBLABELS and JS_WEBLABELS_FILE to support
            JavaScript License Web Labels
          . by default, use sectional tables of contents instead of menus
          . use section names in links by default (configure with
            xrefautomaticsectiontitle customization variable)
          . CONTENTS_OUTPUT_LOCATION sets location of table of contents
          . document sections wrapped in <div> elements
          . new variable USE_NODE_DIRECTIONS to use node or section structure
            for node directions
          . copiable anchor links for definitions with COPIABLE_ANCHORS variable
          . experimental JavaScript browsing interface enabled with INFO_JS_DIR
          . don't add an extra period before file extension given as an argument
            to @image if image file is not found
    * info
      . support compressed dir files
    * texi2dvi
      . stop on first error in input file
    * texinfo.tex
      . put logical page numbers into PDF's ('page labels')
      . put chapter numbers in the PDF outline
      . new Finnish translation
    * Distribution
      . autoconf 2.71, automake 1.16.3, gettext 0.21

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/texinfo | 6 ++++++
 lfs/texinfo                     | 8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)
  

Patch

diff --git a/config/rootfiles/common/texinfo b/config/rootfiles/common/texinfo
index 96cc3f0e9..13df03542 100644
--- a/config/rootfiles/common/texinfo
+++ b/config/rootfiles/common/texinfo
@@ -76,9 +76,14 @@ 
 #usr/share/texinfo/init
 #usr/share/texinfo/init/book.pm
 #usr/share/texinfo/init/chm.pm
+#usr/share/texinfo/init/highlight_syntax.pm
 #usr/share/texinfo/init/html32.pm
 #usr/share/texinfo/init/latex2html.pm
 #usr/share/texinfo/init/tex4ht.pm
+#usr/share/texinfo/js
+#usr/share/texinfo/js/info.css
+#usr/share/texinfo/js/info.js
+#usr/share/texinfo/js/modernizr.js
 #usr/share/texinfo/lib
 #usr/share/texinfo/lib/Text-Unidecode
 #usr/share/texinfo/lib/Text-Unidecode/lib
@@ -419,6 +424,7 @@ 
 #usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/_Encode.pm
 #usr/share/texinfo/lib/libintl-perl/lib/Locale/TextDomain.pm
 #usr/share/texinfo/lib/libintl-perl/lib/Locale/Util.pm
+#usr/share/texinfo/lib/libintl-perl/lib/Locale/gettext_dumb.pm
 #usr/share/texinfo/lib/libintl-perl/lib/Locale/gettext_pp.pm
 #usr/share/texinfo/texindex.awk
 #usr/share/texinfo/texinfo.dtd
diff --git a/lfs/texinfo b/lfs/texinfo
index 236713b47..4563243f0 100644
--- a/lfs/texinfo
+++ b/lfs/texinfo
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,12 +24,12 @@ 
 
 include Config
 
-VER        = 6.7
+VER        = 6.8
 
 THISAPP    = texinfo-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
-DIR_APP    = $(DIR_SRC)/texinfo-6.7
+DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 # Normal build or $(TOOLS_DIR) build.
 #
@@ -47,7 +47,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d4c5d8cc84438c5993ec5163a59522a6
+$(DL_FILE)_MD5 = a91b404e30561a5df803e6eb3a53be71
 
 install : $(TARGET)