summaryrefslogtreecommitdiff
path: root/mail/sma
diff options
context:
space:
mode:
authortron <tron>2003-09-24 09:25:46 +0000
committertron <tron>2003-09-24 09:25:46 +0000
commitb0d6726cdec03db1ce41f97fd346e9b27e8e3e69 (patch)
treee73329f1908147dce6d709c139ccc387d96e4b57 /mail/sma
parent0dde35bd0d5ee3290e9265fdb626fd8317e6fd88 (diff)
downloadpkgsrc-b0d6726cdec03db1ce41f97fd346e9b27e8e3e69.tar.gz
Import new "sma" package: Sendmail log analyser
This packages was contributed by Markus Illenseer in PR pkg/22921.
Diffstat (limited to 'mail/sma')
-rw-r--r--mail/sma/DESCR5
-rw-r--r--mail/sma/MESSAGE6
-rw-r--r--mail/sma/Makefile28
-rw-r--r--mail/sma/PLIST7
-rw-r--r--mail/sma/distinfo4
5 files changed, 50 insertions, 0 deletions
diff --git a/mail/sma/DESCR b/mail/sma/DESCR
new file mode 100644
index 00000000000..8e3bb525b62
--- /dev/null
+++ b/mail/sma/DESCR
@@ -0,0 +1,5 @@
+sma - Sendmail log analyser
+
+sma is a very fast sendmail log analyzer and outputs
+standard ascii or html report files.
+Requires access to mail logs in /var/logs.
diff --git a/mail/sma/MESSAGE b/mail/sma/MESSAGE
new file mode 100644
index 00000000000..53dde20e11e
--- /dev/null
+++ b/mail/sma/MESSAGE
@@ -0,0 +1,6 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2003/09/24 09:25:46 tron Exp $
+
+
+Sample configration file has been copied to ${PREFIX}/share/doc/sma
+===========================================================================
diff --git a/mail/sma/Makefile b/mail/sma/Makefile
new file mode 100644
index 00000000000..ead6af36552
--- /dev/null
+++ b/mail/sma/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/24 09:25:46 tron Exp $
+
+DISTNAME= sma-1.3.2
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+CATEGORIES= mail
+MASTER_SITES= http://www.klake.org/sma/dl/
+
+MAINTAINER= markus@core.de
+HOMEPAGE= http://www.klake.org/sma/
+COMMENT= Sendmail log analyser
+
+NO_CONFIGURE= yes
+
+MAKEFILE= Makefile
+ALL_TARGET= sma
+
+.include "../../mk/bsd.prefs.mk"
+
+do-install:
+ cd ${WRKSRC}; \
+ ${INSTALL_PROGRAM} sma ${PREFIX}/bin; \
+ ${INSTALL_MAN} docs/sma.8 ${PREFIX}/man/man8; \
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sma; \
+ ${INSTALL_DATA} README ${PREFIX}/share/doc/sma; \
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/sma; \
+ ${INSTALL_DATA} sma.conf ${PREFIX}/share/examples/sma
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/sma/PLIST b/mail/sma/PLIST
new file mode 100644
index 00000000000..7897d9a851c
--- /dev/null
+++ b/mail/sma/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/24 09:25:46 tron Exp $
+bin/sma
+man/man8/sma.8.gz
+share/doc/sma/README
+share/examples/sma/sma.conf
+@dirrm share/examples/sma
+@dirrm share/doc/sma
diff --git a/mail/sma/distinfo b/mail/sma/distinfo
new file mode 100644
index 00000000000..a20e7779c56
--- /dev/null
+++ b/mail/sma/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/24 09:25:46 tron Exp $
+
+SHA1 (sma-1.3.2.tar.gz) = f6420ee4e9a44527182f7e4504b812ed0628944a
+Size (sma-1.3.2.tar.gz) = 117372 bytes