mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.1 KiB
Tcl
30 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
name nbtscan
|
|
github.setup resurrecting-open-source-projects nbtscan 1.7.2
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 0
|
|
categories security
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
|
|
description Scan networks for NetBIOS name information
|
|
|
|
long_description \
|
|
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.
|
|
|
|
checksums rmd160 3169e8f281079c87f56864ec3cb1cef28323719c \
|
|
sha256 2a234f44d4b28eb689161d480625197d0056375c4311fb0520faa687eebd6e56 \
|
|
size 29773
|
|
|
|
use_autoreconf yes
|