diff options
author | hubertf <hubertf> | 2002-04-08 20:25:03 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-04-08 20:25:03 +0000 |
commit | dd7c160fd4f606c43f81ac8981f61e14baa2e694 (patch) | |
tree | 65e99ce4eb4e71be97da12ee3003fedf9ff48bc4 /net/ettercap | |
parent | 1d693d7c93fdce05c9d8b95c50798fa5a6fa816a (diff) | |
download | pkgsrc-dd7c160fd4f606c43f81ac8981f61e14baa2e694.tar.gz |
Add ettercap-0.6.4:
Ettercap is a multipurpose sniffer/interceptor/logger for switched LAN. It
supports active and passive dissection of many protocols (even ciphered ones)
and includes many features for network and host analysis.
Submitted by Niilo Kajander <nk@bsdirc.net> in PR 16091
Diffstat (limited to 'net/ettercap')
-rw-r--r-- | net/ettercap/DESCR | 3 | ||||
-rw-r--r-- | net/ettercap/Makefile | 20 | ||||
-rw-r--r-- | net/ettercap/PLIST | 28 | ||||
-rw-r--r-- | net/ettercap/distinfo | 5 | ||||
-rw-r--r-- | net/ettercap/patches/patch-aa | 22 |
5 files changed, 78 insertions, 0 deletions
diff --git a/net/ettercap/DESCR b/net/ettercap/DESCR new file mode 100644 index 00000000000..4998a40ae20 --- /dev/null +++ b/net/ettercap/DESCR @@ -0,0 +1,3 @@ +Ettercap is a multipurpose sniffer/interceptor/logger for switched LAN. It +supports active and passive dissection of many protocols (even ciphered ones) +and includes many features for network and host analysis. diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile new file mode 100644 index 00000000000..0a79cb48468 --- /dev/null +++ b/net/ettercap/Makefile @@ -0,0 +1,20 @@ +# $NetBSD Exp $ + +DISTNAME= ettercap-0.6.4 +CATEGORIES= security net +MASTER_SITES= http://ettercap.sourceforge.net/download/ + +MAINTAINER= nk@bsdirc.net +HOMEPAGE= http://ettercap.sourceforge.net/ +COMMENT= Multipurpose sniffer/interceptor/logger for switched LAN + +GNU_CONFIGURE= yes + +USE_CURSES= yes + +WRKSRC= ${WRKDIR}/${DISTNAME} +CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib + +.include "../../devel/ncurses/buildlink.mk" +.include "../../devel/pth/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/ettercap/PLIST b/net/ettercap/PLIST new file mode 100644 index 00000000000..2eb525c10d1 --- /dev/null +++ b/net/ettercap/PLIST @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/08 20:25:03 hubertf Exp $ +man/man8/ettercap.8 +sbin/ettercap +share/doc/ettercap/AUTHORS +share/doc/ettercap/CHANGELOG +share/doc/ettercap/COPYING +share/doc/ettercap/HISTORY +share/doc/ettercap/INSTALL +share/doc/ettercap/KNOWN-BUGS +share/doc/ettercap/PORTINGS +share/doc/ettercap/README +share/doc/ettercap/README.PLUGINS +share/doc/ettercap/README.WIN32 +share/doc/ettercap/THANKS +share/doc/ettercap/TODO +share/doc/ettercap/ZARATAN.HOWTO +share/doc/ettercap/ettercap.fr.8.in +share/ettercap/etter.conf +share/ettercap/etter.dns +share/ettercap/etter.filter +share/ettercap/etter.filter.ssh +share/ettercap/etter.mime +share/ettercap/etter.passive.os.fp +share/ettercap/etter.ssl.crt +share/ettercap/mac-fingerprints +share/ettercap/nmap-os-fingerprints +@dirrm share/ettercap +@dirrm share/doc/ettercap diff --git a/net/ettercap/distinfo b/net/ettercap/distinfo new file mode 100644 index 00000000000..d0c15bb29e7 --- /dev/null +++ b/net/ettercap/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/04/08 20:25:03 hubertf Exp $ + +SHA1 (ettercap-0.6.4.tar.gz) = 1c7a5f0845b565ae1ce8ac37ddc4a12f35737eab +Size (ettercap-0.6.4.tar.gz) = 481353 bytes +SHA1 (patch-aa) = 745062e1cd523ec78def88731e23975fb7402880 diff --git a/net/ettercap/patches/patch-aa b/net/ettercap/patches/patch-aa new file mode 100644 index 00000000000..5c50badb006 --- /dev/null +++ b/net/ettercap/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/04/08 20:25:03 hubertf Exp $ + +--- Makefile.in.orig Tue Feb 12 16:37:45 2002 ++++ Makefile.in +@@ -9,7 +9,7 @@ + + DESTDIR = + CC = @CC@ +-LIBS = @LIBS@ @LDFLAGS@ ++LIBS = @LIBS@ -Wl,-R${prefix}/lib -L${prefix}/lib -lncurses @LDFLAGS@ + MISSLIBS = @MISSLIBS@ + DEFS = @DEFS@ -D@OS@ @OS_OPT@ + INSTALL = @INSTALL@ +@@ -26,7 +26,7 @@ + + DEBUG = @DEBUG@ + CFLAG = @CFLAGS@ +-COPTS = -I. @COPTS@ ++COPTS = -I. -I${prefix}/include @COPTS@ + + PROG = @PROG@ + VERSION = @VERSION@ |