1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

As announced on May 6, remove the broken x11/wscan port.

This commit is contained in:
Kris Kennaway 2003-08-08 04:02:37 +00:00
parent 075a3dc74d
commit b14d5ef20a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86558
6 changed files with 0 additions and 56 deletions

View File

@ -125,7 +125,6 @@
SUBDIR += wmxss
SUBDIR += workrave
SUBDIR += wrapper
SUBDIR += wscan
SUBDIR += wterm
SUBDIR += x3270
SUBDIR += xaniroc

View File

@ -1,28 +0,0 @@
# New ports collection makefile for: wscan
# Date created: 10 December 2001
# Whom: Jim Binkley <jrb@cs.pdx.edu>
#
# $FreeBSD$
#
PORTNAME= wscan
PORTVERSION= 1.00
CATEGORIES= x11
MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/mobile/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A 802.11 wireless visual signal strength meter
BROKEN= "Does not compile"
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
WRKSRC= $(WRKDIR)/wscan
USE_XLIB= yes
MAN1= wscan.1
post-install:
${STRIP_CMD} ${PREFIX}/bin/wscan
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (wscan-1.00.tgz) = 2d030959cd178c4222184885e6c48112

View File

@ -1,16 +0,0 @@
--- wibsd_wifi.c.orig Mon Dec 10 13:06:21 2001
+++ wibsd_wifi.c Wed Mar 27 03:46:12 2002
@@ -49,7 +49,13 @@
#include <net/ethernet.h>
#define WICACHE
+
+#include <osreldate.h>
+#if __FreeBSD_version >= 500015
+#include <dev/wi/if_wavelan_ieee.h>
+#else
#include <machine/if_wavelan_ieee.h>
+#endif
#include <stdio.h>
#include <string.h>

View File

@ -1,8 +0,0 @@
wscan is a small X-based (fltk) program that shows signal strength,
graphically, for Lucent/Orinoco 802.11 cards. On FreeBSD, it uses
the wi0 driver.
WWW: http://www.cs.pdx.edu/research/SMN
- Jim Binkley
jrb@cs.pdx.edu

View File

@ -1,2 +0,0 @@
bin/wscan
bin/wscanlog.sh