head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


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

1.3
date	2011.12.23.18.23.50;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2011.12.17.03.26.22;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2008.07.18.13.20.51;	author wxs;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	flowtag
# Date created:		14 July 2008
# Whom:			Lee Hinman <lee@@writequit.org>
#
# $FreeBSD: head/security/flowtag/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	flowtag
PORTVERSION=	2.0.5
CATEGORIES=	security
MASTER_SITES=	http://hexbit.csc.gatech.edu/portfiles/ \
		http://writequit.org/misc/files/ \
		http://chrislee.dhs.org/pages/research/flowtag/
EXTRACT_SUFX=	.tgz

MAINTAINER=	lee@@writequit.org
COMMENT=	A collaborative attack-analysis tool for security researchers

USE_RUBY=	yes
USE_RUBY_SETUP=	yes

MAN1=	flowtag.1 listflows.1 pcap2flowdb.1 printflow.1
MANCOMPRESSED=	yes

.include <bsd.port.pre.mk>

RUN_DEPENDS+=	${RUBY_LIBDIR}/tk/canvas.rb:${PORTSDIR}/x11-toolkits/ruby-tk

.include <bsd.port.post.mk>
@


1.3
log
@- I meant LIBDIR not SITELIBDIR

Pointhat to:	myself
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Work around duplicate ruby 1.8/1.9 dependency if RUBY_VER is 1.9.

Discussed with:		pgollucci
@
text
@d27 1
a27 1
RUN_DEPENDS+=	${RUBY_SITELIBDIR}/tk/canvas.rb:${PORTSDIR}/x11-toolkits/ruby-tk
@


1.1
log
@New port: FlowTag is a GUI interface for exploring the TCP flows in a
PCAP file.  It's strengths lie in:

   * rapid reconstruction of flows (via indexing),
   * visual selection of source IP and destination TCP ports;
   * filtering by time, packet count, and/or byte count
   * tagging flows with keywords

PR:		ports/125624
Submitted by:	Lee Hinman <lee@@writequit.org>
@
text
@a18 3
BUILD_DEPENDS=	ruby:${PORTSDIR}/lang/ruby18
RUN_DEPENDS=	${LOCALBASE}/lib/ruby/1.8/tk/canvas.rb:${PORTSDIR}/x11-toolkits/ruby-tk

d25 5
a29 1
.include <bsd.port.mk>
@

