diff options
author | asau <asau> | 2012-07-16 15:32:47 +0000 |
---|---|---|
committer | asau <asau> | 2012-07-16 15:32:47 +0000 |
commit | 6c76adb31dbaeb4675b9c59ffc050d89c6ae673c (patch) | |
tree | f3bb64a5ffd30ec2b576298ab0cfa2c3037e0e86 /databases/postgresql-pgbench | |
parent | 91df1653b771f55a3dedbc53069b80da106a9dd3 (diff) | |
download | pkgsrc-6c76adb31dbaeb4675b9c59ffc050d89c6ae673c.tar.gz |
Import pgbench package.
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/postgresql-pgbench')
-rw-r--r-- | databases/postgresql-pgbench/DESCR | 3 | ||||
-rw-r--r-- | databases/postgresql-pgbench/Makefile | 12 | ||||
-rw-r--r-- | databases/postgresql-pgbench/PLIST | 2 |
3 files changed, 17 insertions, 0 deletions
diff --git a/databases/postgresql-pgbench/DESCR b/databases/postgresql-pgbench/DESCR new file mode 100644 index 00000000000..78f3f164687 --- /dev/null +++ b/databases/postgresql-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/postgresql-pgbench/Makefile b/databases/postgresql-pgbench/Makefile new file mode 100644 index 00000000000..85362ec0247 --- /dev/null +++ b/databases/postgresql-pgbench/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/07/16 15:32:47 asau Exp $ + +PKGNAME= ${DISTNAME:C/-/${PGSQL_VERSION}-pgbench-/} +COMMENT= PostgreSQL benchmarking tools + +PKG_DESTDIR_SUPPORT= user-destdir + +BUILD_DIRS+= contrib/pgbench + +.include "../../mk/pgsql.buildlink3.mk" # this one defines PGSQL_VERSION among others +.include "../../databases/postgresql${PGSQL_VERSION}/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/postgresql-pgbench/PLIST b/databases/postgresql-pgbench/PLIST new file mode 100644 index 00000000000..15464e7b90f --- /dev/null +++ b/databases/postgresql-pgbench/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/07/16 15:32:47 asau Exp $ +bin/pgbench |