plplot: work around broken test for return type of signal handlers (??)
This happens to succeed with gcc/8, but does not with gcc/15, so just
tell the stupid build system that the return type it's looking for is
void, as it's always been since K&R...
www/awstats: merge Makefile r1.27, eg add missing RDEP on JSON::XS
otherwise awstats.cgi blows with the proverbial error message..
Can't locate JSON/XS.pm in @INC (you may need to install the JSON::XS module)
while here also add p5-Try-Tiny, even if its a dependency of p5-libwww,
it's used directly.
www/awstats: add missing RDEP on JSON::XS
otherwise awstats.cgi blows with the proverbial error message..
Can't locate JSON/XS.pm in @INC (you may need to install the JSON::XS module)
while here also add p5-Try-Tiny, even if its a dependency of p5-libwww,
it's used directly.
Fix build on Ruby 3.3.10 (and any Ruby with 2 digit tiny version).
Didn't package before on Ruby 3.3.10, and only affects building, not
runtime, so no bump needed.
Import trurl-0.16.1.
trurl is a tool in a similar spirit of tr but for URLs. Here, 'tr' stands for
translate or transpose.
It is designed to help shell script authors everywhere. URLs are tricky to
parse and there are numerous security problems in software because of this.
trurl wants to help soften this problem by taking away the need for script and
command line authors everywhere to re-invent the wheel over and over.
From maintainer David Leadbeater; tweaks and ok kn@ sthen@