diff options
author | salo <salo> | 2003-04-28 20:49:50 +0000 |
---|---|---|
committer | salo <salo> | 2003-04-28 20:49:50 +0000 |
commit | 59ce9ebd29796b94589461a0695d72625b812f91 (patch) | |
tree | 33ba13c70366479e216bf54ad4f5be157e1e4eaf | |
parent | 53b02885d19d22f4438e636254ea37c92804385b (diff) | |
download | pkgsrc-59ce9ebd29796b94589461a0695d72625b812f91.tar.gz |
Bump PKGREVISION: sync with latest nmap update.
-rw-r--r-- | net/nmapfe/DESCR | 15 | ||||
-rw-r--r-- | net/nmapfe/Makefile | 6 |
2 files changed, 9 insertions, 12 deletions
diff --git a/net/nmapfe/DESCR b/net/nmapfe/DESCR index 85996ec7a24..4155b952bf3 100644 --- a/net/nmapfe/DESCR +++ b/net/nmapfe/DESCR @@ -1,9 +1,6 @@ -NmapFE is a frontend for the much loved scanner Nmap. -Nmap is a portscanner that is able to do remote OS -detection via TCP/IP fingerprinting as well. You can -use Nmap to scan a large network, or a single host. -This frontend provides a simple GUI interface to the -complexity of Nmap. The GUI supports color coding for -various services, and enables you to append one scan -to the end of others, to create somewhat of a database -of scans. +NmapFE is a frontend for the much loved scanner Nmap. Nmap is a portscanner +that is able to do remote OS detection via TCP/IP fingerprinting as well. +You can use Nmap to scan a large network, or a single host. This frontend +provides a simple GUI interface to the complexity of Nmap. The GUI supports +color coding for various services, and enables you to append one scan to the +end of others, to create somewhat of a database of scans. diff --git a/net/nmapfe/Makefile b/net/nmapfe/Makefile index c36adcd9917..8f3cde2f606 100644 --- a/net/nmapfe/Makefile +++ b/net/nmapfe/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2003/04/28 14:53:23 salo Exp $ +# $NetBSD: Makefile,v 1.11 2003/04/28 20:49:50 salo Exp $ # -DISTNAME= nmap-3.26 +DISTNAME= nmap-3.27 PKGNAME= nmapfe-0.9.5 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net security MASTER_SITES= http://www.insecure.org/nmap/dist/ EXTRACT_SUFX= .tar.bz2 |