summaryrefslogtreecommitdiff
path: root/mail/qmailanalog/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-09-16 22:25:55 +0000
committerzuntum <zuntum>2001-09-16 22:25:55 +0000
commita3588e630e4f84d65e6bc6003157c1dfa642ed69 (patch)
tree759da6482886bb9c176bea4aac3a97c7a64bd46d /mail/qmailanalog/Makefile
parentda8b5169dd24a44b6097b7e7869555ca6fe03a35 (diff)
downloadpkgsrc-a3588e630e4f84d65e6bc6003157c1dfa642ed69.tar.gz
Initial import of qmailanalog-0.70
qmailanalog is a collection of tools to help you analyze qmail's activity record. It supplies statistics to answer a wide variety of questions: overall: how many messages? recipients? attempts? etc. ddist: how soon were 50% of the messages delivered? 90%? 95%? 99%? rxdelay: what's the best order of recipients for mailing lists? recipients, rhosts: who's getting mail? bytes? messages? attempts? successes, failures, deferrals: why? how often? how much delay? senders, suids: messages? bytes? load? recipients? attempts? delay? qmailanalog also includes several tools to focus attention on particular senders, recipients, or messages. Package provided by Sen Nagata <sen@eccosys.com> in pkg/13891
Diffstat (limited to 'mail/qmailanalog/Makefile')
-rw-r--r--mail/qmailanalog/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/qmailanalog/Makefile b/mail/qmailanalog/Makefile
new file mode 100644
index 00000000000..a8ea3797ab7
--- /dev/null
+++ b/mail/qmailanalog/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/16 22:25:55 zuntum Exp $
+#
+
+DISTNAME= qmailanalog-0.70
+CATEGORIES= mail
+MASTER_SITES= http://cr.yp.to/software/
+
+MAINTAINER= zuntum@netbsd.org
+HOMEPAGE= http://cr.yp.to/qmailanalog.html
+COMMENT= collection of tools to help analyze qmail's activity
+
+ALL_TARGET= it
+INSTALL_TARGET= setup check
+
+RESTRICTED= "unsure of djb's license"
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+
+pre-build:
+ ${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
+ ${ECHO} ${CC} ${STRIPFLAG} > ${WRKSRC}/conf-ld
+ ${ECHO} ${PREFIX}/qmailanalog > ${WRKSRC}/conf-home
+
+.include "../../mk/bsd.pkg.mk"