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@
- merge espie's patches
- fix apps such as p5-DBD-SQLite, by adding weak pthread functions.
also include some bug fixes from kurt@. the work has been done by
kurt@, and espie@. thanks!
ok kurt@, espie@, bernd@
Little Brother Database is a simple email address database,
originally designed for Mutt, but working with other software.
It can query multiple backends, including local files of many
formats, and some network sources, including finger and
YP/NIS. LDAP support is available in the lbdb-ldap package.
requested by marco@
No longer use modbuild.
Tweak regress_depends (from simon) and run_depends
Patch Makefile.PL to not run to CPAN for RUN_DEPENDS.
ok and help from simon@
pg_top is 'top' for PostgreSQL. It is derived from Unix Top. Similar
to top, pg_top allows you to monitor PostgreSQL processes. It also
allows you to:
* View currently running SQL statement of a process.
* View query plan of a currently running SELECT statement.
* View locks held by a process.
* View user table statistics.
* View user index statistics
man page suggestion from sthen - thanks!
feedback and ok merdely
The DBD::Chart provides a DBI abstraction for rendering pie charts, bar
charts, box&whisker charts (aka boxcharts), histograms, Gantt charts,
and line, point, and area graphs.
ok merdely@