diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-08-13 14:27:07 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-08-13 14:27:07 +0000 |
commit | d035db61c299cf937bcbe1e5704ce87a138f09f0 (patch) | |
tree | be94801b25698b05ffd574cc00b645d21048b85d /mail/qmail-lint | |
parent | 88eaecdf963eaca3c8027bfa5b6f3dafd42016d6 (diff) | |
download | pkgsrc-d035db61c299cf937bcbe1e5704ce87a138f09f0.tar.gz |
Initial import of qmail-lint-0.55
This tool examines the qmail configuration to see if any common errors exist.
usage: qmail-lint [-v]
-v -- print an explanation of the reports the first time one is printed.
Diffstat (limited to 'mail/qmail-lint')
-rw-r--r-- | mail/qmail-lint/Makefile | 24 | ||||
-rw-r--r-- | mail/qmail-lint/distinfo | 4 | ||||
-rw-r--r-- | mail/qmail-lint/pkg/DESCR | 5 | ||||
-rw-r--r-- | mail/qmail-lint/pkg/PLIST | 2 |
4 files changed, 35 insertions, 0 deletions
diff --git a/mail/qmail-lint/Makefile b/mail/qmail-lint/Makefile new file mode 100644 index 00000000000..6abfffc796c --- /dev/null +++ b/mail/qmail-lint/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/13 14:27:07 zuntum Exp $ +# + +DISTNAME= qmail-lint-0.55 +CATEGORIES= mail +MASTER_SITES= http://qmail.obeer.com/ +EXTRACT_SUFX= # + +MAINTAINER= zuntum@netbsd.org +HOMEPAGE= http://www.qmail.org/ +COMMENT= examine the qmail configuration to see if any common errors exist + +EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC} + +WRKSRC= ${WRKDIR} + +USE_PERL5= yes +REPLACE_PERL= ${DISTNAME} +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/qmail-lint + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/qmail-lint/distinfo b/mail/qmail-lint/distinfo new file mode 100644 index 00000000000..7c49ac51325 --- /dev/null +++ b/mail/qmail-lint/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/08/13 14:27:07 zuntum Exp $ + +SHA1 (qmail-lint-0.55) = bbe23a144a216cc85046e0aa9596806b81613c3e +Size (qmail-lint-0.55) = 13531 bytes diff --git a/mail/qmail-lint/pkg/DESCR b/mail/qmail-lint/pkg/DESCR new file mode 100644 index 00000000000..6e0596eb054 --- /dev/null +++ b/mail/qmail-lint/pkg/DESCR @@ -0,0 +1,5 @@ +This tool examines the qmail configuration to see if any common errors exist. + +usage: qmail-lint [-v] + -v -- print an explanation of the reports the first time one is printed. + diff --git a/mail/qmail-lint/pkg/PLIST b/mail/qmail-lint/pkg/PLIST new file mode 100644 index 00000000000..e96ea4d26a2 --- /dev/null +++ b/mail/qmail-lint/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/13 14:27:07 zuntum Exp $ +bin/qmail-lint |