For unmaintained ports in `benchmarks' category, drop leading article from
COMMENT and perform other minor cleanups along the way, whenever noticed.
This commit is contained in:
parent
5fb3937781
commit
90d0a779a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314076
3 changed files with 15 additions and 14 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: dbs
|
||||
# Date created: 1 August 1998
|
||||
# Whom: jkoshy
|
||||
#
|
||||
# Created by: Joseph Koshy <jkoshy@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dbs
|
||||
PORTVERSION= 1.1.5
|
||||
|
@ -13,7 +9,7 @@ MASTER_SITES= http://www.kusa.ac.jp/~yukio-m/dbs/software1.1.5/ \
|
|||
LOCAL/jkoshy
|
||||
|
||||
MAINTAINER= ports@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}
|
||||
|
|
|
@ -8,14 +8,14 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION}
|
|||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@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= *
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue