svn commit: r314076 - in head/benchmarks: dbs mdtest
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Mar 13 12:19:34 UTC 2013
Author: danfe
Date: Wed Mar 13 12:19:33 2013
New Revision: 314076
URL: http://svnweb.freebsd.org/changeset/ports/314076
Log:
For unmaintained ports in `benchmarks' category, drop leading article from
COMMENT and perform other minor cleanups along the way, whenever noticed.
Modified:
head/benchmarks/dbs/Makefile
head/benchmarks/mdtest/Makefile
head/benchmarks/mdtest/pkg-descr
Modified: head/benchmarks/dbs/Makefile
==============================================================================
--- head/benchmarks/dbs/Makefile Wed Mar 13 12:08:45 2013 (r314075)
+++ head/benchmarks/dbs/Makefile Wed Mar 13 12:19:33 2013 (r314076)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dbs
-# Date created: 1 August 1998
-# Whom: jkoshy
-#
+# Created by: Joseph Koshy <jkoshy at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= dbs
PORTVERSION= 1.1.5
@@ -13,7 +9,7 @@ MASTER_SITES= http://www.kusa.ac.jp/~yuk
LOCAL/jkoshy
MAINTAINER= ports at FreeBSD.org
-COMMENT= A distributed network benchmarking system
+COMMENT= Distributed network benchmarking system
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
@@ -23,9 +19,13 @@ INSTALL_WRKSRC= ${WRKSRC}/obj/${OPSYS}
USE_PERL5_RUN= yes
MAKEFILE= makefile
+PLIST_FILES= bin/dbs_view bin/dbsc bin/dbsd
PORTDOCS= *
PORTEXAMPLES= *
-PLIST_FILES= bin/dbs_view bin/dbsc bin/dbsd
+
+OPTIONS_DEFINE= DOCS EXAMPLES
+
+.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e \
@@ -41,13 +41,13 @@ do-install:
.for bin in dbs_view
cd ${WRKSRC}/script; ${INSTALL_SCRIPT} ${bin} ${PREFIX}/bin
.endfor
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for doc in Copyright dbs.man dbs.man.jis dbs_paper.ps
cd ${WRKSRC}/doc; ${INSTALL_DATA} ${doc} ${DOCSDIR}
.endfor
.endif
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
.for ex in TCP2.cmd TCPvsMPEG.cmd
cd ${WRKSRC}/sample; ${INSTALL_DATA} ${ex} ${EXAMPLESDIR}
Modified: head/benchmarks/mdtest/Makefile
==============================================================================
--- head/benchmarks/mdtest/Makefile Wed Mar 13 12:08:45 2013 (r314075)
+++ head/benchmarks/mdtest/Makefile Wed Mar 13 12:19:33 2013 (r314076)
@@ -8,14 +8,14 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports at FreeBSD.org
-COMMENT= A filesystem metadata benchmark utility
+COMMENT= Filesystem metadata benchmark utility
LICENSE= GPLv2
OPTIONS_DEFINE= OPENMPI EXAMPLES
-OPENMPI_DESC= Use openmpi instead of mpich2
+OPENMPI_DESC= Use Open MPI instead of MPICH2
-BROKEN= checksum mismatch
+BROKEN= checksum mismatch
MAN1= ${PORTNAME}.1
PORTEXAMPLES= *
Modified: head/benchmarks/mdtest/pkg-descr
==============================================================================
--- head/benchmarks/mdtest/pkg-descr Wed Mar 13 12:08:45 2013 (r314075)
+++ head/benchmarks/mdtest/pkg-descr Wed Mar 13 12:19:33 2013 (r314076)
@@ -1,4 +1,5 @@
-The mdtest software is used for testing the metadata
-performance of a file system.
+mdtest is an MPI-coordinated metadata filesystem benchmark test that performs
+open/stat/close operations on files and directories and then reports achieved
+performance.
WWW: http://sourceforge.net/projects/mdtest/
More information about the svn-ports-head
mailing list