The NetBSD Project

CVS log for pkgsrc/devel/gtexinfo/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / gtexinfo

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.123 / (download) - annotate - [select for diffs], Tue Nov 7 22:05:01 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.122: +2 -3 lines
Diff to previous 1.122 (colored) to selected 1.55 (colored)

gtexinfo: update to 7.1.

7.1 (18 October 2023)
* Language
 . new generic definition commands, @defblock, @defline and @deftypeline,
   for definitions without automatic index entries
 . new @linemacro facility eases use of generic definition commands
 . new command @link creates plain links (supported output formats only)
 . @cartouche takes an argument to specify the cartouche title
 . you can use the new commands @nodedescription and @nodedescriptionblock
   to give text to be used in menu descriptions in Info and HTML output

* texi2any
 . @itemx at the beginning of a @table is now an error, not a warning
 . better validity checking of deeply nested commands
 . check that @set and @clear only appear at the start of a line
 . warn about missing menu entries even if CHECK_NORMAL_MENU_STRUCTURE is
   not set.  you can turn this off by setting CHECK_MISSING_MENU_ENTRY to 0.
 . no longer use --enable-encoding and --disable-encoding to determine
   whether to output encoded characters (instead of entities or commands)
   for HTML, XML, DocBook and LaTeX; instead, use the value of the
   OUTPUT_CHARACTERS customization variable.
 . stricter checks on input encoding, in particular more warnings and
   errors with malformed UTF-8
 . support any input file encoding if support exists in the operating
   system, not just a selected list of encodings
 . resolve an alias referring to another alias at definition time
 . internally, use "source marks" to keep all Texinfo source information that
   is not in the final tree (location of macros, values and included files
   expansion, @if* blocks, DEL comment, and @ protecting end of line on @def*
   lines)
 . HTML output:
    . format @subentry and index entries with @seealso or @seeentry in a more
      similar way to printed output
    . output @shortcontents before @contents by default
    . omit colons after index entries by default.  this can still be
      configured with INDEX_ENTRY_COLON.
    . add @example syntax highlighting as a texi2any extension
    . no more capitalization of @sc argument in HTML Cross-references
    . change @point expansion to U+22C6 in HTML Cross-references
    . if a @node is not associated with a sectioning command but is
      followed by a heading command not usually associated to nodes
      such as @heading and this command appears before other formatted
      content, the heading command is assumed to supply the node heading.
      you can customize this with USE_NEXT_HEADING_FOR_LONE_NODE.
 . Info output:
    . new variable ASCII_DASHES_AND_QUOTES, on by default,
      outputs ASCII characters for literal quote or hyphen characters
      in source, rather than UTF-8.  this makes it easier to search
      Info files.
    . new ASCII_GLYPH variable for using ASCII renditions for glyph
      commands (like @bullet)
    . ASCII_PUNCTUATION still includes the effect of these new variables.
    . new variables AUTO_MENU_DESCRIPTION_ALIGN_COLUMN and AUTO_MENU_MAX_WIDTH
      control the format of descriptions in generated menus
 . XML output:
    . place menu leading text and menu separators in elements instead
      of attributes

* texi2dvi
 . macro expansion with texi2any requires at least version 5.0 (only
   happens with --expand option or with very old texinfo.tex)

* texinfo.tex
 . in @code, ` and ' output by default with backtick and undirected
   single quote glyphs in the typewriter font.  you can still configure
   this using the @codequoteundirected/@codequotebacktick commands.
 . do not insert a space for @ def line continuation, matching the behavior
   of texi2any
 . align section titles in table of contents when more than 10 sections
 . microtype is off by default, for speed
 . page headings generation is no longer linked to the @titlepage command

* info
 . when going Up, position cursor on menu entry for current node
 . allow mouse scrolling support regardless of termcap entries.  this
   supports some more xterm configurations.
 . do not use "/index" as a possible file extension for Info files

* Distribution
  . autoconf 2.71, automake 1.16.5, gettext 0.21

Revision 1.122 / (download) - annotate - [select for diffs], Sun Aug 27 14:52:47 2023 UTC (7 months, 3 weeks ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.121: +2 -1 lines
Diff to previous 1.121 (colored) to selected 1.55 (colored)

devel/gtexinfo: Fix a PLIST issue

When iconv(3) is available, it builds and installs
lib/texinfo/Parsetexi.la. Add iconv as an explicit dependency so that the
library is always built regardless of platform.

Revision 1.121 / (download) - annotate - [select for diffs], Thu Jul 6 09:38:33 2023 UTC (9 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.120: +2 -1 lines
Diff to previous 1.120 (colored) to selected 1.55 (colored)

*: recursive bump for perl 5.38

Revision 1.120 / (download) - annotate - [select for diffs], Sun Apr 9 06:58:22 2023 UTC (12 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.119: +2 -2 lines
Diff to previous 1.119 (colored) to selected 1.55 (colored)

gtexinfo: update to 7.0.3.

7.0.3 (26 March 2023)
This is a bug-fix release with minimal changes.

* texi2any
  . fix performance regression when Perl binary extension (XS) modules
    are not being used (e.g. with TEXINFO_XS=omit)

* info
  . further fix of recoding of UTF-8 files to ASCII to avoid text
    disappearing from nodes
  . avoid possible freeze at start of a file with `-v nodeline=pointers'

