1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

New port: An MSN Messenger event/message sniffer

An MSN Messenger event/message sniffer based on the pcap library

PR:		ports/55262
Submitted by:	Nicolas Gieczewski <nick@n0sp4m.nixsoftware.com>
This commit is contained in:
Edwin Groothuis 2003-10-06 12:12:37 +00:00
parent b8ceebe6d2
commit 64b3907525
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90433
7 changed files with 70 additions and 0 deletions

33
security/IMHear/Makefile Normal file
View File

@ -0,0 +1,33 @@
# New ports collection makefile for: IMHear
# Date created: 04 August 2003
# Whom: Nicolas Gieczewski
#
# $FreeBSD$
#
PORTNAME= IMHear
PORTVERSION= 1.0
CATEGORIES= security
MASTER_SITES= http://repository.nixsoftware.com/ports/
MAINTAINER= ports@nixsoftware.com
COMMENT= An MSN Messenger event/message sniffer
PKGMESSAGE= ${WRKDIR}/pkg-message
NO_INSTALL_MANPAGES=yes
pre-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGDIR}/pkg-message.in > ${PKGMESSAGE}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/hear ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/msn_protocol_10.html ${PREFIX}/share/doc/${PORTNAME}
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

1
security/IMHear/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (IMHear-1.0.tar.gz) = 47ddcf45aab7f7ed9c485a750fe89d2b

View File

@ -0,0 +1,6 @@
--- Makefile.orig Mon Oct 6 05:09:39 2003
+++ Makefile Mon Oct 6 05:09:48 2003
@@ -1,2 +1,2 @@
all: hear.c
- gcc -o hear hear.c -lpcap
+ ${CC} ${CFLAGS} -o hear hear.c -lpcap

View File

@ -0,0 +1,9 @@
IMHear is an MSN Messenger sniffer based on the pcap library
that listens on a physical network interface (usually on a LAN
router or gateway) and displays, and optionally logs, all events
and messages.
WWW: http://mathpost.la.asu.edu/~hai/hear/
- Nicolas Gieczewski
nick@nixsoftware.com

View File

@ -0,0 +1,16 @@
****************************************************************
*
* IMHear only logs to the console by default. To get it
* to generate log files, a `log' directory must be manually
* created within the directory from which hear is run. For
* more information, please refer to the README file.
*
* To start IMHear, run:
* %%PREFIX%%/bin/hear
*
* For documentation, refer to:
* %%PREFIX%%/share/doc/IMHear/README
*
****************************************************************

View File

@ -0,0 +1,4 @@
bin/hear
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/msn_protocol_10.html
@dirrm %%PORTDOCS%%%%DOCSDIR%%

View File

@ -3,6 +3,7 @@
SUBDIR += ADMsmb
SUBDIR += ADMsnmp
SUBDIR += IMHear
SUBDIR += aafid2
SUBDIR += acid
SUBDIR += aescrypt