Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2000 21:07:49 +0800 (CST)
From:      leeym@cae.ce.ntu.edu.tw
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19017: new port: benckmarks/tmetric
Message-ID:  <200006051307.VAA53296@bsd.caece.net>

next in thread | raw e-mail | index | archive | help

>Number:         19017
>Category:       ports
>Synopsis:       new port: benckmarks/tmetric
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 05 06:10:05 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
CAE group, Civol engineering, NTU, Taiwan
>Environment:

FreeBSD utopia.leeym.yi.org 4.0-STABLE FreeBSD 4.0-STABLE #4: Mon Jun  5 07:39:32 CST 2000     root@utopia.leeym.yi.org:/usr/src/sys/compile/UTOPIA  i386

>Description:

Tmetric is a (still raw) tool to aid in determining the available bandwidth
from one host to another. 

>How-To-Repeat:

	

>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	tmetric
#	tmetric/pkg
#	tmetric/pkg/COMMENT
#	tmetric/pkg/DESCR
#	tmetric/pkg/PLIST
#	tmetric/files
#	tmetric/files/md5
#	tmetric/Makefile
#	tmetric/patches
#	tmetric/patches/patch-aa
#
echo c - tmetric
mkdir -p tmetric > /dev/null 2>&1
echo c - tmetric/pkg
mkdir -p tmetric/pkg > /dev/null 2>&1
echo x - tmetric/pkg/COMMENT
sed 's/^X//' >tmetric/pkg/COMMENT << 'END-of-tmetric/pkg/COMMENT'
XTmetric is a (still raw) tool to aid in determining the available bandwidth 
Xfrom one host to another. 
END-of-tmetric/pkg/COMMENT
echo x - tmetric/pkg/DESCR
sed 's/^X//' >tmetric/pkg/DESCR << 'END-of-tmetric/pkg/DESCR'
XTmetric is a (still raw) tool to aid in determining the available bandwidth 
Xfrom one host to another. It is inspired by the (closed source) pathchar 
Xutility. Please do not assume that this program works exactly like pathchar 
Xdoes. It only attempts to report the bandwidth between 2 hosts, and not the 
Xbandwidth available at every hop on a route along the way.
X
XI've only tried compiling this on FreeBSD and Linux. There is some strange 
Xbehavior if your system has an outdated or limited FPU. My (oldassed) sparc 
X(this web server), for example, doesn't handle the floating point precision 
Xtypes correctly for my tests. Oh well.
X
XMichael Bacarella <mbac@nyct.net>
END-of-tmetric/pkg/DESCR
echo x - tmetric/pkg/PLIST
sed 's/^X//' >tmetric/pkg/PLIST << 'END-of-tmetric/pkg/PLIST'
Xsbin/tmetric
Xman/man8/tmetric.8
END-of-tmetric/pkg/PLIST
echo c - tmetric/files
mkdir -p tmetric/files > /dev/null 2>&1
echo x - tmetric/files/md5
sed 's/^X//' >tmetric/files/md5 << 'END-of-tmetric/files/md5'
XMD5 (tmetric-v0.2.tar.gz) = 79dbfc3b9c98a6cab08e5074121e2684
END-of-tmetric/files/md5
echo x - tmetric/Makefile
sed 's/^X//' >tmetric/Makefile << 'END-of-tmetric/Makefile'
X# New ports collection makefile for:	tmetric
X# Date created:				June 5th 2000
X# Whom:	      				Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tmetric
XPORTVERSION=	v0.2
XCATEGORIES=	benchmarks net
XMASTER_SITES=	http://netgraft.com/projects/tmetric/
X
XMAINTAINER=	leeym@cae.ce.ntu.edu.tw
X
XHAS_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-tmetric/Makefile
echo c - tmetric/patches
mkdir -p tmetric/patches > /dev/null 2>&1
echo x - tmetric/patches/patch-aa
sed 's/^X//' >tmetric/patches/patch-aa << 'END-of-tmetric/patches/patch-aa'
X--- Makefile.in.orig	Thu Apr 20 09:34:21 2000
X+++ Makefile.in	Mon Jun  5 20:54:52 2000
X@@ -10,11 +10,13 @@
X MANDIR = /usr/local/man/man8
X MANPAGE = tmetric.8
X 
X+all: $(OUTPUT)
X+
X $(OUTPUT): $(OBJ)
X 	$(CC) $(LIBS) $(LDFLAGS) $(OBJ) -o $(OUTPUT)
X 
X install: $(OUTPUT)
X-	$(INSTALL) $(OUTPUT) $(BINDIR)
X+	$(INSTALL) -m 4755 $(OUTPUT) $(BINDIR)
X 	$(INSTALL) $(MANPAGE) $(MANDIR)
X 
X clean:
END-of-tmetric/patches/patch-aa
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006051307.VAA53296>