summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-03-09 10:06:40 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-03-09 10:06:40 +0000
commit283a9076c862cb6d3d6653b2fa95bd1467b3b492 (patch)
tree6c7979b62908cb581502a78aed5d1fc35b1e98c7 /security
parent- Update to 0.9.7 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=130702
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/aimsniff/Makefile55
-rw-r--r--security/aimsniff/distinfo2
-rw-r--r--security/aimsniff/pkg-descr9
4 files changed, 67 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 7bddee9edd5d..6887f381b279 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -10,6 +10,7 @@
SUBDIR += acid
SUBDIR += aescrypt
SUBDIR += aide
+ SUBDIR += aimsniff
SUBDIR += altivore
SUBDIR += amap
SUBDIR += amavis-perl
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