summaryrefslogtreecommitdiff
path: root/net/ettercap
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-04-08 20:25:03 +0000
committerhubertf <hubertf@pkgsrc.org>2002-04-08 20:25:03 +0000
commit27aa3072d4ab3017cdb6054a21aa2acdd878bb04 (patch)
tree65e99ce4eb4e71be97da12ee3003fedf9ff48bc4 /net/ettercap
parent477acbc2c62ba4a39096650195d6cd63e4b8644c (diff)
downloadpkgsrc-27aa3072d4ab3017cdb6054a21aa2acdd878bb04.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/DESCR3
-rw-r--r--net/ettercap/Makefile20
-rw-r--r--net/ettercap/PLIST28
-rw-r--r--net/ettercap/distinfo5
-rw-r--r--net/ettercap/patches/patch-aa22
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@