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


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

1.5
date	2009.01.06.17.59.18;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2006.12.27.22.46.05;	author gabor;	state Exp;
branches;
next	1.3;

1.3
date	2006.01.29.03.59.52;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2006.01.22.15.45.25;	author arved;	state Exp;
branches;
next	1.1;

1.1
date	2006.01.08.12.33.41;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for: expiretable
# Date created:		7 January 2006
# Whom:			Cristiano Deana <cris@@gufi.org>
#
# $FreeBSD: head/security/expiretable/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	expiretable
PORTVERSION=	0.6
CATEGORIES=	security
MASTER_SITES=	http://expiretable.fnord.se/

MAINTAINER=	cris@@gufi.org
COMMENT=	Utility to remove entries from the pf(4) table based on their age

USE_RC_SUBR=	expiretable
MAN1=		expiretable.1

.include <bsd.port.mk>
@


1.5
log
@- Remove conditional checks for FreeBSD 5.x and older
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Add rc.d script
- Bump PORTREVISION

PR:		ports/107208
Submitted by:	Eygene Ryabinkin <rea-fbsd@@codelabs.ru>
Approved by:	erwin (mentor)
@
text
@d19 1
a19 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 502106
IGNORE=		is only for 5.3 and above (requires pf library)
.endif

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


1.3
log
@Mark as not for 4.X and old 5.X (requires pf library).

PR:		ports/92483
Submitted by:	maintainer
@
text
@d16 1
@


1.2
log
@Update to 0.6

PR:		92120
Submitted by:	Cristiano Deana <cris@@gufi.org>
@
text
@d18 7
a24 1
.include <bsd.port.mk>
@


1.1
log
@New port: security/expiretable Utility used to remove entries from the pf(4) table based on their age

	Expiretable is a utility used to remove entries from the pf(4) table
	based on their age.

	The age in question being the amount of time that has passed since
	the statistics for each entry in the target table was last cleared.

	WWW: http://expiretable.fnord.se/

PR:		ports/91481
Submitted by:	cris <cris@@gufi.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.5
@

