diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 03:17:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 03:17:18 +0000 |
commit | b2fbb96578550926f227fdf5a65657ad2b0fcea3 (patch) | |
tree | dac5b7cea0eec33cf98fbdd68ed19d99fa1c5269 | |
parent | caaa6963da08c2802a1f7eda1b152f8d1b5bc0da (diff) | |
download | freebsd-ports-b2fbb96578550926f227fdf5a65657ad2b0fcea3.zip |
misc/pipebench -> benchmarks/pipebench
-rw-r--r-- | benchmarks/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/pipebench/Makefile (renamed from misc/pipebench/Makefile) | 2 | ||||
-rw-r--r-- | benchmarks/pipebench/distinfo (renamed from misc/pipebench/distinfo) | 0 | ||||
-rw-r--r-- | benchmarks/pipebench/pkg-comment (renamed from misc/pipebench/pkg-comment) | 0 | ||||
-rw-r--r-- | benchmarks/pipebench/pkg-descr (renamed from misc/pipebench/pkg-descr) | 0 | ||||
-rw-r--r-- | benchmarks/pipebench/pkg-plist (renamed from misc/pipebench/pkg-plist) | 0 | ||||
-rw-r--r-- | misc/Makefile | 1 |
7 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index bff9824dedbd..b1ff9fed14b8 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -12,6 +12,7 @@ SUBDIR += nbench SUBDIR += netperf SUBDIR += netpipe + SUBDIR += pipebench SUBDIR += polygraph SUBDIR += postal SUBDIR += postmark diff --git a/misc/pipebench/Makefile b/benchmarks/pipebench/Makefile index 8b713acf79b9..2e14cda1539b 100644 --- a/misc/pipebench/Makefile +++ b/benchmarks/pipebench/Makefile @@ -8,7 +8,7 @@ PORTNAME= pipebench PORTVERSION= 0.20 -CATEGORIES= misc +CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/ MAINTAINER= mich@freebsdcluster.org diff --git a/misc/pipebench/distinfo b/benchmarks/pipebench/distinfo index d2ecfcf85b62..d2ecfcf85b62 100644 --- a/misc/pipebench/distinfo +++ b/benchmarks/pipebench/distinfo diff --git a/misc/pipebench/pkg-comment b/benchmarks/pipebench/pkg-comment index ed3fb8697ccb..ed3fb8697ccb 100644 --- a/misc/pipebench/pkg-comment +++ b/benchmarks/pipebench/pkg-comment diff --git a/misc/pipebench/pkg-descr b/benchmarks/pipebench/pkg-descr index 6b1453945bbe..6b1453945bbe 100644 --- a/misc/pipebench/pkg-descr +++ b/benchmarks/pipebench/pkg-descr diff --git a/misc/pipebench/pkg-plist b/benchmarks/pipebench/pkg-plist index 5140f6dec434..5140f6dec434 100644 --- a/misc/pipebench/pkg-plist +++ b/benchmarks/pipebench/pkg-plist 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 |