diff options
author | salo <salo@pkgsrc.org> | 2003-04-28 20:49:50 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-04-28 20:49:50 +0000 |
commit | c88382fd099ae49b9fb3761edd35a49e414d1b92 (patch) | |
tree | 33ba13c70366479e216bf54ad4f5be157e1e4eaf /net/nmapfe | |
parent | 2eb95c351c2722c34446198d7114fea9dd6b74bd (diff) | |
download | pkgsrc-c88382fd099ae49b9fb3761edd35a49e414d1b92.tar.gz |
Bump PKGREVISION: sync with latest nmap update.
Diffstat (limited to 'net/nmapfe')
-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 |