diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-01 23:40:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-01 23:40:35 +0000 |
commit | a85830dbd973d6a6b733257e63280ec176e65026 (patch) | |
tree | 50e67658d57691ee4b6c27e5172b636b384d6ce2 /net/4g8 | |
parent | update to varconf 0.6.1 (diff) |
- Rename net/forgate to net/4g8 because project was renamed.
Notes
Notes:
svn path=/head/; revision=99757
Diffstat (limited to 'net/4g8')
-rw-r--r-- | net/4g8/Makefile | 6 | ||||
-rw-r--r-- | net/4g8/distinfo | 2 | ||||
-rw-r--r-- | net/4g8/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net/4g8/Makefile b/net/4g8/Makefile index de9c4c6a2ac6..b0898d859ce7 100644 --- a/net/4g8/Makefile +++ b/net/4g8/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: forgate +# New ports collection makefile for: 4g8 # Date created: 25.01.2004 # Whom: krion # # $FreeBSD$ # -PORTNAME= forgate +PORTNAME= 4g8 PORTVERSION= 0.9b CATEGORIES= net MASTER_SITES= http://forgate.sourceforge.net/downloads/ @@ -21,6 +21,6 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -PLIST_FILES= sbin/forgate +PLIST_FILES= sbin/4g8 .include <bsd.port.mk> diff --git a/net/4g8/distinfo b/net/4g8/distinfo index d36546ff2f05..b0ef23bdb8d6 100644 --- a/net/4g8/distinfo +++ b/net/4g8/distinfo @@ -1 +1 @@ -MD5 (forgate-0.9b.tgz) = d9bc797739c5ce719f07a136afeafdc9 +MD5 (4g8-0.9b.tgz) = c6d4e5548376c6f4510cb8ab24a82160 diff --git a/net/4g8/pkg-descr b/net/4g8/pkg-descr index dcccdc438b60..4814d0b1a83d 100644 --- a/net/4g8/pkg-descr +++ b/net/4g8/pkg-descr @@ -1,4 +1,4 @@ -Forgate (Forge Gateway) is a tool that allows you to capture +4g8 (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 |