diff options
Diffstat (limited to 'net/wap-utils')
-rw-r--r-- | net/wap-utils/DESCR | 6 | ||||
-rw-r--r-- | net/wap-utils/Makefile | 16 | ||||
-rw-r--r-- | net/wap-utils/PLIST | 10 | ||||
-rw-r--r-- | net/wap-utils/distinfo | 4 |
4 files changed, 36 insertions, 0 deletions
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 |