head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q2:1.2.0.10 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.8 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.6 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.4 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.2 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.1.0.6 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.4 pkgsrc-2008Q1:1.1.0.2 pkgsrc-2008Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2009.08.16.13.57.43; author wiz; state dead; branches; next 1.2; 1.2 date 2008.09.01.17.53.47; author christos; state Exp; branches; next 1.1; 1.1 date 2008.01.30.08.19.26; author obache; state Exp; branches; next ; desc @@ 1.3 log @Update to 4.13, set LICENSE. 4.13 (18 September 2008) * A reference card for Texinfo is now available, in doc/refcard. For convenience, preformatted PDF's for letter-size and A4 paper are included. * makeinfo: . new option --internal-links for HTML output, to write a tsv file mapping indexed/toc terms to links, for easy reference from external documents. . - as an input file name reads standard input. * info: . support for multibyte encodings such as UTF-8. . new option --show-malformed-multibytes, to display malformed multibyte sequences. . new environment variable INFO_MAN_COMMAND sets the name of man binary (use it if you a need to override PATH settings). * install-info: . bug fix: support names with embedded periods (e.g., config.status) again. * Distribution: . autoconf 2.63. @ text @$NetBSD: patch-am,v 1.2 2008/09/01 17:53:47 christos Exp $ --- util/texi2dvi.orig 2008-04-17 21:45:49.000000000 +0300 +++ util/texi2dvi 2008-09-01 19:43:58.000000000 +0300 @@@@ -1094,7 +1094,7 @@@@ # main info output, the user asked to run TeX, not makeinfo. run_makeinfo () { - test $in_lang == texinfo || + test $in_lang = texinfo || return 0 # Unless required by the user, makeinfo expansion is wanted only @ 1.2 log @update texinfo to 4.12 @ text @d1 1 a1 1 $NetBSD: patch-am,v 1.1 2008/01/30 08:19:26 obache Exp $ @ 1.1 log @Update gtexinfo to 4.11. Based on patch provided by Magnus Henoch in PR 37481. I made some modification: * keep and update patch-ac (need to pick up pkgsrc info files). * fixes PLIST, missing some entries. * portability fix in texi2dvi (patch-am). * DESTDIR support. Changes: 4.11 (9 September 2007) * Language: . @@documentlanguage now supports an optional country code specification after the language code, a la gettext. . new command @@allowcodebreaks controls breaks at _ and - within @@code. . new command @@frenchspacing controls spacing after sentences. . new command @@fonttextsize allows changing body text font size to 10pt. . new command @@textdegree{} produces the normal degrees symbol. . new command @@thischapternum can be used in TeX headers/footers. . new commands for quotes: @@quotedblleft @@quotedblright @@quoteleft @@quoteright @@quotedblbase @@quotesinglbase @@guillemetleft @@guillemetright @@guilsinglleft @@guilsinglright. . new option @@set txicodequoteundirected produces an undirected quote in code and example output, instead of the regular right quote. . new option @@set txicodequotebacktick produces a grave accent in code and example output, instead of the regular left quote. * makeinfo: . The @@documentlanguage locale is used to translate various document strings. . --enable-encoding is now the default, meaning Info and plain text output use 8-bit characters given a supported @@documentencoding. . new option --css-ref=URL for creating a stylesheet in HTML output. . new option --transliterate-file-names to use a reduction-to-ASCII algorithm for split HTML file names, useful for non-Latin-based languages. . @@enddots{} outputs three dots instead of four, for consistency with texinfo.tex. . the Local Variables coding: setting written by --enable-encoding now comes at the very end, after the tags table, so that Emacs can find it in more cases. . @@allow-recursion (never documented) is deprecated and produces a warning. . @@quote-args (never documented) is now the default behavior. . centering and such take account of character widths. . the --reference-limit option is now a no-op. . improvements to XML and Docbook output and the DTD. * texinfo.tex: . @@thissection can now be used in custom headings, and @@thischapter works reliably even without @@set chapternewpage. Custom headings have additional flexibility as well. * texi2dvi: . pdftexi2dvi is a new wrapper to `texi2dvi --pdf', equal to texi2pdf, for the sake of AUC-TeX which prepends `pdf' to the compilation command when requested to produce PDF. * info: . look for info files in the current directory first, by default. . when calling man, use -a if no explicit section is found. . avoid showing the top(1) man page for nonexistent info files. * install-info: . new options --section-regex, --remove-exactly, --debug, --test. * Distribution: . autoconf 2.60, automake 1.10, gettext 0.16.1. . gettext support now [external]. . new translations: hu (Hungarian), rw (Kinyarwandan), vi (Vietnamese). . most common sources imported from gnulib. 4.10 (omitted) 4.9 (29 June 2007) * GPLv3. * texi2dvi: . new mode --build=tidy which supports compilation in a separate directory, where intermediate files are preserved. . new option --build-dir, to specify where the tidy build will take place, either locally or globally. This allows avoiding the clutter while preserving auxiliary files. . new support for AUC-TeX: texi2dvi (weakly) supports arguments a la TeX such as `\nonstopmode\input{file.tex}'. . new options --ps and --dvipdf, useful especially for pstricks documents. . new option --src-specials, passed to TeX. * texinfo.tex: . Latin1, Latin2, Latin9, and UTF-8 are supported -- only as well as the Computer Modern fonts can manage, which means primarily English and western European languages, to a limited extent. . png and jpg images supported in pdf output. . new Russian, Serbian, and Ukrainian translations for texinfo.tex: txi-ru.tex, txi-sr.tex, txi-uk.tex. . section names with \ characters work properly in pdf outlines. . have .toc files use @@ as the escape character, instead of \. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- util/texi2dvi.orig 2007-09-10 00:36:30.000000000 +0000 +++ util/texi2dvi @@@@ -1037,7 +1037,7 @@@@ uncomment_iftex='s/^@@c texi2dvi//' @