Similar to top, ptop 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.
WWW: http://ptop.projects.postgresql.org/
PR: ports/118809
Submitted by: Sunghyuk Do <sunghyuk@gmail.com>
you to get the most out of the powerful Openbox menu system, while hiding
the xml layout from the user.
It can install dynamic menus (pipe menus), such as Gnome menus or a
quick-navigator. You can also use the obxml module to easily write pipe
menus of your own in Python.
WWW: http://obmenu.sourceforge.net/
It should work with any EWHM-compliant window manager, such as Openbox.
Example usage: setlayout 0 2 2 0 for a 2x2 grid.
WWW: http://icculus.org/openbox/index.php
PR: ports/118804
Submitted by: oleg at bsdpower.com
- Plays MIDI files on Linux machines with an OSS sound card interface.
- GTK based user interface supporting drag-and-drop for easy file
selection. Drag a MIDI file from the GNOME-ified Midnight Commander
to Musica's drop pocket and it automatically loads the file.
- Tempo adjustment, Play a MIDI file up to four times faster or slower.
- Fast forward. Skip those dull passages in a MIDI file.
WWW: http://www-ict.its.tudelft.nl/~erik/open-source/musica
PR: ports/118839
Submitted by: Pietro Cerutti <gahr at gahr.ch>
that you use to compile Flex applications, modules, and component
libraries. It works very similarly to the mxmlc and compc command line
compilers, but it compiles faster than the mxmlc and compc
command-line compilers.
WWW: http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell
the band), the conversion of this frequency to a band fails in some
cases, when the locale settings define anything different than a '.'
as decimal separator (e.g. LANG=de_DE, where it is ',').
further description at: http://people.freebsd.org/~db/tqsllib_bug.txt
Submitted by: Fabian Kurz <mail@fkurz.net>
Add a check on libslang.so.1 if it exists in system then depend on libslang
instead of libslang2. If libslang.so.1 doesn't exist then libslang2 is the
default in WITH_SLANG. Add '--disable-slang' flag to avoid the autocheck in
configure. Bump the PORTREVISION.
Reported by: Andriy Gapon <avg@icyb.net.ua>