pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gtexinfo
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Oct 8 14:30:10 UTC 2019
Modified Files:
pkgsrc/devel/gtexinfo: Makefile PLIST PLIST.locale distinfo
pkgsrc/devel/gtexinfo/patches: patch-ab patch-util_texi2dvi
Removed Files:
pkgsrc/devel/gtexinfo/patches: patch-texindex_texindex.awk
patch-tp_Texinfo_Convert_XSParagraph_Makefile.in
patch-tp_Texinfo_Convert_XSParagraph_configure
patch-tp_Texinfo_Convert_XSParagraph_xspara.c
patch-tp_Texinfo_MiscXS_Makefile.in patch-tp_Texinfo_Parser.pm
Log Message:
Update to 6.7
Changelog:
6.7 (23 September 2019)
* Language:
. support of index subentries and sub-subentries with @subentry
. new commands @seeentry and @seealso in index entries
. no need to wrap Top node in @ifnottex - omitted automatically when
processed with TeX
. UTF-8 is the default input encoding
* texi2any
. for HTML output, mark index nodes in menus and tables of contents
with the 'rel' attribute of the 'a' tag.
. TOP_NODE_UP is now only used in HTML if TOP_NODE_UP_URL is set.
Also TOP_NODE_UP should now be formatted in the output format.
In HTML TOP_NODE_UP should be suitable for inclusion in HTML
element attributes, so for instance should not contain elements.
. support of noderename.cnf files has been removed
. INPUT_PERL_ENCODING, INPUT_ENCODING_NAME, NODE_FILE_EXTENSION,
NODE_FILENAMES, SHORTEXTN and TOP_NODE_FILE removed as customization
variables.
. TOP_NODE_FILE_TARGET now contains the extension.
. error messages translated when the XS parser module is in use
* texi2dvi
. unconditionally run in --batch mode, i.e. without stopping if there
is a TeX error
. keep on going after a TeX error if the index files changed
. with --tidy (or --build-dir), avoid reading index files from previous
runs where --tidy was not used
* info
. for a tree search (with M-/), '}' and '{' work as well as 'M-}' and
'M-{' to go through the results
* Distribution:
. Several obsolete portability checks removed
. gettext 0.20.1, automake 1.16.1
6.6 (16 February 2019)
* Language:
. new commands @&, @ampchar{}
. @cropmarks command removed
. @ctrl is no longer recognised (it was a way to insert literal
control characters in Info files, but deprecated since the
time of Texinfo version 2)
. \usebracesinindexestrue is no longer recommended for using braces in
index entries, and has been a no-op for some time
* texi2any
. extension modules fixed to work with the "thread-safe locales" of
Perl 5.28 and newer
. some code changed to stop warnings being given by newer versions of Perl
. for HTML output, use `id' to define link targets instead of the `name'
attribute on <a>
. A native-code implementation of the Texinfo parser has been included
on an experimental basis, which makes texi2any a lot faster. Set the
`TEXINFO_XS_PARSER' environment variable to 1 to use.
. changes to HTML output:
. omit colon after node name in menus by default (use
`MENU_ENTRY_COLON' to add it back)
. no special CSS for commands like @smallexample
. new customization variable `SECTION_NAME_IN_TITLE' to use the
section name as the document <title>
. use section names instead of node names in generated menus
. pass on flags set with -D to TeX
. useless static libraries are not installed
. the newline after an @insertcopying is not output
. warning given for @multitable prototypes not in braces
. @indent and @noindent are not allowed inside the arguments to
commands where they are not meaningful
. @quote-arg and @allow-recursion are not recognised (these two used
to be recognised by makeinfo in macro definitions but were never
implemented in texinfo.tex)
. `FIX_TEXINFO' removed as a customization variable
. do not recognise or warn about obsolete customization variables
* info
. debugging output with -x is not diverted to a separate infodebug file
* Development:
. switch from Subversion to git
- https://savannah.gnu.org/git/?group=texinfo
. automake 1.16
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/devel/gtexinfo/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/gtexinfo/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/gtexinfo/PLIST.locale
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/gtexinfo/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/gtexinfo/patches/patch-ab
cvs rdiff -u -r1.2 -r0 \
pkgsrc/devel/gtexinfo/patches/patch-texindex_texindex.awk
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/gtexinfo/patches/patch-tp_Texinfo_Convert_XSParagraph_Makefile.in \
pkgsrc/devel/gtexinfo/patches/patch-tp_Texinfo_Convert_XSParagraph_configure \
pkgsrc/devel/gtexinfo/patches/patch-tp_Texinfo_MiscXS_Makefile.in \
pkgsrc/devel/gtexinfo/patches/patch-tp_Texinfo_Parser.pm
cvs rdiff -u -r1.3 -r0 \
pkgsrc/devel/gtexinfo/patches/patch-tp_Texinfo_Convert_XSParagraph_xspara.c
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/gtexinfo/patches/patch-util_texi2dvi
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gtexinfo/Makefile
diff -u pkgsrc/devel/gtexinfo/Makefile:1.103 pkgsrc/devel/gtexinfo/Makefile:1.104
--- pkgsrc/devel/gtexinfo/Makefile:1.103 Sun Oct 6 08:58:22 2019
+++ pkgsrc/devel/gtexinfo/Makefile Tue Oct 8 14:30:09 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.103 2019/10/06 08:58:22 rillig Exp $
+# $NetBSD: Makefile,v 1.104 2019/10/08 14:30:09 ryoon Exp $
-DISTNAME= texinfo-6.5
+DISTNAME= texinfo-6.7
PKGNAME= g${DISTNAME}
-PKGREVISION= 4
CATEGORIES= devel sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/}
Index: pkgsrc/devel/gtexinfo/PLIST
diff -u pkgsrc/devel/gtexinfo/PLIST:1.22 pkgsrc/devel/gtexinfo/PLIST:1.23
--- pkgsrc/devel/gtexinfo/PLIST:1.22 Thu Sep 28 12:53:59 2017
+++ pkgsrc/devel/gtexinfo/PLIST Tue Oct 8 14:30:09 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2017/09/28 12:53:59 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.23 2019/10/08 14:30:09 ryoon Exp $
bin/info
bin/install-info
bin/makeinfo
@@ -11,6 +11,7 @@ bin/texindex
info/info-stnd.info
info/texinfo.info
lib/texinfo/MiscXS.la
+lib/texinfo/Parsetexi.la
lib/texinfo/XSParagraph.la
man/man1/info.1
man/man1/install-info.1
@@ -45,15 +46,16 @@ share/texinfo/Texinfo/Convert/Text.pm
share/texinfo/Texinfo/Convert/TextContent.pm
share/texinfo/Texinfo/Convert/UnFilled.pm
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/ParserNonXS.pm
share/texinfo/Texinfo/Report.pm
share/texinfo/Texinfo/Structuring.pm
share/texinfo/Texinfo/Transformations.pm
+share/texinfo/Texinfo/XS/parsetexi/Parsetexi.pm
share/texinfo/Texinfo/XSLoader.pm
share/texinfo/htmlxref.cnf
share/texinfo/init/book.pm
Index: pkgsrc/devel/gtexinfo/PLIST.locale
diff -u pkgsrc/devel/gtexinfo/PLIST.locale:1.10 pkgsrc/devel/gtexinfo/PLIST.locale:1.11
--- pkgsrc/devel/gtexinfo/PLIST.locale:1.10 Thu Sep 28 12:53:59 2017
+++ pkgsrc/devel/gtexinfo/PLIST.locale Tue Oct 8 14:30:09 2019
@@ -1,21 +1,19 @@
-@comment $NetBSD: PLIST.locale,v 1.10 2017/09/28 12:53:59 ryoon Exp $
+@comment $NetBSD: PLIST.locale,v 1.11 2019/10/08 14:30:09 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
-share/locale/de_AT/LC_MESSAGES/texinfo.mo
share/locale/el/LC_MESSAGES/texinfo.mo
-share/locale/el/LC_MESSAGES/texinfo_document.mo
share/locale/eo/LC_MESSAGES/texinfo.mo
share/locale/eo/LC_MESSAGES/texinfo_document.mo
share/locale/es/LC_MESSAGES/texinfo.mo
share/locale/es/LC_MESSAGES/texinfo_document.mo
+share/locale/fi/LC_MESSAGES/texinfo.mo
share/locale/fr/LC_MESSAGES/texinfo.mo
share/locale/fr/LC_MESSAGES/texinfo_document.mo
share/locale/he/LC_MESSAGES/texinfo.mo
@@ -34,6 +32,7 @@ share/locale/no.us-ascii/LC_MESSAGES/tex
share/locale/pl/LC_MESSAGES/texinfo.mo
share/locale/pl/LC_MESSAGES/texinfo_document.mo
share/locale/pt.us-ascii/LC_MESSAGES/texinfo_document.mo
+share/locale/pt/LC_MESSAGES/texinfo.mo
share/locale/pt/LC_MESSAGES/texinfo_document.mo
share/locale/pt_BR.us-ascii/LC_MESSAGES/texinfo_document.mo
share/locale/pt_BR/LC_MESSAGES/texinfo.mo
@@ -42,6 +41,7 @@ share/locale/ro/LC_MESSAGES/texinfo.mo
share/locale/ru/LC_MESSAGES/texinfo.mo
share/locale/rw/LC_MESSAGES/texinfo.mo
share/locale/sl/LC_MESSAGES/texinfo.mo
+share/locale/sv/LC_MESSAGES/texinfo_document.mo
share/locale/sv/LC_MESSAGES/texinfo.mo
share/locale/tr/LC_MESSAGES/texinfo.mo
share/locale/uk/LC_MESSAGES/texinfo.mo
Index: pkgsrc/devel/gtexinfo/distinfo
diff -u pkgsrc/devel/gtexinfo/distinfo:1.54 pkgsrc/devel/gtexinfo/distinfo:1.55
--- pkgsrc/devel/gtexinfo/distinfo:1.54 Thu Aug 30 11:27:48 2018
+++ pkgsrc/devel/gtexinfo/distinfo Tue Oct 8 14:30:09 2019
@@ -1,17 +1,11 @@
-$NetBSD: distinfo,v 1.54 2018/08/30 11:27:48 tnn Exp $
+$NetBSD: distinfo,v 1.55 2019/10/08 14:30:09 ryoon Exp $
-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 (texinfo-6.7.tar.gz) = 3eb87fe3f4241ba4305255f8a47d867dbc4f96fc
+RMD160 (texinfo-6.7.tar.gz) = 7fe5cfe888c2aa250a7eb8f22c3ad4aeacc0fa8d
+SHA512 (texinfo-6.7.tar.gz) = a52aaa2f0113c6f14b3cb94fbf7191770017ff6ce2016292770831279cfbb898c2f7f720adee620e08d9d80a9505df89a689ba0c25e92f6579b28b075f7b8ee2
+Size (texinfo-6.7.tar.gz) = 9027808 bytes
+SHA1 (patch-ab) = c27f30eefc28f021835f118543e872089b1c3c52
SHA1 (patch-ac) = 7f7226ee521fddba9f967be4fe199f6bedcfa148
SHA1 (patch-gnulib_lib_mbiter.h) = 34c291e6994c6eb51aba803f3ebf5f09d46e9bdd
SHA1 (patch-gnulib_lib_mbuiter.h) = be293674c37cb91746527be07aa40acbd285d2f4
-SHA1 (patch-texindex_texindex.awk) = 1f022f1495c951337997036ef1cd758ef9c116a7
-SHA1 (patch-tp_Texinfo_Convert_XSParagraph_Makefile.in) = cdb6c78c2c15d3f8ee5755625694c11ecd9004e9
-SHA1 (patch-tp_Texinfo_Convert_XSParagraph_configure) = d4557bae4417cd42297bceaa76478b00b3875df3
-SHA1 (patch-tp_Texinfo_Convert_XSParagraph_xspara.c) = ba679fcd739382ad20babe2241c6504e45b69273
-SHA1 (patch-tp_Texinfo_MiscXS_Makefile.in) = fdf3a4d6f81bdeb03cbf156b77a1510e2f6baf9e
-SHA1 (patch-tp_Texinfo_Parser.pm) = d3e4ed3ab0fca4a9d017ee65608ea66ee85b28ac
-SHA1 (patch-util_texi2dvi) = c894eb109ef3faa7ed1cb544556ca6a97af439e9
+SHA1 (patch-util_texi2dvi) = 72be61e607a393edf0cbd67747f7e0b360441466
Index: pkgsrc/devel/gtexinfo/patches/patch-ab
diff -u pkgsrc/devel/gtexinfo/patches/patch-ab:1.15 pkgsrc/devel/gtexinfo/patches/patch-ab:1.16
--- pkgsrc/devel/gtexinfo/patches/patch-ab:1.15 Sat Feb 13 07:02:08 2016
+++ pkgsrc/devel/gtexinfo/patches/patch-ab Tue Oct 8 14:30:09 2019
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.15 2016/02/13 07:02:08 ryoon Exp $
+$NetBSD: patch-ab,v 1.16 2019/10/08 14:30:09 ryoon Exp $
---- info/Makefile.in.orig 2016-02-06 12:24:05.000000000 +0000
+--- info/Makefile.in.orig 2019-09-23 18:32:12.000000000 +0000
+++ info/Makefile.in
-@@ -1262,7 +1262,8 @@ AM_CPPFLAGS = \
+@@ -1323,7 +1323,8 @@ AM_CPPFLAGS = \
-I$(top_builddir)/gnulib/lib \
-DLOCALEDIR=\"$(datadir)/locale\" \
-DINFODIR=\"$(infodir)\" \
@@ -10,5 +10,5 @@ $NetBSD: patch-ab,v 1.15 2016/02/13 07:0
+ -DINFODIR2=\"$(datadir)/info\" \
+ -DPKGSRC_INFOPATH=\"$(PKGSRC_INFOPATH)\"
- LDADD = $(top_builddir)/gnulib/lib/libgnu.a $(TERMLIBS) $(LIBINTL) $(LIBICONV)
+ LDADD = $(top_builddir)/gnulib/lib/libgnu.a $(TERMLIBS) $(LIBINTL) $(LIBICONV) $(LIBTHREAD)
EXTRA_DIST = pcterm.c $(TESTS) $(XFAIL_TESTS) t/README t/infodir \
Index: pkgsrc/devel/gtexinfo/patches/patch-util_texi2dvi
diff -u pkgsrc/devel/gtexinfo/patches/patch-util_texi2dvi:1.6 pkgsrc/devel/gtexinfo/patches/patch-util_texi2dvi:1.7
--- pkgsrc/devel/gtexinfo/patches/patch-util_texi2dvi:1.6 Wed Jul 12 11:04:59 2017
+++ pkgsrc/devel/gtexinfo/patches/patch-util_texi2dvi Tue Oct 8 14:30:09 2019
@@ -1,12 +1,14 @@
-$NetBSD: patch-util_texi2dvi,v 1.6 2017/07/12 11:04:59 wiz Exp $
+$NetBSD: patch-util_texi2dvi,v 1.7 2019/10/08 14:30:09 ryoon Exp $
As indicated in pkg/48075, pdksh doesn't support double-parens
if not containing an arithmetic expression of a particular form.
Older bash and ast-ksh apparently also had problems with this.
---- util/texi2dvi.orig 2016-09-10 19:25:16.000000000 +0000
+--- util/texi2dvi.orig 2019-09-23 18:28:10.000000000 +0000
+++ util/texi2dvi
-@@ -27,6 +27,6 @@
+@@ -22,10 +22,10 @@
+ # If possible, please send a copy of the output of the script called with
+ # the `--debug' option when making a bug report.
-test -f /bin/ksh && test -z "$RUNNING_KSH" \
- && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \
@@ -17,3 +19,5 @@ Older bash and ast-ksh apparently also h
+# && { RUNNING_KSH=true; export RUNNING_KSH; exec /bin/ksh $0 ${1+"$@"}; }
+#unset RUNNING_KSH
+ # No failure shall remain unpunished.
+ set -e
Home |
Main Index |
Thread Index |
Old Index