Update to 1.6
- Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/resurrecting-open-source-projects/nbtscan/releases https://github.com/resurrecting-open-source-projects/nbtscan/blob/master/ChangeLog
This commit is contained in:
parent
8f4fb0624a
commit
14493861f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521991
@ -2,30 +2,30 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nbtscan
|
||||
PORTVERSION= 1.5.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://www.inetcat.net/software/ \
|
||||
GENTOO
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= NetBIOS name network scanner
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}a
|
||||
ALL_TARGET= nbtscan
|
||||
PLIST_FILES= bin/nbtscan \
|
||||
man/man1/nbtscan.1.gz
|
||||
PORTDOCS= README.md
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/nbtscan ${STAGEDIR}${PREFIX}/bin
|
||||
GH_ACCOUNT= resurrecting-open-source-projects
|
||||
USE_GITHUB= yes
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (nbtscan-1.5.1.tar.gz) = f9f95d5555356c8d467a576e69d9d348bf2a821ded9a85f895b5e6d21e2aa7eb
|
||||
SIZE (nbtscan-1.5.1.tar.gz) = 82107
|
||||
TIMESTAMP = 1578117375
|
||||
SHA256 (resurrecting-open-source-projects-nbtscan-1.6_GH0.tar.gz) = 9fc1bf325c37b1c9a3e4abec3bf2e5116f20c552a6ae5dc21d581c926ae02262
|
||||
SIZE (resurrecting-open-source-projects-nbtscan-1.6_GH0.tar.gz) = 27290
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- statusq.h.orig 2002-05-23 11:31:35 UTC
|
||||
+++ statusq.h
|
||||
@@ -22,6 +22,8 @@
|
||||
|
||||
#define NB_DGRAM 137
|
||||
|
||||
+struct nb_host_info* parse_response(char*, int);
|
||||
+
|
||||
struct nbname {
|
||||
char ascii_name [16] ;
|
||||
my_uint16_t rr_flags;
|
@ -1,7 +1,6 @@
|
||||
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.
|
||||
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 (such as Ethernet).
|
||||
|
||||
WWW: http://www.inetcat.net/software/nbtscan.html
|
||||
WWW: https://github.com/resurrecting-open-source-projects/nbtscan
|
||||
|
@ -1,2 +0,0 @@
|
||||
bin/nbtscan
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
Loading…
Reference in New Issue
Block a user