Index: head/net-mgmt/Makefile =================================================================== --- head/net-mgmt/Makefile (revision 171326) +++ head/net-mgmt/Makefile (revision 171327) @@ -1,201 +1,202 @@ # $FreeBSD$ # COMMENT = Network management tools SUBDIR += NeTraMet SUBDIR += TkTopNetFlows SUBDIR += aggregate SUBDIR += aguri SUBDIR += aircrack SUBDIR += aircrack-ng SUBDIR += airport SUBDIR += angst SUBDIR += annextools SUBDIR += ap-utils SUBDIR += apan SUBDIR += argus SUBDIR += argus-clients SUBDIR += arpscan SUBDIR += arpwatch SUBDIR += arpwatch-devel SUBDIR += arts++ SUBDIR += aspathtree SUBDIR += asused SUBDIR += bandwidthd SUBDIR += bgpq SUBDIR += bigsister SUBDIR += bpft SUBDIR += braa SUBDIR += bsd-airtools SUBDIR += bsnmpd SUBDIR += bwm-ng SUBDIR += cdpd SUBDIR += cdpr SUBDIR += cfgstoragemk SUBDIR += cflowd SUBDIR += check_snmp_pkgvuln SUBDIR += chillispot SUBDIR += choparp SUBDIR += cidr SUBDIR += cisco_conf SUBDIR += ciscoconf SUBDIR += clog SUBDIR += confregdecode SUBDIR += cricket SUBDIR += darkstat SUBDIR += disco SUBDIR += docsis SUBDIR += driftnet SUBDIR += echolot SUBDIR += ehnt SUBDIR += etherape SUBDIR += ettercap SUBDIR += flow-extract SUBDIR += flow-tools SUBDIR += flowd SUBDIR += flowscan SUBDIR += fprobe SUBDIR += gps SUBDIR += grepcidr SUBDIR += grepip SUBDIR += icmpmonitor SUBDIR += icmpquery SUBDIR += ifgraph SUBDIR += iftop SUBDIR += iog SUBDIR += ipacco SUBDIR += ipacctd SUBDIR += ipaudit SUBDIR += ipcad SUBDIR += ipcalc SUBDIR += ipfm SUBDIR += ipplan SUBDIR += ipv6calc SUBDIR += ipv6gen SUBDIR += irrtoolset SUBDIR += isic SUBDIR += junipoll SUBDIR += kismet SUBDIR += knowlan SUBDIR += libsmi SUBDIR += mbrowse SUBDIR += mrtg SUBDIR += nagcon SUBDIR += nagios SUBDIR += nagios-plugins SUBDIR += nagios-radauth-plugin SUBDIR += nagios-silfreed-plugins SUBDIR += nagios-snmp-plugins SUBDIR += nagios-spamd-plugin SUBDIR += nagios12 SUBDIR += nagiosgraph SUBDIR += nagiostat SUBDIR += nat SUBDIR += nav SUBDIR += nbtscan SUBDIR += nefu SUBDIR += net-snmp SUBDIR += net-snmp-tkmib SUBDIR += net-snmp4 SUBDIR += netams SUBDIR += netdisco SUBDIR += netleak SUBDIR += netmask SUBDIR += netmond SUBDIR += netsaint SUBDIR += netsaint-plugins SUBDIR += netspoc SUBDIR += nettop SUBDIR += netustad SUBDIR += netwag SUBDIR += netwox SUBDIR += nfdump SUBDIR += nfsen SUBDIR += ng_ipacct SUBDIR += nitpicker SUBDIR += nocol SUBDIR += nrg SUBDIR += nrpe SUBDIR += nrpe2 SUBDIR += nrpep SUBDIR += nsc SUBDIR += nsca SUBDIR += nstreams SUBDIR += openvmps SUBDIR += oproute SUBDIR += ourmon SUBDIR += p0f SUBDIR += p5-Altoids SUBDIR += p5-Cflow SUBDIR += p5-Mon SUBDIR += p5-NSNMP SUBDIR += p5-Nagios-Plugin SUBDIR += p5-Net-CIDR SUBDIR += p5-Net-IP SUBDIR += p5-Net-IP-Match-Regexp SUBDIR += p5-Net-IP-Match-XS SUBDIR += p5-Net-IP-Resolver SUBDIR += p5-Net-IPv4Addr SUBDIR += p5-Net-IPv6Addr SUBDIR += p5-Net-Netmask SUBDIR += p5-Net-SNMP SUBDIR += p5-Net-SNMP3 SUBDIR += p5-NetAddr-IP SUBDIR += p5-NetAddr-IP-Lite SUBDIR += p5-POE-Component-SNMP SUBDIR += p5-SNMP SUBDIR += p5-SNMP-Info SUBDIR += p5-SNMP-MIB-Compiler SUBDIR += p5-SNMP-Util SUBDIR += p5-SNMP_Session SUBDIR += p5-Telnet-Cisco SUBDIR += p5-Tie-NetAddr-IP SUBDIR += packit SUBDIR += pads SUBDIR += pancho SUBDIR += pfpro SUBDIR += php4-snmp SUBDIR += php5-snmp SUBDIR += pixilate SUBDIR += pmacct SUBDIR += portmon SUBDIR += py-flowtools SUBDIR += py-ipy SUBDIR += py-snmp SUBDIR += py-snmp2 SUBDIR += py-snmp4 SUBDIR += py-snmp4-apps SUBDIR += py-snmp4-mibs SUBDIR += py-twistedSNMP SUBDIR += py-yapsnmp SUBDIR += rancid SUBDIR += rate SUBDIR += remarp SUBDIR += rotorouter SUBDIR += rubygem-snmp SUBDIR += satellite SUBDIR += scdp SUBDIR += scli SUBDIR += scotty3 SUBDIR += sdig SUBDIR += sendip SUBDIR += sing SUBDIR += sipcalc SUBDIR += slate SUBDIR += snmptt SUBDIR += softflowd SUBDIR += sting SUBDIR += subcalc SUBDIR += sysmon SUBDIR += tas SUBDIR += tcpreplay SUBDIR += tcptrack SUBDIR += torrus SUBDIR += trafd + SUBDIR += weplab SUBDIR += whatmask SUBDIR += wide-dhcp SUBDIR += yabm SUBDIR += zabbix .include Property changes on: head/net-mgmt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.82 \ No newline at end of property +1.83 \ No newline at end of property Index: head/net-mgmt/weplab/Makefile =================================================================== --- head/net-mgmt/weplab/Makefile (nonexistent) +++ head/net-mgmt/weplab/Makefile (revision 171327) @@ -0,0 +1,31 @@ +# New ports collection makefile for: weplab +# Date created: 24 Aug 2006 +# Whom: Anton Karpov +# +# $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 + +.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 Property changes on: head/net-mgmt/weplab/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net-mgmt/weplab/distinfo =================================================================== --- head/net-mgmt/weplab/distinfo (nonexistent) +++ head/net-mgmt/weplab/distinfo (revision 171327) @@ -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 Property changes on: head/net-mgmt/weplab/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net-mgmt/weplab/pkg-descr =================================================================== --- head/net-mgmt/weplab/pkg-descr (nonexistent) +++ head/net-mgmt/weplab/pkg-descr (revision 171327) @@ -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 Property changes on: head/net-mgmt/weplab/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property