The PostgreSQL Toolbox is a collection of small programs to aid the
PostgreSQL administrator and developer.
<...>
from Pierre-Emmanuel Andre (MAINTAINER)
Zmanda recovery manager for MySQL (MySQL ZRM) is a backup and
recovery manager for MySQL database server. It also provides backup
scheduling and reporting features.
It supports backup of MySQL databases/tables using various methods
(both running on same machine as the MySQL server as well as on a
remote machine).
From maintainer Giovanni Bechis, thanks!
This is a newer interface to access PostgreSQL database from Ruby.
It is designed to offer every feature available in libpq to Ruby, with a
better API. This module is simpler, cleaner, and more portable than
ruby-postgres.
Submitted and maintained by Jeremy Evans.
works around a dos vulnerability in rexml
similar diff from Jeremy Evans <openbsd at jeremyevans.net>
update run_depends so forward updates work properly
ok bernd@
Sharedance is a high-performance server that centralize ephemeral
KEY/DATA Pairs on remote hosts, without the overhead and the complexity
of an SQL database.
It was mainly designed to share caches and sessions between a pool of
web servers. Access to a sharedance server is trivial through a simple
PHP API and it is compatible with the expectations of PHP 4 and PHP 5
session handlers.
from William Yodlowsky with some tweaks by me
Maatkit makes MySQL easier and safer to manage. It provides simple,
predictable ways to do things you cannot otherwise do.
from Giovanni Bechis
ok merdely@
this change requires bumping other ports which use it. pointed
out by naddy, thanks!
- add a comment in Makefile to warn others not to do the same.
ok naddy@
which sqlbrowser shouldn't use
for now it's the best if it uses its own sqlite
spotted by naddy@ in his bulk build, a while ago
"go ahead and fix it" bernd@, ok kurt@