aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/ipfw-graph/Makefile21
-rw-r--r--net/ipfw-graph/distinfo2
-rw-r--r--net/ipfw-graph/files/patch-Makefile23
-rw-r--r--net/ipfw-graph/pkg-descr7
-rw-r--r--net/ipfw-graph/pkg-plist2
7 files changed, 1 insertions, 56 deletions
diff --git a/MOVED b/MOVED
index 8a63bd71cf3a..a6268d8c2c8f 100644
--- a/MOVED
+++ b/MOVED
@@ -6094,3 +6094,4 @@ devel/bsdlibdwarf||2014-05-06|Has expired: Outdated, included in all supported v
security/yassl|security/cyassl|2014-05-06|Moved to match upstream name
lang/open-cobol|lang/gnu-cobol|2014-05-07|Moved to match upstream name change
sysutils/lire||2014-05-11|Project is dead
+net/ipfw-graph||2014-05-11|Project is dead
diff --git a/net/Makefile b/net/Makefile
index 1701f0532160..cbe07030aa4a 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -236,7 +236,6 @@
SUBDIR += iodine
SUBDIR += ip6_int
SUBDIR += ipa_ipfw
- SUBDIR += ipfw-graph
SUBDIR += ipgrab
SUBDIR += iplog
SUBDIR += ipsorc
diff --git a/net/ipfw-graph/Makefile b/net/ipfw-graph/Makefile
deleted file mode 100644
index 47149ecc7904..000000000000
--- a/net/ipfw-graph/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Edwin Groothuis (edwin@mavetju.org)
-# $FreeBSD$
-
-PORTNAME= ipfw-graph
-PORTVERSION= 1.4
-PORTREVISION= 4
-CATEGORIES= net
-MASTER_SITES= http://www.mavetju.org/download/
-
-MAINTAINER= edwin@mavetju.org
-COMMENT= Graphical overview of traffic going through your IPFW rules
-
-USE_GNOME= gtk12
-
-MAN8= ipfw-al.8 ipfw-graph.8
-
-NO_STAGE= yes
-pre-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/ipfw-graph.h
-
-.include <bsd.port.mk>
diff --git a/net/ipfw-graph/distinfo b/net/ipfw-graph/distinfo
deleted file mode 100644
index c96f34a01460..000000000000
--- a/net/ipfw-graph/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ipfw-graph-1.4.tar.gz) = 7c869a97165c506adaad63d47d8145fc915757e7dd72d5c47f0fb4e5ff51b779
-SIZE (ipfw-graph-1.4.tar.gz) = 7239
diff --git a/net/ipfw-graph/files/patch-Makefile b/net/ipfw-graph/files/patch-Makefile
deleted file mode 100644
index 6c2315283ebb..000000000000
--- a/net/ipfw-graph/files/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.orig Thu Nov 22 23:12:38 2001
-+++ Makefile Fri Nov 23 00:33:25 2001
-@@ -2,7 +2,6 @@
- # $Id: Makefile,v 1.10 2001/11/23 04:09:03 mavetju Exp $
- #
-
--GTK_CONFIG ?= gtk12-config
-
- OPT_C = -c -Wall -g $(CFLAGS)
- OPT_L = -g
-@@ -39,7 +38,8 @@
- rm /usr/local/man/man8/ipfw-graph.8
-
- install:
-- install -o root -g wheel -m 4755 ipfw-al /usr/local/bin
-- install -o root -g wheel -m 0755 ipfw-graph /usr/local/bin
-- install -o root -g wheel -m 0644 ipfw-al.8 /usr/local/man/man8
-- install -o root -g wheel -m 0644 ipfw-graph.8 /usr/local/man/man8
-+ ${BSD_INSTALL_PROGRAM} ipfw-al ${PREFIX}/bin
-+ chmod u+s ${PREFIX}/bin/ipfw-al
-+ ${BSD_INSTALL_PROGRAM} ipfw-graph ${PREFIX}/bin
-+ ${BSD_INSTALL_MAN} ipfw-al.8 ${MANPREFIX}/man/man8
-+ ${BSD_INSTALL_MAN} ipfw-graph.8 ${MANPREFIX}/man/man8
diff --git a/net/ipfw-graph/pkg-descr b/net/ipfw-graph/pkg-descr
deleted file mode 100644
index 0260cee9859f..000000000000
--- a/net/ipfw-graph/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Displays a graphical overview of bytes going through your IPFW
-rules and a piled overview of the percentage on which rule it
-passed.
-
-FreeBSD only, GTK required.
-
-WWW: http://www.mavetju.org/networking/tools.php
diff --git a/net/ipfw-graph/pkg-plist b/net/ipfw-graph/pkg-plist
deleted file mode 100644
index 78f9c15832e6..000000000000
--- a/net/ipfw-graph/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/ipfw-graph
-bin/ipfw-al