From 868290606bc363d8e6baa04ecd96aebbcd896c49 Mon Sep 17 00:00:00 2001 From: ijliao Date: Sat, 18 Aug 2001 08:14:46 +0000 Subject: add abck Manage intrusion attemps recorded in the system log PR: 29259 Submitted by: Tim Daneliuk --- sysutils/abck/Makefile | 20 ++++++++++++++++++++ sysutils/abck/distinfo | 1 + sysutils/abck/pkg-comment | 1 + sysutils/abck/pkg-descr | 13 +++++++++++++ sysutils/abck/pkg-plist | 3 +++ 5 files changed, 38 insertions(+) create mode 100644 sysutils/abck/Makefile create mode 100644 sysutils/abck/distinfo create mode 100644 sysutils/abck/pkg-comment create mode 100644 sysutils/abck/pkg-descr create mode 100644 sysutils/abck/pkg-plist (limited to 'sysutils/abck') diff --git a/sysutils/abck/Makefile b/sysutils/abck/Makefile new file mode 100644 index 0000000..4bd7b02 --- /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 diff --git a/sysutils/abck/distinfo b/sysutils/abck/distinfo new file mode 100644 index 0000000..ac284a4 --- /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 0000000..4f252d0 --- /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 0000000..f9e147d --- /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 0000000..1c386a9 --- /dev/null +++ b/sysutils/abck/pkg-plist @@ -0,0 +1,3 @@ +bin/abck +share/doc/abck/abck-License.txt +@dirrm share/doc/abck -- cgit v1.1