aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-08-01 15:32:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-08-01 15:32:50 +0000
commitd52ce20c04cc87cb71de55121d18098c71b1681d (patch)
tree9e113d4fa45ea82965cd0769c683af25ec7ba2a7 /net-mgmt
parent0a3ee0449b770b32664bc8d972a72a7d07807f59 (diff)
downloadports-d52ce20c04cc87cb71de55121d18098c71b1681d.tar.gz
ports-d52ce20c04cc87cb71de55121d18098c71b1681d.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/aircrack/Makefile52
-rw-r--r--net-mgmt/aircrack/distinfo3
-rw-r--r--net-mgmt/aircrack/pkg-descr14
-rw-r--r--net-mgmt/aircrack/pkg-message9
5 files changed, 0 insertions, 79 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index f0f7e98b46f3..5d45f747af2d 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -7,7 +7,6 @@
SUBDIR += TkTopNetFlows
SUBDIR += aggregate
SUBDIR += aguri
- SUBDIR += aircrack
SUBDIR += aircrack-ng
SUBDIR += airport
SUBDIR += angst
diff --git a/net-mgmt/aircrack/Makefile b/net-mgmt/aircrack/Makefile
deleted file mode 100644
index f3bd8c0068d2..000000000000
--- a/net-mgmt/aircrack/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: aircrack
-# Date created: 25 Nov 2005
-# Whom: Lars Engels <lars.engels@0x20.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= aircrack
-PORTVERSION= 2.41
-CATEGORIES= net-mgmt
-MASTER_SITES= http://mirror.arcticnetwork.ca/pub/gentoo/distfiles/ \
- http://gentoo.llarian.net/distfiles/ \
- http://gentoo.zie.pg.gda.pl/distfiles/ \
- http://www.dvo.ru/pub/distfiles/ \
- http://gentoo.nedlinux.nl/distfiles/ \
- http://bsd-geek.de/FreeBSD/distfiles/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= lme@FreeBSD.org
-COMMENT= Aircrack is a set of tools for auditing wireless networks
-
-ALL_TARGET= aircrack airdecap arpforge mergeivs pcap2ivs
-
-PLIST_FILES= bin/aircrack bin/airdecap bin/arpforge bin/mergeivs bin/pcap2ivs
-PORTDOCS= *
-
-IGNORE= Please use net-mgmt/aircrack-ng.
-DEPRECATED= ${IGNORE}
-EXPIRATION_DATE= 2007-06-26
-
-pre-fetch:
- @${CAT} ${PKGMESSAGE}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/aircrack ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/airdecap ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/arpforge ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/mergeivs ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/pcap2ivs ${PREFIX}/bin
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}/
- ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}/
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/aircrack/distinfo b/net-mgmt/aircrack/distinfo
deleted file mode 100644
index 59febb4d209d..000000000000
--- a/net-mgmt/aircrack/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (aircrack-2.41.tgz) = 05a37c8a165efb11ea226829c809deb3
-SHA256 (aircrack-2.41.tgz) = 0273c476875e5dd09c7e15e8de58ed18fa9f5f2f9482a78e4171b3f56d75efa4
-SIZE (aircrack-2.41.tgz) = 480946
diff --git a/net-mgmt/aircrack/pkg-descr b/net-mgmt/aircrack/pkg-descr
deleted file mode 100644
index dd4aa6d3a1c6..000000000000
--- a/net-mgmt/aircrack/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-aircrack is a set of tools for auditing wireless networks:
-
- * airodump: 802.11 packet capture program
- * aireplay: 802.11 packet injection program
- * aircrack: static WEP and WPA-PSK key cracker
- * airdecap: decrypts WEP/WPA capture files
- * arpforge: forges ARP packets
-
-At the moment airodump and aireplay cannot be built on FreeBSD.
-
-WWW: http://freshmeat.net/projects/aircrack/
-
-- Lars Engels
-lars.engels@0x20.net
diff --git a/net-mgmt/aircrack/pkg-message b/net-mgmt/aircrack/pkg-message
deleted file mode 100644
index 28a8a3fb37d4..000000000000
--- a/net-mgmt/aircrack/pkg-message
+++ /dev/null
@@ -1,9 +0,0 @@
-====
-Attention!
-
-Of the aircrack suite only airdecap, arpforge and aircrack are working
-with FreeBSD. Airump and aireplay are too Linux-specific to run at the
-moment.
-However aircrack can handle kismet's dumpfile so there is only no
-FreeBSD equivalent to aireplay.
-====