summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-06-09 18:21:48 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-06-09 18:21:48 +0000
commitc7a4bdc31ce816aaecc18a8f84f1aad6e3523a5f (patch)
tree9cc72c8f4daeb63b571b3a2340594e8e30f52c7b /net-mgmt
parentAdd IPv6 support, bump port revision (diff)
New port: net/disco
IP discovery and fingerprinting utility PR: 53039 Submitted by: Kirill Ponomarew
Notes
Notes: svn path=/head/; revision=82608
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/disco/Makefile30
-rw-r--r--net-mgmt/disco/distinfo1
-rw-r--r--net-mgmt/disco/pkg-descr9
-rw-r--r--net-mgmt/disco/pkg-plist4
4 files changed, 44 insertions, 0 deletions
diff --git a/net-mgmt/disco/Makefile b/net-mgmt/disco/Makefile
new file mode 100644
index 000000000000..d2ac522e3c34
--- /dev/null
+++ b/net-mgmt/disco/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: disco
+# Date created: 08.06.2003
+# Whom: Kirill Ponomarew <ponomarew@oberon.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= disco
+PORTVERSION= 1.0
+CATEGORIES= net
+MASTER_SITES= http://www.altmode.com/disco/
+DISTNAME= ${PORTNAME}-${PORTVERSION}bsd
+
+MAINTAINER= ponomarew@oberon.net
+COMMENT= IP discovery and fingerprinting utility
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for i in README
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/disco/distinfo b/net-mgmt/disco/distinfo
new file mode 100644
index 000000000000..2f1a176c2621
--- /dev/null
+++ b/net-mgmt/disco/distinfo
@@ -0,0 +1 @@
+MD5 (disco-1.0bsd.tar.gz) = 30ac8349737f4c3eea2afc706fd189bb
diff --git a/net-mgmt/disco/pkg-descr b/net-mgmt/disco/pkg-descr
new file mode 100644
index 000000000000..559d98301b7f
--- /dev/null
+++ b/net-mgmt/disco/pkg-descr
@@ -0,0 +1,9 @@
+Disco is a passive IP discovery and fingerprinting utility
+designed to sit on segments distributed throughout a network to
+discover unique IP's on the network. In addition to IP
+discovery disco has the ability to passively fingerprint TCP
+SYN packets. The intention is for disco to discover IP's on the
+network, fingerprint the packet if necessary, and load into the
+Gherkin Scan Manager database for targeted host scans.
+
+WWW: http://www.altmode.com/disco
diff --git a/net-mgmt/disco/pkg-plist b/net-mgmt/disco/pkg-plist
new file mode 100644
index 000000000000..eef894e808cc
--- /dev/null
+++ b/net-mgmt/disco/pkg-plist
@@ -0,0 +1,4 @@
+bin/disco
+bin/disco.fp
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%