summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/ettercap/Makefile9
-rw-r--r--net/ettercap/PLIST30
-rw-r--r--net/ettercap/distinfo8
-rw-r--r--net/ettercap/patches/patch-aa23
4 files changed, 47 insertions, 23 deletions
diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile
index 3b7a3590d86..343b80457e2 100644
--- a/net/ettercap/Makefile
+++ b/net/ettercap/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2002/04/10 01:43:03 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2002/06/05 00:29:02 hubertf Exp $
-DISTNAME= ettercap-0.6.4
+DISTNAME= ettercap-0.6.6.6
CATEGORIES= security net
MASTER_SITES= http://ettercap.sourceforge.net/download/
@@ -9,6 +9,8 @@ HOMEPAGE= http://ettercap.sourceforge.net/
COMMENT= Multipurpose sniffer/interceptor/logger for switched LAN
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --enable-plugins \
+ --enable-https
# missing newpad()
USE_NCURSES= yes
@@ -16,6 +18,9 @@ USE_PTHREAD= native pth
CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib
+post-install:
+ cd ${WRKSRC}/plugins ; ${MAKE_ENV} ${MAKE} install
+
.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/pthread.buildlink.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/ettercap/PLIST b/net/ettercap/PLIST
index 2eb525c10d1..bcb75d789fc 100644
--- a/net/ettercap/PLIST
+++ b/net/ettercap/PLIST
@@ -1,4 +1,25 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/08 20:25:03 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/06/05 00:29:02 hubertf Exp $
+lib/ettercap/ec_H00_lurker.so
+lib/ettercap/ec_H01_zaratan.so
+lib/ettercap/ec_H05_roper.so
+lib/ettercap/ec_H10_phantom.so
+lib/ettercap/ec_H20_dwarf.so
+lib/ettercap/ec_H30_thief.so
+lib/ettercap/ec_H99_dummy.so
+lib/ettercap/ec_arpcop.so
+lib/ettercap/ec_banshee.so
+lib/ettercap/ec_basilisk.so
+lib/ettercap/ec_beholder.so
+lib/ettercap/ec_dummy.so
+lib/ettercap/ec_golem.so
+lib/ettercap/ec_imp.so
+lib/ettercap/ec_lamia.so
+lib/ettercap/ec_leech.so
+lib/ettercap/ec_ooze.so
+lib/ettercap/ec_phantom.so
+lib/ettercap/ec_shadow.so
+lib/ettercap/ec_spectre.so
+lib/ettercap/ec_triton.so
man/man8/ettercap.8
sbin/ettercap
share/doc/ettercap/AUTHORS
@@ -11,10 +32,15 @@ share/doc/ettercap/PORTINGS
share/doc/ettercap/README
share/doc/ettercap/README.PLUGINS
share/doc/ettercap/README.WIN32
+share/doc/ettercap/ROPER.HOWTO
share/doc/ettercap/THANKS
share/doc/ettercap/TODO
+share/doc/ettercap/TODO.WIN32
share/doc/ettercap/ZARATAN.HOWTO
+share/doc/ettercap/debug.txt
+share/doc/ettercap/errors.txt
share/doc/ettercap/ettercap.fr.8.in
+share/doc/ettercap/threads.txt
share/ettercap/etter.conf
share/ettercap/etter.dns
share/ettercap/etter.filter
@@ -24,5 +50,7 @@ share/ettercap/etter.passive.os.fp
share/ettercap/etter.ssl.crt
share/ettercap/mac-fingerprints
share/ettercap/nmap-os-fingerprints
+share/ettercap/services
@dirrm share/ettercap
@dirrm share/doc/ettercap
+@dirrm lib/ettercap
diff --git a/net/ettercap/distinfo b/net/ettercap/distinfo
index d0c15bb29e7..1d623b62905 100644
--- a/net/ettercap/distinfo
+++ b/net/ettercap/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/04/08 20:25:03 hubertf Exp $
+$NetBSD: distinfo,v 1.2 2002/06/05 00:29:02 hubertf Exp $
-SHA1 (ettercap-0.6.4.tar.gz) = 1c7a5f0845b565ae1ce8ac37ddc4a12f35737eab
-Size (ettercap-0.6.4.tar.gz) = 481353 bytes
-SHA1 (patch-aa) = 745062e1cd523ec78def88731e23975fb7402880
+SHA1 (ettercap-0.6.6.6.tar.gz) = a76cb193adb9a92f07c4999097e5ad76dfc37c28
+Size (ettercap-0.6.6.6.tar.gz) = 558542 bytes
+SHA1 (patch-aa) = faf5044190e8f30e0490238d276ff65a8c5bfb98
diff --git a/net/ettercap/patches/patch-aa b/net/ettercap/patches/patch-aa
index 5c50badb006..24665219ffc 100644
--- a/net/ettercap/patches/patch-aa
+++ b/net/ettercap/patches/patch-aa
@@ -1,22 +1,13 @@
-$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 @@
+$NetBSD: patch-aa,v 1.2 2002/06/05 00:29:02 hubertf Exp $
+--- Makefile.in.orig Fri May 17 15:48:19 2002
++++ Makefile.in Tue Jun 4 17:19:35 2002
+@@ -28,7 +28,7 @@
+
DEBUG = @DEBUG@
- CFLAG = @CFLAGS@
+ CFLAG = @E_CFLAGS@
-COPTS = -I. @COPTS@
+COPTS = -I. -I${prefix}/include @COPTS@
-
+
PROG = @PROG@
VERSION = @VERSION@