pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sma Import new "sma" package: Sendmail log analyser



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e3baaefd728
branches:  trunk
changeset: 461948:3e3baaefd728
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Sep 24 09:25:46 2003 +0000

description:
Import new "sma" package: Sendmail log analyser

This packages was contributed by Markus Illenseer in PR pkg/22921.

diffstat:

 mail/sma/DESCR    |   5 +++++
 mail/sma/MESSAGE  |   6 ++++++
 mail/sma/Makefile |  28 ++++++++++++++++++++++++++++
 mail/sma/PLIST    |   7 +++++++
 mail/sma/distinfo |   4 ++++
 5 files changed, 50 insertions(+), 0 deletions(-)

diffs (70 lines):

diff -r 114c614eaed1 -r 3e3baaefd728 mail/sma/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sma/DESCR    Wed Sep 24 09:25:46 2003 +0000
@@ -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 -r 114c614eaed1 -r 3e3baaefd728 mail/sma/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sma/MESSAGE  Wed Sep 24 09:25:46 2003 +0000
@@ -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 -r 114c614eaed1 -r 3e3baaefd728 mail/sma/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sma/Makefile Wed Sep 24 09:25:46 2003 +0000
@@ -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@localhost
+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 -r 114c614eaed1 -r 3e3baaefd728 mail/sma/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sma/PLIST    Wed Sep 24 09:25:46 2003 +0000
@@ -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 -r 114c614eaed1 -r 3e3baaefd728 mail/sma/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sma/distinfo Wed Sep 24 09:25:46 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index