diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-09 10:06:40 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-09 10:06:40 +0000 |
commit | 283a9076c862cb6d3d6653b2fa95bd1467b3b492 (patch) | |
tree | 6c7979b62908cb581502a78aed5d1fc35b1e98c7 /security/aimsniff | |
parent | 3a6f206aae543e8346fcc0e62612d9deea3068c5 (diff) | |
download | ports-283a9076c862cb6d3d6653b2fa95bd1467b3b492.tar.gz ports-283a9076c862cb6d3d6653b2fa95bd1467b3b492.zip |
Notes
Diffstat (limited to 'security/aimsniff')
-rw-r--r-- | security/aimsniff/Makefile | 55 | ||||
-rw-r--r-- | security/aimsniff/distinfo | 2 | ||||
-rw-r--r-- | security/aimsniff/pkg-descr | 9 |
3 files changed, 66 insertions, 0 deletions
diff --git a/security/aimsniff/Makefile b/security/aimsniff/Makefile new file mode 100644 index 000000000000..f667746f0a7a --- /dev/null +++ b/security/aimsniff/Makefile @@ -0,0 +1,55 @@ +# New ports collection makefile for: aimsniff +# Date created: 4 December 2004 +# Whom: Andrew Marks (andrew@amrx.net) +# +# $FreeBSD$ + +PORTNAME= aimsniff +PORTVERSION= 0.9d +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= aimsniff +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= andrew@amrx.net +COMMENT= AOL Instant Messanger Sniffing and Reading Tool + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/Pcap.pm:${PORTSDIR}/net/p5-Net-Pcap\ + ${SITE_PERL}/NetPacket.pm:${PORTSDIR}/net/p5-NetPacket\ + ${SITE_PERL}/${PERL_ARCH}/auto/DBI/DBI.so:${PORTSDIR}/databases/p5-DBI\ + ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String\ + ${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon\ + ${SITE_PERL}/Proc/Simple.pm:${PORTSDIR}/devel/p5-Proc-Simple\ + ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog + +OPTIONS= SUID_ROOT "Install aimsniff with set-uid bit" off + +PORTDOCS= README table.struct rc.aimsniff + +NO_BUILD= yes +USE_PERL5= yes + +PLIST_FILES= bin/aimsniff + +.include <bsd.port.pre.mk> + +.if !exists(${LOCALBASE}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/GDBM_File.pm) +#IGNORE= "You need perl compiled with GDBM support" +.endif + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/aimSniff.pl ${PREFIX}/bin/aimsniff +.if defined(WITH_SUID_ROOT) + ${CHMOD} u+s ${PREFIX}/bin/aimsniff +.else +.endif + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for i in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.post.mk> diff --git a/security/aimsniff/distinfo b/security/aimsniff/distinfo new file mode 100644 index 000000000000..3ca0af03bb00 --- /dev/null +++ b/security/aimsniff/distinfo @@ -0,0 +1,2 @@ +MD5 (aimsniff-0.9d.tar.gz) = 14030a37fb4a522c1dd5c51665ba2b21 +SIZE (aimsniff-0.9d.tar.gz) = 24044 diff --git a/security/aimsniff/pkg-descr b/security/aimsniff/pkg-descr new file mode 100644 index 000000000000..22a9c3cd4b15 --- /dev/null +++ b/security/aimsniff/pkg-descr @@ -0,0 +1,9 @@ +This is a port of aimsniff, which sniffs Aol Instant Messanger +conversations. It can also be setup to collect statistics on +instant messaging traffic and display useful information using +mysql and Web AIM Sniff + +WWW: http://www.aimsniff.com + +- Andrew Marks +andrew@amrx.net |