IP Flow Meter is a bandwidth analysis tool, that measures how much bandwidth

specified hosts use on their Internet link.

PR:		17190
Submitted by:	Roman Shterenzon <roman@xpert.com>
This commit is contained in:
Chris D. Faulhaber 2000-03-11 15:36:23 +00:00
parent 1de8a01db5
commit 64caf0b9f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26755
14 changed files with 112 additions and 0 deletions

21
net-mgmt/ipfm/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: ipfm
# Version required: 0.10.4
# Date Created: 4 Mar 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
DISTNAME= ipfm-0.10.4
CATEGORIES= net
MASTER_SITES= http://www.via.ecp.fr/~tibob/ipfm/archive/
EXTRACT_SUFX= .tgz
MAINTAINER= roman@xpert.com
WRKSRC= ${WRKDIR}/${PKGNAME}
PATCH_STRIP= -p1
GNU_CONFIGURE= yes
.include <bsd.port.mk>

1
net-mgmt/ipfm/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ipfm-0.10.4.tgz) = bf5b0adc9301449dce2da0d42a0116d0

View File

@ -0,0 +1,11 @@
--- ipfm-0.10.4.orig/configure Sat Oct 16 17:18:30 1999
+++ ipfm-0.10.4/configure Sat Mar 4 23:57:54 2000
@@ -1370,7 +1370,7 @@
done
-sysconfdir=/etc
+sysconfdir=$prefix/etc
trap '' 1 2 15
cat > confcache <<\EOF

View File

@ -0,0 +1,11 @@
--- ipfm-0.10.4/Makefile.in Mon Oct 11 15:45:58 1999
+++ ipfm-0.10.4.orig/Makefile.in Sun Mar 5 00:48:36 2000
@@ -15,7 +15,7 @@
install: all
$(INSTALL) -d -m 755 $(SBINDIR)
- $(INSTALL) -m 755 source/ipfm $(SBINDIR)/ipfm
+ $(INSTALL) -s -m 755 source/ipfm $(SBINDIR)/ipfm
$(INSTALL) -d -m 755 $(ETCDIR)
[ -f $(CONFIGURATION_FILE) ] || \
$(INSTALL) -m 644 ipfm.conf.sample $(CONFIGURATION_FILE)

View File

@ -0,0 +1 @@
IP Flow Meter is a bandwidth analysis tool

7
net-mgmt/ipfm/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
IP Flow Meter is a bandwidth analysis tool, that measures how much bandwidth
specified hosts use on their Internet link.
It is written using libpcap ( ftp://ftp.ee.lbl.gov/libpcap.tar.Z ),
so it ought to be portable.
WWW: http://www.via.ecp.fr/~tibob/ipfm/

4
net-mgmt/ipfm/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
sbin/ipfm
man/man5/ipfm.conf.5
man/man8/ipfm.8
etc/ipfm.conf

21
net/ipfm/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: ipfm
# Version required: 0.10.4
# Date Created: 4 Mar 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
DISTNAME= ipfm-0.10.4
CATEGORIES= net
MASTER_SITES= http://www.via.ecp.fr/~tibob/ipfm/archive/
EXTRACT_SUFX= .tgz
MAINTAINER= roman@xpert.com
WRKSRC= ${WRKDIR}/${PKGNAME}
PATCH_STRIP= -p1
GNU_CONFIGURE= yes
.include <bsd.port.mk>

1
net/ipfm/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ipfm-0.10.4.tgz) = bf5b0adc9301449dce2da0d42a0116d0

11
net/ipfm/files/patch-aa Normal file
View File

@ -0,0 +1,11 @@
--- ipfm-0.10.4.orig/configure Sat Oct 16 17:18:30 1999
+++ ipfm-0.10.4/configure Sat Mar 4 23:57:54 2000
@@ -1370,7 +1370,7 @@
done
-sysconfdir=/etc
+sysconfdir=$prefix/etc
trap '' 1 2 15
cat > confcache <<\EOF

11
net/ipfm/files/patch-ab Normal file
View File

@ -0,0 +1,11 @@
--- ipfm-0.10.4/Makefile.in Mon Oct 11 15:45:58 1999
+++ ipfm-0.10.4.orig/Makefile.in Sun Mar 5 00:48:36 2000
@@ -15,7 +15,7 @@
install: all
$(INSTALL) -d -m 755 $(SBINDIR)
- $(INSTALL) -m 755 source/ipfm $(SBINDIR)/ipfm
+ $(INSTALL) -s -m 755 source/ipfm $(SBINDIR)/ipfm
$(INSTALL) -d -m 755 $(ETCDIR)
[ -f $(CONFIGURATION_FILE) ] || \
$(INSTALL) -m 644 ipfm.conf.sample $(CONFIGURATION_FILE)

1
net/ipfm/pkg-comment Normal file
View File

@ -0,0 +1 @@
IP Flow Meter is a bandwidth analysis tool

7
net/ipfm/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
IP Flow Meter is a bandwidth analysis tool, that measures how much bandwidth
specified hosts use on their Internet link.
It is written using libpcap ( ftp://ftp.ee.lbl.gov/libpcap.tar.Z ),
so it ought to be portable.
WWW: http://www.via.ecp.fr/~tibob/ipfm/

4
net/ipfm/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
sbin/ipfm
man/man5/ipfm.conf.5
man/man8/ipfm.8
etc/ipfm.conf