From 5497ade13c16e65fbc08c62b8c89de15ac44f9aa Mon Sep 17 00:00:00 2001 From: jschauma Date: Tue, 18 Feb 2003 19:54:11 +0000 Subject: Rename ap-utils to wap-utils to avoid confusion with the various ap-* packages, which are apache-related. --- net/Makefile | 4 ++-- net/ap-utils/DESCR | 6 ------ net/ap-utils/Makefile | 15 --------------- net/ap-utils/PLIST | 10 ---------- net/ap-utils/distinfo | 4 ---- net/wap-utils/DESCR | 6 ++++++ net/wap-utils/Makefile | 16 ++++++++++++++++ net/wap-utils/PLIST | 10 ++++++++++ net/wap-utils/distinfo | 4 ++++ 9 files changed, 38 insertions(+), 37 deletions(-) delete mode 100644 net/ap-utils/DESCR delete mode 100644 net/ap-utils/Makefile delete mode 100644 net/ap-utils/PLIST delete mode 100644 net/ap-utils/distinfo create mode 100644 net/wap-utils/DESCR create mode 100644 net/wap-utils/Makefile create mode 100644 net/wap-utils/PLIST create mode 100644 net/wap-utils/distinfo (limited to 'net') diff --git a/net/Makefile b/net/Makefile index f7809e493b7..04ea66d2dd0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.352 2003/02/17 11:52:01 zuntum Exp $ +# $NetBSD: Makefile,v 1.353 2003/02/18 19:54:11 jschauma Exp $ # COMMENT= Networking tools @@ -12,7 +12,6 @@ SUBDIR+= ORBit2 SUBDIR+= SDL_net SUBDIR+= adns SUBDIR+= airportbasestationconfig -SUBDIR+= ap-utils SUBDIR+= archie SUBDIR+= arla SUBDIR+= arpd @@ -275,6 +274,7 @@ SUBDIR+= vncviewer SUBDIR+= vsftpd SUBDIR+= vtun SUBDIR+= wakeup +SUBDIR+= wap-utils SUBDIR+= wget SUBDIR+= whatmask SUBDIR+= wistumbler diff --git a/net/ap-utils/DESCR b/net/ap-utils/DESCR deleted file mode 100644 index 617216dbb37..00000000000 --- a/net/ap-utils/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -Wireless LAN access point utilities for UNIX to configure -and monitor Wireless Access Points using the SNMP protocol. -Utilities probably work with all Access Points based on -Atmel chipset and may also configure APs with -IEEE 802.11 MIB and NWN DOT11EXT MIB support, such as -Compex WP11. diff --git a/net/ap-utils/Makefile b/net/ap-utils/Makefile deleted file mode 100644 index 631e48e5f31..00000000000 --- a/net/ap-utils/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/02/15 20:08:13 jschauma Exp $ -# - -DISTNAME= ap-utils-1.3.1 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ap-utils/} -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= wojtek@tensor.3miasto.net -HOMEPAGE= http://ap-utils.polesye.net -COMMENT= Wireless access points UNIX management tool - -GNU_CONFIGURE= YES - -.include "../../mk/bsd.pkg.mk" diff --git a/net/ap-utils/PLIST b/net/ap-utils/PLIST deleted file mode 100644 index ddba4e5826a..00000000000 --- a/net/ap-utils/PLIST +++ /dev/null @@ -1,10 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/15 20:08:13 jschauma Exp $ -bin/ap-config -bin/ap-mrtg -man/man8/ap-config.8 -man/man8/ap-mrtg.8 -man/man8/ap-trapd.8 -sbin/ap-trapd -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/ap-utils.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/ap-utils.mo -${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/ap-utils.mo diff --git a/net/ap-utils/distinfo b/net/ap-utils/distinfo deleted file mode 100644 index d884882bae2..00000000000 --- a/net/ap-utils/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/02/15 20:08:13 jschauma Exp $ - -SHA1 (ap-utils-1.3.1.tar.bz2) = 04aad7b7a114411cf7bf2f7908eafc5d4f21661a -Size (ap-utils-1.3.1.tar.bz2) = 276036 bytes diff --git a/net/wap-utils/DESCR b/net/wap-utils/DESCR new file mode 100644 index 00000000000..617216dbb37 --- /dev/null +++ b/net/wap-utils/DESCR @@ -0,0 +1,6 @@ +Wireless LAN access point utilities for UNIX to configure +and monitor Wireless Access Points using the SNMP protocol. +Utilities probably work with all Access Points based on +Atmel chipset and may also configure APs with +IEEE 802.11 MIB and NWN DOT11EXT MIB support, such as +Compex WP11. diff --git a/net/wap-utils/Makefile b/net/wap-utils/Makefile new file mode 100644 index 00000000000..665810707a8 --- /dev/null +++ b/net/wap-utils/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2003/02/18 19:54:13 jschauma Exp $ +# + +DISTNAME= ap-utils-1.3.1 +PKGNAME= w${DISTNAME} +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ap-utils/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= wojtek@tensor.3miasto.net +HOMEPAGE= http://ap-utils.polesye.net +COMMENT= Wireless access points UNIX management tool + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/net/wap-utils/PLIST b/net/wap-utils/PLIST new file mode 100644 index 00000000000..484ca85e93a --- /dev/null +++ b/net/wap-utils/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1 2003/02/18 19:54:13 jschauma Exp $ +bin/ap-config +bin/ap-mrtg +man/man8/ap-config.8 +man/man8/ap-mrtg.8 +man/man8/ap-trapd.8 +sbin/ap-trapd +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/ap-utils.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/ap-utils.mo +${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/ap-utils.mo diff --git a/net/wap-utils/distinfo b/net/wap-utils/distinfo new file mode 100644 index 00000000000..1a7deae1f84 --- /dev/null +++ b/net/wap-utils/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2003/02/18 19:54:13 jschauma Exp $ + +SHA1 (ap-utils-1.3.1.tar.bz2) = 04aad7b7a114411cf7bf2f7908eafc5d4f21661a +Size (ap-utils-1.3.1.tar.bz2) = 276036 bytes -- cgit v1.2.3