diff options
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/weplab/Makefile | 31 | ||||
-rw-r--r-- | net-mgmt/weplab/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/weplab/pkg-descr | 7 |
4 files changed, 42 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index bc700e679746..d2ea1fbc9666 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -193,6 +193,7 @@ SUBDIR += tcptrack SUBDIR += torrus SUBDIR += trafd + SUBDIR += weplab SUBDIR += whatmask SUBDIR += wide-dhcp SUBDIR += yabm diff --git a/net-mgmt/weplab/Makefile b/net-mgmt/weplab/Makefile new file mode 100644 index 000000000000..9277d44d92d7 --- /dev/null +++ b/net-mgmt/weplab/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: weplab +# Date created: 24 Aug 2006 +# Whom: Anton Karpov <toxa@toxahost.ru> +# +# $FreeBSD$ +# + +PORTNAME= weplab +PORTVERSION= 0.1.5 +CATEGORIES= net-mgmt +MASTER_SITES= SF + +MAINTAINER= toxa@toxahost.ru +COMMENT= WepLab is a tool designed to teach how WEP works + +GNU_CONFIGURE= yes + +MAN1= weplab.1 +PLIST_FILES= bin/weplab + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Doesn't build on 4.x +.endif + +post-patch: + @${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS) *=,\1 ?=,g' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.post.mk> diff --git a/net-mgmt/weplab/distinfo b/net-mgmt/weplab/distinfo new file mode 100644 index 000000000000..3f7dc6c30101 --- /dev/null +++ b/net-mgmt/weplab/distinfo @@ -0,0 +1,3 @@ +MD5 (weplab-0.1.5.tar.gz) = 713870965447b0b8b7341409968846fb +SHA256 (weplab-0.1.5.tar.gz) = 91e4425f474d5b3213effc6d532aa3ee2fb121a1942e43c08210780a4759a72b +SIZE (weplab-0.1.5.tar.gz) = 122053 diff --git a/net-mgmt/weplab/pkg-descr b/net-mgmt/weplab/pkg-descr new file mode 100644 index 000000000000..cf29aa18fd7f --- /dev/null +++ b/net-mgmt/weplab/pkg-descr @@ -0,0 +1,7 @@ +WepLab is a tool designed to teach how WEP works, what different +vulnerabilities it has, and how they can be used in practice to +break a WEP protected wireless network. So far, WepLab more than +a Wep Key Cracker, is a Wep Security Analyzer designed from an +educational point of view. + +WWW: http://weplab.sourceforge.net |