Update to 1.0.4. Change maintainer to submitter.

Submitted by:	Dan Pelleg <daniel@pelleg.org>
Approved by:	previous maintainer
This commit is contained in:
Mark Pulford 2002-08-19 13:22:15 +00:00
parent 25bb591ef1
commit 528801f657
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64657
12 changed files with 66 additions and 64 deletions

View File

@ -6,29 +6,23 @@
#
PORTNAME= ap-utils
PORTVERSION= 1.0.3
PORTVERSION= 1.0.4
CATEGORIES= net
MASTER_SITES= http://ap-utils.polesye.net/files/
MASTER_SITES= http://ap-utils.polesye.net/files/ \
http://web.cs.cmu.edu/~dpelleg/download/
MAINTAINER= jerry@thehutt.org
MAINTAINER= daniel+aputils@pelleg.org
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
MAN8= ap-trapd.8 ap-mrtg.8 ap-atmel.8 ap-nwn.8
.if !defined(NOPORTDOCS)
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Documentation/FAQ \
${PREFIX}/share/doc/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/Documentation/README.* \
${PREFIX}/share/doc/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/Documentation/THANKS \
${PREFIX}/share/doc/${PORTNAME}
@${MKDIR} ${DOCSDIR}/mib
${INSTALL_DATA} ${WRKSRC}/Documentation/mib/*.mib \
${PREFIX}/share/doc/${PORTNAME}/mib
${INSTALL_DATA} ${WRKSRC}/Documentation/mib/README \
${PREFIX}/share/doc/${PORTNAME}/mib
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Documentation/FAQ ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (ap-utils-1.0.3.tar.bz2) = 4ff885d3aaa3693d253343641257a2f8
MD5 (ap-utils-1.0.4.tar.bz2) = b4ce0e26cf1e418568b5554b6bb7ef93

View File

@ -0,0 +1,12 @@
--- nwn/ap-nwn.c.orig Sat Aug 17 14:24:41 2002
+++ nwn/ap-nwn.c Sat Aug 17 14:24:51 2002
@@ -22,6 +22,9 @@
#include <string.h>
#include "ap-utils.h"
#include <menu.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>

View File

@ -1 +1 @@
Amtel wireless access point utilities
A set of utilities to configure and monitor wireless access points

View File

@ -1,4 +1,10 @@
Wireless Access Point Utilites for Unix are a set of utilites to
configure and monitor Wireless Access Points under Unix.
Wireless Access Point Utilites for Unix are a set of tools to
configure and monitor several popular wireless access points using
SNMP. Among other things, they allow access restrictions, MAC
authorization and WEP encryption for access points by Linksys,
Netgear, SMC, and D-Link.
WWW: http://ap-utils.polesye.net/
- Dan Pelleg
daniel+aputils@pelleg.org

View File

@ -4,15 +4,4 @@ bin/ap-nwn
sbin/ap-trapd
share/locale/uk/LC_MESSAGES/ap-utils.mo
%%PORTDOCS%%share/doc/ap-utils/FAQ
%%PORTDOCS%%share/doc/ap-utils/README.atmel
%%PORTDOCS%%share/doc/ap-utils/README.mrtg
%%PORTDOCS%%share/doc/ap-utils/README.nwn
%%PORTDOCS%%share/doc/ap-utils/README.trapd
%%PORTDOCS%%share/doc/ap-utils/THANKS
%%PORTDOCS%%share/doc/ap-utils/mib/AT76C510.mib
%%PORTDOCS%%share/doc/ap-utils/mib/Dot11Ext.mib
%%PORTDOCS%%share/doc/ap-utils/mib/Dot11Mib.mib
%%PORTDOCS%%share/doc/ap-utils/mib/WlReg.mib
%%PORTDOCS%%share/doc/ap-utils/mib/README
%%PORTDOCS%%@dirrm share/doc/ap-utils/mib
%%PORTDOCS%%@dirrm share/doc/ap-utils

View File

@ -6,29 +6,23 @@
#
PORTNAME= ap-utils
PORTVERSION= 1.0.3
PORTVERSION= 1.0.4
CATEGORIES= net
MASTER_SITES= http://ap-utils.polesye.net/files/
MASTER_SITES= http://ap-utils.polesye.net/files/ \
http://web.cs.cmu.edu/~dpelleg/download/
MAINTAINER= jerry@thehutt.org
MAINTAINER= daniel+aputils@pelleg.org
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
MAN8= ap-trapd.8 ap-mrtg.8 ap-atmel.8 ap-nwn.8
.if !defined(NOPORTDOCS)
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Documentation/FAQ \
${PREFIX}/share/doc/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/Documentation/README.* \
${PREFIX}/share/doc/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/Documentation/THANKS \
${PREFIX}/share/doc/${PORTNAME}
@${MKDIR} ${DOCSDIR}/mib
${INSTALL_DATA} ${WRKSRC}/Documentation/mib/*.mib \
${PREFIX}/share/doc/${PORTNAME}/mib
${INSTALL_DATA} ${WRKSRC}/Documentation/mib/README \
${PREFIX}/share/doc/${PORTNAME}/mib
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Documentation/FAQ ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (ap-utils-1.0.3.tar.bz2) = 4ff885d3aaa3693d253343641257a2f8
MD5 (ap-utils-1.0.4.tar.bz2) = b4ce0e26cf1e418568b5554b6bb7ef93

View File

@ -0,0 +1,12 @@
--- nwn/ap-nwn.c.orig Sat Aug 17 14:24:41 2002
+++ nwn/ap-nwn.c Sat Aug 17 14:24:51 2002
@@ -22,6 +22,9 @@
#include <string.h>
#include "ap-utils.h"
#include <menu.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>

View File

@ -1 +1 @@
Amtel wireless access point utilities
A set of utilities to configure and monitor wireless access points

View File

@ -1,4 +1,10 @@
Wireless Access Point Utilites for Unix are a set of utilites to
configure and monitor Wireless Access Points under Unix.
Wireless Access Point Utilites for Unix are a set of tools to
configure and monitor several popular wireless access points using
SNMP. Among other things, they allow access restrictions, MAC
authorization and WEP encryption for access points by Linksys,
Netgear, SMC, and D-Link.
WWW: http://ap-utils.polesye.net/
- Dan Pelleg
daniel+aputils@pelleg.org

View File

@ -4,15 +4,4 @@ bin/ap-nwn
sbin/ap-trapd
share/locale/uk/LC_MESSAGES/ap-utils.mo
%%PORTDOCS%%share/doc/ap-utils/FAQ
%%PORTDOCS%%share/doc/ap-utils/README.atmel
%%PORTDOCS%%share/doc/ap-utils/README.mrtg
%%PORTDOCS%%share/doc/ap-utils/README.nwn
%%PORTDOCS%%share/doc/ap-utils/README.trapd
%%PORTDOCS%%share/doc/ap-utils/THANKS
%%PORTDOCS%%share/doc/ap-utils/mib/AT76C510.mib
%%PORTDOCS%%share/doc/ap-utils/mib/Dot11Ext.mib
%%PORTDOCS%%share/doc/ap-utils/mib/Dot11Mib.mib
%%PORTDOCS%%share/doc/ap-utils/mib/WlReg.mib
%%PORTDOCS%%share/doc/ap-utils/mib/README
%%PORTDOCS%%@dirrm share/doc/ap-utils/mib
%%PORTDOCS%%@dirrm share/doc/ap-utils