diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-13 04:00:41 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-13 04:00:41 +0000 |
commit | 242615281b00f7ded8f74f52a6360e850d52ec0d (patch) | |
tree | 6b4dd1fafcad695985f19db97160ace3c46b3496 /sysutils/anteater | |
parent | 7f2e39e08d9efa4db48557368313ec968286538e (diff) | |
download | FreeBSD-ports-242615281b00f7ded8f74f52a6360e850d52ec0d.zip FreeBSD-ports-242615281b00f7ded8f74f52a6360e850d52ec0d.tar.gz |
add anteater
A MTA log analyzer
Diffstat (limited to 'sysutils/anteater')
-rw-r--r-- | sysutils/anteater/Makefile | 20 | ||||
-rw-r--r-- | sysutils/anteater/distinfo | 1 | ||||
-rw-r--r-- | sysutils/anteater/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/anteater/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/anteater/pkg-plist | 1 |
5 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/anteater/Makefile b/sysutils/anteater/Makefile new file mode 100644 index 0000000..3f36382 --- /dev/null +++ b/sysutils/anteater/Makefile @@ -0,0 +1,20 @@ +# ex:ts=8 +# New ports collection makefile for: anteater +# Date created: Aug 13, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= anteater +PORTVERSION= 0.4 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.profzone.ch/drzoom/anteater/ + +MAINTAINER= ports@FreeBSD.org + +USE_NEWGCC= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-strstream + +.include <bsd.port.mk> diff --git a/sysutils/anteater/distinfo b/sysutils/anteater/distinfo new file mode 100644 index 0000000..36003f5 --- /dev/null +++ b/sysutils/anteater/distinfo @@ -0,0 +1 @@ +MD5 (anteater-0.4.tar.gz) = b6e5438ae0255760af8e49013d900d3a diff --git a/sysutils/anteater/pkg-comment b/sysutils/anteater/pkg-comment new file mode 100644 index 0000000..c2d905b --- /dev/null +++ b/sysutils/anteater/pkg-comment @@ -0,0 +1 @@ +A MTA log analyzer diff --git a/sysutils/anteater/pkg-descr b/sysutils/anteater/pkg-descr new file mode 100644 index 0000000..faecaf9 --- /dev/null +++ b/sysutils/anteater/pkg-descr @@ -0,0 +1,5 @@ +Anteater is a MTA1 loganalyser written 100% in C++. A filter for sendmail +logfiles in the default syslog format exists already. It's very easy to add +new modules for reporting, analysis or filtering. + +WWW: http://anteater.drzoom.ch/ diff --git a/sysutils/anteater/pkg-plist b/sysutils/anteater/pkg-plist new file mode 100644 index 0000000..c3fba4cf --- /dev/null +++ b/sysutils/anteater/pkg-plist @@ -0,0 +1 @@ +bin/anteater |