head	1.28;
access;
symbols
	RELEASE_8_3_0:1.26
	RELEASE_9_0_0:1.26
	RELEASE_7_4_0:1.25
	RELEASE_8_2_0:1.25
	RELEASE_6_EOL:1.25
	RELEASE_8_1_0:1.23
	RELEASE_7_3_0:1.23
	RELEASE_8_0_0:1.22
	RELEASE_7_2_0:1.22
	RELEASE_7_1_0:1.22
	RELEASE_6_4_0:1.22
	RELEASE_5_EOL:1.21
	RELEASE_7_0_0:1.20
	RELEASE_6_3_0:1.20
	PRE_XORG_7:1.19
	RELEASE_4_EOL:1.18
	RELEASE_6_2_0:1.17
	RELEASE_6_1_0:1.16
	RELEASE_5_5_0:1.16
	RELEASE_6_0_0:1.15
	RELEASE_5_4_0:1.14
	RELEASE_4_11_0:1.11
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.9
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.4;
locks; strict;
comment	@# @;


1.28
date	2012.11.17.06.01.04;	author svnexp;	state Exp;
branches;
next	1.27;

1.27
date	2012.08.03.15.54.35;	author cs;	state Exp;
branches;
next	1.26;

1.26
date	2011.11.14.17.16.13;	author tabthorpe;	state Exp;
branches;
next	1.25;

1.25
date	2010.08.21.08.55.51;	author niels;	state Exp;
branches;
next	1.24;

1.24
date	2010.07.25.15.39.19;	author mm;	state Exp;
branches;
next	1.23;

1.23
date	2009.12.16.00.50.35;	author pav;	state Exp;
branches;
next	1.22;

1.22
date	2008.08.19.16.40.16;	author mnag;	state Exp;
branches;
next	1.21;

1.21
date	2008.01.02.23.43.02;	author mnag;	state Exp;
branches;
next	1.20;

1.20
date	2007.09.21.20.21.29;	author mnag;	state Exp;
branches;
next	1.19;

1.19
date	2007.04.06.18.28.45;	author mnag;	state Exp;
branches;
next	1.18;

1.18
date	2006.12.05.13.29.00;	author mnag;	state Exp;
branches;
next	1.17;

1.17
date	2006.07.04.15.44.53;	author stefan;	state Exp;
branches;
next	1.16;

1.16
date	2005.12.05.12.36.15;	author ehaupt;	state Exp;
branches;
next	1.15;

1.15
date	2005.07.01.22.47.20;	author jylefort;	state Exp;
branches;
next	1.14;

1.14
date	2005.03.13.22.23.35;	author thierry;	state Exp;
branches;
next	1.13;

1.13
date	2005.03.08.10.12.25;	author vs;	state Exp;
branches;
next	1.12;

1.12
date	2005.01.23.19.51.03;	author petef;	state Exp;
branches;
next	1.11;

1.11
date	2005.01.02.01.50.32;	author kris;	state Exp;
branches;
next	1.10;

1.10
date	2003.09.24.08.37.38;	author edwin;	state Exp;
branches;
next	1.9;

1.9
date	2003.08.16.16.02.39;	author petef;	state Exp;
branches;
next	1.8;

1.8
date	2003.06.24.01.06.03;	author leeym;	state Exp;
branches;
next	1.7;

1.7
date	2003.02.21.13.26.43;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2002.11.02.04.33.42;	author perky;	state Exp;
branches;
next	1.5;

1.5
date	2002.10.08.12.10.36;	author perky;	state Exp;
branches;
next	1.4;

1.4
date	2002.09.16.11.55.04;	author roam;	state Exp;
branches;
next	1.3;

1.3
date	2002.05.30.19.37.31;	author nectar;	state Exp;
branches;
next	1.2;

1.2
date	2002.05.30.16.18.00;	author nectar;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.27.01.53.33;	author anders;	state Exp;
branches;
next	;


desc
@@


1.28
log
@Switch exporter over
@
text
@# New ports collection makefile for:	fragroute
# Date created:				19 May 2002
# Whom:		Dominic Marks <dominic.marks@@btinternet.com>
#
# $FreeBSD: head/security/fragroute/Makefile 301960 2012-08-03 15:54:35Z cs $
#

