diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/abck/Makefile | 20 | ||||
-rw-r--r-- | sysutils/abck/distinfo | 1 | ||||
-rw-r--r-- | sysutils/abck/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/abck/pkg-descr | 13 | ||||
-rw-r--r-- | sysutils/abck/pkg-plist | 3 |
6 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 621b87e25383..9bae064d75c3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -3,6 +3,7 @@ SUBDIR += yawho SUBDIR += LPRng + SUBDIR += abck SUBDIR += afio SUBDIR += anteater SUBDIR += asapm diff --git a/sysutils/abck/Makefile b/sysutils/abck/Makefile new file mode 100644 index 000000000000..4bd7b02b918b --- /dev/null +++ b/sysutils/abck/Makefile @@ -0,0 +1,20 @@ +# ports collection makefile for: abmgmt +# Date Created: 27 July 2001 +# Whom: tundra +# +# $FreeBSD$ +# + +PORTNAME= abck +PORTVERSION= 1.99 +CATEGORIES= sysutils +MASTER_SITES= http://www.tundraware.com/Software/abck/ + +MAINTAINER= tundra@tundraware.com + +USE_PYTHON= yes + +MANCOMPRESSED= yes +MAN1= abck.1 + +.include <bsd.port.mk> diff --git a/sysutils/abck/distinfo b/sysutils/abck/distinfo new file mode 100644 index 000000000000..ac284a49508d --- /dev/null +++ b/sysutils/abck/distinfo @@ -0,0 +1 @@ +MD5 (abck-1.99.tar.gz) = b80e8dcf0792396871df4c89247bbbba diff --git a/sysutils/abck/pkg-comment b/sysutils/abck/pkg-comment new file mode 100644 index 000000000000..4f252d02d01a --- /dev/null +++ b/sysutils/abck/pkg-comment @@ -0,0 +1 @@ +Manage intrusion attemps recorded in the system log diff --git a/sysutils/abck/pkg-descr b/sysutils/abck/pkg-descr new file mode 100644 index 000000000000..f9e147d40b14 --- /dev/null +++ b/sysutils/abck/pkg-descr @@ -0,0 +1,13 @@ +'abck' is an interactive tool to examine intrusion attempts and decide +what, if anything, to do about them. It reads through +/var/log/messages looking for evidence of an intrusion attempt. Upon +finding such a record, 'abck' qualifies it against information +supplied by the user on the command line to determine if the record is +to be processed. As packaged, 'abck' handles several common types of +intrusion attempt records, but it can easily be expanded to handle +others. + +You need a reasonably current copy of Python to run the main script. + +- tim +tundra@tundraware.com diff --git a/sysutils/abck/pkg-plist b/sysutils/abck/pkg-plist new file mode 100644 index 000000000000..1c386a9cb65d --- /dev/null +++ b/sysutils/abck/pkg-plist @@ -0,0 +1,3 @@ +bin/abck +share/doc/abck/abck-License.txt +@dirrm share/doc/abck |