Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2002 02:15:34 -0400
From:      Jerry A! <jerry@thehutt.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40401: New port: net/ap-utils
Message-ID:  <E17SAlC-000FNn-00@nomad.thehutt.org>

next in thread | raw e-mail | index | archive | help

>Number:         40401
>Category:       ports
>Synopsis:       New port: net/ap-utils
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 09 23:20:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jerry A!
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Broken Toys Unlimited
>Environment:
System: FreeBSD nomad.thehutt.org 4.6-STABLE FreeBSD 4.6-STABLE #4: Mon Jul 8 15:21:48 EDT 2002 root@nomad.thehutt.org:/obj/usr/src/sys/NOMAD i386


>Description:
New port of ap-utils.  This utility allows one to configure Atmel-based
wireless access points like the Linksys WAP11.

>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	net/ap-utils
#	net/ap-utils/pkg-plist
#	net/ap-utils/pkg-descr
#	net/ap-utils/pkg-comment
#	net/ap-utils/distinfo
#	net/ap-utils/Makefile
#	net/ap-utils/files
#	net/ap-utils/files/patch-common::Makefile.in
#	net/ap-utils/files/patch-atmel::Makefile.in
#	net/ap-utils/files/patch-nwn::Makefile.in
#
echo c - net/ap-utils
mkdir -p net/ap-utils > /dev/null 2>&1
echo x - net/ap-utils/pkg-plist
sed 's/^X//' >net/ap-utils/pkg-plist << 'END-of-net/ap-utils/pkg-plist'
Xbin/ap-atmel
Xbin/ap-mrtg
Xbin/ap-nwn
Xsbin/ap-trapd
X%%PORTDOCS%%share/doc/ap-utils/FAQ
X%%PORTDOCS%%share/doc/ap-utils/README.atmel
X%%PORTDOCS%%share/doc/ap-utils/README.mrtg
X%%PORTDOCS%%share/doc/ap-utils/README.nwn
X%%PORTDOCS%%share/doc/ap-utils/README.trapd
X%%PORTDOCS%%share/doc/ap-utils/THANKS
X%%PORTDOCS%%share/doc/ap-utils/mib/AT76C510.mib.my
X%%PORTDOCS%%share/doc/ap-utils/mib/Dot11Ext.mib
X%%PORTDOCS%%share/doc/ap-utils/mib/Dot11Mib.mib
X%%PORTDOCS%%share/doc/ap-utils/mib/WlReg.mib
X%%PORTDOCS%%share/doc/ap-utils/mib/README
X%%PORTDOCS%%@dirrm share/doc/ap-utils/mib
X%%PORTDOCS%%@dirrm share/doc/ap-utils
END-of-net/ap-utils/pkg-plist
echo x - net/ap-utils/pkg-descr
sed 's/^X//' >net/ap-utils/pkg-descr << 'END-of-net/ap-utils/pkg-descr'
XWireless Access Point Utilites for Unix - it's a set of utilites to
Xconfigure and monitor Wireless Access Points under Unix. Utilites knowly
Xcompiles and run under Linux and FreeBSD.  Utilites writen by Roman
XFestchook and released under GPL.
X
XWWW: http://http://ap-utils.polesye.net/
END-of-net/ap-utils/pkg-descr
echo x - net/ap-utils/pkg-comment
sed 's/^X//' >net/ap-utils/pkg-comment << 'END-of-net/ap-utils/pkg-comment'
XAmtel wireless access point utilities
END-of-net/ap-utils/pkg-comment
echo x - net/ap-utils/distinfo
sed 's/^X//' >net/ap-utils/distinfo << 'END-of-net/ap-utils/distinfo'
XMD5 (ap-utils-1.0.2.tar.gz) = 7391272e22e8f33d6d542c654e2d47be
END-of-net/ap-utils/distinfo
echo x - net/ap-utils/Makefile
sed 's/^X//' >net/ap-utils/Makefile << 'END-of-net/ap-utils/Makefile'
X# New ports collection makefile for:    ap-utils
X# Date created:		2002/07/10
X# Whom:			Jerry A! <jerry@thehutt.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ap-utils
XPORTVERSION=	1.0.2
XCATEGORIES=	net
XMASTER_SITES=	http://ap-utils.polesye.net/files/
X
XMAINTAINER=	jerry@thehutt.org
X
XGNU_CONFIGURE=	yes
X
Xpost-install:
X.ifndef(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/Documentation/FAQ \
X		${PREFIX}/share/doc/${PORTNAME}
X	${INSTALL_DATA} ${WRKSRC}/Documentation/README.* \
X		${PREFIX}/share/doc/${PORTNAME}
X	${INSTALL_DATA} ${WRKSRC}/Documentation/THANKS \
X		${PREFIX}/share/doc/${PORTNAME}
X
X	@${MKDIR} ${DOCSDIR}/mib
X	${INSTALL_DATA} ${WRKSRC}/Documentation/mib/*.mib \
X		${PREFIX}/share/doc/${PORTNAME}/mib
X	${INSTALL_DATA} ${WRKSRC}/Documentation/mib/AT76C510.mib.my \
X		${PREFIX}/share/doc/${PORTNAME}/mib
X	${INSTALL_DATA} ${WRKSRC}/Documentation/mib/README \
X		${PREFIX}/share/doc/${PORTNAME}/mib
X.endif
X
X.include <bsd.port.mk>
END-of-net/ap-utils/Makefile
echo c - net/ap-utils/files
mkdir -p net/ap-utils/files > /dev/null 2>&1
echo x - net/ap-utils/files/patch-common::Makefile.in
sed 's/^X//' >net/ap-utils/files/patch-common::Makefile.in << 'END-of-net/ap-utils/files/patch-common::Makefile.in'
X--- common/Makefile.in.orig	Wed Jul 10 00:56:36 2002
X+++ common/Makefile.in	Wed Jul 10 00:57:47 2002
X@@ -82,7 +82,7 @@
X RANLIB = @RANLIB@
X VERSION = @VERSION@
X 
X-CFLAGS = -Wall -W
X+CFLAGS = @CFLAGS@ -Wall -W
X 
X noinst_LIBRARIES = libap.a
X 
END-of-net/ap-utils/files/patch-common::Makefile.in
echo x - net/ap-utils/files/patch-atmel::Makefile.in
sed 's/^X//' >net/ap-utils/files/patch-atmel::Makefile.in << 'END-of-net/ap-utils/files/patch-atmel::Makefile.in'
X--- atmel/Makefile.in.orig	Wed Jul 10 00:58:00 2002
X+++ atmel/Makefile.in	Wed Jul 10 00:58:11 2002
X@@ -82,7 +82,7 @@
X RANLIB = @RANLIB@
X VERSION = @VERSION@
X 
X-CFLAGS = -Wall -W
X+CFLAGS = @CFLAGS@ -Wall -W
X 
X INCLUDES = -I../common
X 
END-of-net/ap-utils/files/patch-atmel::Makefile.in
echo x - net/ap-utils/files/patch-nwn::Makefile.in
sed 's/^X//' >net/ap-utils/files/patch-nwn::Makefile.in << 'END-of-net/ap-utils/files/patch-nwn::Makefile.in'
X--- nwn/Makefile.in.orig	Wed Jul 10 00:58:19 2002
X+++ nwn/Makefile.in	Wed Jul 10 00:58:29 2002
X@@ -82,7 +82,7 @@
X RANLIB = @RANLIB@
X VERSION = @VERSION@
X 
X-CFLAGS = -Wall -W
X+CFLAGS = @CFLAGS@ -Wall -W
X 
X INCLUDES = -I../common
X 
END-of-net/ap-utils/files/patch-nwn::Makefile.in
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E17SAlC-000FNn-00>