diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-11-06 20:04:28 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-11-06 20:04:28 +0800 |
commit | f49dac2c57f71ddbc5b0543ac5a47f059c67326d (patch) | |
tree | 4b2c431a7b50c766018a6bc924439568de39bb39 /net-mgmt | |
parent | 2f946cf4f2048cba7b7622c7ca7f155588b52bac (diff) | |
download | freebsd-ports-graphics-f49dac2c57f71ddbc5b0543ac5a47f059c67326d.tar.gz freebsd-ports-graphics-f49dac2c57f71ddbc5b0543ac5a47f059c67326d.tar.zst freebsd-ports-graphics-f49dac2c57f71ddbc5b0543ac5a47f059c67326d.zip |
- Fix mastersite.
- Update WWW.
PR: ports/104969
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nbtscan/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/nbtscan/pkg-descr | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net-mgmt/nbtscan/Makefile b/net-mgmt/nbtscan/Makefile index 2cdf9281c2e..17b338ee1fe 100644 --- a/net-mgmt/nbtscan/Makefile +++ b/net-mgmt/nbtscan/Makefile @@ -8,9 +8,8 @@ PORTNAME= nbtscan PORTVERSION= 1.5.1 CATEGORIES= net-mgmt -MASTER_SITES= http://www.sourcefiles.org/Networking/Tools/Miscellanenous/ \ - http://swoolley.org/source_cache/ \ - http://www.goodking.ca/pub/files/ +MASTER_SITES= ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= thomas@goodking.ca COMMENT= NetBIOS name network scanner diff --git a/net-mgmt/nbtscan/pkg-descr b/net-mgmt/nbtscan/pkg-descr index 7d53a323ae9..b19d457751d 100644 --- a/net-mgmt/nbtscan/pkg-descr +++ b/net-mgmt/nbtscan/pkg-descr @@ -1,7 +1,7 @@ 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. +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. -WWW: http://freshmeat.net/projects/nbtscan/ +WWW: http://ktulu.com.ar/en/nbtscan.php |