lowering overall patches count. Also enables libauxfun to build.
The main point is to stop putting wrong soname in shared objects,
to unbreak lib-depends-check in dependant ports.
okay sthen@
The JavaHelp system is an online help system that developers can use
to add online help to their Java platform applications. The JavaHelp
system is both a JCP specification (JSR 97) and a reference
implementation of that specification. The JavaHelp system open
source project includes the source to the reference implementation.
From Bryan Everly (bryan AT bceassociates DOT com). okay ajacoutot@
Manubulon SNMP plugins is a set of Icinga/Nagios plugins to check various
types of device using SNMP, including amongst others:
check_snmp_storage storage (disks, swap, memory, etc...) using MIB-2
check_snmp_int network interface state and usage using MIB-2
check_snmp_process process-related checks using MIB-2
check_snmp_load load/cpu checks for various OS/network devices
check_snmp_mem memory/swap usage checks for various OS/network devices
check_snmp_win Windows services
check_snmp_env environmental status for various network devices
See http://nagios.manubulon.com for more details.
The original project was last active in 2007; this version is packaged
from a lightly maintained git repository.
"cpandoc" is a perl script that acts like "perldoc" except that if it
would have bailed out with "No documentation found for
"Uninstalled::Module"", it will instead scrape a CPAN index for the
module's documentation.
One important feature of "cpandoc" is that it *only* scrapes the live
index if you do not have the module installed. So if you use "cpandoc"
on a module you already have installed, then it will just read the
already-installed documentation. This means that the version of the
documentation matches up with the version of the code you have. As a
fringe benefit, "cpandoc" will be fast for modules you've installed. :)
OK sthen@
OK benoit@
display HTML locally in a browser
This module abstracts the task of displaying HTML to the user. The
displaying is done by launching a browser and navigating it to
either a temporary file with the HTML stored in it, or, if possible,
by pushing the HTML directly into the browser window.
stored in an extra element of an array, however the array allocation size was
not increased to match. Fix. Found by valgrind while investigating a leak.