added weplab to pkgsrc wip
This commit is contained in:
parent
a0227402fc
commit
a55c70ba66
4 changed files with 34 additions and 0 deletions
6
weplab/DESCR
Normal file
6
weplab/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: DESCR,v 1.1.1.1 2006/10/28 20:27:56 gschwarz Exp $
|
||||
|
||||
Weplab is a tool to review the security of WEP encryption in wireless
|
||||
networks from an educational point of view. Several attacks are available
|
||||
(including the well known FMS statistical attack) so it can be measured the
|
||||
efectiveness and minimun requirements of each one.
|
20
weplab/Makefile
Normal file
20
weplab/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/10/28 20:27:56 gschwarz Exp $
|
||||
|
||||
DISTNAME= weplab-0.1.5
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=weplab/}
|
||||
|
||||
MAINTAINER= schwarz@NetBSD.org
|
||||
HOMEPAGE= http://weplab.sourceforge.net/
|
||||
COMMENT= Weplab is a tool to review the security of WEP encryption
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/weplab ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/weplab.1 ${PREFIX}/${PKGMANDIR}/man1
|
||||
|
||||
.include "../../net/libpcap/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
weplab/PLIST
Normal file
3
weplab/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/28 20:27:56 gschwarz Exp $
|
||||
bin/weplab
|
||||
man/man1/weplab.1
|
5
weplab/distinfo
Normal file
5
weplab/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/10/28 20:27:56 gschwarz Exp $
|
||||
|
||||
SHA1 (weplab-0.1.5.tar.gz) = d4bd858a179a2d0cf4f7be895f2f4a88f961469a
|
||||
RMD160 (weplab-0.1.5.tar.gz) = 731401430bdf36c56f9bbda0b8db545df762f3ad
|
||||
Size (weplab-0.1.5.tar.gz) = 122053 bytes
|
Loading…
Reference in a new issue