diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-05-04 15:30:06 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-05-04 15:30:06 +0000 |
commit | 535966932ad7ce15dbeb657a16bb9d1af4c4c710 (patch) | |
tree | f597f47c09fc0d991c3ea36773e375a06b710bf4 /net | |
parent | cd8451a7670a9226a1e24cd3f5c375fb9d2eb036 (diff) | |
download | pkgsrc-535966932ad7ce15dbeb657a16bb9d1af4c4c710.tar.gz |
GTK-based frontend for nmap (portscanner)
Submitted in PR 10024 by Reinoud Koornstra <mipam@ibb0021.ibb.uu.nl>
Diffstat (limited to 'net')
-rw-r--r-- | net/nmapfe/Makefile | 25 | ||||
-rw-r--r-- | net/nmapfe/files/md5 | 3 | ||||
-rw-r--r-- | net/nmapfe/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/nmapfe/pkg/DESCR | 9 | ||||
-rw-r--r-- | net/nmapfe/pkg/PLIST | 2 |
5 files changed, 40 insertions, 0 deletions
diff --git a/net/nmapfe/Makefile b/net/nmapfe/Makefile new file mode 100644 index 00000000000..e943e4e6f1c --- /dev/null +++ b/net/nmapfe/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/05/04 15:30:06 hubertf Exp $ + +DISTNAME= nmapfe-0.9.5 +CATEGORIES= net security +MASTER_SITES= http://codebox.net/download/ +EXTRACT_SUFX= .tgz + +MAINTAINER= reinoud@ibbnet.org +HOMEPAGE= http://www.insecure.org/nmap/index.html + +DEPENDS+= nmap-2.*:../../net/nmap +DEPENDS+= gtk+-1.2.*:../../x11/gtk + +GNU_CONFIGURE= Yes +CONFIGURE_ENV+= INSTALL=${INSTALL} + +WRKSRC= ${WRKDIR}/nmapfe + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +MAKE_ENV+= CPPFLAGS="" +.endif + +.include "../../mk/bsd.pkg.mk" diff --git a/net/nmapfe/files/md5 b/net/nmapfe/files/md5 new file mode 100644 index 00000000000..7479893479c --- /dev/null +++ b/net/nmapfe/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/05/04 15:30:06 hubertf Exp $ + +MD5 (nmapfe-0.9.5.tgz) = f7cd97ddcd1eca49489298ad9bd3bf00 diff --git a/net/nmapfe/pkg/COMMENT b/net/nmapfe/pkg/COMMENT new file mode 100644 index 00000000000..91734de6712 --- /dev/null +++ b/net/nmapfe/pkg/COMMENT @@ -0,0 +1 @@ +graphical front end to the nmap port scanner diff --git a/net/nmapfe/pkg/DESCR b/net/nmapfe/pkg/DESCR new file mode 100644 index 00000000000..85996ec7a24 --- /dev/null +++ b/net/nmapfe/pkg/DESCR @@ -0,0 +1,9 @@ +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/pkg/PLIST b/net/nmapfe/pkg/PLIST new file mode 100644 index 00000000000..eccb3f94651 --- /dev/null +++ b/net/nmapfe/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/04 15:30:06 hubertf Exp $ +bin/nmapfe |