Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Mar 2000 00:55:28 +0200 (IST)
From:      Roman Shterenzon <roman@xpert.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17190: new port: ipfm, ignore prev report
Message-ID:  <200003042255.AAA53807@alchemy.oven.org>

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

>Number:         17190
>Category:       ports
>Synopsis:       new port: ipfm, ignore prev report
>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 15:00:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Roman Shterenzon
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

	

>Description:

	new port: ipfm - ip flood meter

>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/patches/patch-ab
#	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 <roman@xpert.com>
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 <bsd.port.mk>
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 x - ipfm/patches/patch-ab
sed 's/^X//' >ipfm/patches/patch-ab << 'END-of-ipfm/patches/patch-ab'
X--- ipfm-0.10.4/Makefile.in	Mon Oct 11 15:45:58 1999
X+++ ipfm-0.10.4.orig/Makefile.in	Sun Mar  5 00:48:36 2000
X@@ -15,7 +15,7 @@
X 
X install: all
X 	$(INSTALL) -d -m 755 $(SBINDIR)
X-	$(INSTALL) -m 755 source/ipfm $(SBINDIR)/ipfm
X+	$(INSTALL) -s -m 755 source/ipfm $(SBINDIR)/ipfm
X 	$(INSTALL) -d -m 755 $(ETCDIR)
X 	[ -f $(CONFIGURATION_FILE) ] || \
X 	  $(INSTALL) -m 644 ipfm.conf.sample $(CONFIGURATION_FILE)
END-of-ipfm/patches/patch-ab
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




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