summaryrefslogtreecommitdiff
path: root/net/nmap
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-01-15 00:08:53 +0000
committerhubertf <hubertf>1999-01-15 00:08:53 +0000
commite4cb48b8a08bbb4f56669c35c64fb0c32b839aa9 (patch)
tree02b5e14d7a1e596488df3da3e01fabf308beac0b /net/nmap
parent3cc72ec216c73b29f0f6de2aa7eb49a0215281c1 (diff)
downloadpkgsrc-e4cb48b8a08bbb4f56669c35c64fb0c32b839aa9.tar.gz
Network/port scanner with OS detection
Diffstat (limited to 'net/nmap')
-rw-r--r--net/nmap/Makefile12
-rw-r--r--net/nmap/files/md53
-rw-r--r--net/nmap/pkg/COMMENT1
-rw-r--r--net/nmap/pkg/DESCR6
-rw-r--r--net/nmap/pkg/PLIST4
5 files changed, 26 insertions, 0 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile
new file mode 100644
index 00000000000..0d3f759de67
--- /dev/null
+++ b/net/nmap/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/01/15 00:08:53 hubertf Exp $
+#
+
+DISTNAME= nmap-2.03
+EXTRACT_SUFX= .tgz
+CATEGORIES= net
+MASTER_SITES= http://www.insecure.org/nmap/
+HOMEPAGE= http://www.insecure.org/nmap/index.html
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/nmap/files/md5 b/net/nmap/files/md5
new file mode 100644
index 00000000000..e163a3820ea
--- /dev/null
+++ b/net/nmap/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/01/15 00:08:53 hubertf Exp $
+
+MD5 (nmap-2.03.tgz) = e08470905d9be127eb911210c0fe79a7
diff --git a/net/nmap/pkg/COMMENT b/net/nmap/pkg/COMMENT
new file mode 100644
index 00000000000..d950a0d4d21
--- /dev/null
+++ b/net/nmap/pkg/COMMENT
@@ -0,0 +1 @@
+Network/port scanner with OS detection
diff --git a/net/nmap/pkg/DESCR b/net/nmap/pkg/DESCR
new file mode 100644
index 00000000000..590763b5d37
--- /dev/null
+++ b/net/nmap/pkg/DESCR
@@ -0,0 +1,6 @@
+Nmap is a utility for port scanning large networks, although it
+works fine for single hosts. It supports many different scanning
+techniques and has a number of performance and reliability features
+such as dynamic delay time calculations, packet timeout and
+retransmission, parallel port scanning, detection of down hosts
+via parallel pings, and flexible target and port specification.
diff --git a/net/nmap/pkg/PLIST b/net/nmap/pkg/PLIST
new file mode 100644
index 00000000000..b3522193dbe
--- /dev/null
+++ b/net/nmap/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/01/15 00:08:54 hubertf Exp $
+bin/nmap
+lib/nmap-os-fingerprints
+man/man1/nmap.1