Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

6
net/wap-utils/DESCR Normal file
View File

@@ -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.

23
net/wap-utils/Makefile Normal file
View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.20 2012/10/23 17:19:18 asau Exp $
#
DISTNAME= ap-utils-1.3.2
PKGNAME= w${DISTNAME}
PKGREVISION= 6
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
USE_PKGLOCALEDIR= YES
INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-*
INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-C]*-*
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

10
net/wap-utils/PLIST Normal file
View File

@@ -0,0 +1,10 @@
@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:31 jlam 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
share/locale/fr/LC_MESSAGES/ap-utils.mo
share/locale/pl/LC_MESSAGES/ap-utils.mo
share/locale/uk/LC_MESSAGES/ap-utils.mo

6
net/wap-utils/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.4 2006/03/23 17:09:40 joerg Exp $
SHA1 (ap-utils-1.3.2.tar.bz2) = 1be90d9e8df214ef422ffd581c2d29c2b961ea8c
RMD160 (ap-utils-1.3.2.tar.bz2) = ce58feac694a05cb97bd0be9dc5fac99b9432919
Size (ap-utils-1.3.2.tar.bz2) = 280243 bytes
SHA1 (patch-aa) = 06ca4b5571d7f1cbf21b73288bc3be02d71b4182

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-aa,v 1.1 2006/03/23 17:09:40 joerg Exp $
--- src/file.c.orig 2006-03-23 16:56:33.000000000 +0000
+++ src/file.c
@@ -115,7 +115,8 @@ struct APList *parse_db_str(char *str)
int get_opts()
{
- extern char ap_type, *community;
+ extern short ap_type;
+ extern char *community;
extern struct in_addr ap_ip;
extern int sockfd;