- Delete net/forgate because it was renamed to net/4g8

This commit is contained in:
Kirill Ponomarev 2004-02-01 23:41:37 +00:00
parent 578e34ac3e
commit 153d56bf00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99759
4 changed files with 0 additions and 36 deletions

View file

@ -145,7 +145,6 @@
SUBDIR += flow-tools
SUBDIR += flowscan
SUBDIR += forg
SUBDIR += forgate
SUBDIR += fpc-inet
SUBDIR += fping
SUBDIR += fprobe

View file

@ -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>

View file

@ -1 +0,0 @@
MD5 (forgate-0.9b.tgz) = d9bc797739c5ce719f07a136afeafdc9

View file

@ -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