mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add ap-utils 1.0.3, amtel wireless access point utilities.
PR: 40719 Submitted by: Jerry A! <jerry@thehutt.org>
This commit is contained in:
parent
dbfa350e08
commit
203db9cce6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63944
34
net-mgmt/ap-utils/Makefile
Normal file
34
net-mgmt/ap-utils/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: ap-utils
|
||||
# Date created: 2002/07/10
|
||||
# Whom: Jerry A! <jerry@thehutt.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ap-utils
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ap-utils.polesye.net/files/
|
||||
|
||||
MAINTAINER= jerry@thehutt.org
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
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
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/ap-utils/distinfo
Normal file
1
net-mgmt/ap-utils/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ap-utils-1.0.3.tar.bz2) = 4ff885d3aaa3693d253343641257a2f8
|
1
net-mgmt/ap-utils/pkg-comment
Normal file
1
net-mgmt/ap-utils/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Amtel wireless access point utilities
|
4
net-mgmt/ap-utils/pkg-descr
Normal file
4
net-mgmt/ap-utils/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Wireless Access Point Utilites for Unix are a set of utilites to
|
||||
configure and monitor Wireless Access Points under Unix.
|
||||
|
||||
WWW: http://ap-utils.polesye.net/
|
18
net-mgmt/ap-utils/pkg-plist
Normal file
18
net-mgmt/ap-utils/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
bin/ap-atmel
|
||||
bin/ap-mrtg
|
||||
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
|
@ -12,6 +12,7 @@
|
||||
SUBDIR += airport
|
||||
SUBDIR += amcl
|
||||
SUBDIR += angst
|
||||
SUBDIR += ap-utils
|
||||
SUBDIR += apinger
|
||||
SUBDIR += archie
|
||||
SUBDIR += archie.el
|
||||
|
34
net/ap-utils/Makefile
Normal file
34
net/ap-utils/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: ap-utils
|
||||
# Date created: 2002/07/10
|
||||
# Whom: Jerry A! <jerry@thehutt.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ap-utils
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ap-utils.polesye.net/files/
|
||||
|
||||
MAINTAINER= jerry@thehutt.org
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
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
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/ap-utils/distinfo
Normal file
1
net/ap-utils/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ap-utils-1.0.3.tar.bz2) = 4ff885d3aaa3693d253343641257a2f8
|
1
net/ap-utils/pkg-comment
Normal file
1
net/ap-utils/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Amtel wireless access point utilities
|
4
net/ap-utils/pkg-descr
Normal file
4
net/ap-utils/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Wireless Access Point Utilites for Unix are a set of utilites to
|
||||
configure and monitor Wireless Access Points under Unix.
|
||||
|
||||
WWW: http://ap-utils.polesye.net/
|
18
net/ap-utils/pkg-plist
Normal file
18
net/ap-utils/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
bin/ap-atmel
|
||||
bin/ap-mrtg
|
||||
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
|
Loading…
Reference in New Issue
Block a user