head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2010.10.25.20.09.06;	author trasz;	state Exp;
branches;
next	1.3;

1.3
date	2007.07.11.22.06.15;	author trasz;	state Exp;
branches;
next	1.2;

1.2
date	2007.04.13.13.03.48;	author trasz;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.04.22.33.37;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	fl0p
# Date created:		2006-12-04
# Whom:			trasz <trasz@@pin.if.uz.zgora.pl>
#
# $FreeBSD: head/security/fl0p/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	fl0p
PORTVERSION=	0.0.2.b
CATEGORIES=	security
MASTER_SITES=	http://lcamtuf.coredump.cx/soft/
DISTNAME=	fl0p-devel
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Passive L7 flow fingerprinting tool

WRKSRC=		${WRKDIR}/fl0p/

post-patch:
	${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/config.h

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/fl0p ${PREFIX}/bin
	${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/fl0p.fp ${DATADIR}/
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_MAN} ${WRKSRC}/doc/README ${DOCSDIR}/
	${INSTALL_MAN} ${WRKSRC}/doc/ChangeLog ${DOCSDIR}/
	${INSTALL_MAN} ${WRKSRC}/doc/TODO ${DOCSDIR}/
	${INSTALL_MAN} ${WRKSRC}/doc/CREDITS ${DOCSDIR}/
.endif

.include <bsd.port.mk>
@


1.4
log
@Drop maintainership for ports I can't maintain anymore.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Use proper capitalization in my email address.

Approved by:	miwi (mentor)
Suggested by:	sat
@
text
@d15 1
a15 1
MAINTAINER=	trasz@@FreeBSD.org
@


1.2
log
@Change my email address to trasz@@FreeBSD.org.

Approved by:	miwi (mentor)
@
text
@d15 1
a15 1
MAINTAINER=	trasz@@freebsd.org
@


1.1
log
@The tool is a simple flow-analyzing passive L7 fingerprinter. It
examines the sequence of client-server exchanges, their relative
layer 7 payload sizes, and transmission intervals (as opposed to
inspecting the contents, which is what most passive fingerprinters
and "smart" sniffers would do to analyze transmissions). This is
then matched against a database of traffic pattern signatures to
infer some interesting facts about the traffic.

PR:		ports/106351
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
@
text
@d15 1
a15 1
MAINTAINER=	trasz@@pin.if.uz.zgora.pl
@

