From 203db9cce6ed2d3073adcaac130828d10616d816 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Sun, 4 Aug 2002 05:51:19 +0000 Subject: Add ap-utils 1.0.3, amtel wireless access point utilities. PR: 40719 Submitted by: Jerry A! --- net-mgmt/ap-utils/Makefile | 34 ++++++++++++++++++++++++++++++++++ net-mgmt/ap-utils/distinfo | 1 + net-mgmt/ap-utils/pkg-comment | 1 + net-mgmt/ap-utils/pkg-descr | 4 ++++ net-mgmt/ap-utils/pkg-plist | 18 ++++++++++++++++++ 5 files changed, 58 insertions(+) create mode 100644 net-mgmt/ap-utils/Makefile create mode 100644 net-mgmt/ap-utils/distinfo create mode 100644 net-mgmt/ap-utils/pkg-comment create mode 100644 net-mgmt/ap-utils/pkg-descr create mode 100644 net-mgmt/ap-utils/pkg-plist (limited to 'net-mgmt/ap-utils') diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile new file mode 100644 index 000000000000..67ed943df689 --- /dev/null +++ b/net-mgmt/ap-utils/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: ap-utils +# Date created: 2002/07/10 +# Whom: Jerry A! +# +# $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 diff --git a/net-mgmt/ap-utils/distinfo b/net-mgmt/ap-utils/distinfo new file mode 100644 index 000000000000..581fd2dc4c4a --- /dev/null +++ b/net-mgmt/ap-utils/distinfo @@ -0,0 +1 @@ +MD5 (ap-utils-1.0.3.tar.bz2) = 4ff885d3aaa3693d253343641257a2f8 diff --git a/net-mgmt/ap-utils/pkg-comment b/net-mgmt/ap-utils/pkg-comment new file mode 100644 index 000000000000..a3ab78ca6491 --- /dev/null +++ b/net-mgmt/ap-utils/pkg-comment @@ -0,0 +1 @@ +Amtel wireless access point utilities diff --git a/net-mgmt/ap-utils/pkg-descr b/net-mgmt/ap-utils/pkg-descr new file mode 100644 index 000000000000..ec98cf65f496 --- /dev/null +++ b/net-mgmt/ap-utils/pkg-descr @@ -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/ diff --git a/net-mgmt/ap-utils/pkg-plist b/net-mgmt/ap-utils/pkg-plist new file mode 100644 index 000000000000..7954fcbfac09 --- /dev/null +++ b/net-mgmt/ap-utils/pkg-plist @@ -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 -- cgit v1.2.3