Import pgbench package for PostgreSQL 8.4
pgbench is a popular benchmarking tool used by many developers and hackers to do quick performance test with PostgreSQL on a system setup.
This commit is contained in:
parent
8ec4c057fc
commit
56195a0ce1
3 changed files with 20 additions and 0 deletions
3
databases/postgresql84-pgbench/DESCR
Normal file
3
databases/postgresql84-pgbench/DESCR
Normal file
|
@ -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.
|
15
databases/postgresql84-pgbench/Makefile
Normal file
15
databases/postgresql84-pgbench/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/07/12 17:18:42 asau Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:C/-/84-pgbench-/}
|
||||
COMMENT= PostgreSQL benchmarking tools
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../databases/postgresql84/Makefile.common"
|
||||
|
||||
#BUILD_MAKE_FLAGS= PGXS=1
|
||||
|
||||
BUILD_DIRS+= contrib/pgbench
|
||||
|
||||
.include "../../databases/postgresql84-client/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
databases/postgresql84-pgbench/PLIST
Normal file
2
databases/postgresql84-pgbench/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2012/07/12 17:18:42 asau Exp $
|
||||
bin/pgbench
|
Loading…
Reference in a new issue