From 1c32a6c01ca9c4c9225e18a9351cc39daa1a87bf Mon Sep 17 00:00:00 2001 From: mich Date: Thu, 15 May 2003 13:59:37 +0000 Subject: New port. Vida is a multi-datapipe handler, written in C with ncurses library, for unix and unix-like OS. PR: 51086 Approved by: roberto(mentor) --- security/vida/Makefile | 33 +++++++++++++++++++++++++++++++++ security/vida/distinfo | 1 + security/vida/files/patch-aa | 18 ++++++++++++++++++ security/vida/pkg-descr | 20 ++++++++++++++++++++ security/vida/pkg-plist | 1 + 5 files changed, 73 insertions(+) create mode 100644 security/vida/Makefile create mode 100644 security/vida/distinfo create mode 100644 security/vida/files/patch-aa create mode 100644 security/vida/pkg-descr create mode 100644 security/vida/pkg-plist (limited to 'security/vida') diff --git a/security/vida/Makefile b/security/vida/Makefile new file mode 100644 index 0000000..0572aca --- /dev/null +++ b/security/vida/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: vida +# Date created: Thu Apr 17 11:22:35 GMT 2003 +# Whom: mich@freebsdcluster.org +# +# $FreeBSD$ +# + +PORTNAME= vida +PORTVERSION= 0.7.1 +CATEGORIES= security +MASTER_SITES= http://vidatapipe.sourceforge.net/ + +MAINTAINER= mich@FreeBSD.org +COMMENT= Vida is a multi-datapipe handler + +BUILD_DEPENDS= ${LOCALBASE}/include/libnet.h:${PORTSDIR}/net/libnet + +LDFLAGS+= -pthread -lncurses -lpcap -lnet + +WRKSRC= ${WRKDIR}/${PORTNAME} + +do-build: + cd ${WRKSRC} && \ + ${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib ${CFLAGS} vida.c funz.c dnshijacking.c \ + ${LDFLAGS} `libnet-config --defines` -o ${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/vida.1.gz ${PREFIX}/man/man1/ + +MAN1= vida.1 +MANCOMPRESSED= yes +.include diff --git a/security/vida/distinfo b/security/vida/distinfo new file mode 100644 index 0000000..4c9fef3 --- /dev/null +++ b/security/vida/distinfo @@ -0,0 +1 @@ +MD5 (vida-0.7.1.tar.gz) = 032049c11eb018c27047b7be98b2919f diff --git a/security/vida/files/patch-aa b/security/vida/files/patch-aa new file mode 100644 index 0000000..45e2373 --- /dev/null +++ b/security/vida/files/patch-aa @@ -0,0 +1,18 @@ +--- include.h.orig Thu Apr 17 11:36:06 2003 ++++ include.h Thu Apr 17 11:36:19 2003 +@@ -24,13 +24,13 @@ + * * + \*____________________________________________*/ + +-#include + #include ++#include + #include + #include + #include + #include +-#include ++#include + #include + #include + #include diff --git a/security/vida/pkg-descr b/security/vida/pkg-descr new file mode 100644 index 0000000..8d2a86e --- /dev/null +++ b/security/vida/pkg-descr @@ -0,0 +1,20 @@ +Vida is a multi-datapipe handler, written in C with ncurses library, +for unix and unix-like OS. + +Features: +- visual interface built with ncurses library +- multiple datapipes +- multiple connections for each datapipe +- password authentication over datapipes +- computes the total of sent and received bytes +- sniffing a routed connection (monodirectional, bidirectional and to + colors, packages matching a string) +- simple hijacking of a routed connection (in both directions) +- dns-hijacking of a dns-spoofed connection over switched LAN (todo) +- logging to text fil + +WWW: http://vidatapipe.sourceforge.net/ +AUTHOR: + + - Michael L. Hostbaek + diff --git a/security/vida/pkg-plist b/security/vida/pkg-plist new file mode 100644 index 0000000..16de60d --- /dev/null +++ b/security/vida/pkg-plist @@ -0,0 +1 @@ +bin/vida -- cgit v1.1