Index: head/benchmarks/super-smack/Makefile =================================================================== --- head/benchmarks/super-smack/Makefile (revision 307898) +++ head/benchmarks/super-smack/Makefile (revision 307899) @@ -1,50 +1,50 @@ -# New ports collection makefile for: super-smack -# Date created: 2005-12-10 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= super-smack PORTVERSION= 1.3 PORTREVISION= 2 CATEGORIES= benchmarks databases MASTER_SITES= http://vegan.net/tony/supersmack/ MAINTAINER= gslin@gslin.org -COMMENT= A benchmarking, stress testing, and load generation tool for Databases +COMMENT= Benchmarking, stress testing, and load generation tool for Databases GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-smacks-dir=${DATADIR} MAKE_JOBS_UNSAFE= yes PORTDOCS= README TUTORIAL -OPTIONS= MYSQL "Enable MySQL support" on \ - POSTGRESQL "Enable PostgreSQL support" off +OPTIONS_MULTI= DB +OPTIONS_MULTI_DB= MYSQL PGSQL +OPTIONS_DEFAULT= MYSQL -.include +PGSQL_DESC= Enable PostgreSQL support +MYSQL_DESC= Enable MySQL support -.if !defined(WITHOUT_MYSQL) +.include + +.if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+=--with-mysql \ --with-mysql-include=${LOCALBASE}/include/mysql \ --with-mysql-lib=${LOCALBASE}/lib/mysql .endif -.if defined(WITH_POSTGRESQL) +.if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes CONFIGURE_ARGS+=--with-pgsql \ --with-pgsql-include=${LOCALBASE}/include \ --with-pgsql-lib=${LOCALBASE}/lib .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif -.include +.include Property changes on: head/benchmarks/super-smack/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/benchmarks/super-smack/pkg-descr =================================================================== --- head/benchmarks/super-smack/pkg-descr (revision 307898) +++ head/benchmarks/super-smack/pkg-descr (revision 307899) @@ -1,6 +1,6 @@ Super Smack is a benchmarking, stress testing, and load generation tool for MySQL (and PostgreSQL). Super Smack was originally written by Sasha Pachev, and then hosted and maintained by Jeremy Zawodny. Author: Tony Bourke -WWW: http://vegan.net/tony/supersmack/ +WWW: http://vegan.net/tony/supersmack/ Property changes on: head/benchmarks/super-smack/pkg-descr ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property