diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-06 16:12:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-06 16:12:00 +0000 |
commit | cb24789de72bc96aaea8e0a66d3c7e5acd9ab5d1 (patch) | |
tree | 9ab80d57ab464f87a2d5c1bdaecd8564b72cbfee /devel | |
parent | 1fc359415fca0993e5a2c3b8fa3c8ebba04351b4 (diff) | |
download | pkgsrc-cb24789de72bc96aaea8e0a66d3c7e5acd9ab5d1.tar.gz |
Update to 5.2:
5.2 (26 September 2013)
* Language:
. new commands @inlinefmtifelse, @inlineifset, @inlineifclear, for
more brace-delimited alternatives to the conditional environments.
* texi2any:
. warns about node names, menu items, and cross-references (but not
index entries) containing problematic characters; can be disabled
with -c INFO_SPECIAL_CHARS_WARNING=0.
* info:
. new option -x (--debug) for debugging output; -x -1 to get everything.
. new option -v (--variable) assigns a value to an Info variable,
with the usual syntax, -v VARIABLE=VALUE.
. new option -a (--all) instructs Info to display all documents
matching the command line arguments, not just the first. In
conjunction with the -w option, it shows full names of all Info
files matching the command line arguments; with -o, it outputs all
matching files.
. new variable search-skip-screen controls the starting position for
repeated search commands ({ and }). When set to On, repeated
searches skip the lines displayed on the screen, i.e.,
forward searches (}) start at the beginning of the next page, and
backward searches ({) start at the end of the previous page.
. new command display-file-info (bound to = by default, C-g in vi mode)
shows full file name of the node being displayed and position in it.
* texi2dvi:
. support for biblatex+biber.
* Distribution: automake-1.14, gettext-0.18.3.1.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gtexinfo/Makefile | 4 | ||||
-rw-r--r-- | devel/gtexinfo/PLIST | 4 | ||||
-rw-r--r-- | devel/gtexinfo/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index 1c4415b526e..53e97c71420 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.83 2013/07/04 16:19:16 wiz Exp $ +# $NetBSD: Makefile,v 1.84 2013/10/06 16:12:00 wiz Exp $ -DISTNAME= texinfo-5.1 +DISTNAME= texinfo-5.2 PKGNAME= g${DISTNAME} CATEGORIES= devel sysutils MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/} diff --git a/devel/gtexinfo/PLIST b/devel/gtexinfo/PLIST index 755568206b9..f50731b08c7 100644 --- a/devel/gtexinfo/PLIST +++ b/devel/gtexinfo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2013/07/04 16:19:16 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2013/10/06 16:12:00 wiz Exp $ bin/info bin/infokey bin/install-info @@ -11,7 +11,7 @@ bin/texi2pdf bin/texindex info/info-stnd.info info/info.info -info/texinfo +info/texinfo.info man/man1/info.1 man/man1/infokey.1 man/man1/install-info.1 diff --git a/devel/gtexinfo/distinfo b/devel/gtexinfo/distinfo index bd0da99ccde..03202678b86 100644 --- a/devel/gtexinfo/distinfo +++ b/devel/gtexinfo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.37 2013/07/04 16:19:16 wiz Exp $ +$NetBSD: distinfo,v 1.38 2013/10/06 16:12:00 wiz Exp $ -SHA1 (texinfo-5.1.tar.gz) = 8b642aea2f5ba8a1ba4b15f438a47c1d15dcd214 -RMD160 (texinfo-5.1.tar.gz) = 0b4f1404be27f1b76219324cf867e35b60c78f36 -Size (texinfo-5.1.tar.gz) = 7543557 bytes +SHA1 (texinfo-5.2.tar.gz) = dc54edfbb623d46fb400576b3da181f987e63516 +RMD160 (texinfo-5.2.tar.gz) = f5df93674e520507c6bd5b2c47de7a02ad7e2fe3 +Size (texinfo-5.2.tar.gz) = 7672236 bytes SHA1 (patch-ab) = 89a06d42120c3b4a7d90b991add8973e80077187 SHA1 (patch-ac) = 3fb50380e0406a9ee81db92e5ce1e2f6bd87701a SHA1 (patch-gnulib_lib_mbiter.h) = 34c291e6994c6eb51aba803f3ebf5f09d46e9bdd |