aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-08 20:33:41 +0800
committeredwin <edwin@FreeBSD.org>2006-01-08 20:33:41 +0800
commitf5c5444c1be72fced01aae89809a5f469e5bb0ff (patch)
tree9c5566c75f15d4830d53b124920e275ffb64cadb /security
parent52148f60137cdf4ea417e277e7d12575a7ac3927 (diff)
downloadfreebsd-ports-graphics-f5c5444c1be72fced01aae89809a5f469e5bb0ff.tar.gz
freebsd-ports-graphics-f5c5444c1be72fced01aae89809a5f469e5bb0ff.tar.zst
freebsd-ports-graphics-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')
-rw-r--r--security/Makefile1
-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
5 files changed, 30 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 7783b1c6609..6fcb1addb21 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -96,6 +96,7 @@
SUBDIR += drweb-qmail
SUBDIR += drweb-sendmail
SUBDIR += dsniff
+ SUBDIR += expiretable
SUBDIR += f-prot
SUBDIR += f-prot-sig
SUBDIR += fakebo
diff --git a/security/expiretable/Makefile b/security/expiretable/Makefile
new file mode 100644
index 00000000000..05898c2737e
--- /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 00000000000..d6fe3a811a2
--- /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 00000000000..a7c484c7241
--- /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 00000000000..0b420e3b0ab
--- /dev/null
+++ b/security/expiretable/pkg-plist
@@ -0,0 +1 @@
+sbin/expiretable