summaryrefslogtreecommitdiff
path: root/sysutils/anteater
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-13 04:00:41 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-13 04:00:41 +0000
commite1d1b7cabb4d1a056272f47300d665e99fd3a303 (patch)
tree17e4dbc768c854ee6e2c69c2a282c642103e953c /sysutils/anteater
parentFix the build from the textproc/ispell directory for the german dictionaries (diff)
add anteater
A MTA log analyzer
Notes
Notes: svn path=/head/; revision=46160
Diffstat (limited to 'sysutils/anteater')
-rw-r--r--sysutils/anteater/Makefile20
-rw-r--r--sysutils/anteater/distinfo1
-rw-r--r--sysutils/anteater/pkg-comment1
-rw-r--r--sysutils/anteater/pkg-descr5
-rw-r--r--sysutils/anteater/pkg-plist1
5 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/anteater/Makefile b/sysutils/anteater/Makefile
new file mode 100644
index 000000000000..3f363820190a
--- /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 000000000000..36003f5b2802
--- /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 000000000000..c2d905bffe5c
--- /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 000000000000..faecaf9cab94
--- /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 000000000000..c3fba4cf5c72
--- /dev/null
+++ b/sysutils/anteater/pkg-plist
@@ -0,0 +1 @@
+bin/anteater