diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-08-24 13:13:41 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-08-24 13:13:41 +0000 |
commit | eee13293542c4a40fc573d333cf58688402a8c43 (patch) | |
tree | 436570881f788a7af137f9e99efc1bb92b88ce08 /net-mgmt/weplab | |
parent | a3c1cd294d7d6c5925c60b587f8d3858d1250a5e (diff) | |
download | ports-eee13293542c4a40fc573d333cf58688402a8c43.tar.gz ports-eee13293542c4a40fc573d333cf58688402a8c43.zip |
Notes
Diffstat (limited to 'net-mgmt/weplab')
-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 |
3 files changed, 41 insertions, 0 deletions
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 |