Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
removal of USE_GTEXINFO
INSTALL_INFO added to PLIST_SUBST
`${INSTALL_INFO}' replace `install-info' in target rules
print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
makeinfo command usage
See -newly added by this commit- section 10.24 of Packages.txt for
further information.
Update jwhois to 3.0.1. Changes:
* Command line option to disable content redirection
* Lots of information added to the example configuration file
* IPv6 failover to IPv4
* Option to display redirections instead of hiding them
* Case insensitive hostname matching
* Introduced new host-specific configuration
* Limited support for rwhois
* Support for sending queries through a web interface via external browser
* Ability to rewrite queries before sending to whois server
* Support for whois-servers.net
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
<wolfgang@wsrcc.com> with substantial modifications.
Changes from version 2.1:
* Made it possible to use queries of the type foo@HOST
* Lots of information added to the example configuration file
* Fixed a nasty bug that sometimes caused two extra bytes of output
to be appended
* Fixed the sample jwhois.conf
* Added distribution of debian/ and macros/
* Support for redirection of a query to another server based on
returned content from another
* Support for cache functionality
* Bugfixes for little-endian machines
* Configuration parser rewritten -- you must now use \\ to get a
single \.
* ${datadir} no longer searched for global configuration file
* i18n support added
* Must enclose struct foo in "
* Support for specifying CIDR blocks in the configuration file.
* More advanced features added to the configuration file.
* Port number separated from host names and IP numbers with space
instead of colon in configuration file.
* Support for IPv6 hosts