diff options
author | wxs <wxs@FreeBSD.org> | 2010-06-04 18:42:15 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-06-04 18:42:15 +0800 |
commit | e619288062e4c3fb7704b64df69f8eee76e3b9f1 (patch) | |
tree | 755fbd7c8b9bd7c92c2e05f636ee9cdb7c548db9 | |
parent | d5ccdea3c0738b60c30839af45a0c4ea1d5fd617 (diff) | |
download | freebsd-ports-gnome-e619288062e4c3fb7704b64df69f8eee76e3b9f1.tar.gz freebsd-ports-gnome-e619288062e4c3fb7704b64df69f8eee76e3b9f1.tar.zst freebsd-ports-gnome-e619288062e4c3fb7704b64df69f8eee76e3b9f1.zip |
This port has been broken for a while with no update from maintainer
or upstream. Putting it in the Attic for now.
PR: ports/141139
Submitted by: Vyacheslav <f.fenix@gmail.com>
Approved by: maintainer timeout
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/ptop/Makefile | 28 | ||||
-rw-r--r-- | databases/ptop/distinfo | 3 | ||||
-rw-r--r-- | databases/ptop/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | databases/ptop/pkg-descr | 12 |
5 files changed, 0 insertions, 55 deletions
diff --git a/databases/Makefile b/databases/Makefile index 147400b2bf27..0731aee4ca38 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -583,7 +583,6 @@ SUBDIR += postgresql84-contrib SUBDIR += postgresql_autodoc SUBDIR += powerarchitect - SUBDIR += ptop SUBDIR += puredb SUBDIR += pxlib SUBDIR += pxtools diff --git a/databases/ptop/Makefile b/databases/ptop/Makefile deleted file mode 100644 index 2d9d7e089f53..000000000000 --- a/databases/ptop/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: ptop -# Date created: 18 December 2007 -# Whom: Sunghyuk Do <sunghyuk@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= ptop -PORTVERSION= 3.6.2 -PORTREVISION= 1 -CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/1781/ -DISTNAME= pg_top-${PORTVERSION} - -MAINTAINER= sunghyuk@gmail.com -COMMENT= Top clone for postgresql - -MAN1= pg_top.1 -USE_GMAKE= yes -USE_PGSQL= yes -GNU_CONFIGURE= yes - -PLIST_FILES= bin/pg_top - -IGNORE= broken on all supported FreeBSD versions -EXPIRATION_DATE= 2010-06-03 - -.include <bsd.port.mk> diff --git a/databases/ptop/distinfo b/databases/ptop/distinfo deleted file mode 100644 index f93e86483e1d..000000000000 --- a/databases/ptop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pg_top-3.6.2.tar.gz) = 12ddb50cf83e3027d182a1381d388f1d -SHA256 (pg_top-3.6.2.tar.gz) = 021ee836acd3c760d519816ed33b08689bf700ff52cd67805563675428d8b99f -SIZE (pg_top-3.6.2.tar.gz) = 271581 diff --git a/databases/ptop/files/patch-Makefile.in b/databases/ptop/files/patch-Makefile.in deleted file mode 100644 index 3e26616c1c6d..000000000000 --- a/databases/ptop/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2008-05-06 20:10:58.000000000 +0900 -+++ Makefile.in 2008-05-06 20:11:18.000000000 +0900 -@@ -106,7 +106,7 @@ - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_OPTS_PROG = @INSTALL_OPTS_PROG@ --INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_PROGRAM = @INSTALL@ @INSTALL_OPTS_PROG@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ - LDFLAGS = @LDFLAGS@ diff --git a/databases/ptop/pkg-descr b/databases/ptop/pkg-descr deleted file mode 100644 index 167b57768c98..000000000000 --- a/databases/ptop/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -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/ |