PORTNAME=	fragroute
PORTVERSION=	1.2
PORTREVISION=	11
CATEGORIES=	security net
MASTER_SITES=	http://monkey.org/~dugsong/fragroute/ \
		${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR=	UNIX/security

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Tool for intercepting, modifying, and rewriting egress traffic

LIB_DEPENDS=	dnet.1:${PORTSDIR}/net/libdnet \
		event-1.4:${PORTSDIR}/devel/libevent

LICENSE=	BSD
GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=	--with-libdnet=${LOCALBASE} \
			--with-libevent=${LOCALBASE} --with-pcap

MAN8=	fragroute.8 fragtest.8

SCRIPTS=	README.snort base-1 frag-1 frag-2 frag-3 frag-4 frag-5 \
	frag-6 frag-7-unix frag-7-win32 ins-2 ins-3 tcbc-2 tcp-3 tcp-5 \
	tcp-7 tcp-9

pre-install:
	${MKDIR} ${DATADIR}
.for FILE in ${SCRIPTS}
	${INSTALL_DATA} ${WRKSRC}/scripts/${FILE} ${DATADIR}
.endfor

.include <bsd.port.mk>
@


1.27
log
@SVN rev 301960 on 2012-08-03 15:54:35Z by cs

Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@@ (implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.26
log
@- Reassign these ports back to the heap

Feature safe:	yes
@
text
@d17 1
a17 1
COMMENT=	A tool for intercepting, modifying and rewriting egress traffic
@


1.25
log
@- Unbreak port
- Added license
- Change maintainer to self

Approved by:	itetcu (mentor,implicit), maintainer
@
text
@d16 1
a16 1
MAINTAINER=	niels@@FreeBSD.org
@


1.24
log
@Update libevent to 1.4.14b

PR:		ports/147723
Approved by:	maintainer (timeout)
@
text
@d10 1
a10 1
PORTREVISION=	10
d16 1
a16 1
MAINTAINER=	onatan@@gmail.com
d22 1
a22 2
BROKEN=		does not build

@


1.23
log
@- Mark BROKEN after libevent update

Reported by:	pointyhat
@
text
@d10 1
a10 1
PORTREVISION=	9
@


1.22
log
@- Update libevent dependency and bump PORTREVISION
@
text
@d22 2
@


1.21
log
@- Bump PORTREVISION since devel/libevent are updated.
@
text
@d10 1
a10 1
PORTREVISION=	8
d20 1
a20 1
		event-1.3e:${PORTSDIR}/devel/libevent
@


1.20
log
@- Change libevent lib and bump PORTREVISION since devel/libevent are updated.
@
text
@d10 1
a10 1
PORTREVISION=	7
d20 1
a20 1
		event-1.3d:${PORTSDIR}/devel/libevent
@


1.19
log
@- Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.
@
text
@d10 1
a10 1
PORTREVISION=	6
d20 1
a20 1
		event-1.3b:${PORTSDIR}/devel/libevent
@


1.18
log
@- Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
@
text
@d10 1
a10 1
PORTREVISION=	5
d20 1
a20 1
		event-1.2a:${PORTSDIR}/devel/libevent
@


1.17
log
@- Replace the BUILD_DEPENDS by LIB_DEPENDS on libdnet and libevent.
- Point configure at ${LOCALBASE} instead of ${PREFIX} when looking for the
  libraries.
- Use ${DATADIR} where appropriate.

PR:		99619
Submitted by:	Richard Bejtlich <taosecurity@@gmail.com>
Patch by:	stefan
Approved by:	maintainer
		arved (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	4
d20 1
a20 1
		event-1:${PORTSDIR}/devel/libevent
@


1.16
log
@- add patch to fix breakage caused by recent libnet changes
- bump portrevision
- pass maintainership to submitter

PR:		89951
Submitted by:	Jonathan <onatan@@gmail.com>
@
text
@d10 1
a10 1
PORTREVISION=	3
d19 2
a20 2
BUILD_DEPENDS=	${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \
		${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
d23 2
a24 2
CONFIGURE_ARGS+=	--with-libdnet=${PREFIX} \
			--with-libevent=${PREFIX} --with-pcap
d33 1
a33 1
	${MKDIR} ${PREFIX}/share/${PORTNAME}
d35 1
a35 2
	${INSTALL_DATA} ${WRKSRC}/scripts/${FILE} \
		${PREFIX}/share/${PORTNAME}
@


1.15
log
@Chase the libevent update.

Reported by:	pointyhat
@
text
@d10 1
a10 1
PORTREVISION=	2
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.14
log
@Unbreak by removing duplicate typedef that is now provided by libdnet.

Since I'm there, pet portlint.

PR:		ports/78796
Submitted by:	Johan van Selst
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.13
log
@BROKEN: Incompatibilities with (current) libdnet from ports(?)
@
text
@a18 2
BROKEN=		"Incompatible with (current) libdnet"

@


1.12
log
@Unbreak: now compiles with latest libevent port

PR:		76373
Submitted by:	Phil Oleson <oz@@nixil.net>
@
text
@d19 2
@


1.11
log
@BROKEN by libevent update: Does not link

Approved by:	portmgr (self)
@
text
@a21 2
BROKEN=		Broken by libevent update

@


1.10
log
@Cease FreeBSD port maintainerships

	I don't have the time to give to many of the ports I maintain at
	the moment. I wasn't expecting to be so busy this summer ...

	Please set all my ports back to ports@@freebsd.org.

PR:		ports/56935
Submitted by:	Dominic Marks <dom@@wirespeed.org.uk>,Clement Laforet <sheepkiller@@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@@fillmore-labs.com>
@
text
@d22 2
@


1.9
log
@Add MASTER_SITE_PACKETSTORM as an additional mirror.

PR:		52109
Submitted by:	Jim Geovedi <jim@@corebsd.or.id>
Approved by:	various maintainers, timeouts
@
text
@d16 1
a16 1
MAINTAINER=	dominic.marks@@btinternet.com
@


1.8
log
@update maintainer's email address.

PR:		53658
Submitted by:	Dominic Marks <dom@@cus.org.uk>
@
text
@d12 3
a14 1
MASTER_SITES=	http://monkey.org/~dugsong/fragroute/
@


1.7
log
@De-pkg-comment.
@
text
@d3 1
a3 1
# Whom:		Dominic Marks <d.marks@@student.umist.ac.uk>
d14 1
a14 1
MAINTAINER=	d.marks@@student.umist.ac.uk
@


1.6
log
@Fix typoes on MAINTAINER address.

Submitted by:	Dominic Marks <D.Marks@@student.umist.ac.uk>
@
text
@d15 1
@


1.5
log
@Update maintainer address

PR:		43820
Submitted by:	Dominic Marks <d.marks@@students.umist.ac.uk>
@
text
@d3 1
a3 1
# Whom:		Dominic Marks <d.marks@@students.umist.ac.uk>
d14 1
a14 1
MAINTAINER=	d.marks@@students.umist.ac.uk
@


1.4
log
@Update the MASTER_SITE.

PR:		42828
Submitted by:	maintainer
@
text
@d3 1
a3 1
# Whom:		Dominic Marks <dominic_marks@@btinternet.com>
d14 1
a14 1
MAINTAINER=	dominic_marks@@btinternet.com
@


1.3
log
@I've verified that the tarball that matches the new checksum
does not contain the configure trojan that the previous tarball
did.

PR:	ports/38716
Submitted by:	Dominic Marks <dominic_marks@@btinternet.com> (maintainer),
		Yonatan Bokovza <Yonatan@@xpert.com>
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.monkey.org/~dugsong/fragroute/
@


1.2
log
@Mark FORBIDDEN until it can be confirmed that we have a good distfile.

PR:		ports/38716
@
text
@d10 1
a21 2

FORBIDDEN=	Distfile may be trojaned.
@


1.1
log
@Add fragroute, a tool for intercepting, modifying and rewriting egress
traffic.

PR:		38300
Submitted by:	Dominic Marks <dominic_marks@@btinternet.com>
@
text
@d22 2
@

