crashme is a very simple program that tests the operating environment's
robustness by invoking random data as if it were a procedure. The
standard signals are caught and handled with a setjmp back to a loop
which will try again to produce a fault by executing random data. Some
people call this stress testing.
Tweaks/distfile hosting/ok jasper@
Req'd by deraadt@
Remmina is a remote desktop client written in GTK+, aiming to be useful for
system administrators and travellers, who need to work with lots of remote
computers in front of either large monitors or tiny netbooks. Remmina supports
multiple network protocols in an integrated and consistant user interface.
Various protocols are supported whose functionality can be added by adding the
corresponding remmina-plugins package.
Right now VNC, RDP, XDMCP and Telepathy are supported.
feedback/ok aja@
i3bar is a xcb and libev based status and workspace bar for the
i3 window manager. It is best thought of as a replacement for the
i3-wsbar + dzen2 combination. It creates a workspace bar for every
active screen and displays a piped-in statusline rightaligned on
every bar.
It does not sample any status information itself, so you still need
a program like conky for that.
OK jasper@
by accident (if ghc is installed but hs-mtl isn't).
Rule of thumb: if some hs-* port works with both mtl-1 and
mtl-2, let it depend on devel/hs-mtl. If it strictly requires
mtl-1, then don't let it depend on devel/hs-mtl (that part is
obvious). If it doesn't specify the mtl version i the .cabal
file and breaks with devel/hs-mtl installed, patch the .cabal
file.
I'll rebuild and check all the haskell junk on my machine and
will see what can be done to hs-* ports that don't build with
mtl-2 (devel/hs-mtl). If they can be fixed to work with mtl-2,
mtl-1 (in lang/ghc) will be removed.
What a mess!
I wanted to defer this until we really need it, but it
looks like some ports already need this version of mtl.
So no we have mtl-1 (bundled with lang/ghc) and mtl-2
(in devel/hs-mtl). Haskell library dependency hell.