From owner-freebsd-ports Sat Mar 4 14:50: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C84937B8C5 for ; Sat, 4 Mar 2000 14:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA40716; Sat, 4 Mar 2000 14:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from alchemy.oven.org (sh-adm2.ksl.co.il [199.203.25.4]) by hub.freebsd.org (Postfix) with ESMTP id 1EE9537B8A0 for ; Sat, 4 Mar 2000 14:46:03 -0800 (PST) (envelope-from mapc@alchemy.oven.org) Received: (from mapc@localhost) by alchemy.oven.org (8.9.3/8.9.3) id AAA51424; Sun, 5 Mar 2000 00:46:21 +0200 (IST) (envelope-from mapc) Message-Id: <200003042246.AAA51424@alchemy.oven.org> Date: Sun, 5 Mar 2000 00:46:21 +0200 (IST) From: Roman Shterenzon To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17189: new ipfm port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17189 >Category: ports >Synopsis: new ipfm port >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: Sat Mar 4 14:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: New port for ipfm - IP Flow Meter is a bandwidth analysis tool, that measures how much bandwidth specified hosts use on their Internet link. >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: # # ipfm # ipfm/Makefile # ipfm/files # ipfm/files/md5 # ipfm/patches # ipfm/patches/patch-aa # ipfm/pkg # ipfm/pkg/PLIST # ipfm/pkg/DESCR # ipfm/pkg/COMMENT # echo c - ipfm mkdir -p ipfm > /dev/null 2>&1 echo x - ipfm/Makefile sed 's/^X//' >ipfm/Makefile << 'END-of-ipfm/Makefile' X# New ports collection makefile for: ipfm X# Version required: 0.10.4 X# Date Created: 4 Mar 2000 X# Whom: Roman Shterenzon X# X# $FreeBSD$ X# X XDISTNAME= ipfm-0.10.4 XCATEGORIES= net XMASTER_SITES= http://www.via.ecp.fr/~tibob/ipfm/archive/ XEXTRACT_SUFX=.tgz X XMAINTAINER= roman@xpert.com X XWRKSRC= ${WRKDIR}/${PKGNAME} XPATCH_STRIP= -p1 X XGNU_CONFIGURE= yes X X.include END-of-ipfm/Makefile echo c - ipfm/files mkdir -p ipfm/files > /dev/null 2>&1 echo x - ipfm/files/md5 sed 's/^X//' >ipfm/files/md5 << 'END-of-ipfm/files/md5' XMD5 (ipfm-0.10.4.tgz) = bf5b0adc9301449dce2da0d42a0116d0 END-of-ipfm/files/md5 echo c - ipfm/patches mkdir -p ipfm/patches > /dev/null 2>&1 echo x - ipfm/patches/patch-aa sed 's/^X//' >ipfm/patches/patch-aa << 'END-of-ipfm/patches/patch-aa' X--- ipfm-0.10.4.orig/configure Sat Oct 16 17:18:30 1999 X+++ ipfm-0.10.4/configure Sat Mar 4 23:57:54 2000 X@@ -1370,7 +1370,7 @@ X done X X X-sysconfdir=/etc X+sysconfdir=$prefix/etc X X trap '' 1 2 15 X cat > confcache <<\EOF END-of-ipfm/patches/patch-aa echo c - ipfm/pkg mkdir -p ipfm/pkg > /dev/null 2>&1 echo x - ipfm/pkg/PLIST sed 's/^X//' >ipfm/pkg/PLIST << 'END-of-ipfm/pkg/PLIST' Xsbin/ipfm Xman/man5/ipfm.conf.5 Xman/man8/ipfm.8 Xetc/ipfm.conf END-of-ipfm/pkg/PLIST echo x - ipfm/pkg/DESCR sed 's/^X//' >ipfm/pkg/DESCR << 'END-of-ipfm/pkg/DESCR' XIP Flow Meter is a bandwidth analysis tool, that measures how much bandwidth Xspecified hosts use on their Internet link. X XIt is written using libpcap ( ftp://ftp.ee.lbl.gov/libpcap.tar.Z ), Xso it ought to be portable. END-of-ipfm/pkg/DESCR echo x - ipfm/pkg/COMMENT sed 's/^X//' >ipfm/pkg/COMMENT << 'END-of-ipfm/pkg/COMMENT' XIP Flow Meter is a bandwidth analysis tool END-of-ipfm/pkg/COMMENT exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message