diff options
Diffstat (limited to 'net-mgmt/ipfm')
-rw-r--r-- | net-mgmt/ipfm/Makefile | 21 | ||||
-rw-r--r-- | net-mgmt/ipfm/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/ipfm/files/patch-aa | 11 | ||||
-rw-r--r-- | net-mgmt/ipfm/files/patch-ab | 11 | ||||
-rw-r--r-- | net-mgmt/ipfm/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/ipfm/pkg-descr | 7 | ||||
-rw-r--r-- | net-mgmt/ipfm/pkg-plist | 4 |
7 files changed, 0 insertions, 56 deletions
diff --git a/net-mgmt/ipfm/Makefile b/net-mgmt/ipfm/Makefile deleted file mode 100644 index 5f884fcc4d5f..000000000000 --- a/net-mgmt/ipfm/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: ipfm -# Date Created: 4 Mar 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# -# $FreeBSD$ -# - -PORTNAME= ipfm -PORTVERSION= 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> diff --git a/net-mgmt/ipfm/distinfo b/net-mgmt/ipfm/distinfo deleted file mode 100644 index 49137eecea7e..000000000000 --- a/net-mgmt/ipfm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ipfm-0.10.4.tgz) = bf5b0adc9301449dce2da0d42a0116d0 diff --git a/net-mgmt/ipfm/files/patch-aa b/net-mgmt/ipfm/files/patch-aa deleted file mode 100644 index 0778be48bd19..000000000000 --- a/net-mgmt/ipfm/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 diff --git a/net-mgmt/ipfm/files/patch-ab b/net-mgmt/ipfm/files/patch-ab deleted file mode 100644 index 996ed7f79691..000000000000 --- a/net-mgmt/ipfm/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) diff --git a/net-mgmt/ipfm/pkg-comment b/net-mgmt/ipfm/pkg-comment deleted file mode 100644 index 6e7a86b484a7..000000000000 --- a/net-mgmt/ipfm/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A bandwidth analysis tool diff --git a/net-mgmt/ipfm/pkg-descr b/net-mgmt/ipfm/pkg-descr deleted file mode 100644 index 7cd5879ab32a..000000000000 --- a/net-mgmt/ipfm/pkg-descr +++ /dev/null @@ -1,7 +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 ( ftp://ftp.ee.lbl.gov/libpcap.tar.Z ), -so it ought to be portable. - -WWW: http://www.via.ecp.fr/~tibob/ipfm/ diff --git a/net-mgmt/ipfm/pkg-plist b/net-mgmt/ipfm/pkg-plist deleted file mode 100644 index 3720022e7699..000000000000 --- a/net-mgmt/ipfm/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -sbin/ipfm -man/man5/ipfm.conf.5 -man/man8/ipfm.8 -etc/ipfm.conf |