diff options
author | miwi <miwi@FreeBSD.org> | 2007-08-01 15:32:50 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-08-01 15:32:50 +0000 |
commit | 216b47df5c1acff67c5786781a5a9c3e2586696d (patch) | |
tree | 8bdb49b7b68476cdf85eb6f18f7224e5fea2de27 /net-mgmt | |
parent | 3729b89f2810a59b3d40d363c972596c519e2c35 (diff) | |
download | FreeBSD-ports-216b47df5c1acff67c5786781a5a9c3e2586696d.zip FreeBSD-ports-216b47df5c1acff67c5786781a5a9c3e2586696d.tar.gz |
2007-07-31 x11-fm/endeavour: Development ceased, this port should be updated to Endeavour Mark II
2007-08-01 security/p5-openxpki-client-soap-lite: No longer maintained by Developers.
2007-06-26 net-mgmt/aircrack: Please use net-mgmt/aircrack-ng.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/aircrack/Makefile | 52 | ||||
-rw-r--r-- | net-mgmt/aircrack/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/aircrack/pkg-descr | 14 | ||||
-rw-r--r-- | net-mgmt/aircrack/pkg-message | 9 |
5 files changed, 0 insertions, 79 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index f0f7e98..5d45f74 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 f3bd8c0..0000000 --- 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 59febb4..0000000 --- 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 dd4aa6d..0000000 --- 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 28a8a3f..0000000 --- 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. -==== |