pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip clean-up: remove airsnort



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sat Jul 2 16:12:28 2022 +0200
Changeset:	93005519559cb96bd9ca536ed29bc2d48484fe90

Modified Files:
	Makefile
Removed Files:
	airsnort/DESCR
	airsnort/Makefile
	airsnort/PLIST
	airsnort/distinfo
	linux-wlan-ng/DESCR
	linux-wlan-ng/Makefile
	linux-wlan-ng/PLIST
	linux-wlan-ng/distinfo

Log Message:
wip clean-up: remove airsnort

Linux only. Last tarball 2015.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=93005519559cb96bd9ca536ed29bc2d48484fe90

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile               |  2 --
 airsnort/DESCR         |  4 ----
 airsnort/Makefile      | 28 ----------------------------
 airsnort/PLIST         |  8 --------
 airsnort/distinfo      |  4 ----
 linux-wlan-ng/DESCR    |  7 -------
 linux-wlan-ng/Makefile | 27 ---------------------------
 linux-wlan-ng/PLIST    | 13 -------------
 linux-wlan-ng/distinfo |  3 ---
 9 files changed, 96 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 995d49c62e..2366a197ec 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,6 @@ SUBDIR+=	afl-cov
 SUBDIR+=	agile
 SUBDIR+=	ags
 SUBDIR+=	aircrack-ng
-SUBDIR+=	airsnort
 SUBDIR+=	akonadi
 SUBDIR+=	akonadi-calendar
 SUBDIR+=	akonadi-calendar-tools
@@ -2271,7 +2270,6 @@ SUBDIR+=	linux-modutils
 SUBDIR+=	linux-modutils-old
 SUBDIR+=	linux-nfs-utils
 SUBDIR+=	linux-ukbgene
-SUBDIR+=	linux-wlan-ng
 SUBDIR+=	linux24-kernel
 SUBDIR+=	linux24-kernel-headers
 SUBDIR+=	linuxdcpp
diff --git a/airsnort/DESCR b/airsnort/DESCR
deleted file mode 100644
index 46127fe433..0000000000
--- a/airsnort/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-AirSnort is a wireless LAN (WLAN) tool which cracks encryption keys on
-802.11b WEP networks. AirSnort operates by passively monitoring
-transmissions, computing the encryption key when enough packets have
-been gathered.
diff --git a/airsnort/Makefile b/airsnort/Makefile
deleted file mode 100644
index d27357fc9a..0000000000
--- a/airsnort/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2012/11/25 23:32:07 othyro Exp $
-#
-
-DISTNAME=		airsnort-0.2.7e
-PKGREVISION=		1
-CATEGORIES=		net security linux
-MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=airsnort/}
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		http://airsnort.shmoo.com/
-COMMENT=		WLAN sniffer and realtime WEP cracker
-LICENSE=		gnu-gpl-v2
-
-DEPENDS+=		linux-wlan-ng>=0.2:../../wip/linux-wlan-ng
-
-USE_PKGLOCALEDIR=	yes
-GNU_CONFIGURE=		yes
-
-ONLY_FOR_PLATFORM=	Linux-*-*
-
-SUBST_CLASSES+=		sbin
-SUBST_FILES.sbin=	${WRKSRC}/src/PacketSource.c
-SUBST_STAGE.sbin=	pre-build
-SUBST_SED.sbin+=	-e 's,/sbin/wl,${PREFIX}/sbin/wl,g'
-
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../net/libpcap/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/airsnort/PLIST b/airsnort/PLIST
deleted file mode 100644
index 23607b450f..0000000000
--- a/airsnort/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/27 23:42:45 poppnk Exp $
-bin/airsnort
-bin/decrypt
-bin/gencases
-bin/orinoco_hopper
-man/man1/airsnort.1
-man/man1/decrypt.1
-man/man1/gencases.1
diff --git a/airsnort/distinfo b/airsnort/distinfo
deleted file mode 100644
index c0c0d689df..0000000000
--- a/airsnort/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/05/25 15:16:10 poppnk Exp $
-
-RMD160 (airsnort-0.2.7e.tar.gz) = da8a97fb4cdc47a422d682d4999b45a809a173ad
-Size (airsnort-0.2.7e.tar.gz) = 208383 bytes
diff --git a/linux-wlan-ng/DESCR b/linux-wlan-ng/DESCR
deleted file mode 100644
index b2d47256ce..0000000000
--- a/linux-wlan-ng/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-The linux-wlan package is a linux device driver and subsystem
-package that is intended to provide the full range of IEEE 802.11 MAC
-management capabilities for use in user-mode utilities and scripts.
-The package currently supports the Intersil 802.11b Prism2, Prism2.5,
-and Prism3 reference designs for PCMCIA, PCI, and USB.  Additionally,
-the package includes support for PLX9052 based PCI to PCMCIA adapter
-with a few different PCMCIA cards.
diff --git a/linux-wlan-ng/Makefile b/linux-wlan-ng/Makefile
deleted file mode 100644
index a344b01e32..0000000000
--- a/linux-wlan-ng/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2012/11/25 23:32:26 othyro Exp $
-#
-
-DISTNAME=		linux-wlan-ng-0.2.1pre23
-CATEGORIES=		net linux
-MASTER_SITES=		ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/
-EXTRACT_SUFX=		.tar.bz2
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		http://www.linux-wlan.com/
-COMMENT=		Linux utilities for wireless prism2 cards
-
-
-USE_TOOLS+=		gmake
-HAS_CONFIGURE=		yes
-CONFIGURE_SCRIPT=	./Configure
-CONFIGURE_ARGS+=	-d
-
-ONLY_FOR_PLATFORM=	Linux-*-*
-
-SUBST_CLASSES+=		wlan
-SUBST_STAGE.wlan=	post-configure
-SUBST_FILES.wlan=	config.mk
-SUBST_SED.wlan+=	-e 's,/sbin,${PREFIX}/sbin,g'
-SUBST_SED.wlan+=	-e 's,/etc/wlan,${PREFIX}/etc/wlan,g'
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/linux-wlan-ng/PLIST b/linux-wlan-ng/PLIST
deleted file mode 100644
index a01880dbc1..0000000000
--- a/linux-wlan-ng/PLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:44:55 thomasklausner Exp $
-etc/wlan/prism2_af.hex
-etc/wlan/prism2_ak.hex
-etc/wlan/prism2_pm.hex
-etc/wlan/prism2_r1.hex
-etc/wlan/prism2_rf.hex
-etc/wlan/prism2_ru.hex
-etc/wlan/prism2_ssf.pda
-sbin/nwepgen
-sbin/prism2dl
-sbin/wlancfg
-sbin/wlanctl-ng
-sbin/wland
diff --git a/linux-wlan-ng/distinfo b/linux-wlan-ng/distinfo
deleted file mode 100644
index 319136c729..0000000000
--- a/linux-wlan-ng/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/12/13 13:40:22 poppnk Exp $
-
-Size (linux-wlan-ng-0.2.1pre23.tar.bz2) = 447233 bytes


Home | Main Index | Thread Index | Old Index