diff options
author | asau <asau@pkgsrc.org> | 2012-07-12 16:29:33 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-07-12 16:29:33 +0000 |
commit | d333b59f0dc633d8d1c00077aa2f04e8615284a7 (patch) | |
tree | 65242e81c8686c0f71939a3a82858f2ada784908 /databases | |
parent | 6d543ce1373668c8c462a9023ca098005656c8e8 (diff) | |
download | pkgsrc-d333b59f0dc633d8d1c00077aa2f04e8615284a7.tar.gz |
Import pgbench package for PostgreSQL 9.0
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/postgresql90-pgbench/DESCR | 3 | ||||
-rw-r--r-- | databases/postgresql90-pgbench/Makefile | 15 | ||||
-rw-r--r-- | databases/postgresql90-pgbench/PLIST | 2 |
3 files changed, 20 insertions, 0 deletions
diff --git a/databases/postgresql90-pgbench/DESCR b/databases/postgresql90-pgbench/DESCR new file mode 100644 index 00000000000..78f3f164687 --- /dev/null +++ b/databases/postgresql90-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/postgresql90-pgbench/Makefile b/databases/postgresql90-pgbench/Makefile new file mode 100644 index 00000000000..52f8c0d5a58 --- /dev/null +++ b/databases/postgresql90-pgbench/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/07/12 16:29:33 asau Exp $ + +PKGNAME= ${DISTNAME:C/-/90-pgbench-/} +COMMENT= PostgreSQL benchmarking tools + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../databases/postgresql90/Makefile.common" + +BUILD_MAKE_FLAGS= PGXS=1 + +BUILD_DIRS+= contrib/pgbench + +.include "../../databases/postgresql90-client/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/postgresql90-pgbench/PLIST b/databases/postgresql90-pgbench/PLIST new file mode 100644 index 00000000000..e82dd4a5656 --- /dev/null +++ b/databases/postgresql90-pgbench/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/07/12 16:29:33 asau Exp $ +bin/pgbench |