Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2002 05:10:03 -0700 (PDT)
From:      "Li-lun Wang (Leland Wang)" <llwang@infor.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/34760: New port: net/dstumbler a curses based ap detection application
Message-ID:  <200206281210.g5SCA3Ii021115@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/34760; it has been noted by GNATS.

From: "Li-lun Wang (Leland Wang)" <llwang@infor.org>
To: Will Andrews <will@FreeBSD.org>, freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/34760: New port: net/dstumbler a curses based ap detection application
Date: Fri, 28 Jun 2002 20:00:30 +0800

 The new version of dstumbler in bsd-airtools v0.2 follows.
 
 # 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:
 #
 #	dstumbler
 #	dstumbler/distinfo
 #	dstumbler/Makefile
 #	dstumbler/pkg-comment
 #	dstumbler/files
 #	dstumbler/files/patch-configure
 #	dstumbler/pkg-descr
 #	dstumbler/pkg-plist
 #
 echo c - dstumbler
 mkdir -p dstumbler > /dev/null 2>&1
 echo x - dstumbler/distinfo
 sed 's/^X//' >dstumbler/distinfo << 'END-of-dstumbler/distinfo'
 XMD5 (bsd-airtools-v0.2.tgz) = f4e4378d4bb831e83650ae0c81039e18
 END-of-dstumbler/distinfo
 echo x - dstumbler/Makefile
 sed 's/^X//' >dstumbler/Makefile << 'END-of-dstumbler/Makefile'
 X# New ports collection makefile for:   dstumbler
 X# Date created:			28 June 2002
 X# Whom:				Leland Wang <llwang@infor.org>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	dstumbler
 XPORTVERSION=	1.0
 XCATEGORIES=	net
 XMASTER_SITES=	http://www.dachb0den.com/projects/bsd-airtools/	\
 X		ftp://ftp.dachb0den.com/pub/projects/bsd-airtools/
 XDISTNAME=	bsd-airtools-v0.2
 XEXTRACT_SUFX=	.tgz
 X
 XMAINTAINER=	llwang@infor.org
 X
 XWRKSRC=		${WRKDIR}/bsd-airtools/${PORTNAME}
 XHAS_CONFIGURE=	yes
 X
 X.include <bsd.port.pre.mk>
 X.if ${OSVERSION} < 450006 || ${OSVERSION} >= 500000 && ${OSVERSION} < 500032
 XBROKEN=		"airtool not supported in your os version"
 X.endif
 X
 Xpost-configure:
 X	@${MKDIR} ${WRKSRC}/bat
 X.if ${OSVERSION} < 500000
 X	@${SED} -e "s%@wi_ieee_h@%machine/if_wavelan_ieee.h%" \
 X		${WRKDIR}/bsd-airtools/source-mods/common/common.h.in >\
 X		${WRKSRC}/bat/common.h
 X.else
 X	@${SED} -e "s%@wi_ieee_h@%dev/wi/if_wavelan_ieee.h%" \
 X		${WRKDIR}/bsd-airtools/source-mods/common/common.h.in >\
 X		${WRKSRC}/bat/common.h
 X.endif
 X
 Xpost-install:
 X	@${STRIP_CMD} ${PREFIX}/bin/dstumbler
 X
 X.include <bsd.port.post.mk>
 END-of-dstumbler/Makefile
 echo x - dstumbler/pkg-comment
 sed 's/^X//' >dstumbler/pkg-comment << 'END-of-dstumbler/pkg-comment'
 XA curses based ap detection application similar to netstumbler
 END-of-dstumbler/pkg-comment
 echo c - dstumbler/files
 mkdir -p dstumbler/files > /dev/null 2>&1
 echo x - dstumbler/files/patch-configure
 sed 's/^X//' >dstumbler/files/patch-configure << 'END-of-dstumbler/files/patch-configure'
 X--- configure.orig	Fri Jun 28 03:08:51 2002
 X+++ configure	Fri Jun 28 03:09:30 2002
 X@@ -29,7 +29,7 @@
 X     cursesincl="/usr/include/curses.h" ;;
 X   "FreeBSD"*)
 X     hostos="freebsd"; echo $hostos
 X-    cflags="-Wall -I/usr/local/include"
 X+    cflags="-Wall -I."
 X     ldflags="-L/usr/local/lib -lncurses"
 X     curses="ncurses"
 X     cursesincl="/usr/include/ncurses.h" ;;
 END-of-dstumbler/files/patch-configure
 echo x - dstumbler/pkg-descr
 sed 's/^X//' >dstumbler/pkg-descr << 'END-of-dstumbler/pkg-descr'
 Xdstumbler is a tool in the bsd-airtools. It is a
 Xwardriving/netstumbling/lanjacking utility for bsd operating systems
 Xthat attempts to provide features similar to netstumbler in a fast and
 Xeasy to use curses based application.
 X
 XAuthor:	dachb0den labs <h1kari@dachb0den.com>
 XWWW:	http://www.dachb0den.com/projects/dstumbler.html
 END-of-dstumbler/pkg-descr
 echo x - dstumbler/pkg-plist
 sed 's/^X//' >dstumbler/pkg-plist << 'END-of-dstumbler/pkg-plist'
 Xbin/dstumbler
 END-of-dstumbler/pkg-plist
 exit
 

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?200206281210.g5SCA3Ii021115>