summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorasau <asau>2012-07-12 18:12:02 +0000
committerasau <asau>2012-07-12 18:12:02 +0000
commit30a103d1d4ab1cb9f70ddc79b59bbaeaffedd3e7 (patch)
tree7f33067dd82f0b59095c23fd92f47e3a667cbca1 /databases
parentda13ce3abdb54bf5854149620096432c3d021858 (diff)
downloadpkgsrc-30a103d1d4ab1cb9f70ddc79b59bbaeaffedd3e7.tar.gz
Import pgbench package for PostgreSQL 8.3
pgbench is a popular benchmarking tool used by many developers and hackers to do quick performance test with PostgreSQL on a system setup.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql83-pgbench/DESCR3
-rw-r--r--databases/postgresql83-pgbench/Makefile15
-rw-r--r--databases/postgresql83-pgbench/PLIST2
3 files changed, 20 insertions, 0 deletions
diff --git a/databases/postgresql83-pgbench/DESCR b/databases/postgresql83-pgbench/DESCR
new file mode 100644
index 00000000000..78f3f164687
--- /dev/null
+++ b/databases/postgresql83-pgbench/DESCR
@@ -0,0 +1,3 @@
+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/postgresql83-pgbench/Makefile b/databases/postgresql83-pgbench/Makefile
new file mode 100644
index 00000000000..e3a3e4384c1
--- /dev/null
+++ b/databases/postgresql83-pgbench/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/07/12 18:12:02 asau Exp $
+
+PKGNAME= ${DISTNAME:C/-/83-pgbench-/}
+COMMENT= PostgreSQL benchmarking tools
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../databases/postgresql83/Makefile.common"
+
+#BUILD_MAKE_FLAGS= PGXS=1
+
+BUILD_DIRS+= contrib/pgbench
+
+.include "../../databases/postgresql83-client/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql83-pgbench/PLIST b/databases/postgresql83-pgbench/PLIST
new file mode 100644
index 00000000000..8f84c612fd3
--- /dev/null
+++ b/databases/postgresql83-pgbench/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/07/12 18:12:02 asau Exp $
+bin/pgbench