ktsuss stands for "keep the su simple, stupid", and as the name says,
is a graphical version of su written in C and GTK+ 2.
With some tweaks by and ok jasper@
Parse::CPAN::Meta is a parser for META.yml files, based on the parser
half of YAML::Tiny.
It supports a basic subset of the full YAML specification, enough to
implement parsing of typical META.yml files, and other similarly simple
YAML files.
If you need something with more power, move up to a full YAML parser
such as YAML, YAML::Syck or YAML::LibYAML.
ok jim@
to start OpenVPN; this sidesteps a problem where openvpn destroys and re-
creates the tun interface, which affects PF/altq.
- shorten DESCR to better fit 80x24
ok fkr@ (maintainer).
the mysql module should be linking with it. work-around this problem
for now by adding a LIB_DEPENDS-main on mysqlclient. this ensures that
people pkg_add'ing have the relevant library available. no functional
change for existing users.
nobody screamed when I sent it to ports@, and it's better than the
current state, but still this is an incorrect fix to unbreak the
package, it should be fixed properly.
happen often (/usr/ports NFS mounted & /usr/ports/obj a symlink to a
local dir, /usr/ports as a symlink to /home/wherever..)
Use readlink -fn only if USE_SYSTRACE is set so less things are run when
bsd.port.mk is included. Should make everyone happy.
Issue reported by and original fix ajacoutot@, sounds reasonable to espie@
HTML::TagCloud enables you to generate "tag clouds" in HTML.
Tag clouds serve as a textual way to visualize terms and topics
that are used most frequently.
The tags are sorted alphabetically and a larger font is used to
indicate more frequent term usage.
This has also been posted to ports@ by Ian McWilliam
all secondary compilers were relocated to separate projects so we need a
rakudo port to get the perl6 binary back.
this update also addresses the recent bulk fallout noticed by naddy@
testing by sthen@ and ajacoutot@, thanks!