# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sysbench # sysbench/pkg-descr # sysbench/Makefile # sysbench/pkg-plist # sysbench/distinfo # echo c - sysbench mkdir -p sysbench > /dev/null 2>&1 echo x - sysbench/pkg-descr sed 's/^X//' >sysbench/pkg-descr << 'END-of-sysbench/pkg-descr' XSysBench is a modular, cross-platform and multi-threaded benchmark tool Xfor evaluating OS parameters that are important for a system running a Xdatabase under intensive load. X XThe idea of this benchmark suite is to quickly get an impression about Xsystem performance without setting up complex database benchmarks or Xeven without installing a database at all. X XCurrent features allow to test the following system parameters: X X * file I/O performance X * scheduler performance X * memory allocation and transfer speed X * POSIX threads implementation performance X * database server performance (OLTP benchmark) X XPrimarily written for MySQL server benchmarking, SysBench will be Xfurther extended to support multiple database backends, distributed Xbenchmarks and third-party plug-in modules. X XWWW: http://sysbench.sourceforge.net/ END-of-sysbench/pkg-descr echo x - sysbench/Makefile sed 's/^X//' >sysbench/Makefile << 'END-of-sysbench/Makefile' X# New ports collection makefile for: sysbench X# Date created: 2005-12-11 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= sysbench XPORTVERSION= 0.4.3 XCATEGORIES= benchmarks databases XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= gslin@ccca.nctu.edu.tw XCOMMENT= A modular, cross-platform and multi-threaded benchmark tool X XGNU_CONFIGURE= yes X XOPTIONS= MYSQL "Enable MySQL support" on \ X POSTGRESQL "Enable PostgreSQL support" off X X.if !defined(WITHOUT_MYSQL) XUSE_MYSQL= yes XCONFIGURE_ARGS+= --with-mysql X.endif X X.if defined(WITH_POSTGRESQL) XUSE_PGSQL= yes XCONFIGURE_ARGS+= --with-pgsql X.endif X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/sysbench/sysbench ${PREFIX}/bin X.for FILE in sb_run.sh sb_test_ps.sh X ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${FILE} ${PREFIX}/bin X.endfor X X.include END-of-sysbench/Makefile echo x - sysbench/pkg-plist sed 's/^X//' >sysbench/pkg-plist << 'END-of-sysbench/pkg-plist' Xbin/sb_run.sh Xbin/sb_test_ps.sh Xbin/sysbench END-of-sysbench/pkg-plist echo x - sysbench/distinfo sed 's/^X//' >sysbench/distinfo << 'END-of-sysbench/distinfo' XMD5 (sysbench-0.4.3.tar.gz) = 34ad20419aeeba78363a340d58ebca3a XSHA256 (sysbench-0.4.3.tar.gz) = 09ed77a640aa6bbcdf11430c9d4de1f6b7faf69dab54899ff5d5c957e40298d3 XSIZE (sysbench-0.4.3.tar.gz) = 480318 END-of-sysbench/distinfo exit