summaryrefslogtreecommitdiff
path: root/net/nmapfe
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-05-04 15:30:06 +0000
committerhubertf <hubertf>2000-05-04 15:30:06 +0000
commitc3014e82440227622d23cef75609ffb1a5faaa08 (patch)
treef597f47c09fc0d991c3ea36773e375a06b710bf4 /net/nmapfe
parent45dd8378b52d83d755926e4d50d7070ba8a671e2 (diff)
downloadpkgsrc-c3014e82440227622d23cef75609ffb1a5faaa08.tar.gz
GTK-based frontend for nmap (portscanner)
Submitted in PR 10024 by Reinoud Koornstra <mipam@ibb0021.ibb.uu.nl>
Diffstat (limited to 'net/nmapfe')
-rw-r--r--net/nmapfe/Makefile25
-rw-r--r--net/nmapfe/files/md53
-rw-r--r--net/nmapfe/pkg/COMMENT1
-rw-r--r--net/nmapfe/pkg/DESCR9
-rw-r--r--net/nmapfe/pkg/PLIST2
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