summaryrefslogtreecommitdiffstats
path: root/security/expiretable
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-08 12:33:41 +0000
committeredwin <edwin@FreeBSD.org>2006-01-08 12:33:41 +0000
commitf5c5444c1be72fced01aae89809a5f469e5bb0ff (patch)
tree9c5566c75f15d4830d53b124920e275ffb64cadb /security/expiretable
parent52148f60137cdf4ea417e277e7d12575a7ac3927 (diff)
downloadFreeBSD-ports-f5c5444c1be72fced01aae89809a5f469e5bb0ff.zip
FreeBSD-ports-f5c5444c1be72fced01aae89809a5f469e5bb0ff.tar.gz
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/Makefile18
-rw-r--r--security/expiretable/distinfo3
-rw-r--r--security/expiretable/pkg-descr7
-rw-r--r--security/expiretable/pkg-plist1
4 files changed, 29 insertions, 0 deletions
diff --git a/security/expiretable/Makefile b/security/expiretable/Makefile
new file mode 100644
index 0000000..05898c2
--- /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 0000000..d6fe3a8
--- /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 0000000..a7c484c
--- /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 0000000..0b420e3
--- /dev/null
+++ b/security/expiretable/pkg-plist
@@ -0,0 +1 @@
+sbin/expiretable
OpenPOWER on IntegriCloud