diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-08 20:33:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-08 20:33:41 +0800 |
commit | f5c5444c1be72fced01aae89809a5f469e5bb0ff (patch) | |
tree | 9c5566c75f15d4830d53b124920e275ffb64cadb /security/expiretable | |
parent | 52148f60137cdf4ea417e277e7d12575a7ac3927 (diff) | |
download | freebsd-ports-gnome-f5c5444c1be72fced01aae89809a5f469e5bb0ff.tar.gz freebsd-ports-gnome-f5c5444c1be72fced01aae89809a5f469e5bb0ff.tar.zst freebsd-ports-gnome-f5c5444c1be72fced01aae89809a5f469e5bb0ff.zip |
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>
Diffstat (limited to 'security/expiretable')
-rw-r--r-- | security/expiretable/Makefile | 18 | ||||
-rw-r--r-- | security/expiretable/distinfo | 3 | ||||
-rw-r--r-- | security/expiretable/pkg-descr | 7 | ||||
-rw-r--r-- | security/expiretable/pkg-plist | 1 |
4 files changed, 29 insertions, 0 deletions
diff --git a/security/expiretable/Makefile b/security/expiretable/Makefile new file mode 100644 index 000000000000..05898c2737ee --- /dev/null +++ b/security/expiretable/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: expiretable +# Date created: 7 January 2006 +# Whom: Cristiano Deana <cris@gufi.org> +# +# $FreeBSD$ +# + +PORTNAME= expiretable +PORTVERSION= 0.5 +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 + +MAN1= expiretable.1 + +.include <bsd.port.mk> diff --git a/security/expiretable/distinfo b/security/expiretable/distinfo new file mode 100644 index 000000000000..d6fe3a811a27 --- /dev/null +++ b/security/expiretable/distinfo @@ -0,0 +1,3 @@ +MD5 (expiretable-0.5.tar.gz) = 12e25729ac7f2229fadd80d5173ddade +SHA256 (expiretable-0.5.tar.gz) = 0aa6728cba4db43b1fa5d0a726df1572fabcb3a49b72a5b498df2486aef121ee +SIZE (expiretable-0.5.tar.gz) = 5081 diff --git a/security/expiretable/pkg-descr b/security/expiretable/pkg-descr new file mode 100644 index 000000000000..a7c484c72411 --- /dev/null +++ b/security/expiretable/pkg-descr @@ -0,0 +1,7 @@ +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/ diff --git a/security/expiretable/pkg-plist b/security/expiretable/pkg-plist new file mode 100644 index 000000000000..0b420e3b0abc --- /dev/null +++ b/security/expiretable/pkg-plist @@ -0,0 +1 @@ +sbin/expiretable |