aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2007-10-29 22:19:48 +0800
committererwin <erwin@FreeBSD.org>2007-10-29 22:19:48 +0800
commitaef1caad62f503f594fa30c0e19049aed90f23fe (patch)
treee19c50ce614e53d07942b5a563752f4016786446
parentb5373ec99b258e3908068c1c4fa35475f723554a (diff)
downloadfreebsd-ports-gnome-aef1caad62f503f594fa30c0e19049aed90f23fe.tar.gz
freebsd-ports-gnome-aef1caad62f503f594fa30c0e19049aed90f23fe.tar.zst
freebsd-ports-gnome-aef1caad62f503f594fa30c0e19049aed90f23fe.zip
net-mgmt/wispytools has been replaced by net-mgmt/spectools.
PR: 117044 Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
-rw-r--r--CVSROOT/modules2
-rw-r--r--net-mgmt/Makefile2
-rw-r--r--net-mgmt/wispy-tools/Makefile62
-rw-r--r--net-mgmt/wispy-tools/distinfo3
-rw-r--r--net-mgmt/wispy-tools/files/patch-configure22
-rw-r--r--net-mgmt/wispy-tools/pkg-descr4
-rw-r--r--net-mgmt/wispy-tools/pkg-message4
-rw-r--r--net-mgmt/wispy-tools/pkg-plist4
8 files changed, 2 insertions, 101 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index e2bf4127b053..a89d4f8125f2 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -15035,6 +15035,7 @@ spe ports/editors/spe
speak ports/games/speak
speak_freely ports/mbone/speak_freely
specimen ports/audio/specimen
+spectools ports/net-mgmt/spectools
speedbar ports/editors/speedbar
speedcrunch ports/math/speedcrunch
speex ports/audio/speex
@@ -16465,7 +16466,6 @@ wired-tracker ports/net/wired-tracker
wireshark ports/net/wireshark
wireshark-lite ports/net/wireshark-lite
wise ports/biology/wise
-wispy-tools ports/net-mgmt/wispy-tools
wistumbler2 ports/net/wistumbler2
wizardkit ports/devel/wizardkit
wm2 ports/x11-wm/wm2
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 2402243fbff7..113cd5ed94ba 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -223,6 +223,7 @@
SUBDIR += snmp++
SUBDIR += snmptt
SUBDIR += softflowd
+ SUBDIR += spectools
SUBDIR += subcalc
SUBDIR += sysmon
SUBDIR += tcpreplay
@@ -236,7 +237,6 @@
SUBDIR += weplab
SUBDIR += whatmask
SUBDIR += wide-dhcp
- SUBDIR += wispy-tools
SUBDIR += yabm
SUBDIR += zabbix
SUBDIR += zabbix-agent
diff --git a/net-mgmt/wispy-tools/Makefile b/net-mgmt/wispy-tools/Makefile
deleted file mode 100644
index 9064490aee54..000000000000
--- a/net-mgmt/wispy-tools/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: wispy-tools
-# Date created: 13 Dec 2006
-# Whom: Henrik Brix Andersen <henrik@brixandersen.dk>
-#
-# $FreeBSD$
-#
-
-PORTNAME= wispy-tools
-PORTVERSION= 200609.r1
-PORTREVISION= 1
-CATEGORIES= net-mgmt
-MASTER_SITES= http://www.kismetwireless.net/code/
-DISTNAME= wispy-tools-2006-09-R1
-
-MAINTAINER= henrik@brixandersen.dk
-COMMENT= Tools for the 2.4GHz Wi-Spy spectrum analyzer from MetaGeek LLC
-
-LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-USE_GMAKE= yes
-
-PORTDOCS= README
-
-OPTIONS= GTK "Enable graphical client" On
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 602101
-IGNORE= is unsupported on systems prior to FreeBSD v602101
-.elif ${OSVERSION} > 700000 && ${OSVERSION} < 700027
-IGNORE= is unsupported on systems prior to FreeBSD v700027
-.endif
-
-ALL_TARGET= wispy_curses wispy_log wispy_raw
-
-.if defined(WITH_GTK)
-ALL_TARGET+= wispy_gtk
-LIB_DEPENDS+= gtk:${PORTSDIR}/x11-toolkits/gtk20
-PLIST_SUB= GTK=""
-.else
-PLIST_SUB= GTK="@comment "
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wispy_curses ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/wispy_log ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/wispy_raw ${PREFIX}/bin
-.if defined(WITH_GTK)
- ${INSTALL_PROGRAM} ${WRKSRC}/wispy_gtk ${PREFIX}/bin
-.endif
-
-post-install:
-.ifndef(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/net-mgmt/wispy-tools/distinfo b/net-mgmt/wispy-tools/distinfo
deleted file mode 100644
index 2a41efceaac6..000000000000
--- a/net-mgmt/wispy-tools/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (wispy-tools-2006-09-R1.tar.gz) = c05a18813bca976450262f7b0e98b0cb
-SHA256 (wispy-tools-2006-09-R1.tar.gz) = 41b25d1d63f01f596925dbd39389668b9d4169b28e5b8a2e00e0ac66574d330f
-SIZE (wispy-tools-2006-09-R1.tar.gz) = 135474
diff --git a/net-mgmt/wispy-tools/files/patch-configure b/net-mgmt/wispy-tools/files/patch-configure
deleted file mode 100644
index 41b13addb85b..000000000000
--- a/net-mgmt/wispy-tools/files/patch-configure
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.in.orig Sun Nov 19 18:04:52 2006
-+++ configure.in Sun Nov 19 18:01:44 2006
-@@ -204,7 +204,7 @@
- GTKLIBS="$LIBS"
- LIBS="$olfl"
-
-- if test "$GTK2" == "yes"; then
-+ if test "$GTK2" = "yes"; then
- AC_DEFINE(HAVE_LIB_GTK2, 1, we have libgtk2.x)
- else
- AC_MSG_WARN(*** GTK1 being used. GTK2 is preferred and GTK1 support may vanish in future releases ***)
---- configure.orig Sun Nov 19 18:04:45 2006
-+++ configure Sun Nov 19 18:01:18 2006
-@@ -4185,7 +4185,7 @@
- GTKLIBS="$LIBS"
- LIBS="$olfl"
-
-- if test "$GTK2" == "yes"; then
-+ if test "$GTK2" = "yes"; then
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_LIB_GTK2 1
diff --git a/net-mgmt/wispy-tools/pkg-descr b/net-mgmt/wispy-tools/pkg-descr
deleted file mode 100644
index f4e1f0be4855..000000000000
--- a/net-mgmt/wispy-tools/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A set of open source tools for accessing the 2.4GHz Wi-Spy USB
-spectrum analyzer by Metageek LLC, http://www.metageek.net/
-
-WWW: http://www.kismetwireless.net/wispy.shtml
diff --git a/net-mgmt/wispy-tools/pkg-message b/net-mgmt/wispy-tools/pkg-message
deleted file mode 100644
index 4845df27dcb4..000000000000
--- a/net-mgmt/wispy-tools/pkg-message
+++ /dev/null
@@ -1,4 +0,0 @@
-====
-In order to use the tools you need read/write access to the ugen(4)
-device node corresponding to the Wi-Spy device.
-====
diff --git a/net-mgmt/wispy-tools/pkg-plist b/net-mgmt/wispy-tools/pkg-plist
deleted file mode 100644
index 9d17d8dbc686..000000000000
--- a/net-mgmt/wispy-tools/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/wispy_curses
-%%GTK%%bin/wispy_gtk
-bin/wispy_log
-bin/wispy_raw