diff options
author | krion <krion@FreeBSD.org> | 2004-02-02 07:41:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-02 07:41:37 +0800 |
commit | 8501f1de8f1d98f1a6fff8d69646c6761f4fee8d (patch) | |
tree | 5f07e67de80488e3e964496f4dafeb16127cb0d7 /net | |
parent | 9b9f9ee34df15f38688e7a35e437db7cee251684 (diff) | |
download | freebsd-ports-gnome-8501f1de8f1d98f1a6fff8d69646c6761f4fee8d.tar.gz freebsd-ports-gnome-8501f1de8f1d98f1a6fff8d69646c6761f4fee8d.tar.zst freebsd-ports-gnome-8501f1de8f1d98f1a6fff8d69646c6761f4fee8d.zip |
- Delete net/forgate because it was renamed to net/4g8
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/forgate/Makefile | 26 | ||||
-rw-r--r-- | net/forgate/distinfo | 1 | ||||
-rw-r--r-- | net/forgate/pkg-descr | 8 |
4 files changed, 0 insertions, 36 deletions
diff --git a/net/Makefile b/net/Makefile index 7b4a350a53f9..e6abfcef9612 100644 --- a/net/Makefile +++ b/net/Makefile @@ -145,7 +145,6 @@ SUBDIR += flow-tools SUBDIR += flowscan SUBDIR += forg - SUBDIR += forgate SUBDIR += fpc-inet SUBDIR += fping SUBDIR += fprobe diff --git a/net/forgate/Makefile b/net/forgate/Makefile deleted file mode 100644 index de9c4c6a2ac6..000000000000 --- a/net/forgate/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: forgate -# Date created: 25.01.2004 -# Whom: krion -# -# $FreeBSD$ -# - -PORTNAME= forgate -PORTVERSION= 0.9b -CATEGORIES= net -MASTER_SITES= http://forgate.sourceforge.net/downloads/ -EXTRACT_SUFX= .tgz - -MAINTAINER= krion@FreeBSD.org -COMMENT= Forgate is a tool that allows you to capture traffic - -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel - -GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -PLIST_FILES= sbin/forgate - -.include <bsd.port.mk> diff --git a/net/forgate/distinfo b/net/forgate/distinfo deleted file mode 100644 index d36546ff2f05..000000000000 --- a/net/forgate/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (forgate-0.9b.tgz) = d9bc797739c5ce719f07a136afeafdc9 diff --git a/net/forgate/pkg-descr b/net/forgate/pkg-descr deleted file mode 100644 index dcccdc438b60..000000000000 --- a/net/forgate/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Forgate (Forge Gateway) is a tool that allows you to capture -traffic from a third party in a switched environment at the -expense of a slight increase in latency to that third party -host. Utilizing ARP cache poisoning, packet capture, and packet -reconstruction techniques, it works with nearly all TCP, ICMP, -and UDP IPv4 traffic flows. - -WWW: http://forgate.sf.net |