aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-08 04:02:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-08 04:02:37 +0000
commitb14d5ef20a7478f70d8018f9ae77a9f49ebb22e3 (patch)
treea3bd2526627f91a0f392c9a63e6bf5f154be671b /x11
parent075a3dc74d130312390ac9970526f94bd00a6159 (diff)
downloadports-b14d5ef20a7478f70d8018f9ae77a9f49ebb22e3.tar.gz
ports-b14d5ef20a7478f70d8018f9ae77a9f49ebb22e3.zip
Notes
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 8c8ba2f03829..be67cc8e9231 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 6519e96b4e4d..000000000000
--- 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 d3094a6bcaee..000000000000
--- 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 75b6713414f5..000000000000
--- 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 64cc79bb1380..000000000000
--- 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 9cedf86cffee..000000000000
--- a/x11/wscan/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/wscan
-bin/wscanlog.sh