aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipfm
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ipfm')
-rw-r--r--net-mgmt/ipfm/Makefile26
-rw-r--r--net-mgmt/ipfm/distinfo1
-rw-r--r--net-mgmt/ipfm/pkg-descr9
-rw-r--r--net-mgmt/ipfm/pkg-plist4
4 files changed, 0 insertions, 40 deletions
diff --git a/net-mgmt/ipfm/Makefile b/net-mgmt/ipfm/Makefile
deleted file mode 100644
index 22e69734a606..000000000000
--- a/net-mgmt/ipfm/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: ipfm
-# Date Created: 4 Mar 2000
-# Whom: Roman Shterenzon <roman@xpert.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ipfm
-PORTVERSION= 0.11.5
-CATEGORIES= net
-MASTER_SITES= http://robert.cheramy.net/ipfm/archive/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= roman@xpert.com
-COMMENT= A bandwidth analysis tool
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --localstatedir=/var
-
-MAN5= ipfm.conf.5
-MAN8= ipfm.8
-
-post-install:
- @${STRIP_CMD} ${PREFIX}/sbin/ipfm
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/ipfm/distinfo b/net-mgmt/ipfm/distinfo
deleted file mode 100644
index 373ac4e5245c..000000000000
--- a/net-mgmt/ipfm/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ipfm-0.11.5.tgz) = 7331aeeabf47cbd37603abe75355fe20
diff --git a/net-mgmt/ipfm/pkg-descr b/net-mgmt/ipfm/pkg-descr
deleted file mode 100644
index e42b27691f81..000000000000
--- a/net-mgmt/ipfm/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-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, so it ought to be portable.
-
-WWW: http://robert.cheramy.net/ipfm/
-
-- Alex Dupre
-sysadmin@alexdupre.com
diff --git a/net-mgmt/ipfm/pkg-plist b/net-mgmt/ipfm/pkg-plist
deleted file mode 100644
index 51974749b2b9..000000000000
--- a/net-mgmt/ipfm/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-sbin/ipfm
-etc/ipfm.conf
-@exec mkdir -p /var/log/ipfm
-@unexec rmdir /var/log/ipfm 2>/dev/null || echo "The logs will be left in /var/log/ipfm after the port is deinstalled."