Logstalgia is a website traffic visualization that replays or streams
Apache web-server access logs as a pong-like battle between the web
server and an never ending torrent of requests.
from Gonzalo L. R. (MAINTAINER)
with tweaks by me
ok sthen@
Gource is an animated tree with the root directory of the project at its
centre. Directories appear as branches with files as leaves. Developers
can be seen working on the tree at the times they contributed to the
project.
Currently Gource includes built-in log generation support for Git,
Mercurial and Bazaar and SVN. Gource can also parse logs produced by
several third party tools for CVS repositories.
from Gonzalo L. R. (MAINTAINER)
with tweaks by me
ok sthen@
also annotate gamin for bootstrap property, and mark haddock,no_deps as
a "real flavor", since it's only used for bootstrap anyways AND significantly
changes the build.
Deja Dup is a simple backup tool. It hides the complexity of backing up
the Right Way (encrypted, off-site, and regular) and uses duplicity as
the backend.
<...>
ok jasper@
BackupPC is a high-performance, enterprise-grade system for backing
up Unix, WinXX, and MacOS PCs and laptops to a server's disk.
BackupPC is highly configurable and easy to install and maintain.
It is written in Perl and extracts backup data via rsync, or tar
over ssh/rsh/nfs.
With tweaks from and ok aja@
- thanks ajacoutot@ for looking over the scripts
- note that there has been some major work on apcsmart; in the event
of problems the old driver is still available as apcsmart-old
on libgcrypt. GnuTLS >= 2.12 does not depend on libgcrypt any longer.
* Don't add filename defines to CPPFLAGS; there are quoting problems
and gcc4 ends up warning, gcc3 aborts. Move the setting to
Makefile.in.
* The database subpackages shouldn't depend on the exact REVISION
of the main package.
- Enable the new SMP code (allowing the user to actually see multiple
cores)
- Enable RES and VSIZE display in $top
From Pascal Stumpf: thanks!
ok benoit@, jasper@