diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/nbtscan/Makefile | 26 | ||||
-rw-r--r-- | net/nbtscan/distinfo | 1 | ||||
-rw-r--r-- | net/nbtscan/files/patch-configure | 11 | ||||
-rw-r--r-- | net/nbtscan/files/patch-configure_in | 11 | ||||
-rw-r--r-- | net/nbtscan/pkg-comment | 1 | ||||
-rw-r--r-- | net/nbtscan/pkg-descr | 5 | ||||
-rw-r--r-- | net/nbtscan/pkg-plist | 3 |
8 files changed, 59 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index acc051b6cb3e..85585b66eaf6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -203,6 +203,7 @@ SUBDIR += naim SUBDIR += nam SUBDIR += nat + SUBDIR += nbtscan SUBDIR += nc SUBDIR += ncat SUBDIR += ncplib diff --git a/net/nbtscan/Makefile b/net/nbtscan/Makefile new file mode 100644 index 000000000000..f4a90e332c61 --- /dev/null +++ b/net/nbtscan/Makefile @@ -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> diff --git a/net/nbtscan/distinfo b/net/nbtscan/distinfo new file mode 100644 index 000000000000..8f898cf153fd --- /dev/null +++ b/net/nbtscan/distinfo @@ -0,0 +1 @@ +MD5 (nbtscan-1.0.2.tar.gz) = 5c1666a628054856b44f890dc9b42263 diff --git a/net/nbtscan/files/patch-configure b/net/nbtscan/files/patch-configure new file mode 100644 index 000000000000..a1f328f363e1 --- /dev/null +++ b/net/nbtscan/files/patch-configure @@ -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 diff --git a/net/nbtscan/files/patch-configure_in b/net/nbtscan/files/patch-configure_in new file mode 100644 index 000000000000..a140d8c4682a --- /dev/null +++ b/net/nbtscan/files/patch-configure_in @@ -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 + diff --git a/net/nbtscan/pkg-comment b/net/nbtscan/pkg-comment new file mode 100644 index 000000000000..a0d0c1421c54 --- /dev/null +++ b/net/nbtscan/pkg-comment @@ -0,0 +1 @@ +NetBIOS name network scanner diff --git a/net/nbtscan/pkg-descr b/net/nbtscan/pkg-descr new file mode 100644 index 000000000000..29645444676c --- /dev/null +++ b/net/nbtscan/pkg-descr @@ -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. diff --git a/net/nbtscan/pkg-plist b/net/nbtscan/pkg-plist new file mode 100644 index 000000000000..7e6c71c70887 --- /dev/null +++ b/net/nbtscan/pkg-plist @@ -0,0 +1,3 @@ +bin/nbtscan +%%PORTDOCS%%share/doc/nbtscan/README +%%PORTDOCS%%@dirrm share/doc/nbtscan |