aboutsummaryrefslogtreecommitdiff
path: root/security/expiretable
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-08 12:33:41 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-08 12:33:41 +0000
commit0f76ae3ac34478ad7bc073fef8ee3dcc32ab8b86 (patch)
treeb2e643c3bf09d714cad323c9d98a4be604421bd3 /security/expiretable
parent4a56931c27b1883c13cab9f4ee0d91bb5e062fd1 (diff)
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>
Notes
Notes: svn path=/head/; revision=153057
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 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