aboutsummaryrefslogtreecommitdiff
path: root/databases/pgtop
Commit message (Collapse)AuthorAgeFilesLines
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275886
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Fix incorrect Getopt::Long usage.Jun Kuriyama2009-12-122-1/+12
| | | | Notes: svn path=/head/; revision=245624
* - Remove dependencies which are included in modern perl.Jun Kuriyama2009-02-251-6/+5
| | | | | | | - Grab maintainership. Notes: svn path=/head/; revision=229055
* - Update to 0.05Philippe Audeoud2008-09-242-5/+4
| | | | Notes: svn path=/head/; revision=220650
* Reset r@robakdesign.com due to maintainer-timeouts and no response to email.Mark Linimon2008-09-031-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=219719
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-1/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - use the non-versioned URL insteadYen-Ming Lee2007-12-201-1/+1
| | | | Notes: svn path=/head/; revision=204230
* Fix plist: don't remove nls/en_US.US-ASCII or nls/POSIXShaun Amott2006-06-231-2/+0
| | | | | | | | | | PR: ports/99337 Submitted by: shaun (me) Approved by: Bartek Rutkowski <r@robakdesign.com> (maintainer), ahze (mentor) Notes: svn path=/head/; revision=166119
* Add new port databases/pgtop - Display PostgreSQL performance info like top(1)Vasil Dimov2006-05-314-0/+43
pgtop was inspired by mytop (http://mytop.sourceforge.net/ [1]), which in turn was inspired by the system monitoring tool top. pgtop will connect to a PostgreSQL server and periodically run queries against the pg_stat* relations and attempt to summarize the information from them in a useful format. http://search.cpan.org/~cosimo/pgtop-0.04/pgtop [1] this site is not available, the correct one is: http://jeremy.zawodny.com/mysql/mytop/ PR: ports/98204 Submitted by: r@robakdesign.com <r@valinor.amu.edu.pl> Notes: svn path=/head/; revision=164070