diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-06-09 18:21:48 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-06-09 18:21:48 +0000 |
commit | 281a1bc33ff7e708bf9a1cb79f1d8aad365386fe (patch) | |
tree | 7b0b0bac06a986d59a5f886e8421bab98e049a9f /net | |
parent | 14971b6ee610d9d4dba60e4235a43cc5ca324302 (diff) | |
download | FreeBSD-ports-281a1bc33ff7e708bf9a1cb79f1d8aad365386fe.zip FreeBSD-ports-281a1bc33ff7e708bf9a1cb79f1d8aad365386fe.tar.gz |
New port: net/disco
IP discovery and fingerprinting utility
PR: 53039
Submitted by: Kirill Ponomarew
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/disco/Makefile | 30 | ||||
-rw-r--r-- | net/disco/distinfo | 1 | ||||
-rw-r--r-- | net/disco/pkg-descr | 9 | ||||
-rw-r--r-- | net/disco/pkg-plist | 4 |
5 files changed, 45 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index d2d0f6e..b53b149 100644 --- a/net/Makefile +++ b/net/Makefile @@ -110,6 +110,7 @@ SUBDIR += dhisd SUBDIR += dictd SUBDIR += dictd-database + SUBDIR += disco SUBDIR += djbdns SUBDIR += dlint SUBDIR += dnrd diff --git a/net/disco/Makefile b/net/disco/Makefile new file mode 100644 index 0000000..d2ac522 --- /dev/null +++ b/net/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/disco/distinfo b/net/disco/distinfo new file mode 100644 index 0000000..2f1a176 --- /dev/null +++ b/net/disco/distinfo @@ -0,0 +1 @@ +MD5 (disco-1.0bsd.tar.gz) = 30ac8349737f4c3eea2afc706fd189bb diff --git a/net/disco/pkg-descr b/net/disco/pkg-descr new file mode 100644 index 0000000..559d983 --- /dev/null +++ b/net/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/disco/pkg-plist b/net/disco/pkg-plist new file mode 100644 index 0000000..eef894e --- /dev/null +++ b/net/disco/pkg-plist @@ -0,0 +1,4 @@ +bin/disco +bin/disco.fp +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% |