./devel/gtexinfo, GNU info documentation utilities

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.2nb1, Package name: gtexinfo-7.2nb1, Maintainer: pkgsrc-users

GNU hypertext utilities to view and manipulate info
documentation files.

The GNU project has a hypertext system called Info which allows the
same source file to be either printed as a paper manual, or viewed
using info. It is possible to use the info program from inside Emacs,
or to use the stand- alone version described here.

This package can convert info to pdf, if pdftex (print/tex-pdftex) and
pdflatex (print/tex-latex-bin) are installed. However, it does not
depend on them.


Required to run:
[misc/p5-Locale-libintl] [lang/perl5] [textproc/p5-Text-Unidecode] [converters/p5-Unicode-EastAsianWidth]

Required to build:
[converters/help2man] [pkgtools/cwrappers]

Package options: nls

Master sites: (Expand)

Filesize: 6258.234 KB

Version history: (Expand)


CVS history: (Expand)


   2025-07-04 10:49:39 by Thomas Klausner | Files touched by this commit (2519)
Log message:
*: bump for perl 5.42.0
   2025-04-20 18:32:37 by Thomas Klausner | Files touched by this commit (1)
Log message:
gtexinfo: fix PLIST for (default-on) nls option
   2025-04-20 15:40:33 by Jonathan Schleifer | Files touched by this commit (4)
Log message:
Update devel/gtexinfo to 7.2

This fixes building with GCC 15.
   2024-11-23 18:22:00 by Greg Troxel | Files touched by this commit (2)
Log message:
devel/gtexinfo: Fold MESSAGE into DESCR

It was not a caution that if unheeded that would result in
unrecoverable problems.  It is simply pointing out that the package
doesn't depend on some things that people might expect it to.
   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message:
*: recursive bump for perl 5.40
   2024-11-01 09:37:29 by Adam Ciarcinski | Files touched by this commit (8)
Log message:
gtexinfo: ignore check for macOS 14.4+ iconv bug; use gmake to fix parallel \ 
build; pkglint fixes
   2024-10-22 10:12:04 by Jonathan Perkin | Files touched by this commit (2) | Package updated
Log message:
gtexinfo: Fix previous update.

A good example of how adding the nls option ends up breaking things.
   2024-10-21 17:23:45 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(devel/gtexinfo) Updated 7.1 to 7.1.1, MAKE_JOBS_SAFE=NO added

7.1.1 (7 September 2024)
This is a bug-fix release with minimal changes.

* texi2any
  . fix potential crash when @include is used inside a table
  . do not complain about presence of @anchor inside @item in a table
  . C source files that are generated from *.xs files are no no longer
    distributed, so xsubpp from Perl is needed to build XS modules.
  . fix bug that led to memory alignment error on SPARC
  . performance improvement and fixes for MinGW
  . test failures due to floating point rounding error fixed (observed
    on IBM POWER9 processor)

* info
  . crash when setting style to invalid value fixed
  . potential call of memcpy with null argument fixed