Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Aug 2003 21:32:06 -0300
From:      Nicolas Gieczewski <nick@n0sp4m.nixsoftware.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55262: New port: An MSN Messenger event/message sniffer
Message-ID:  <E19jpkE-000Hmq-M6@aspen.veggy.org>
Resent-Message-ID: <200308050040.h750e0Ff005421@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55262
>Category:       ports
>Synopsis:       New port: An MSN Messenger event/message sniffer
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 04 17:40:00 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas Gieczewski
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Nix Software Solutions
>Environment:
System: FreeBSD aspen.veggy.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Jul 21 15:15:25 ART 2003 root@aspen.veggy.org:/usr/obj/usr/src/sys/ASPEN i386
>Description:
	An MSN Messenger event/message sniffer based on the pcap library
>How-To-Repeat:
	N/A
>Fix:
	N/A

--- body begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./distinfo
#	./pkg-descr
#	./body
#	./pkg-plist
#	./pkg-message.in
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	IMHear
X# Date created:				04 August 2003
X# Whom:					Nicolas Gieczewski
X#
X# $FreeBSD$
X#
X
XPORTNAME=	IMHear
XPORTVERSION=	1.0
XCATEGORIES=	security
XMASTER_SITES=	http://repository.nixsoftware.com/ports/
X
XMAINTAINER=	ports@nixsoftware.com
XCOMMENT=	An MSN Messenger event/message sniffer
X
XPKGMESSAGE=	${PKGDIR}/pkg-message
XNO_INSTALL_MANPAGES=yes
X
Xpre-install:
X	@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGDIR}/pkg-message.in > ${PKGMESSAGE}
X	@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGDIR}/pkg-message.in > ${PKGMESSAGE}
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/hear ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
X	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
X	${INSTALL_DATA} ${WRKSRC}/msn_protocol_10.html ${PREFIX}/share/doc/${PORTNAME}
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (IMHear-1.0.tar.gz) = 47ddcf45aab7f7ed9c485a750fe89d2b
END-of-./distinfo
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XIMHear is an MSN Messenger sniffer based on the pcap library
Xthat listens on a physical network interface (usually on a LAN
Xrouter or gateway) and displays, and optionally logs, all events
Xand messages.
X
XWWW: http://mathpost.la.asu.edu/~hai/hear/
X
X- Nicolas Gieczewski
Xnick@nixsoftware.com
END-of-./pkg-descr
echo x - ./body
sed 's/^X//' >./body << 'END-of-./body'
X# This is a shell archive.  Save it in a file, remove anything before
X# this line, and then unpack it by entering "sh file".  Note, it may
X# create directories; files and directories will be owned by you and
X# have default permissions.
X#
X# This archive contains:
X#
X#	.
X#	./Makefile
X#	./distinfo
X#	./pkg-descr
X#	./body
X#	./pkg-plist
X#	./pkg-message.in
X#
Xecho c - .
Xmkdir -p . > /dev/null 2>&1
Xecho x - ./Makefile
Xsed 's/^X//' >./Makefile << 'END-of-./Makefile'
XX# New ports collection makefile for:	IMHear
XX# Date created:				04 August 2003
XX# Whom:					Nicolas Gieczewski
XX#
XX# $FreeBSD$
XX#
XX
XXPORTNAME=	IMHear
XXPORTVERSION=	1.0
XXCATEGORIES=	security
XXMASTER_SITES=	http://repository.nixsoftware.com/ports/
XX
XXMAINTAINER=	ports@nixsoftware.com
XXCOMMENT=	An MSN Messenger event/message sniffer
XX
XXPKGMESSAGE=	${PKGDIR}/pkg-message
XXNO_INSTALL_MANPAGES=yes
XX
XXpre-install:
XX	@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGDIR}/pkg-message.in > ${PKGMESSAGE}
XX	@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGDIR}/pkg-message.in > ${PKGMESSAGE}
XX
XXdo-install:
XX	@${INSTALL_PROGRAM} ${WRKSRC}/hear ${PREFIX}/bin
XX.if !defined(NOPORTDOCS)
XX	@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
XX	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
XX	${INSTALL_DATA} ${WRKSRC}/msn_protocol_10.html ${PREFIX}/share/doc/${PORTNAME}
XX.endif
XX
XXpost-install:
XX	@${CAT} ${PKGMESSAGE}
XX
XX.include <bsd.port.mk>
XEND-of-./Makefile
Xecho x - ./distinfo
Xsed 's/^X//' >./distinfo << 'END-of-./distinfo'
XXMD5 (IMHear-1.0.tar.gz) = 47ddcf45aab7f7ed9c485a750fe89d2b
XEND-of-./distinfo
Xecho x - ./pkg-descr
Xsed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XXIMHear is an MSN Messenger sniffer based on the pcap library
XXthat listens on a physical network interface (usually on a LAN
XXrouter or gateway) and displays, and optionally logs, all events
XXand messages.
XX
XXWWW: http://mathpost.la.asu.edu/~hai/hear/
XX
XX- Nicolas Gieczewski
XXnick@nixsoftware.com
XEND-of-./pkg-descr
Xecho x - ./body
Xsed 's/^X//' >./body << 'END-of-./body'
END-of-./body
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xbin/hear
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%%%DOCSDIR%%/msn_protocol_10.html
X@dirrm %%PORTDOCS%%%%DOCSDIR%%
END-of-./pkg-plist
echo x - ./pkg-message.in
sed 's/^X//' >./pkg-message.in << 'END-of-./pkg-message.in'
X
X****************************************************************
X*
X*  IMHear only logs to the console by default. To get it
X*  to generate log files, a `log' directory must be manually
X*  created within the directory from which hear is run. For
X*  more information, please refer to the README file.
X*
X*  To start IMHear, run:
X*  %%PREFIX%%/bin/hear
X*
X*  For documentation, refer to:
X*  %%PREFIX%%/share/doc/IMHear/README
X*
X****************************************************************
X
END-of-./pkg-message.in
exit
--- body ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19jpkE-000Hmq-M6>