summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-08-08 04:02:37 +0000
committerkris <kris@FreeBSD.org>2003-08-08 04:02:37 +0000
commit1e058f141a896df35e53de89562ff12cd8fd5f50 (patch)
tree486a10adb654c925aad72c248e4d984ec0b398f9 /x11
parent1cccec8298415f011dcd58f873177aba585f95e0 (diff)
downloadFreeBSD-ports-1e058f141a896df35e53de89562ff12cd8fd5f50.zip
FreeBSD-ports-1e058f141a896df35e53de89562ff12cd8fd5f50.tar.gz
As announced on May 6, remove the broken x11/wscan port.
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/wscan/Makefile28
-rw-r--r--x11/wscan/distinfo1
-rw-r--r--x11/wscan/files/patch-wibsd_wifi.c16
-rw-r--r--x11/wscan/pkg-descr8
-rw-r--r--x11/wscan/pkg-plist2
6 files changed, 0 insertions, 56 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 8c8ba2f..be67cc8 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -125,7 +125,6 @@
SUBDIR += wmxss
SUBDIR += workrave
SUBDIR += wrapper
- SUBDIR += wscan
SUBDIR += wterm
SUBDIR += x3270
SUBDIR += xaniroc
diff --git a/x11/wscan/Makefile b/x11/wscan/Makefile
deleted file mode 100644
index 6519e96..0000000
--- a/x11/wscan/Makefile
+++ /dev/null
@@ -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>
diff --git a/x11/wscan/distinfo b/x11/wscan/distinfo
deleted file mode 100644
index d3094a6..0000000
--- a/x11/wscan/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (wscan-1.00.tgz) = 2d030959cd178c4222184885e6c48112
diff --git a/x11/wscan/files/patch-wibsd_wifi.c b/x11/wscan/files/patch-wibsd_wifi.c
deleted file mode 100644
index 75b6713..0000000
--- a/x11/wscan/files/patch-wibsd_wifi.c
+++ /dev/null
@@ -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>
diff --git a/x11/wscan/pkg-descr b/x11/wscan/pkg-descr
deleted file mode 100644
index 64cc79b..0000000
--- a/x11/wscan/pkg-descr
+++ /dev/null
@@ -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
diff --git a/x11/wscan/pkg-plist b/x11/wscan/pkg-plist
deleted file mode 100644
index 9cedf86..0000000
--- a/x11/wscan/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/wscan
-bin/wscanlog.sh
OpenPOWER on IntegriCloud