pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/milter-regex The milter-regex plugin can be used ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b818b563a70
branches:  trunk
changeset: 462964:9b818b563a70
user:      manu <manu%pkgsrc.org@localhost>
date:      Mon Oct 20 17:03:47 2003 +0000

description:
The milter-regex plugin can be used with the milter API of sendmail(8) to
filter mails using regular expressions matching SMTP envelope parameters
and mail headers and body.

diffstat:

 mail/milter-regex/DESCR    |   3 +++
 mail/milter-regex/Makefile |  20 ++++++++++++++++++++
 mail/milter-regex/PLIST    |   3 +++
 mail/milter-regex/distinfo |   4 ++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 01a778ef3eaa -r 9b818b563a70 mail/milter-regex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/milter-regex/DESCR   Mon Oct 20 17:03:47 2003 +0000
@@ -0,0 +1,3 @@
+The milter-regex plugin can be used with the milter API of sendmail(8) to
+filter mails using regular expressions matching SMTP envelope parameters
+and mail headers and body.
diff -r 01a778ef3eaa -r 9b818b563a70 mail/milter-regex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/milter-regex/Makefile        Mon Oct 20 17:03:47 2003 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/10/20 17:03:47 manu Exp $
+#
+
+DISTNAME=      milter-regex-0.6
+CATEGORIES=    mail
+MASTER_SITES=  http://www.benzedrine.cx/
+
+MAINTAINER=    manu%NetBSD.org@localhost
+HOMEPAGE=      http://www.benzedrine.cx/milter-regex.html
+COMMENT=       Milter enableing regular expression filtering
+
+USE_BUILDLINK2=        YES
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/milter-regex ${PREFIX}/sbin
+       ${INSTALL_DATA} ${WRKSRC}/milter-regex.8 ${PREFIX}/man/man8
+
+.include "../../mail/libmilter/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 01a778ef3eaa -r 9b818b563a70 mail/milter-regex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/milter-regex/PLIST   Mon Oct 20 17:03:47 2003 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/20 17:03:47 manu Exp $
+sbin/milter-regex
+man/man8/milter-regex.8
diff -r 01a778ef3eaa -r 9b818b563a70 mail/milter-regex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/milter-regex/distinfo        Mon Oct 20 17:03:47 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/10/20 17:03:47 manu Exp $
+
+SHA1 (milter-regex-0.6.tar.gz) = 02056a9ab11fb9279ae9baeaf164114dc5f42954
+Size (milter-regex-0.6.tar.gz) = 9100 bytes



Home | Main Index | Thread Index | Old Index