summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-12-08 12:18:01 +0000
committeradam <adam@pkgsrc.org>2017-12-08 12:18:01 +0000
commitc9a17fc65dbbfc549d8833600948b4df13b7cd29 (patch)
tree695897df33f9d2297e2310ac845f255295167c4d /databases
parent04aaf8869be72d0c3a7dedf851f5dd71d4fc8a92 (diff)
downloadpkgsrc-c9a17fc65dbbfc549d8833600948b4df13b7cd29.tar.gz
Removed databases/postgresql-pgbench successor databases/postgresqlNN-contrib
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile3
-rw-r--r--databases/postgresql-pgbench/DESCR3
-rw-r--r--databases/postgresql-pgbench/Makefile18
-rw-r--r--databases/postgresql-pgbench/PLIST2
4 files changed, 1 insertions, 25 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 72040555335..190b5e840bb 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.552 2017/11/10 15:08:08 fhajny Exp $
+# $NetBSD: Makefile,v 1.553 2017/12/08 12:18:01 adam Exp $
COMMENT= Databases
@@ -279,7 +279,6 @@ SUBDIR+= poco-data
SUBDIR+= poco-data-mysql
SUBDIR+= poco-data-odbc
SUBDIR+= poco-data-sqlite
-SUBDIR+= postgresql-pgbench
SUBDIR+= postgresql-pgroonga
SUBDIR+= postgresql-pljava
SUBDIR+= postgresql-postgis2
diff --git a/databases/postgresql-pgbench/DESCR b/databases/postgresql-pgbench/DESCR
deleted file mode 100644
index 78f3f164687..00000000000
--- a/databases/postgresql-pgbench/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-pgbench is a popular benchmarking tool used by many developers
-and hackers to do quick performance test with PostgreSQL on a
-system setup.
diff --git a/databases/postgresql-pgbench/Makefile b/databases/postgresql-pgbench/Makefile
deleted file mode 100644
index a43c7d34c5c..00000000000
--- a/databases/postgresql-pgbench/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2016/11/23 13:39:28 fhajny Exp $
-
-PKGNAME= ${DISTNAME:C/-/${PGSQL_VERSION}-pgbench-/}
-PKGREVISION= 1
-COMMENT= PostgreSQL benchmarking tools
-
-BUILD_DIRS+= contrib/pgbench
-
-.include "../../mk/pgsql.buildlink3.mk" # this one defines PGSQL_VERSION among others
-
-# This package is only to be used with PostgreSQL<9.5
-.if empty(PGSQL_VERSION:M9[1234])
-PKG_SKIP_REASON+= \
- "pgbench is now shipped with postgresql${PGSQL_VERSION}-client"
-.endif
-
-.include "../../databases/postgresql${PGSQL_VERSION}/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql-pgbench/PLIST b/databases/postgresql-pgbench/PLIST
deleted file mode 100644
index 15464e7b90f..00000000000
--- a/databases/postgresql-pgbench/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/07/16 15:32:47 asau Exp $
-bin/pgbench