Add nbtscan 1.0.2, a tool for scanning for NetBIOS name information.

Obtained from:	OpenBSD
This commit is contained in:
Kris Kennaway 2001-08-23 07:30:44 +00:00
parent 395b2d6a6e
commit d6cae5eecf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46686
15 changed files with 117 additions and 0 deletions

26
net-mgmt/nbtscan/Makefile Normal file
View File

@ -0,0 +1,26 @@
# Ports collection makefile for: nbtscan
# Date created: 22 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nbtscan
PORTVERSION= 1.0.2
CATEGORIES= net
MASTER_SITES= http://www.abb.aha.ru/software/
MAINTAINER= kris@FreeBSD.org
GNU_CONFIGURE= yes
ALL_TARGET= nbtscan
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nbtscan ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/nbtscan
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nbtscan
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (nbtscan-1.0.2.tar.gz) = 5c1666a628054856b44f890dc9b42263

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-configure,v 1.1 2001/03/16 10:20:50 wilfried Exp $
--- configure.orig Wed Mar 29 11:28:23 2000
+++ configure Thu Mar 15 22:28:24 2001
@@ -522,7 +522,6 @@ fi
-CFLAGS=-O2
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-configure_in,v 1.1 2001/03/16 10:20:50 wilfried Exp $
--- configure.in.orig Wed Mar 29 11:28:13 2000
+++ configure.in Thu Mar 15 22:28:22 2001
@@ -2,7 +2,6 @@ dnl Process this file with autoconf to p
AC_INIT(statusq.c)
dnl Checks for programs.
-CFLAGS=-O2
AC_PROG_CC
AC_PROG_INSTALL

View File

@ -0,0 +1 @@
NetBIOS name network scanner

View File

@ -0,0 +1,5 @@
NBTscan is a program for scanning IP networks for NetBIOS name
information. It sends NetBIOS status query to each address in supplied
range and lists received information in human readable form. For each
responded host it lists IP address, NetBIOS computer name, logged-in
user name and MAC address.

View File

@ -0,0 +1,3 @@
bin/nbtscan
%%PORTDOCS%%share/doc/nbtscan/README
%%PORTDOCS%%@dirrm share/doc/nbtscan

View File

@ -203,6 +203,7 @@
SUBDIR += naim
SUBDIR += nam
SUBDIR += nat
SUBDIR += nbtscan
SUBDIR += nc
SUBDIR += ncat
SUBDIR += ncplib

26
net/nbtscan/Makefile Normal file
View File

@ -0,0 +1,26 @@
# Ports collection makefile for: nbtscan
# Date created: 22 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nbtscan
PORTVERSION= 1.0.2
CATEGORIES= net
MASTER_SITES= http://www.abb.aha.ru/software/
MAINTAINER= kris@FreeBSD.org
GNU_CONFIGURE= yes
ALL_TARGET= nbtscan
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nbtscan ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/nbtscan
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nbtscan
.endif
.include <bsd.port.mk>

1
net/nbtscan/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (nbtscan-1.0.2.tar.gz) = 5c1666a628054856b44f890dc9b42263

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-configure,v 1.1 2001/03/16 10:20:50 wilfried Exp $
--- configure.orig Wed Mar 29 11:28:23 2000
+++ configure Thu Mar 15 22:28:24 2001
@@ -522,7 +522,6 @@ fi
-CFLAGS=-O2
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-configure_in,v 1.1 2001/03/16 10:20:50 wilfried Exp $
--- configure.in.orig Wed Mar 29 11:28:13 2000
+++ configure.in Thu Mar 15 22:28:22 2001
@@ -2,7 +2,6 @@ dnl Process this file with autoconf to p
AC_INIT(statusq.c)
dnl Checks for programs.
-CFLAGS=-O2
AC_PROG_CC
AC_PROG_INSTALL

1
net/nbtscan/pkg-comment Normal file
View File

@ -0,0 +1 @@
NetBIOS name network scanner

5
net/nbtscan/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
NBTscan is a program for scanning IP networks for NetBIOS name
information. It sends NetBIOS status query to each address in supplied
range and lists received information in human readable form. For each
responded host it lists IP address, NetBIOS computer name, logged-in
user name and MAC address.

3
net/nbtscan/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/nbtscan
%%PORTDOCS%%share/doc/nbtscan/README
%%PORTDOCS%%@dirrm share/doc/nbtscan