[Midnightbsd-cvs] mports [24465] trunk/databases: add pgtop

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 14 15:45:21 EDT 2018


Revision: 24465
          http://svnweb.midnightbsd.org/mports/?rev=24465
Author:   laffer1
Date:     2018-10-14 15:45:18 -0400 (Sun, 14 Oct 2018)
Log Message:
-----------
add pgtop

Modified Paths:
--------------
    trunk/databases/Makefile

Added Paths:
-----------
    trunk/databases/pgtop/
    trunk/databases/pgtop/Makefile
    trunk/databases/pgtop/distinfo
    trunk/databases/pgtop/files/
    trunk/databases/pgtop/files/patch-pgtop
    trunk/databases/pgtop/pkg-descr
    trunk/databases/pgtop/pkg-plist

Modified: trunk/databases/Makefile
===================================================================
--- trunk/databases/Makefile	2018-10-14 19:42:50 UTC (rev 24464)
+++ trunk/databases/Makefile	2018-10-14 19:45:18 UTC (rev 24465)
@@ -73,6 +73,7 @@
 SUBDIR += percona55-client
 SUBDIR += percona55-server
 SUBDIR += pgtcl
+SUBDIR += pgtop
 SUBDIR += pgtune
 SUBDIR += php56-dba
 SUBDIR += php56-mssql

Added: trunk/databases/pgtop/Makefile
===================================================================
--- trunk/databases/pgtop/Makefile	                        (rev 0)
+++ trunk/databases/pgtop/Makefile	2018-10-14 19:45:18 UTC (rev 24465)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+
+PORTNAME=	pgtop
+PORTVERSION=	0.05
+CATEGORIES=	databases
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:COSIMO
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Display PostgreSQL performance info like top(1)
+
+LICENSE=	unknown
+
+RUN_DEPENDS=	p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey \
+		p5-DBD-Pg>=1.22:databases/p5-DBD-Pg \
+		p5-DBI>=1.16:databases/p5-DBI
+
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/databases/pgtop/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/pgtop/distinfo
===================================================================
--- trunk/databases/pgtop/distinfo	                        (rev 0)
+++ trunk/databases/pgtop/distinfo	2018-10-14 19:45:18 UTC (rev 24465)
@@ -0,0 +1,2 @@
+SHA256 (pgtop-0.05.tar.gz) = 48f90f454febbf0bc1beb1c70a6a7b96077baf5db410d297ff219a6eaadacc0b
+SIZE (pgtop-0.05.tar.gz) = 18056


Property changes on: trunk/databases/pgtop/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/pgtop/files/patch-pgtop
===================================================================
--- trunk/databases/pgtop/files/patch-pgtop	                        (rev 0)
+++ trunk/databases/pgtop/files/patch-pgtop	2018-10-14 19:45:18 UTC (rev 24465)
@@ -0,0 +1,11 @@
+--- pgtop.orig	2009-12-12 22:59:39.014936884 +0900
++++ pgtop	2009-12-12 22:59:47.966070360 +0900
+@@ -149,7 +149,7 @@
+     "idle|i"              => \$config{idle},
+     "resolve|r"           => \$config{resolve},
+     "prompt!"             => \$config{prompt},
+-    "long|!"              => \$config{long_nums},
++    "long!"               => \$config{long_nums},
+ );
+ 
+ ## User may have put the port with the host.


Property changes on: trunk/databases/pgtop/files/patch-pgtop
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/pgtop/pkg-descr
===================================================================
--- trunk/databases/pgtop/pkg-descr	                        (rev 0)
+++ trunk/databases/pgtop/pkg-descr	2018-10-14 19:45:18 UTC (rev 24465)
@@ -0,0 +1,7 @@
+pgtop was inspired by mytop (http://jeremy.zawodny.com/mysql/mytop/),
+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.
+
+WWW: https://metacpan.org/release/COSIMO/pgtop-0.05


Property changes on: trunk/databases/pgtop/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/pgtop/pkg-plist
===================================================================
--- trunk/databases/pgtop/pkg-plist	                        (rev 0)
+++ trunk/databases/pgtop/pkg-plist	2018-10-14 19:45:18 UTC (rev 24465)
@@ -0,0 +1,2 @@
+bin/pgtop
+%%PERL5_MAN1%%/pgtop.1.gz


Property changes on: trunk/databases/pgtop/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list