Revision 1.119 / (download) - annotate - [select for diffs], Wed Feb 1 08:30:31 2023 UTC (14 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.118: +2 -2 lines
Diff to previous 1.118 (colored) to selected 1.55 (colored)

gtexinfo: update to 7.0.2.

7.0.2 (22 January 2023)
This is a bug-fix release with minimal changes.

* texi2any
  . do not distribute architecture-dependent files
  . build fixed on OpenIndiana 11

* info
  . further fix of recoding of UTF-8 files to ASCII
  . fix check for presence of man pages on Solaris

* install-info
  . fix build by avoiding function name clash on some platforms
  . compiler warning re strncat silenced

Revision 1.118 / (download) - annotate - [select for diffs], Tue Dec 6 19:31:18 2022 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.117: +2 -2 lines
Diff to previous 1.117 (colored) to selected 1.55 (colored)

gtexinfo: update to 7.0.1.

7.0.1 (30 November 2022)
This is a bug-fix release with minimal changes.

* texi2any
  . avoid crashes on empty @image argument and other potential crashes
    (with "Can't use an undefined value as an ARRAY reference" message)
  . avoid hang on @ref command inside section command

* info
  . fix recoding of UTF-8 files to ASCII when run in C locale

* js
  . index search fixed for new HTML output
  . some obsolete files removed from distribution

Revision 1.117 / (download) - annotate - [select for diffs], Fri Nov 25 08:25:31 2022 UTC (16 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.116: +2 -2 lines
Diff to previous 1.116 (colored) to selected 1.55 (colored)

gtexinfo: use any awk, don't insist on gawk

Breaks dependency cycle, should still work

Revision 1.116 / (download) - annotate - [select for diffs], Thu Nov 24 12:16:03 2022 UTC (16 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.115: +6 -5 lines
Diff to previous 1.115 (colored) to selected 1.55 (colored)

gtexinfo: update to 7.0.

7.0 (7 November 2022)
* texi2any
 . LaTeX added as an output format, selected with --latex
 . EPUB 3 added as an output format, selected with --epub3
 . reform throughout the code in general
 . thorough review of character encoding issues
 . new customization variables involved with character encoding:
     INPUT_FILE_NAME_ENCODING, OUTPUT_FILE_NAME_ENCODING,
     DOC_ENCODING_FOR_INPUT_FILE_NAME, DOC_ENCODING_FOR_OUTPUT_FILE_NAME,
     MESSAGE_ENCODING and COMMAND_LINE_ENCODING
 . warn if full-text commands (@ref, @footnote, @anchor) appear in @w
 . new variable NO_TOP_NODE_OUTPUT
 . IGNORE_BEFORE_SETFILENAME variable removed.  former effect
   is now always on.
 . HTML output:
     . use manual_name_html as output directory for split HTML instead of
       manual_name or manual_name.html
     . default DOCTYPE declaration changed to plain HTML5 style rather than
       HTML4 DTD reference
     . output only the CSS rules that are needed in an output file
     . remove CSS_LINES variable and add SHOW_BUILTIN_CSS_RULES
       (custom CSS can still be output using EXTRA_HEAD)
     . use <code> tag for the output of @t and @verb instead of <tt>
     . use <abbr> for @acronym instead of <acronym>
     . link to table of contents from short table of contents only if a
       table of contents is actually output
     . prefix classes from @example arguments with `user-'
     . percent encode URL in @url/@uref, @email, @image and external
       manual file
     . new USE_XML_SYNTAX, HTML_ROOT_ELEMENT_ATTRIBUTES and
       NO_CUSTOM_HTML_ATTRIBUTE variables can be used to output
       valid XHTML
     . systematic addition of classes attribute in HTML elements based on the
       Texinfo @-command names.  renaming of class attributes to avoid
       confusion with @-commands formatting and describe the role in the
       document rather than the formatting style.
     . COPIABLE_ANCHORS renamed to COPIABLE_LINKS
     . do not add a title by default; SHOW_TITLE or NO_TOP_NODE_OUTPUT has
       to be set
     . USE_TITLEPAGE_FOR_TITLE is now true by default
     . L2H variable removed, replaced by HTML_MATH set to `l2h'
     . rename OVERVIEW_LINK_TO_TOC to SHORT_TOC_LINK_TO_TOC
     . rename BEFORE_OVERVIEW to BEFORE_SHORT_TOC_LINE
     . rename AFTER_OVERVIEW to AFTER_SHORT_TOC_LINES
     . remove PRE_ABOUT, AFTER_ABOUT, and add PROGRAM_NAME_IN_ABOUT
     . remove KEEP_TOP_EXTERNAL_REF
     . new variables IGNORE_REF_TO_TOP_NODE_UP, CONVERT_TO_LATEX_IN_MATH,
       HTMLXREF_MODE and HTMLXREF_FILE
 . DocBook output:
     . do not output Top node or text before the first @node or sectioning
       @-command.  NO_TOP_NODE_OUTPUT can be set to false to output Top node
       for now.
     . replace @definfocenlose defined @-commands by the argument as-is
       to be more consistent with printed output
 . HTML/DocBook output:
     . USE_NUMERIC_ENTITY changed to mean to use numeric entities instead
       of named entities.  former effect is now always on.
     . ENABLE_ENCODING_USE_ENTITY variable removed.  former effect is now
       always off.
 . Info output
     . quote problematic node names (with :, comma...) by default
     . new customization variable ASCII_PUNCTUATION to use plain ASCII
       characters for quotation marks and a few other symbols

* texinfo.tex
  . `@microtype on' uses microtypography in formatting for pdfTeX and LuaTeX
  . do not ignore @part page immediately following Top node
  . do `@set txicodevaristt' to get slanted typewriter for @var in code,
    `@clear txicodevaristt' to use slanted, variable-width roman font for
    @var everywhere.  flag is @set by default, but we may turn this off
    in the future.
  . new file doc/texinfo-zh.tex for Texinfo documents in Chinese.
    new support file doc/txi-zh.tex for Chinese.  doc/short-sample-zh.texi is
    a sample document.

* info
  . better support for index entries containing parentheses
  . better support for getting bold text etc. when displaying manpages
  . bug fixed where the first index entry in a file could be ignored
  . M-C-f closes as well as opens footnotes window
  . do not crash if run in Brazilian Portuguese locale

* Language
  . @deftype* commands use typewriter font in argument list
  . new commands @latex, @iflatex, @ifnotlatex for new LaTeX output format
  . do `@set txidefnamenospace' to omit space after a definition name

* Other
  . build fixed for glibc 2.34

Revision 1.115 / (download) - annotate - [select for diffs], Sat Oct 15 02:45:01 2022 UTC (18 months ago) by rin
Branch: MAIN
Changes since 1.114: +1 -3 lines
Diff to previous 1.114 (colored) to selected 1.55 (colored)

Revert "Sprinkle MAKE_JOB_SAFE=no"

I can no longer reproduce the build failures with parallel make on
freshly installed system. Sorry for disturbing you.

Revision 1.114 / (download) - annotate - [select for diffs], Thu Oct 6 22:30:22 2022 UTC (18 months, 1 week ago) by rin
Branch: MAIN
Changes since 1.113: +3 -1 lines
Diff to previous 1.113 (colored) to selected 1.55 (colored)

devel/gtexinfo: Sprinkle MAKE_JOBS_SAFE=no

Revision 1.113 / (download) - annotate - [select for diffs], Tue Oct 4 07:51:33 2022 UTC (18 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.112: +2 -1 lines
Diff to previous 1.112 (colored) to selected 1.55 (colored)

gtexinfo: explicitly enable perl XS

The configure check for enabling throws an error on NetBSD and
fails completely on macOS, perhaps this avoids the macOS problem.

Revision 1.112 / (download) - annotate - [select for diffs], Tue Jun 28 11:31:44 2022 UTC (21 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.111: +2 -1 lines
Diff to previous 1.111 (colored) to selected 1.55 (colored)

*: recursive bump for perl 5.36

Revision 1.111 / (download) - annotate - [select for diffs], Thu Jul 15 10:50:32 2021 UTC (2 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.110: +2 -3 lines
Diff to previous 1.110 (colored) to selected 1.55 (colored)

gtexinfo: update to 6.8.

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

Revision 1.110 / (download) - annotate - [select for diffs], Mon May 24 19:49:58 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.109: +2 -2 lines
Diff to previous 1.109 (colored) to selected 1.55 (colored)

*: recursive bump for perl 5.34

Revision 1.109 / (download) - annotate - [select for diffs], Mon Aug 31 18:07:21 2020 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.108: +2 -2 lines
Diff to previous 1.108 (colored) to selected 1.55 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.108 / (download) - annotate - [select for diffs], Sat Jan 18 23:30:29 2020 UTC (4 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.107: +2 -2 lines
Diff to previous 1.107 (colored) to selected 1.55 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.107 / (download) - annotate - [select for diffs], Thu Oct 17 08:15:58 2019 UTC (4 years, 6 months ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.106: +2 -4 lines
Diff to previous 1.106 (colored) to selected 1.55 (colored)

Lose the conditional .include for gettext-lib -- builtin.mk will take
care of it (thanks, wiz@).

Revision 1.106 / (download) - annotate - [select for diffs], Wed Oct 16 21:17:08 2019 UTC (4 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.105: +6 -3 lines
Diff to previous 1.105 (colored) to selected 1.55 (colored)

gtexinfo: fix RELRO build

Some pkglint cleanup while here.

Revision 1.105 / (download) - annotate - [select for diffs], Wed Oct 9 11:01:18 2019 UTC (4 years, 6 months ago) by hauke
Branch: MAIN
Changes since 1.104: +5 -1 lines
Diff to previous 1.104 (colored) to selected 1.55 (colored)

FreeBSD (11 here) does not provide <libintl.h>, so depend on gettext-lib.

Revision 1.104 / (download) - annotate - [select for diffs], Tue Oct 8 14:30:09 2019 UTC (4 years, 6 months ago) by ryoon
Branch: MAIN
Changes since 1.103: +2 -3 lines
Diff to previous 1.103 (colored) to selected 1.55 (colored)

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

Revision 1.103 / (download) - annotate - [select for diffs], Sun Oct 6 08:58:22 2019 UTC (4 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.102: +2 -1 lines
Diff to previous 1.102 (colored) to selected 1.55 (colored)

devel/gtexinfo: disable strict check for configure arguments

When the check was enabled, the sub-configure for the Perl modules didn't
know some options and failed. This in turn disabled the Perl modules from
being installed, but the PLIST mentions them unconditionally.

Revision 1.102 / (download) - annotate - [select for diffs], Sun Aug 11 13:18:44 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.101: +2 -2 lines
Diff to previous 1.101 (colored) to selected 1.55 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.101 / (download) - annotate - [select for diffs], Mon Sep 17 13:37:26 2018 UTC (5 years, 7 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.100: +4 -1 lines
Diff to previous 1.100 (colored) to selected 1.55 (colored)

gtexinfo: override config.sub several directories in.

Likely fixes PR pkg/52730, suggested by joerg.

Revision 1.100 / (download) - annotate - [select for diffs], Thu Aug 30 11:27:48 2018 UTC (5 years, 7 months ago) by tnn
Branch: MAIN
Changes since 1.99: +2 -2 lines
Diff to previous 1.99 (colored) to selected 1.55 (colored)

gtexinfo: fix infinite loop in makeinfo with perl-5.28

patch from Niko Tyni via upstream mailing list

Revision 1.99 / (download) - annotate - [select for diffs], Thu Aug 30 11:03:34 2018 UTC (5 years, 7 months ago) by tnn
Branch: MAIN
Changes since 1.98: +2 -2 lines
Diff to previous 1.98 (colored) to selected 1.55 (colored)

gtexinfo: silence p5 deprecation warning

Revision 1.98 / (download) - annotate - [select for diffs], Wed Aug 22 09:43:31 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.97: +2 -1 lines
Diff to previous 1.97 (colored) to selected 1.55 (colored)

Recursive bump for perl5-5.28.0

Revision 1.97 / (download) - annotate - [select for diffs], Thu Sep 28 12:53:59 2017 UTC (6 years, 6 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.96: +2 -3 lines
Diff to previous 1.96 (colored) to selected 1.55 (colored)

Update to 6.5

Changelog:
6.5 (12 September 2017)
* info:
  . some bugs fixed:
    . a bug where a segfault could happen in the regex search, for
      example when the user entered a single \ as the search string
    . another bug which could make nodes inaccessible in long "split"
      info files
    . a bug where it was not possible to follow a cross-reference
      that was split across more than one line has been fixed
  . do not fall back to a man page if following a cross-reference in an
    info file failed
  . if looking for a file failed, do not convert the name of a file to
    lower-case and look for it again

* texinfo.tex
  . some faulty definitions for Unicode characters have been changed or
    removed
  . fix indentation in table of contents for entries that are split
    across multiple lines

* texi2dvi
  . a bug that broke the processing of LaTeX files that did not
    use BibTeX has been fixed

* texi2any
  . output the encoding declaration of a HTML file earlier so it
    will always occur within first 1024 bytes of file
  . `INLINE_INSERTCOPYING' removed as a customization variable

6.4 (23 June 2017)
* texi2any:
  . for HTML output, place section names before the manual in page
    titles, instead of after them, so it is easier to distinguish pages
    if titles are truncated
  . starting points for ordered lists beginning with 0 or a letter of
    the alphabet are output as attributes on the <ol> tag, as was
    case for Texinfo 4.13 and earlier
  . a bit faster
  . some discrepancies in paragraph formatting between Perl extension
    modules and interpreted Perl modules have been fixed
  . `MACRO_BODY_IGNORES_LEADING_SPACE' customization variable removed,
    and `indent_menu_descriptions' is no longer a possible value for
    `TREE_TRANSFORMATIONS' (as these features did not work as
    documented)

* info:
  . the `up-line' and `down-line' commands now are like the other
    scrolling commands and are no longer confined to a single node
    (depending on the value of `scroll-behaviour')
  . supplying the --all option with --index-search displays a list
    of matching index entries
  . the style variables like `link-style' can now be set while info
    is running
  . display bug fixed where color could be turned off prematurely
  . several other bugs fixed
  . better portability in test suite
  . do not fall back to showing the dir node if a manual isn't found
  . Do not attempt any kind of conversion of CR LF line endings,
    except on MS-DOS/Windows, when it is done unconditionally.  (This
    replaces a more complicated approach, where this conversion would
    take place if there was a problem finding a node in a file.)  The
    main effect of this change is that Info files with CR LF line
    endings, which would have been produced on MS-DOS/Windows with old
    versions of makeinfo, are only supported on such operating systems.
  . a few of the key bindings under --vi-keys have been changed for
    consistency or to match the documentation

* texinfo.tex
  . a DVI file with a single empty page can be output again, which
    restores the behavior from Texinfo 6.0 and earlier

* Distribution
  . autoconf 2.69, automake 1.15, gettext 0.19.8

Revision 1.96 / (download) - annotate - [select for diffs], Mon Jun 5 14:22:33 2017 UTC (6 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.95: +2 -1 lines
Diff to previous 1.95 (colored) to selected 1.55 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.95 / (download) - annotate - [select for diffs], Wed Oct 19 12:49:39 2016 UTC (7 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.94: +2 -3 lines
Diff to previous 1.94 (colored) to selected 1.55 (colored)

Updated gtexinfo to 6.3.

6.3 (10 September 2016)

* Language:
  . The commands `@setcontentsaftertitlepage' and
    `@setshortcontentsaftertitlepage' have been removed.
  . @-commands are no longer supported within `@errormsg'.

* texinfo.tex:
  . For a couple of characters (opening and closing braces), use glyphs
    from the standard TeX math fonts instead of using EC fonts which are
    less likely to be installed.
  . Use of user-defined macros in the text of an index entry is more
    reliable when the text contains Texinfo @-commands.
  . @synindex and @syncodeindex have been fixed (broken in the last
    release).
  . Support added for native UTF-8 support with XeTeX and LuaTeX.
  . Support of PDF output with XeTeX improved.
  . You can use a new file doc/texinfo-ja.tex for Texinfo documents in
    Japanese.  doc/short-sample-ja.tex is a sample document.  New
    support file doc/txi-ja.tex for Japanese.

* texi2any:
  . Fix handling of compiler options when building Perl extension modules.

* texi2dvi:
  . Can now process files whose absolute paths contain space characters,
    as long a relative path to the file is given.  Better support of
    files with unusual characters in their names.
  . No longer exits prematurely in some circumstances (due to the script
    running under "set -e").
  . Bug fixed which made the `--command' and `--tidy' options
    incompatible.

* info:
  . Handling of "invalid" value in infokey file fixed.

6.2 (withdrawn)

Revision 1.94 / (download) - annotate - [select for diffs], Wed Jun 8 19:22:32 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (colored) to selected 1.55 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.93 / (download) - annotate - [select for diffs], Sun Mar 20 19:09:53 2016 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (colored) to selected 1.55 (colored)

Avoid a call to malloc() that gets passed (size_t)-1.

print/lilypond triggers this.

Bump PKGREVISION.

Revision 1.92 / (download) - annotate - [select for diffs], Thu Mar 17 05:35:47 2016 UTC (8 years, 1 month ago) by richard
Branch: MAIN
Changes since 1.91: +4 -1 lines
Diff to previous 1.91 (colored) to selected 1.55 (colored)

fix XSParagraph support by adding perl bl3, forcing use of pkgsrc libtool
instead of bundled libtool to get over rm issue.
bump PKGREVISION

Revision 1.91 / (download) - annotate - [select for diffs], Sat Feb 13 07:02:07 2016 UTC (8 years, 2 months ago) by ryoon
Branch: MAIN
Changes since 1.90: +2 -3 lines
Diff to previous 1.90 (colored) to selected 1.55 (colored)

Update to 6.1

Changelog:
6.1 (06 February 2016)

* Language:
  . You can now omit the @menu from nodes with other nodes below them in
    the document structure.  If you use "@validatemenus off" near the
    start of a Texinfo file, makeinfo will, where needed, create a menu
    for nodes lacking one given explicitly.
  . An @setfilename line is no longer required at the start of a
    Texinfo file.  (Be aware, though, that some other tools may require
    it, for example Automake.)
  . For processing with TeX, a comma is automatically provided following
    a cross-reference command (such as @xref) when needed to separate
    the page number from following text, so you don't need to add one
    yourself.  See the `Parts of a Cross Reference' node in the manual
    for details.  Behavior when followed by punctuation, as always
    recommended previously, is unchanged.

* texi2any:
  . Some Perl modules have been rewritten in C to increase speed.
    If Perl extensions can be created, they are used by default;
    otherwise the pure Perl implementations are still used.
    Disable at build time with "configure --disable-perl-xs".  The
    environment variable TEXINFO_XS controls how they are used by
    texi2any.
  . Quotation marks are left out for node names and index entries in
    Info output where they would have been produced by commands such
    as @file or @option.
  . New customization variable INFO_SPECIAL_CHARS_QUOTE to allow use of
    a quoting mechanism for problematic constructs in Info output, for
    example node names containing colons or commas.
  . Commands like @heading are affected by @lowersections and @raisesections
    again, as was the case before Texinfo 5.0.

* texinfo.tex:
  . You may explicitly specify a sort key for an index entry by preceding
    the text of the entry with the @sortas commmand with the sort key
    desired as a braced argument.   Additionally, you may choose to
    ignore all occurences of the characters \, @, <, and - using new
    flags you can specify with @set: `txiindexbackslashignore',
    `txiindexatsignignore', `txiindexlessthanignore', and
    `txiindexhyphenignore' respectively.
  . Changes to macro handling to more closely match makeinfo.  Ends of
    lines are preserved in an argument to a macro taking a single
    argument.
  . By default, suppress heading line on a page with a chapter on it, to
    avoid having the chapter title repeated.
  . Use a larger font for arguments in a @deffn line and similar.
  . The default indices (cp, ky and so on) now don't get a file opened
    for them unless they are actually used.  This reduces the number of
    files that a run of TeX produces, and also allows for a greater
    number of user-defined indices, because you will not bump into TeX's
    limit of 16 open files at once so soon.
  . For initials in indices that are non-alphanumeric characters (for
    example, backslash, or braces), avoid use of a typewriter font.
    This gives a more consistent appearance.
  . Have a stronger preference for breaking a column in an index before
    a letter heading.
  . Formatting improvements in tables of contents and indices.  Entries
    can extend slightly into the margin instead of being broken across
    two lines, and text is split more evenly across lines.  Reduce
    chance of an orphaned index entry appearing at the top of a column.
  . Support character encodings beyond ASCII for XeTeX and LuaTeX by
    reading file input byte-by-byte.

* texi2dvi:
  . Support for determining the output files using the `-recorder'
    option to TeX, to help to support more TeX engines.

* info:
  . New user variables `link-style', `active-link-style', and
    `match-style' enable customization of how cross-references and search
    matches are highlighted.
  . By default only the node pointers are displayed at the top of a node.
    Customize this with the `nodeline' variable.
  . New command M-x tree-search to search all subnodes of a node.
  . Now tries to find referenced manuals in the same directory as the
    current file first, before looking in search path.  Customize this
    with new variable `follow-strategy'.
  . The `mouse' variable is now off by default, in order not to
    interfere with the selection of text in a terminal emulator window.
  . `q' closes a window instead of quitting altogether if there's more
    than one, for example if a help window is open.
  . Several bug fixes, including:
      . one causing the wrong position in a node to be shown when
        following an "anchor" cross-reference
      . one causing a test failure in the t/c-u-m-x-scroll-forward.sh
        test on some platforms
  . Internal changes to reduce memory use and increase speed of
    searches, relative to last release
  . The meaning of the `key-time' variable has changed when its value
    is 0.  This value meant to wait forever in the last release, but now
    it means that the next byte must be available immediately.

* Documentation:
  . The `info.info' file (and `info.texi' source) is no longer
    distributed with Texinfo.  Now this manual is only in Emacs.

* Distribution:
  . automake-1.15, gettext-0.19.6.

Revision 1.90 / (download) - annotate - [select for diffs], Thu Aug 13 20:17:03 2015 UTC (8 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored) to selected 1.55 (colored)

Fix quoting of backslash by going to math mode. Bump revision.

Revision 1.89 / (download) - annotate - [select for diffs], Tue Jul 7 11:38:40 2015 UTC (8 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.88: +2 -1 lines
Diff to previous 1.88 (colored) to selected 1.55 (colored)

Fix quoting of initials to unbreak octave.

Revision 1.88 / (download) - annotate - [select for diffs], Tue Jun 30 11:00:32 2015 UTC (8 years, 9 months ago) by ryoon
Branch: MAIN
Changes since 1.87: +2 -3 lines
Diff to previous 1.87 (colored) to selected 1.55 (colored)

Update to 6.0

Changelog:
6.0 (26 June 2015)
* Language:
  . new commands @sub and @sup, for textual subscripts and superscripts.
  . new command @U to insert a Unicode character by code point.

* texinfo.tex:
  . @url/@uref output in PDF now the same as in DVI, showing the url
    even if the second argument is given, not just as a link target.
    TeX option \urefurlonlylinktrue gives previous behavior, of invisible urls.
    PDF-only \linkcolor and \urlcolor specify colors (default black).

* texi2any:
  . customization variable TOP_NODE_UP_URL now replaces all (dir) references;
    recommended setting for GNU packages is /manual/.
  . new customization variable INDEX_SPECIAL_CHARS_WARNING to complain
    when index entries contain a colon.
  . Docbook output no longer uses <lineannotation> for @r.
  . -D'var val' on the command line works as intended again.
  . --plaintext output can be split.
  . a bit faster.

* info:
  . invoking as `info foo bar' looks for bar as an index entry in manual
    foo, if not found as a top-level menu item.
  . invoking info with an absolute or explicitly relative file name
    (./foo.info, /tmp/foo.info, etc.) just visits that file.
  . separate `infokey' program has been removed - the .infokey file is
    now read directly by Info.
  . new option --init-file allows overriding ~/.infokey.
  . new variable `highlight-searches' allows highlighting results from a
    search
  . support for mouse scrollwheel, controlled by `mouse' variable.
  . new variable `key_time' to control how long to wait for byte
    sequences sent by special keys.
  . new variable `hide-note-references' alters appearance of displayed nodes
  . new variable `infopath-no-defaults' allows omitting the compile-time
    Info directory from the Info search path.
  . support input of multibyte characters for searches in a UTF-8 locale.
  . if reading an Info file that is known to be in a different character
    encoding to that of the user's environment, convert its contents
    when displayed and substitute missing characters
  . new command M-x info-version.
  . the M-x kill-node command has been removed.
  . test suite at build time.

* texindex:
  . completely new implementation as a literate program using Texinfo
    and (portable) awk (called TexiWeb Jr.), thanks to Arnold Robbins.
    (Requires gawk 4.0+ if .twjr source is modified.)
  . the -o (--output) is not supported, unless we hear of someone using it.
  . duplicated sort keys with different display texts result in one
    merged index entry, using the first display text.
  . better sorting and parsing in unusual cases; most notably, { and }
    characters can appear as initials.

* install-info:
  . handle compressed input file names containing spaces.
  . exit successfully if --remove is given and the dir file does not exist.
  . new option --defsection, to be used instead of "Miscellaneous" when
    a section is not present in the Info file.

* texi2dvi:
  . look for the environment variable THUMBPDF_CMD instead of THUMBPDF,
    since thumbpdf itself has used THUMBPDF for options since 2000.
  . remove --recode and --recode-from options, since they haven't
    worked as intended for years, so evidently no one needs them.

* Distribution:
  . new translation ca (catalan).
  . automake-1.15, gettext-0.19.4.

Revision 1.87 / (download) - annotate - [select for diffs], Fri Jun 12 10:48:50 2015 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (colored) to selected 1.55 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.86 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:09 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.85: +1 -3 lines
Diff to previous 1.85 (colored) to selected 1.55 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.85 / (download) - annotate - [select for diffs], Thu May 29 23:35:36 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.84: +2 -1 lines
Diff to previous 1.84 (colored) to selected 1.55 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.84 / (download) - annotate - [select for diffs], Sun Oct 6 16:12:00 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored) to selected 1.55 (colored)

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.

Revision 1.83 / (download) - annotate - [select for diffs], Thu Jul 4 16:19:16 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.82: +13 -5 lines
Diff to previous 1.82 (colored) to selected 1.55 (colored)

Update to 5.1. This adds a perl dependency. I hope this won't break
bootstrapping.

*** NEWS FOR ALL AUTHORS OF TEXINFO MANUALS ***

As of version 4.2, Texinfo has a new command @copying to define the
copyright and copying permissions for a manual.  If you haven't already,
please switch to using it in your next release, because the historical
method of doing copyright permissions using @ifinfo failed to output
copyright information in the HTML (or XML) formats.  The manual has
detailed explanations and examples.  For convenience, here's a url to
one of the relevant sections:
  http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Document-Permissions.html

-------------------------------------------------------------------------------
5.1 (12 March 2013)
* texi2any:
  . irregular sectioning trees (see 5.0 news item) produce a warning
    rather than an error.
  . @set in the middle of the line no longer produces a warning.

* info:
  . lzip (.lz) compression supported.

* install-info:
  . lzip (.lz) compression supported.

5.0 (16 February 2013)
* Language:
  . Texinfo commands are supported in node names.
  . #line directives are recognized.
  . @-commands are now recognized in raw format blocks.  Therefore, for
    example, lone @, { and } characters in @tex, @html and similar
    environments must be converted to the normal @@, @{, and @} commands.
  . new commands @inlinefmt and @inlineraw for brace-delimited conditionals.
  . new conditionals @ifcommanddefined and @ifcommandnotdefined to test
    if a Texinfo command is available.
  . new command @part for a group of chapters.
  . new environments @raggedright, @smallquotation,
      @indentedblock, and @smallindentedblock.
  . new commands @codequoteundirected and @codequotebacktick,
      for a better interface than the @set variables; now respected by @kbd.
  . new command @xrefautomaticsectiontitle to allow using section titles
      in cross references by default, instead of node names.
  . new commands for Texinfo special characters:
    @atchar{} @lbracechar{} @rbracechar{} @backslashchar{} @hashchar{}.
  . new commands @deftypefnnewline to print return types on their own lines.
  . new command @headitemfont for the sake of template rows.
  . new command @urefbreakstyle to control breaking of @url/@uref in TeX.
  . new diacritic command @ogonek.
  . new commands for Icelandic letters eth and thorn: @DH{} @dh{} @TH{} @th{}.
  . new command @errormsg to report an error.
  . five-argument xrefs can refer to a whole manual, by omitting the
      section name and either omitting the node name or using "Top".
  . DEL (0x7f = 0177 = 127) is a true comment character (catcode 14 in TeX).

* texi2any is the new generic converter for Texinfo that can produce all
  supported output formats, both those from texi2dvi (PDF/DVI) and from
  makeinfo (Info/HTML/etc.).  texi2any and makeinfo are now different
  names for the same program; there are no differences in behavior based
  on the program name.

  The new implementation is in Perl, requiring Perl 5.7.3 (released in
  March 2002) and its standard Encode module.

  The Perl texi2any/makeinfo both replaces and is intended to be (for
  all practical purposes) upward-compatible with the C makeinfo.  It has
  many new features not in the C makeinfo.  For example, cross-manual
  references are now fully supported, and allows for extensive
  customization of the HTML output.  See the `Generic Translator
  texi2any' chapter in the manual (among other places) for more about
  this reimplementation.

  The new program is, unfortunately, noticeably slower at present than
  the C program was.  We hope all the many improvements make the new
  version worthwhile for users nevertheless.

* Intentional incompatibilities with the previous implementation of
  makeinfo, through version 4.13:

  . The old implementation accepted a lone block of text inside @itemize,
    @enumerate, etc., without any @item.  This is semantically
    inconsistent, leading to problems with some backends, and thus now
    produces a warning.

  . The old implementation accepted ``irregular'' sectioning trees.  Now,
    when @node pointers are implicitly determined, the consistency of
    @menu and the sectioning tree is checked.  (If node pointers are
    explicitly specified in the document, the tree can still be irregular.)

  . The old implementation always added blank lines between function
    definitions if they weren't already there.  Now blank lines are not
    added.  (Both old and new implementations preserve blank lines that
    are present.)

  . The old implementation did not consider ends of lines from expansion
    of an @macro definition to end an @-command line-delimited argument
    (@chapter, @center, etc.).  This is no longer the case.  (A detailed
    example is in the manual, node Macro Details.)

* pod2texi is a new (Perl) program that uses the capabilities of
  texi2any to translate Perl pod documentation to Texinfo.

* texinfo.tex:
  . urls (given to @uref and @url) are broken by default at special
    characters; behavior controllable with @urefbreakstyle.
  . support some per-language hyphenation, when the underlying TeX
    engine does (for instance, etex/pdfetex from TeX Live 2008 or
    later).  Words with accented letters are still not handled properly.
  . @title, text will be broken if needed, and @* can be used to override.
  . new Icelandic translation: txi-is.tex.
  . new Hungarian translation: txi-hu.tex.
  . official updates between full package releases available at
    http://ftpmirror.gnu.org/texinfo/texinfo.tex.

* texi2dvi:
  . new option --max-iterations.
  . official updates between full package releases available at
    http://ftpmirror.gnu.org/texinfo/texi2dvi.

* info:
  . INFOPATH is determined from PATH by default, or if an element "PATH"
    is specified.
  . New command Info-virtual-index, bound to I by default, following Emacs.
  . Info keywords not found by searches.
  . A lower limit on the length of search patterns, default 1,
    specified by the variable min-search-length.
  . Use ASCII versions of images, if supplied by the document.
  . xz compression supported.

* install-info:
  . xz compression supported.

* Documentation:
  . new appendix with a technical description of the Info file format.
  . information on the customizations of the HTML output now possible.

* Distribution:
  . new file htmlxref.cnf is installed to support cross-manual
    references; official updates between full package releases available
    at http://ftpmirror.gnu.org/texinfo/htmlxref.cnf.
  . language support for no removed/renamed to nb, per Norwegian translators.
  . new translations: id it,
    and document translations: eo pl.
  . texinfo.cat file removed since it is (to our knowledge) unused.
  . documentation license now GFDLv1.3 or later.
  . autoconf 2.69, automake 1.13.1, gettext 0.18.2.

Revision 1.82 / (download) - annotate - [select for diffs], Sun Jan 13 20:44:55 2013 UTC (11 years, 3 months ago) by apb
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.81: +4 -1 lines
Diff to previous 1.81 (colored) to selected 1.55 (colored)

In util/texi2dvi, don't try to re-exec under /bin/ksh, and improve the
test for whether "local" works.  Now ksh93 is correctly detected as
a shell that does not have a working 'local' command.

Use REPLACE_SH to edit the #!/bin/sh line in util/texi2dvi, to make
it use the value of ${SH} instead of /bin/sh.

Set PKGREVISION=1.

Revision 1.81 / (download) - annotate - [select for diffs], Fri Jan 11 14:57:26 2013 UTC (11 years, 3 months ago) by seanb
Branch: MAIN
Changes since 1.80: +1 -4 lines
Diff to previous 1.80 (colored) to selected 1.55 (colored)

Don't use REPLACE_BASH in util/texi2dvi script.  /bin/sh seems fine
in my testing.  Adding dependency on bash in gtexinfo causes a circular
dependency on hosts without makeinfo since bash requires makeinfo and
makeinfo gets replaced with gtexinfo.

Revision 1.80 / (download) - annotate - [select for diffs], Sun Dec 16 11:24:05 2012 UTC (11 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.79: +4 -3 lines
Diff to previous 1.79 (colored) to selected 1.55 (colored)

Update to 4.13a.
Karl Berry:
I had missed some files in the 4.13 tarball, hence 4.13a.

Revision 1.79 / (download) - annotate - [select for diffs], Wed Oct 31 11:17:04 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
Changes since 1.78: +1 -3 lines
Diff to previous 1.78 (colored) to selected 1.55 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.78 / (download) - annotate - [select for diffs], Tue Sep 18 18:30:58 2012 UTC (11 years, 7 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.77: +2 -1 lines
Diff to previous 1.77 (colored) to selected 1.55 (colored)

USE_TOOLS+=bash, required for REPLACE_BASH.  texi2dvi was being created
with an empty hashbang.

Revision 1.77 / (download) - annotate - [select for diffs], Fri Mar 9 14:28:19 2012 UTC (12 years, 1 month ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.76: +3 -1 lines
Diff to previous 1.76 (colored) to selected 1.55 (colored)

Fix the interpretter of texi2dvi, it is a true Bash script.

Revision 1.76 / (download) - annotate - [select for diffs], Sat Nov 26 23:56:45 2011 UTC (12 years, 4 months ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.75: +2 -12 lines
Diff to previous 1.75 (colored) to selected 1.55 (colored)

Use options framework for nls support.

Revision 1.75 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:19 2011 UTC (13 years ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.74: +2 -1 lines
Diff to previous 1.74 (colored) to selected 1.55 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.74 / (download) - annotate - [select for diffs], Sun Aug 16 13:57:43 2009 UTC (14 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.73: +3 -10 lines
Diff to previous 1.73 (colored) to selected 1.55 (colored)

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.

Revision 1.73 / (download) - annotate - [select for diffs], Sat Sep 6 13:13:30 2008 UTC (15 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.72: +2 -3 lines
Diff to previous 1.72 (colored) to selected 1.55 (colored)

Install pdftexi2dvi and texi2pdf again. Bump PKGREVISION.

Suggest installing pdftex/pdflatex for PDF support.
Based on suggestion from Jeremy C. Reed and patch by Aleksey Cheusov.

Remove EXTRACT_SUFX, it was at its default.

Revision 1.72 / (download) - annotate - [select for diffs], Mon Sep 1 17:53:47 2008 UTC (15 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.71: +4 -4 lines
Diff to previous 1.71 (colored) to selected 1.55 (colored)

update texinfo to 4.12

Revision 1.71 / (download) - annotate - [select for diffs], Wed May 21 12:30:16 2008 UTC (15 years, 11 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Changes since 1.70: +8 -1 lines
Diff to previous 1.70 (colored) to selected 1.55 (colored)

Don't use a macro named __(), because __ has internal use in OSF1 system
headers. Supposedly fixed already in upstream CVS.
This closes PR pkg/38400 from Hans Rosenfeld.

Revision 1.70 / (download) - annotate - [select for diffs], Wed Mar 5 22:26:46 2008 UTC (16 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.69: +3 -2 lines
Diff to previous 1.69 (colored) to selected 1.55 (colored)

+ Include termcap.buildlink3.mk instead of curses.buildlink3.mk because
  gtexinfo only needs the t*() termcap functions (info/terminal.c).

+ Drop patch-ad.  The custom termcap code it added is now automatically
  handled by termcap.buildlink3.mk.  Also the modification to the
  function signature for output_character_function is wrong -- tputs
  does expect "int (*)(int)".

Bump the PKGREVISION to 1.

Revision 1.69 / (download) - annotate - [select for diffs], Wed Jan 30 08:19:24 2008 UTC (16 years, 2 months ago) by obache
Branch: MAIN
Changes since 1.68: +5 -4 lines
Diff to previous 1.68 (colored) to selected 1.55 (colored)

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 <link> 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 \.

Revision 1.68 / (download) - annotate - [select for diffs], Sat Jun 30 14:24:14 2007 UTC (16 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.67: +2 -1 lines
Diff to previous 1.67 (colored) to selected 1.55 (colored)

Uses curses, so include the curses bl3.mk.

Revision 1.66.2.1 / (download) - annotate - [select for diffs], Mon Jan 8 12:01:21 2007 UTC (17 years, 3 months ago) by ghen
Branch: pkgsrc-2006Q4
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored) next main 1.67 (colored) to selected 1.55 (colored)

Pullup ticket 1982 - requested by rillig
security fix for gtexinfo

- pkgsrc/devel/gtexinfo/Makefile		1.67
- pkgsrc/devel/gtexinfo/distinfo		1.26-1.27
- pkgsrc/devel/gtexinfo/patches/patch-al	1.4-1.5

   Module Name:	pkgsrc
   Committed By:	rillig
   Date:		Mon Jan  8 08:21:48 UTC 2007

   Modified Files:
	pkgsrc/devel/gtexinfo: distinfo
	pkgsrc/devel/gtexinfo/patches: patch-al

   Log Message:
   Fixed the "fix" for CVE-2006-4810, since it introduced these compiler
   warnings.

   ===> GCC
   texindex.c: In function `readline':
   texindex.c:848: warning: assignment makes pointer from integer without a cast

   ===> MIPSpro
   cc-1515 cc: ERROR File = texindex.c, Line = 848
     A value of type "long" cannot be assigned to an entity of type "char *".

               end = buffer - linebuffer->buffer;

   Well, if the compilers were more intelligent, they could have seen that
   (buffer == linebuffer->buffer) was an invariant and that the resulting
   difference was therefore always zero, and zero can be converted into any
   pointer type. ;)
---
   Module Name:	pkgsrc
   Committed By:	rillig
   Date:		Mon Jan  8 08:50:51 UTC 2007

   Modified Files:
	pkgsrc/devel/gtexinfo: Makefile distinfo
	pkgsrc/devel/gtexinfo/patches: patch-al

   Log Message:
   Corrected my last change. The original patch for CVE-2006-4810 was
   correct, only the pkgsrc version somehow managed to get wrong.

   PKGREVISION++

Revision 1.67 / (download) - annotate - [select for diffs], Mon Jan 8 08:50:51 2007 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored) to selected 1.55 (colored)

Corrected my last change. The original patch for CVE-2006-4810 was
correct, only the pkgsrc version somehow managed to get wrong.

PKGREVISION++

Revision 1.65.4.1 / (download) - annotate - [select for diffs], Sun Nov 19 12:22:44 2006 UTC (17 years, 5 months ago) by ghen
Branch: pkgsrc-2006Q3
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored) next main 1.66 (colored) to selected 1.55 (colored)

Pullup ticket 1914 - requested by adrianp
security fix for gtexinfo

- pkgsrc/devel/gtexinfo/Makefile		1.66
- pkgsrc/devel/gtexinfo/distinfo		1.25
- pkgsrc/devel/gtexinfo/patches/patch-al	1.3

   Module Name:	pkgsrc
   Committed By:	adrianp
   Date:		Sat Nov 18 15:49:02 UTC 2006

   Modified Files:
	pkgsrc/devel/gtexinfo: Makefile distinfo
	pkgsrc/devel/gtexinfo/patches: patch-al

   Log Message:
   Fix for CVE-2006-4810 and bump to nb6

Revision 1.66 / (download) - annotate - [select for diffs], Sat Nov 18 15:49:02 2006 UTC (17 years, 5 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base
Branch point for: pkgsrc-2006Q4
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored) to selected 1.55 (colored)

Fix for CVE-2006-4810 and bump to nb6

Revision 1.65 / (download) - annotate - [select for diffs], Tue May 23 11:09:04 2006 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Branch point for: pkgsrc-2006Q3
Changes since 1.64: +3 -3 lines
Diff to previous 1.64 (colored) to selected 1.55 (colored)

Added missing closing brace. Bumped PKGREVISION.

Revision 1.64 / (download) - annotate - [select for diffs], Mon Mar 20 04:23:37 2006 UTC (18 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.63: +4 -4 lines
Diff to previous 1.63 (colored) to selected 1.55 (colored)

Use PKGINFODIR to refer to the installation directory for info files.
Modify the default INFOPATH to use ${PKGINFODIR} consistently.  List
the info files in the PLIST.  Bump the PKGREVISON to 4.

Revision 1.63 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:15 2006 UTC (18 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored) to selected 1.55 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.62 / (download) - annotate - [select for diffs], Sat Feb 11 01:07:54 2006 UTC (18 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored) to selected 1.55 (colored)

Cleanup code from patch-al didn't work before, bump revision.

Revision 1.61 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:43 2006 UTC (18 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored) to selected 1.55 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.60 / (download) - annotate - [select for diffs], Tue Dec 27 18:14:47 2005 UTC (18 years, 3 months ago) by reed
Branch: MAIN
Changes since 1.59: +3 -3 lines
Diff to previous 1.59 (colored) to selected 1.55 (colored)

Add sysutils to CATEGORIES.
And change COMMENT to "GNU info documentation utilities".

Revision 1.59 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:04 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.58: +3 -3 lines
Diff to previous 1.58 (colored) to selected 1.55 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.57.4.1 / (download) - annotate - [select for diffs], Wed Oct 12 03:56:19 2005 UTC (18 years, 6 months ago) by snj
Branch: pkgsrc-2005Q3
Changes since 1.57: +2 -1 lines
Diff to previous 1.57 (colored) next main 1.58 (colored) to selected 1.55 (colored)

Pullup ticket 821 - requested by Lubomir Sedlacik
security fix for gtexinfo

Revisions pulled up:
- pkgsrc/devel/gtexinfo/Makefile		1.58
- pkgsrc/devel/gtexinfo/distinfo		1.22
- pkgsrc/devel/gtexinfo/patches/patch-al	1.1

   Module Name:    pkgsrc
   Committed By:   salo
   Date:           Mon Oct 10 15:14:49 UTC 2005

   Modified Files:
           pkgsrc/devel/gtexinfo: Makefile distinfo
   Added Files:
           pkgsrc/devel/gtexinfo/patches: patch-al

   Log Message:
   Security fix for CAN-2005-3011:

   "texindex in texinfo 4.8 and earlier allows local users to overwrite
   arbitrary files via a symlink attack on temporary files."

   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-3011

   Patch from Ubuntu.

Revision 1.58 / (download) - annotate - [select for diffs], Mon Oct 10 15:14:49 2005 UTC (18 years, 6 months ago) by salo
Branch: MAIN
Changes since 1.57: +2 -1 lines
Diff to previous 1.57 (colored) to selected 1.55 (colored)

Security fix for CAN-2005-3011:

"texindex in texinfo 4.8 and earlier allows local users to overwrite arbitrary
files via a symlink attack on temporary files."

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-3011

Patch from Ubuntu.

Revision 1.57 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:24 2005 UTC (19 years ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Branch point for: pkgsrc-2005Q3
Changes since 1.56: +1 -2 lines
Diff to previous 1.56 (colored) to selected 1.55 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.56 / (download) - annotate - [select for diffs], Mon Feb 28 13:06:46 2005 UTC (19 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.55: +2 -3 lines
Diff to previous 1.55 (colored)

Update to 4.8:

4.8 (31 December 2004)
* Language:
  . new command @euro for the Euro currency symbol, and
    @documentencoding has some support for ISO-8859-15.
  . new command @abbr for general abbreviations.
  . new command @slanted to typeset text in a slanted font,
    and @sansserif to typeset in a sans serif font.
* makeinfo:
  . An empty first argument to cross-reference commands, such as @xref,
    causes an error.  This change was made in 4.1, but not mentioned in NEWS.
  . HTML output:
    - <a name="..."> constructs are added for the old-style
      conversion of node names to HTML names, so that external references
      to them can continue to work.
    - "g_t" prefixed to targets for node names beginning with a
      nonletter, for XHTML compatibility.
  . Docbook output: recognize more image formats.
* texi2dvi:
  . new option --recode, to call recode for input character translation.
* Distribution:
  . new convenience script texi2pdf, equivalent to texi2dvi --pdf (from tetex).
  [not installed by package to avoid conflicting with teTeX-bin]
  . some cross-compiling support in configure && make.
  . new configure option --disable-install-warnings, for TeX.
    distributions which do have the files installed.
  . automake 1.9.4.

Revision 1.55 / (download) - annotate - [selected], Sun Oct 3 00:13:28 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.54: +2 -1 lines
Diff to previous 1.54 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.54 / (download) - annotate - [select for diffs], Mon Jul 12 21:28:28 2004 UTC (19 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.53: +1 -2 lines
Diff to previous 1.53 (colored) to selected 1.55 (colored)

Add patch so this does not depend on GNU make.

Revision 1.53 / (download) - annotate - [select for diffs], Sun Jul 4 23:17:59 2004 UTC (19 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.52: +3 -3 lines
Diff to previous 1.52 (colored) to selected 1.55 (colored)

Update to 4.7:
4.7 (9 April 2004)
* Language:
  . new commands @float, @caption, @shortcaption, @listoffloats for
    initial implementation of floating material (figures, tables, etc).
    Ironically, they do not yet actually float anywhere.
  . new commands @docbook, @ifdocbook, @ifnotdocbook for conditional Docbook.
  . new commands @ordf{} and @ordm{} for Spanish feminine/masculine ordinals.
  . new commands @deftypecv[x] for class variables in typed OO languages.
  . new command @registeredsymbol for the r-in-a-circle symbol.
  . new command @headitem to make a heading row in @multitable.
  . new command @LaTeX{} for the LaTeX logo.
  . new command @comma{} to avoid comma-parsing problems.
  . @url is now a synonym for @uref; new command @indicateurl has the
    old meaning of just displaying a url as text.
  . @quotation now accepts an optional argument for labelling the text
      as a `Note', `Tip', etc.
  . @defun (et al.) heading lines can now be continued with a lone @.
  . @acronym accepts an optional argument for the meaning of the acronym.
* makeinfo:
  . New environment variable TEXINFO_OUTPUT_FORMAT determines the output
    format at runtime, if no options are specified.
  . New option --plaintext, equivalent to --no-headers with Info output.
  . All outputs:
    - sections are numbered by default.
  . Info output:
    - punctuation is inserted after @pxref and @ref, if needed to make
      cross-references valid.
    - line numbers included in index menus, so Info readers can go to
      the exact line of an entry, not just a node.  Also in plaintext output.
    - ^@^H[index^@^H] cookie included in index menus, so Info readers
      can handle the ] etc. commands better.
  . HTML output:
    - new algorithm for cross-references to other manuals, for maximum
      portability and stability.
    - include node name in <title> with split output.
    - @multicolumn fractions become percentages.
    - entities used for bullets, quotes, dashes, and others.
    - index entries are links to the exact locations.
    - <h4> and <h5> used for @sub and @subsubsections again.
    - accented dotless i supported.
  . XML output: many new tags and structure to preserve more source features.
  . Docbook output:
    - upgraded DTD to Docbook XML 4.2, no longer using Docbook SGML.
    - improved translation in general, for instance:
    - line annotations and marked quotations.
* texi2dvi:
  . if available, use etex (pdfetex if --pdf) by default.
  . if the input file includes thumbpdf.sty (for LaTeX), then run thumbpdf.
  . more output if --debug.
* texinfo.tex:
  . @defun names are now printed in typewriter (instead of bold), and
    within the arguments, @var text is printed in slanted typewriter.
  . @tex code is executed inside a TeX group, so that any changes must
    be prefixed with \global (or the equivalent) to be effective.  (This
    change was actually made years ago, but never made it into the NEWS.)
* info:
  . new option --where (aka --location, -w) to report where an Info file
    would be found, instead of reading it.
  . by default, output ANSI terminal escape sequences as-is; new option
    --no-raw-escapes overrides this.
  . use the newly-generated index line numbers.
* Distribution:
  . new script gendocs.sh (not installed), for use by GNU maintainers in
    getting their manuals on the GNU web site.  Documented in
    maintain.texi (http://www.gnu.org/prep/maintain_toc.html).
  . Most code uses ANSI C prototypes, to some extent.
  . New translation: nb.
  . automake 1.8.3, autoconf 2.59, gettext 0.14.1.

Revision 1.52 / (download) - annotate - [select for diffs], Sat May 8 02:50:03 2004 UTC (19 years, 11 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored) to selected 1.55 (colored)

Use INFO_DIR in the info documentation search path. This is needed
if using a custom INFO_DIR so info command can find docs.

Revision 1.51 / (download) - annotate - [select for diffs], Sat Apr 24 19:47:44 2004 UTC (19 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.50: +16 -5 lines
Diff to previous 1.50 (colored) to selected 1.55 (colored)

If TEXINFO_LOCALE is set to "no", then don't build devel/gtexinfo with
NLS support.  This simplifies bootstrapping pkgsrc using a pkgsrc compiler
on a clean system.

Revision 1.50 / (download) - annotate - [select for diffs], Fri Apr 2 02:01:34 2004 UTC (20 years ago) by jlam
Branch: MAIN
Changes since 1.49: +4 -9 lines
Diff to previous 1.49 (colored) to selected 1.55 (colored)

Insert the pkgsrc-specific component of the INFOPATH in a more
maintainable way.

Revision 1.49 / (download) - annotate - [select for diffs], Sat Feb 14 13:55:19 2004 UTC (20 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.48: +1 -2 lines
Diff to previous 1.48 (colored) to selected 1.55 (colored)

CONFIG_STATUS_OVERRIDE is the default in bsd.pkg.mk, so no need for these
definitions here.

Revision 1.48 / (download) - annotate - [select for diffs], Thu Feb 12 08:55:33 2004 UTC (20 years, 2 months ago) by seb
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.55 (colored)

Make pathnames listed in CONFIG_STATUS_OVERRIDE relative to WRKSRC.

Revision 1.47 / (download) - annotate - [select for diffs], Wed Feb 11 00:47:20 2004 UTC (20 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.46: +2 -5 lines
Diff to previous 1.46 (colored) to selected 1.55 (colored)

This package builds just fine without needing GNU gettext-lib.  Bump
PKGREVISION as a result of this change.

Revision 1.46 / (download) - annotate - [select for diffs], Mon Jan 19 15:49:24 2004 UTC (20 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.45: +7 -6 lines
Diff to previous 1.45 (colored) to selected 1.55 (colored)

bl3ify

Revision 1.45 / (download) - annotate - [select for diffs], Mon Jan 19 15:05:44 2004 UTC (20 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.44: +2 -7 lines
Diff to previous 1.44 (colored) to selected 1.55 (colored)

Back out previous workaround and fix the problem the right way by
overriding the config.status script to prevent clobbering the GNU
configure-generated files.

Revision 1.44 / (download) - annotate - [select for diffs], Tue Jan 13 09:49:26 2004 UTC (20 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.43: +7 -1 lines
Diff to previous 1.43 (colored) to selected 1.55 (colored)

add a workaround to override the termcap.h test on Solaris. somehow,
configure picks up termcap.h from devel/ncurses, and later tries to
use it and fails.

allows this package to be built while devel/ncurses is installed.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Aug 9 10:44:43 2003 UTC (20 years, 8 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.42: +1 -2 lines
Diff to previous 1.42 (colored) to selected 1.55 (colored)

USE_NEW_TEXINFO is unnecessary now.

Revision 1.42 / (download) - annotate - [select for diffs], Thu Jul 17 21:30:59 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.55 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.41 / (download) - annotate - [select for diffs], Sun Jul 13 13:51:13 2003 UTC (20 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored) to selected 1.55 (colored)

PKGREVISION bump for libiconv update.

Revision 1.40 / (download) - annotate - [select for diffs], Wed Jul 2 16:09:58 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.39: +1 -2 lines
Diff to previous 1.39 (colored) to selected 1.55 (colored)

revert last, we now pass --split-size to makeinfo >= 4.6.

unbump PKGREVISION.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Jul 2 05:27:04 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored) to selected 1.55 (colored)

makeinfo: split info files at 50000 (as per texinfo 4.5 and below)
to maintain conistency of the generated files as currently required
by pkgsrc.

bump PKGREVISION.

(perhaps info files will be automatically added to the PLIST in the
future?)

Revision 1.38 / (download) - annotate - [select for diffs], Mon Jun 23 11:07:57 2003 UTC (20 years, 10 months ago) by seb
Branch: MAIN
Changes since 1.37: +7 -3 lines
Diff to previous 1.37 (colored) to selected 1.55 (colored)

Convert to USE_NEW_TEXINFO.
Please note local override of INSTALL_INFO.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Jun 12 13:39:27 2003 UTC (20 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.36: +3 -2 lines
Diff to previous 1.36 (colored) to selected 1.55 (colored)

Update to 4.6:
4.6 (10 June 2003)
* Language:
  . new command @/ specifies an allowable breakpoint within a line.
  . new command @dofirstparagraphindent to control whether the first
    paragraph following a section heading is indented.  Default is to
    omit this indentation, unlike the output up to now.
  . new command @indent for explicitly indenting a paragraph.
  . makeinfo writes a new construct for @image in Info output, so that
    graphical Info browsers (such as Emacs Info under X) can display an
    actual image.  (Standalone Info ignores this, since it runs in a tty.)
* makeinfo:
  . Common:
    - search for image files in the include file search path.
    - warns if @value is used on an undefined variable.
  . Info output:
    - default --split-size now 300,000 bytes, up from 50,000.
    - with --enable-encoding and a given @documentencoding,
      output a Local Variables section specifying that encoding, for use
      with Emacs.
  . HTML output:
    - uses <h3> at the smallest.
    - a few css <style> definitions are included to better
      implement @format, @display, @small..., etc.
    - new option --css-include=FILE includes FILE in the <style>.
    - @cartouche now outputs a <table> with a border.
* texinfo.tex:
  . new Polish translation txi-pl.tex.
* texi2dvi:
  . --command=CMD replaces --texinfo=CMD; it inserts CMD at the first
    line of LaTeX files now, or after the @setfilename for Texinfo files.
* info:
  . RET now goes to the nearest xref (rather like Emacs Info),
    instead of the next xref starting on the current line.
* Distribution:
  . new Romanian (ro) translation.
  . variables now declared const where appropriate.
  . gettext 0.12.1, automake 1.7.5.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Jun 2 01:20:45 2003 UTC (20 years, 10 months ago) by jschauma
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.55 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Feb 18 17:43:05 2003 UTC (21 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.34: +1 -3 lines
Diff to previous 1.34 (colored) to selected 1.55 (colored)

These packages have been converted to use buildlink2, so they no longer
need to use the automake-override target in bsd.pkg.mk; the hide-autotools
target in bsd.buildlink2.mk accomplishes the same thing.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Feb 13 08:28:20 2003 UTC (21 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.33: +2 -3 lines
Diff to previous 1.33 (colored) to selected 1.55 (colored)

Update to 4.5. Changes:
4.5 (4 February 2003)
* info:
  . a bug in 4.4 prevented compressed info files from being found.
* Distribution:
  . detect sys/ptem.h on Solaris.

4.4 (31 January 2003)
* Language:
  . The ' (ASCII apostrophe/right quote) character is finally allowed in
    node and anchor names.  Thus, after installing this texinfo.tex,
    existing .aux files will cause errors!  Remove them and rerun TeX to
    generate good ones.
  . @value constructs are now expanded in the filename arguments to
    @include and @verbatiminclude.
* makeinfo:
  . bug fix: @copying text is now reflected in tag table positions;
    before, nodes may not have been found with a long-enough @copying.
  . bug fix: html @verb arg is quoted properly, and does not imply
    a paragraph break.
* texinfo.tex:
  . @smallexample and the like now output in a smaller font (9pt) in all
    paper formats, not just @smallbook and @afourpaper.
  . new translation txi-tr.tex.
  . bug fix: <>| and other characters do not disappear when they are
    first on a line in @verbatim.
* install-info:
  . bug fix: don't translate the `* Menu' info keyword.
* info:
  . CTRL-H is treated like DEL in incremental search.
  . arrow keys once again work in isearch contexts under Solaris.
* infokey:
  . use .info key bindings before defaults.
  . allow prefix keys to be disabled.
* Distribution:
  . update to GNU FDL 1.2 (http://www.gnu.org/licenses/fdl.html).
  . getopt and other common library files updated from gnulib
    (http://savannah.gnu.org/projects/gnulib/).
  . autoconf 2.57, automake 1.7.2.

Revision 1.33 / (download) - annotate - [select for diffs], Fri Jan 17 00:51:22 2003 UTC (21 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored) to selected 1.55 (colored)

Use .tar.bz2 (1.28 instead of 1.8 million bytes).

Revision 1.32 / (download) - annotate - [select for diffs], Sat Nov 30 13:45:17 2002 UTC (21 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.55 (colored)

USE_PKGLOCALEDIR.

Revision 1.31 / (download) - annotate - [select for diffs], Sat Nov 23 18:47:16 2002 UTC (21 years, 5 months ago) by seb
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.55 (colored)

Remove dependency on libiconv, this was a mistake... my fault.
Bump PKGREVISION.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Nov 17 01:17:30 2002 UTC (21 years, 5 months ago) by seb
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.55 (colored)

Update to version 4.3.

Package changes: fix PKGLOCALEDIR botch reported by various people. Many
thanks to Lubomir Sedlacik <salo at Xtrmntr dot org> for the patches in
PR 18616!

Changes in version 4.3:
4.3 (14 November 2002)
* Language:
  . new command @tie{} to do a real tie (unbreakable interword space).
* makeinfo:
  . html output for @defun and friends now has font changes.
  . html output has some class attributes.
* texinfo.tex:
  . new Italian translations, txi-it.tex.
  . pdf bookmarks for unnumbered sections work.
  . type name for @defun and friends no longer extends into margin.
* info:
  . automatic-footnotes now off by default, for emacs compatibility.
  . crash when MALLOC_CHECK_=2 fixed.
* install-info:
  . new option --infodir synonym for --info-dir, for compatibility with
    the Debian install-info.
  . support for bzip2-compressed files.
* texindex:
  . omit initial if the entire index is under one characters.
* Distribution:
 . development sources now available under CVS, see
   http://savannah.gnu.org/projects/texinfo/
 . Turkish message translation.
 . gettext 0.11.5, autoconf 2.54, automake 1.7.1.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Oct 3 02:06:31 2002 UTC (21 years, 6 months ago) by seb
Branch: MAIN
Changes since 1.28: +9 -12 lines
Diff to previous 1.28 (colored) to selected 1.55 (colored)

Update to version 4.2: lots of new features, see below.
buildlink1 -> buildlink2.

Changes:

*** IMPORTANT NEWS FOR ALL AUTHORS OF TEXINFO MANUALS ***

As of version 4.2, Texinfo has a new command @copying to define the
copyright and copying permissions for a manual.  It's important to
switch to using it as soon as possible (as in your next release),
because the historical method of doing copyright permissions using
@ifinfo failed to output copyright information in the HTML (or XML)
formats.  The manual has detailed explanations and examples.  For
convenience, here's a url to one of the relevant sections:
  http://texinfo.org/manual/Document-Permissions.html

4.2 (1 April 2002)
* Language:
  . new command @copying to define copying permissions.  See above.
  . new conditionals @ifplaintext, @ifnotplaintext for the plain text
    (--no-headers) output format.
  . new command @\ to produce literal \ inside @math, since \ by itself
    no longer works.
* makeinfo:
  . emit accesskey attributes for keyboard shortcuts to menu items.
  . @{even,every,odd}{footing,header} are ignored by makeinfo now, so
    they no longer need to be enclosed in @iftex.
* texinfo.tex:
  . bug fix for pdf-format table of contents.
* info:
  . bug fixes for -R (--raw-escapes).
  . --help shows short option names.
* Distribution:
  . the doc.c, funs.h, and key.c files in info/ are no longer generated
    at make time, to appease Automake's make distcheck.
  . gettext 0.11.1, autoconf 2.53, automake 1.6 (with install-info kludge).

4.1 (4 March 2002)
* Language:
  . new commands @verbatim and @verb for printing verbatim inserts.
  . new command @verbatiminclude for verbatim include of files.
  . new environment @documentdescription for defining the HTML description.
  . new command @afivepaper for the A5 paper size.
* makeinfo:
  . supports xml and docbook output.
  . supports HTML splitting by node, which is now the default.
  . new option --split-size to control maximum size of split info files.
* info:
  . user-specified key bindings supported.
  . ANSI escape sequences (as produced by groff) removed from man output
    by default; use --raw-escapes to let them through if your terminal
    supports them.
* texinfo.tex:
  . @math implies @tex, so all the usual plain TeX math is supported.
  . smaller fonts for @smallexample, in all page sizes.
  . improvements in the PDF support.
* texi2dvi:
  . new option -o to explicitly specify output filename.
* Distribution:
  . switch to GNU Free Documentation License (http://www.gnu.org/copyleft/).
  . update to GNU gettext 0.11, autoconf 2.52, and automake 1.5.
  . Danish, Swedish, and Hebrew message translations.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Aug 10 23:22:02 2002 UTC (21 years, 8 months ago) by rh
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (colored) to selected 1.55 (colored)

Make sure proper prototypes are used for xmalloc() and the like so the
package actually works on PPC and other architectures where this matters.
Bump PKGREVISION.
This closes PR pkg/17377 by Andrew Cagney <cagney@mac.com>

Revision 1.27 / (download) - annotate - [select for diffs], Thu Apr 4 11:10:21 2002 UTC (22 years ago) by seb
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.26: +6 -4 lines
Diff to previous 1.26 (colored) to selected 1.55 (colored)

Do for this package something similar to what is now done for packages
dealing with info files i.e. explicitly specify which install-info
command should be used.

*Explicitly* do not use ../../mk/texinfo.mk to avoid running into chicken and
egg problem:
 define INSTALL_INFO to the very install-info command this package provides
 and use it in post-install *and* PLIST.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jan 5 18:42:55 2002 UTC (22 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored) to selected 1.55 (colored)

Make sure that locale files are installed into the correct directory
under Solaris.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Dec 25 14:48:34 2001 UTC (22 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.24: +3 -9 lines
Diff to previous 1.24 (colored) to selected 1.55 (colored)

Update to 4.0. Excerpt of changes since 3.12:
* Language:
  . New command @anchor for cross references to arbitrary points.
  . New commands @documentlanguage sets the main document language,
    and @documentencoding sets the document input encoding (although not
    much is done yet with either).
  . New command @pagesizes allows limited control of text area for typesetting.
  . New command @acronym for abbreviations in all caps, such as `NASA'.
  . New command @alias for simple command aliases.
  . New command @definfoenclose for better control of info output.
  . New commands @deftypeivar for typed instance variables of a class
    and @deftypeop for typed operations of a class.
  . New command @novalidate suppresses cross-reference checking and (in
    TeX) auxiliary file creation.
  . New commands @setcontentsaftertitlepage and
    @setshortcontentsaftertitlepage to force printing the table of
    contents after @end titlepage.  Also, @contents and @shortcontents
    themselves can now appear at the beginning of the document as
    well as the end.
  . New markup commands: @env (for environment variables), @command (for
    command names), @option (for command-line options).
  . New commands @smallformat and @smalldisplay, a la @smallexample.
  . New command @exampleindent to set indentation of example-like
    environments a la @paragraphindent.
  . @uref takes an optional third argument of text to show instead of
    (rather than in addition to) the url for info and dvi output.
  . @footnote works in an @item for a @table.
* texinfo.tex:
  . implements @macro.
  . implements @paragraphindent (except asis).
  . @emph and @i use true italic type (cmti) instead of slanted (cmsl).
  . implements pdf output when run with pdftex.
  . better support for internationalization via txi-??.tex files.
* makeinfo:
  . supports HTML output with the --html option.
  . implication of --html: @top nodes should be wrapped in @ifnottex
    rather than @ifinfo.  @ifinfo conditionals are not expanded with --html.
  . new option --number-sections to output chapter/section numbers.
  . dashes and quotes are not treated specially in node names.
  . new option --commands-in-node-names to allow @-commands in node names.
    (Not implemented in TeX, and most likely never will be.)
  . @emph output uses _underscores_.
  . @image looks for .png files before .jpg.
  . only output `Making ... file' line when verbose.
  . allow -v as synonym for --verbose.
  . new command line options to specify which conditionals to process
    (but --iftex is not fully implemented).
  . warns if @var contains any of ,[]().
  . @quote-arg implicitly done for all one-argument macros, so commas in
    the argument text are allowed.
  . \\ required in macro body to get single \, no other `escapes' defined.
* info:
  . ISO Latin 1 characters are displayed and input as-is by default.
  . new option --vi-keys to enable vi-like and less-like key bindings.
  . new command S does case-sensitive searching.
  . new commands C-x n and C-x N repeat last search, respectively, in the
    same and in reverse direction, without prompting for the string.  These
    commands are bound to n and N under --vi-keys, like in Less.
  . new command G menu1 menu2 ... searches for menu items from (dir),
    as allowed on the command line.
  . new command O (capital o, not zero) goes directly to the node that
    describes command-line options.
  . new command-line option --show-options causes the node which
    describes command-line options to be the first node displayed.
  . M-prior and M-DEL do new command info-scroll-other-window-backward.
  . / searches like s does.
  . If the search string includes upper-case letters, in both incremental
    and non-incremental search, the search is case-sensitive.
  . S searches case-sensitively even if the search string is all
    lower-case.
  . - makes the argument negative (so e.g. `- /' searches backward).
  . l restores point in the window returned to.
  . SPC/DEL do not move outside the current document.
  . foo.info is found before foo.
  . `info foo --index-search=bar' now searches for bar in foo's index.
  . support for files compressed with bzip2.
* install-info:
  . handles gzipped dir files.
  . sort entries into alphabetical order.
  . install direntries only in preceding dircategory, not in all.
  . --delete does not require the info file to exist.
  . --delete can handle XEmacs-style dir entries.
* texi2dvi:
  . bug fixed: now uses only the @iftex and @tex parts of the source.
  . process LaTeX source as well as Texinfo source.
  . output PDF (using pdftex) with new option --pdf.
  . handles --OPTION=ARG style of command line arguments.
  . new option --batch for progress reports but no interaction.
  . new option --clean to remove all auxiliary files.
  . new option --quiet for silence (unless there are errors).
  . new option -I for specifying directories for @include to search.
  . handles LaTeX files (running BibTeX etc.).
* Fixes to util/gen-dir-node and util/fix-info-dir (formerly util/update-info).

Revision 1.24 / (download) - annotate - [select for diffs], Mon Jun 18 22:09:16 2001 UTC (22 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.23: +5 -7 lines
Diff to previous 1.23 (colored) to selected 1.55 (colored)

Use zlib buildlink.mk for zlib dependency (from pkg/13217 by Stoned Elipot)
and install locale files under PKGLOCALEDIR.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Feb 16 14:38:29 2001 UTC (23 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored) to selected 1.55 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Feb 3 08:07:33 2001 UTC (23 years, 2 months ago) by hubertf
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.55 (colored)

Don't allow non-pkgsrc zlib installed. Per discussion on tech-pkg.

(This makes me wonder how things work when I setup a system from solaris
 pkgs only, that were generated from pkgsrc - i doubt they have the /var/db/pkg
 information to make our system recognize them as "our" pkg... ?)

Revision 1.21 / (download) - annotate - [select for diffs], Sat Feb 3 06:12:36 2001 UTC (23 years, 2 months ago) by hubertf
Branch: MAIN
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (colored) to selected 1.55 (colored)

Pull in bsd.prefs.mk to define OPSYS, and set CFLAGS to find zlib.h

Revision 1.20 / (download) - annotate - [select for diffs], Sat Feb 3 05:18:07 2001 UTC (23 years, 2 months ago) by hubertf
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.55 (colored)

Allow manually-installed zlib on solaris 8 (in /usr/lib)

Revision 1.19 / (download) - annotate - [select for diffs], Sat Feb 3 05:13:10 2001 UTC (23 years, 2 months ago) by hubertf
Branch: MAIN
Changes since 1.18: +5 -1 lines
Diff to previous 1.18 (colored) to selected 1.55 (colored)

This needs zlib installed. Depend on it for Solaris.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Aug 21 21:01:30 2000 UTC (23 years, 8 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.55 (colored)

Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Aug 13 20:40:54 1999 UTC (24 years, 8 months ago) by abs
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002, comdex-fall-1999
Changes since 1.16: +3 -1 lines
Diff to previous 1.16 (colored) to selected 1.55 (colored)

Fix PLIST in solaris case

Revision 1.16 / (download) - annotate - [select for diffs], Wed Apr 14 21:39:02 1999 UTC (25 years ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH001
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.55 (colored)

Remove unnecessary slash from master site list.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 5 23:36:04 1999 UTC (25 years ago) by hubertf
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.55 (colored)

fix spelling

Revision 1.14 / (download) - annotate - [select for diffs], Sat Mar 6 09:05:17 1999 UTC (25 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.55 (colored)

Updated master site list to handle the gnu ftp reorganization.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Feb 18 13:43:26 1999 UTC (25 years, 2 months ago) by tv
Branch: MAIN
Changes since 1.12: +5 -1 lines
Diff to previous 1.12 (colored) to selected 1.55 (colored)

Add IGNORE= for systems which have /usr/bin/install-info.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Aug 20 15:16:47 1998 UTC (25 years, 8 months ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) to selected 1.55 (colored)

The Grand Homepagification:
	- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jun 18 16:49:30 1998 UTC (25 years, 10 months ago) by tv
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.55 (colored)

Run `sed' only once:  change pre-build target to post-patch.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jun 14 21:29:39 1998 UTC (25 years, 10 months ago) by cjs
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.55 (colored)

Add -f to mv option to avoid this make going interactive on us.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jun 11 12:07:57 1998 UTC (25 years, 10 months ago) by agc
Branch: MAIN
Changes since 1.8: +6 -6 lines
Diff to previous 1.8 (colored) to selected 1.55 (colored)

Fix the locations in a more efficient manner.

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 14 11:09:47 1998 UTC (25 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.7: +1 -4 lines
Diff to previous 1.7 (colored) to selected 1.55 (colored)

Don't strip the info, install-info, makeinfo and texindex programs, as
they're stripped at install time.  Fixes PR 5448, from Johnny C. Lam.

Revision 1.7 / (download) - annotate - [select for diffs], Thu May 7 07:42:55 1998 UTC (25 years, 11 months ago) by frueauf
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.6: +15 -7 lines
Diff to previous 1.6 (colored) to selected 1.55 (colored)

Add {PREFIX,X11BASE,LOCALBASE}/info to the default INFOPATH, fixes pr 5319.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:20 1998 UTC (26 years ago) by agc
Branch: MAIN
Changes since 1.5: +2 -7 lines
Diff to previous 1.5 (colored) to selected 1.55 (colored)

Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Mar 9 08:09:34 1998 UTC (26 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored) to selected 1.55 (colored)

Update to V3.12

Revision 1.4 / (download) - annotate - [select for diffs], Thu Mar 5 13:17:17 1998 UTC (26 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored) to selected 1.55 (colored)

Use catgets, pointed out by Charles Hannum

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 24 04:13:35 1998 UTC (26 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) to selected 1.55 (colored)

portlint: fix RCS Id

Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 14 23:09:43 1997 UTC (26 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.1: +11 -8 lines
Diff to previous 1.1 (colored) to selected 1.55 (colored)

Update to V3.11, provided by Johnny Lam <lamj@stat.cmu.edu>.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Oct 9 09:13:49 1997 UTC (26 years, 6 months ago) by agc
Branch: TNF
CVS Tags: GNU-pkg-1997-10-09
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.55 (colored)

Initial import of GNU texinfo package.

This is necessary because NetBSD has no default way of reading GNU info
files - FreeBSD has had this in their base system since 2.2.2.  This
allows the default installation of package's info files, and means
less differences between individual package's Makefiles in NetBSD and
FreeBSD.

`Renamed' to gtexinfo to distinguish it from the print/texinfo package.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Oct 9 09:13:49 1997 UTC (26 years, 6 months ago) by agc
Branch: MAIN
Diff to selected 1.55 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>