diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-18 11:17:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-18 11:17:18 +0800 |
commit | a8613e62c573aa5f0a5a30645911bd18da9021b6 (patch) | |
tree | 4b0d26cc34cad00f0862aa99db9d9c9e47b1d85c /misc | |
parent | 1df83bee896c897f1c7afce2ec2f7259a92da722 (diff) | |
download | freebsd-ports-gnome-a8613e62c573aa5f0a5a30645911bd18da9021b6.tar.gz freebsd-ports-gnome-a8613e62c573aa5f0a5a30645911bd18da9021b6.tar.zst freebsd-ports-gnome-a8613e62c573aa5f0a5a30645911bd18da9021b6.zip |
misc/pipebench -> benchmarks/pipebench
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/pipebench/Makefile | 27 | ||||
-rw-r--r-- | misc/pipebench/distinfo | 1 | ||||
-rw-r--r-- | misc/pipebench/pkg-comment | 1 | ||||
-rw-r--r-- | misc/pipebench/pkg-descr | 8 | ||||
-rw-r--r-- | misc/pipebench/pkg-plist | 1 |
6 files changed, 0 insertions, 39 deletions
diff --git a/misc/Makefile b/misc/Makefile index 0fa2fd3a353b..8fa4a17465b6 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -258,7 +258,6 @@ SUBDIR += peq SUBDIR += pg SUBDIR += pinfo - SUBDIR += pipebench SUBDIR += pl-sms SUBDIR += porteasy SUBDIR += portell diff --git a/misc/pipebench/Makefile b/misc/pipebench/Makefile deleted file mode 100644 index 8b713acf79b9..000000000000 --- a/misc/pipebench/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: pipebench -# Date created: Jan 14, 2003 -# Whom: mich@freebsdcluster.org -# -# $FreeBSD$ -# - -PORTNAME= pipebench -PORTVERSION= 0.20 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/ - -MAINTAINER= mich@freebsdcluster.org - -USE_REINPLACE= yes - -post-patch: -post-patch: - @${REINPLACE_CMD} -e "s|^CC|#CC|g" \ - -e "s|^CFLAGS|#CFLAGS|g" ${WRKSRC}/Makefile -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pipebench.1 ${PREFIX}/man/man1 - -MAN1= pipebench.1 -.include <bsd.port.mk> diff --git a/misc/pipebench/distinfo b/misc/pipebench/distinfo deleted file mode 100644 index d2ecfcf85b62..000000000000 --- a/misc/pipebench/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (pipebench-0.20.tar.gz) = 87093497c36ab29190777bf2c7f381a3 diff --git a/misc/pipebench/pkg-comment b/misc/pipebench/pkg-comment deleted file mode 100644 index ed3fb8697ccb..000000000000 --- a/misc/pipebench/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Pipebench shows current throughput/amount of data through a pipe diff --git a/misc/pipebench/pkg-descr b/misc/pipebench/pkg-descr deleted file mode 100644 index 6b1453945bbe..000000000000 --- a/misc/pipebench/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Pipebench shows the current throughput and amount of data going through a -pipe. It can be used to show the progress of a large md5sum process: -cat bigfile | pipebench | md5sum. - -WWW: http://www.habets.pp.se/synscan/programs.php?prog=pipebench - - - Michael L. Hostbaek - mich@freebsdcluster.org diff --git a/misc/pipebench/pkg-plist b/misc/pipebench/pkg-plist deleted file mode 100644 index 5140f6dec434..000000000000 --- a/misc/pipebench/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pipebench |