add nmapfe port; From: Sean Cavanaugh <seanc@cginfo.sk.ca>

--
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.
This commit is contained in:
brad 2000-01-09 07:56:10 +00:00
parent 2ad67ea877
commit 47cc85dde7
5 changed files with 33 additions and 0 deletions

19
net/nmapfe/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/01/09 07:56:10 brad Exp $
# Original from: Zach Smith <key@aye.net>
DISTNAME= nmapfe-0.9.5
CATEGORIES= net security
MASTER_SITES= http://codebox.net/download/
EXTRACT_SUFX= .tgz
MAINTAINER= seanc@cginfo.sk.ca
BUILD_DEPENDS= nmap:${PORTSDIR}/net/nmap
RUN_DEPENDS= nmap:${PORTSDIR}/net/nmap
LIB_DEPENDS= gtk.1.2:${PORTSDIR}/x11/gtk+
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/nmapfe
.include <bsd.port.mk>

3
net/nmapfe/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (nmapfe-0.9.5.tgz) = f7cd97ddcd1eca49489298ad9bd3bf00
RMD160 (nmapfe-0.9.5.tgz) = f8f0fcb88cc1728054dea8ab152c778d7cf73c6d
SHA1 (nmapfe-0.9.5.tgz) = d3c2e59b8adbea8cfffde8f4e89522c96673289c

1
net/nmapfe/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
a graphical front end to the nmap port scanner

9
net/nmapfe/pkg/DESCR Normal file
View File

@ -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.

1
net/nmapfe/pkg/PLIST Normal file
View File

@ -0,0 +1 @@
bin/nmapfe