summaryrefslogtreecommitdiff
path: root/devel/gtexinfo/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-10-06 16:12:00 +0000
committerwiz <wiz@pkgsrc.org>2013-10-06 16:12:00 +0000
commitcb24789de72bc96aaea8e0a66d3c7e5acd9ab5d1 (patch)
tree9ab80d57ab464f87a2d5c1bdaecd8564b72cbfee /devel/gtexinfo/Makefile
parent1fc359415fca0993e5a2c3b8fa3c8ebba04351b4 (diff)
downloadpkgsrc-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/gtexinfo/Makefile')
-rw-r--r--devel/gtexinfo/Makefile4
1 files changed, 2 insertions, 2 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/}