summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-06-04 10:42:15 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-06-04 10:42:15 +0000
commit585086eca129f7e9f5bf643d01f278cda0d34f18 (patch)
tree8fe54535641e0f0e7059681eafdca416f7f431e7 /databases
parentWhen ALSA libs are installed, VLC will autodetect them and attempt to build (diff)
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
Notes
Notes: svn path=/head/; revision=255713
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/ptop/Makefile28
-rw-r--r--databases/ptop/distinfo3
-rw-r--r--databases/ptop/files/patch-Makefile.in11
-rw-r--r--databases/ptop/pkg-descr12
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/