- Add aimsniff 0.9d, an AOL Instant Messanger Sniffing and Reading Tool.

PR:		ports/63936
Submitted by:	Andrew Marks <spam@amrx.net>
Approved by:	pav (mentor)
This commit is contained in:
Florent Thoumie 2005-03-09 10:06:40 +00:00
parent 3a6f206aae
commit 283a9076c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130702
4 changed files with 67 additions and 0 deletions

View file

@ -10,6 +10,7 @@
SUBDIR += acid
SUBDIR += aescrypt
SUBDIR += aide
SUBDIR += aimsniff
SUBDIR += altivore
SUBDIR += amap
SUBDIR += amavis-perl

View file

@ -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>

View file

@ -0,0 +1,2 @@
MD5 (aimsniff-0.9d.tar.gz) = 14030a37fb4a522c1dd5c51665ba2b21
SIZE (aimsniff-0.9d.tar.gz) = 24044

View file

@ -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