diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-07 03:25:10 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-07 03:25:10 +0000 |
commit | 6910bf819aea08bdd745916858b2def318991151 (patch) | |
tree | 4182f12506e5ebc35eb16b446a1a7b815762ed62 /benchmarks | |
parent | a155d8175292db32ee02557aeb9bc8b112170911 (diff) | |
download | ports-6910bf819aea08bdd745916858b2def318991151.tar.gz ports-6910bf819aea08bdd745916858b2def318991151.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/sysbench/Makefile | 10 | ||||
-rw-r--r-- | benchmarks/sysbench/pkg-descr | 2 | ||||
-rw-r--r-- | benchmarks/unixbench/Makefile | 8 |
3 files changed, 6 insertions, 14 deletions
diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile index 5e8bf134ad2b..01069c000aab 100644 --- a/benchmarks/sysbench/Makefile +++ b/benchmarks/sysbench/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysbench -# Date created: 2005-12-11 -# Whom: Gea-Suan Lin <gslin@ccca.nctu.edu.tw> -# +# Created by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= sysbench PORTVERSION= 0.4.12 @@ -11,8 +7,8 @@ PORTREVISION= 1 CATEGORIES= benchmarks databases MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org -COMMENT= A modular, cross-platform, and multi-threaded benchmark tool +MAINTAINER= c.petrik.sosa@gmail.com +COMMENT= Modular, cross-platform, and multi-threaded benchmark tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/benchmarks/sysbench/pkg-descr b/benchmarks/sysbench/pkg-descr index d98c49605282..b25bbe577134 100644 --- a/benchmarks/sysbench/pkg-descr +++ b/benchmarks/sysbench/pkg-descr @@ -18,4 +18,4 @@ Primarily written for MySQL server benchmarking, SysBench will be further extended to support multiple database backends, distributed benchmarks and third-party plug-in modules. -WWW: http://sysbench.sourceforge.net/ +WWW: http://sysbench.sourceforge.net/ diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile index fd705e92a587..3f01134d9219 100644 --- a/benchmarks/unixbench/Makefile +++ b/benchmarks/unixbench/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bytebench -# Date created: 28 December 1995 -# Whom: se -# +# Created by: se # $FreeBSD$ -# PORTNAME= unixbench PORTVERSION= 4.1.0 @@ -12,7 +8,7 @@ CATEGORIES= benchmarks MASTER_SITES= http://www.tux.org/pub/tux/benchmarks/System/unixbench/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= The BYTE magazine's Public Domain benchmark for UNIX SUB_FILES= unixbench |