From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 7 03:20:43 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C51C137B404 for ; Mon, 7 Apr 2003 03:20:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B6FE43FA3 for ; Mon, 7 Apr 2003 03:20:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h37AKOUp024030 for ; Mon, 7 Apr 2003 03:20:24 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h37AKOST024029; Mon, 7 Apr 2003 03:20:24 -0700 (PDT) Resent-Date: Mon, 7 Apr 2003 03:20:24 -0700 (PDT) Resent-Message-Id: <200304071020.h37AKOST024029@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, spf@XSLT.cs.nccu.edu.tw Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62D9237B401 for ; Mon, 7 Apr 2003 03:12:39 -0700 (PDT) Received: from XSLT.cs.nccu.edu.tw (XSLT.cs.nccu.edu.tw [140.119.164.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1602243FA3 for ; Mon, 7 Apr 2003 03:12:36 -0700 (PDT) (envelope-from spf@XSLT.cs.nccu.edu.tw) Received: from XSLT.cs.nccu.edu.tw (localhost.cs.nccu.edu.tw [127.0.0.1]) by XSLT.cs.nccu.edu.tw (8.12.8p1/8.12.8) with ESMTP id h37ACDAO058032; Mon, 7 Apr 2003 18:12:13 +0800 (CST) (envelope-from spf@XSLT.cs.nccu.edu.tw) Received: (from spf@localhost) by XSLT.cs.nccu.edu.tw (8.12.8p1/8.12.8/Submit) id h37AC7un058031; Mon, 7 Apr 2003 18:12:07 +0800 (CST) Message-Id: <200304071012.h37AC7un058031@XSLT.cs.nccu.edu.tw> Date: Mon, 7 Apr 2003 18:12:07 +0800 (CST) From: s8815 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: spf@dorm9.nccu.edu.tw cc: s8815@cs.nccu.edu.tw Subject: ports/50667: New port: net/ifstat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: spf@XSLT.cs.nccu.edu.tw List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 10:20:44 -0000 >Number: 50667 >Category: ports >Synopsis: New port: net/ifstat >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 07 03:20:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: spf >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: System: FreeBSD xslt.cs.nccu.edu.tw 4.8-RELEASE FreeBSD 4.8-RELEASE #1: Fri Apr 4 19:17:38 CST 2003 root@xslt.cs.nccu.edu.tw:/usr/obj/usr/src/sys/xslt i386 >Description: >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: # # ifstat # ifstat/pkg-plist # ifstat/distinfo # ifstat/Makefile # ifstat/pkg-descr # echo c - ifstat mkdir -p ifstat > /dev/null 2>&1 echo x - ifstat/pkg-plist sed 's/^X//' >ifstat/pkg-plist << 'END-of-ifstat/pkg-plist' Xbin/ifstat END-of-ifstat/pkg-plist echo x - ifstat/distinfo sed 's/^X//' >ifstat/distinfo << 'END-of-ifstat/distinfo' XMD5 (ifstat-0.5.tar.gz) = 56adb65b429965df8329e376358cfddd END-of-ifstat/distinfo echo x - ifstat/Makefile sed 's/^X//' >ifstat/Makefile << 'END-of-ifstat/Makefile' X# New ports collection makefile for: ifstat X# Date created: 30 Mar 2003 X# Whom: spf@xslt.cs.nccu.edu.tw X# X# $FreeBSD$ X# X XPORTNAME= ifstat XPORTVERSION= 0.5 XCATEGORIES= net XMASTER_SITES= http://gael.roualland.free.fr/%SUBDIR%/ XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= ports@freebsd.org XCOMMENT= Network Interface statistics monitoring tool X XGNU_CONFIGURE= yes XMAN1= ifstat.1 X X.include END-of-ifstat/Makefile echo x - ifstat/pkg-descr sed 's/^X//' >ifstat/pkg-descr << 'END-of-ifstat/pkg-descr' Xifstat is a tool to report network interfaces bandwith just like vmstat/iostat Xdo for other system counters. X XWWW: http://gael.roualland.free.fr/ifstat/ END-of-ifstat/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: