From 65301f2885215aa09c6112daa1ef45141b76b1c2 Mon Sep 17 00:00:00 2001 From: ijliao Date: Sat, 22 Jun 2002 19:02:09 +0000 Subject: add echolot 0.0.3 A packet sniffer that grabs ARP packets on any ethernet devices --- net-mgmt/echolot/Makefile | 33 +++++++++++++++++++++++++++++++++ net-mgmt/echolot/distinfo | 1 + net-mgmt/echolot/pkg-comment | 1 + net-mgmt/echolot/pkg-descr | 6 ++++++ net-mgmt/echolot/pkg-plist | 5 +++++ 5 files changed, 46 insertions(+) create mode 100644 net-mgmt/echolot/Makefile create mode 100644 net-mgmt/echolot/distinfo create mode 100644 net-mgmt/echolot/pkg-comment create mode 100644 net-mgmt/echolot/pkg-descr create mode 100644 net-mgmt/echolot/pkg-plist (limited to 'net-mgmt/echolot') diff --git a/net-mgmt/echolot/Makefile b/net-mgmt/echolot/Makefile new file mode 100644 index 0000000..34f64c7 --- /dev/null +++ b/net-mgmt/echolot/Makefile @@ -0,0 +1,33 @@ +# ex:ts=8 +# Ports collection makefile for: echolot +# Date created: Jun 23, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= echolot +PORTVERSION= 0.0.3 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" + +MAN1= echolot.1 + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} +.for file in DESIGN SCRIPTING SYNTAX + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif + +.include diff --git a/net-mgmt/echolot/distinfo b/net-mgmt/echolot/distinfo new file mode 100644 index 0000000..b0ddfaa --- /dev/null +++ b/net-mgmt/echolot/distinfo @@ -0,0 +1 @@ +MD5 (echolot-0.0.3.tar.gz) = b1b5c8b19958e5f899eef79d28c0bd46 diff --git a/net-mgmt/echolot/pkg-comment b/net-mgmt/echolot/pkg-comment new file mode 100644 index 0000000..ac5ae54 --- /dev/null +++ b/net-mgmt/echolot/pkg-comment @@ -0,0 +1 @@ +A packet sniffer that grabs ARP packets on any ethernet devices diff --git a/net-mgmt/echolot/pkg-descr b/net-mgmt/echolot/pkg-descr new file mode 100644 index 0000000..e7819cd --- /dev/null +++ b/net-mgmt/echolot/pkg-descr @@ -0,0 +1,6 @@ +echolot implements a packet sniffer that grabs ARP packets on any ethernet +devices. This empowers your box + * to detect intruders (new mac in lan) + * to find your boxes on foreign lans (known mac in lan) + +WWW: http://sourceforge.net/projects/echolot diff --git a/net-mgmt/echolot/pkg-plist b/net-mgmt/echolot/pkg-plist new file mode 100644 index 0000000..6ee760a --- /dev/null +++ b/net-mgmt/echolot/pkg-plist @@ -0,0 +1,5 @@ +bin/echolot +%%PORTDOCS%%share/doc/echolot/DESIGN +%%PORTDOCS%%share/doc/echolot/SCRIPTING +%%PORTDOCS%%share/doc/echolot/SYNTAX +%%PORTDOCS%%@dirrm share/doc/echolot -- cgit v1.1