diff options
author | tron <tron@pkgsrc.org> | 2003-09-24 09:25:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-09-24 09:25:46 +0000 |
commit | f2269b9f6ca5512b865c55fb1f1b2441091750c6 (patch) | |
tree | e73329f1908147dce6d709c139ccc387d96e4b57 | |
parent | cb9b991013e862e1ff4360471ac8132cbec710c7 (diff) | |
download | pkgsrc-f2269b9f6ca5512b865c55fb1f1b2441091750c6.tar.gz |
Import new "sma" package: Sendmail log analyser
This packages was contributed by Markus Illenseer in PR pkg/22921.
-rw-r--r-- | mail/sma/DESCR | 5 | ||||
-rw-r--r-- | mail/sma/MESSAGE | 6 | ||||
-rw-r--r-- | mail/sma/Makefile | 28 | ||||
-rw-r--r-- | mail/sma/PLIST | 7 | ||||
-rw-r--r-- | mail/sma/distinfo | 4 |
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 |