pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/qmail-qfilter Initial import of qmail-qfilter-1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bde795708649
branches:  trunk
changeset: 459982:bde795708649
user:      zuntum <zuntum%pkgsrc.org@localhost>
date:      Thu Aug 14 11:51:02 2003 +0000

description:
Initial import of qmail-qfilter-1.5

This program allows the body of a message to be filtered through a
series of filters before being passed to the real qmail-queue program,
and injected into the qmail queue.

diffstat:

 mail/qmail-qfilter/DESCR    |   3 +++
 mail/qmail-qfilter/Makefile |  30 ++++++++++++++++++++++++++++++
 mail/qmail-qfilter/PLIST    |   6 ++++++
 mail/qmail-qfilter/distinfo |   4 ++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 3ee17f11e8f3 -r bde795708649 mail/qmail-qfilter/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qmail-qfilter/DESCR  Thu Aug 14 11:51:02 2003 +0000
@@ -0,0 +1,3 @@
+This program allows the body of a message to be filtered through a
+series of filters before being passed to the real qmail-queue program,
+and injected into the qmail queue.
diff -r 3ee17f11e8f3 -r bde795708649 mail/qmail-qfilter/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qmail-qfilter/Makefile       Thu Aug 14 11:51:02 2003 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/14 11:51:02 zuntum Exp $
+#
+
+DISTNAME=              qmail-qfilter-1.5
+CATEGORIES=            mail
+MASTER_SITES=          http://untroubled.org/qmail-qfilter/
+
+MAINTAINER=            zuntum%NetBSD.org@localhost
+HOMEPAGE=              http://untroubled.org/qmail-qfilter/
+COMMENT=               qmail-queue multi-filter front end
+
+USE_BUILDLINK2=                yes
+
+REPLACE_PERL=          samples/block-long-dates                        \
+                       samples/deny-filetypes                          \
+                       samples/rename-filetypes
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/qmail-qfilter ${PREFIX}/bin
+
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/qmail-qfilter
+
+       ${INSTALL_SCRIPT} ${WRKSRC}/samples/block-long-dates            \
+               ${PREFIX}/share/examples/qmail-qfilter
+       ${INSTALL_SCRIPT} ${WRKSRC}/samples/deny-filetypes              \
+               ${PREFIX}/share/examples/qmail-qfilter
+       ${INSTALL_SCRIPT} ${WRKSRC}/samples/rename-filetypes            \
+               ${PREFIX}/share/examples/qmail-qfilter
+
+.include "../../mk/bsd.pkg.mk"
diff -r 3ee17f11e8f3 -r bde795708649 mail/qmail-qfilter/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qmail-qfilter/PLIST  Thu Aug 14 11:51:02 2003 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/14 11:51:02 zuntum Exp $
+bin/qmail-qfilter
+share/examples/qmail-qfilter/block-long-dates
+share/examples/qmail-qfilter/deny-filetypes
+share/examples/qmail-qfilter/rename-filetypes
+@dirrm share/examples/qmail-qfilter
diff -r 3ee17f11e8f3 -r bde795708649 mail/qmail-qfilter/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qmail-qfilter/distinfo       Thu Aug 14 11:51:02 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/14 11:51:02 zuntum Exp $
+
+SHA1 (qmail-qfilter-1.5.tar.gz) = 002fd83ac63bdeba7afe61d5198f76bd0bf1f98c
+Size (qmail-qfilter-1.5.tar.gz) = 17525 bytes



Home | Main Index | Thread Index | Old Index