diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-06-09 18:21:48 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-06-09 18:21:48 +0000 |
commit | c7a4bdc31ce816aaecc18a8f84f1aad6e3523a5f (patch) | |
tree | 9cc72c8f4daeb63b571b3a2340594e8e30f52c7b /net-mgmt | |
parent | f13704d9620a4fc1b07099d0299290eb634ad154 (diff) | |
download | ports-c7a4bdc31ce816aaecc18a8f84f1aad6e3523a5f.tar.gz ports-c7a4bdc31ce816aaecc18a8f84f1aad6e3523a5f.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/disco/Makefile | 30 | ||||
-rw-r--r-- | net-mgmt/disco/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/disco/pkg-descr | 9 | ||||
-rw-r--r-- | net-mgmt/disco/pkg-plist | 4 |
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%% |