summaryrefslogtreecommitdiff
path: root/databases/ptop
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-19 09:33:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-19 09:33:31 +0000
commit59cff48bf2b188beb76d186516729c41a0867d29 (patch)
treef6bafe8afe3a790f89355a0bc85c7ad740d173f5 /databases/ptop
parent- Update to 1.1.3 (diff)
Ptop is top clone for PostgreSQL.
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>
Notes
Notes: svn path=/head/; revision=204082
Diffstat (limited to 'databases/ptop')
-rw-r--r--databases/ptop/Makefile25
-rw-r--r--databases/ptop/distinfo3
-rw-r--r--databases/ptop/pkg-descr12
3 files changed, 40 insertions, 0 deletions
diff --git a/databases/ptop/Makefile b/databases/ptop/Makefile
new file mode 100644
index 000000000000..9d7b232fc0a2
--- /dev/null
+++ b/databases/ptop/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: ptop
+# Date created: 18 December 2007
+# Whom: sunghyuk
+#
+# $FreeBSD$
+#
+
+PORTNAME= ptop
+DISTVERSION= 3.6.1b2
+CATEGORIES= databases
+MASTER_SITES= http://pgfoundry.org/frs/download.php/1538/
+
+MAINTAINER= sunghyuk@gmail.com
+COMMENT= Top clone for postgresql
+
+WRKSRC= ${WRKDIR}/ptop-3.6.1-beta2
+
+MAN1= ptop.1
+USE_GMAKE= yes
+USE_PGSQL= yes
+GNU_CONFIGURE= yes
+
+PLIST_FILES= bin/ptop
+
+.include <bsd.port.mk>
diff --git a/databases/ptop/distinfo b/databases/ptop/distinfo
new file mode 100644
index 000000000000..ff47084b516e
--- /dev/null
+++ b/databases/ptop/distinfo
@@ -0,0 +1,3 @@
+MD5 (ptop-3.6.1b2.tar.gz) = f5b5124e98edcf62a4e3b38c4ff9b769
+SHA256 (ptop-3.6.1b2.tar.gz) = 4a5ed5a8e7efca20ab7d80f6633a082a1637119c9a098c66e5969e6ce4239ac2
+SIZE (ptop-3.6.1b2.tar.gz) = 275111
diff --git a/databases/ptop/pkg-descr b/databases/ptop/pkg-descr
new file mode 100644
index 000000000000..167b57768c98
--- /dev/null
+++ b/databases/ptop/pkg-descr
@@ -0,0 +1,12 @@
+Ptop is top clone for PostgreSQL.
+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/