summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-ListDetector
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-09-27 04:57:45 +0000
committerjlam <jlam@pkgsrc.org>2001-09-27 04:57:45 +0000
commit08f677a9804e415dee8380868cff3218597a63a6 (patch)
treeac27ef0c1a4a5103e03aa7d3e24bee895bdc4900 /mail/p5-Mail-ListDetector
parente924e2d9ac4cd34109ecc8f1a5e3f8d3dea6a2a2 (diff)
downloadpkgsrc-08f677a9804e415dee8380868cff3218597a63a6.tar.gz
p5-Mail-ListDetector - perl5 module to detect whether a message is from a
mailing list This module analyzses Mail::Internet objects. It returns a Mail::ListDetector::List object representing the mailing list. The RFC2369 mailing list detector is also capable of matching some Mailman and Ezmlm messages. It is deliberately checked last to allow the more specific Mailman and Ezmlm parsing to happen first, and more accurately identify the type of mailing list involved. Provided in pkg/13847 by Sen Nagata <sen@eccosys.com>.
Diffstat (limited to 'mail/p5-Mail-ListDetector')
-rw-r--r--mail/p5-Mail-ListDetector/Makefile22
-rw-r--r--mail/p5-Mail-ListDetector/distinfo4
-rw-r--r--mail/p5-Mail-ListDetector/pkg/DESCR7
-rw-r--r--mail/p5-Mail-ListDetector/pkg/PLIST1
4 files changed, 34 insertions, 0 deletions
diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile
new file mode 100644
index 00000000000..6d246a35b6f
--- /dev/null
+++ b/mail/p5-Mail-ListDetector/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/27 04:57:45 jlam Exp $
+
+DISTNAME= Mail-ListDetector-0.18
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= perl5 module to detect whether a message is from a mailing list
+
+DEPENDS+= p5-MailTools-*:../../mail/p5-MailTools
+DEPENDS+= p5-Email-Valid-*:../../mail/p5-Email-Valid
+DEPENDS+= p5-URI-*:../../www/p5-URI
+DEPENDS+= p5-Test-Simple-*:../../devel/p5-Test-Simple
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/ListDetector/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/p5-Mail-ListDetector/distinfo b/mail/p5-Mail-ListDetector/distinfo
new file mode 100644
index 00000000000..54221c88e80
--- /dev/null
+++ b/mail/p5-Mail-ListDetector/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/09/27 04:57:45 jlam Exp $
+
+SHA1 (Mail-ListDetector-0.18.tar.gz) = ca65c0f4b8492f4cc3381435f46f28429b86eaee
+Size (Mail-ListDetector-0.18.tar.gz) = 16227 bytes
diff --git a/mail/p5-Mail-ListDetector/pkg/DESCR b/mail/p5-Mail-ListDetector/pkg/DESCR
new file mode 100644
index 00000000000..feda3b0b3a1
--- /dev/null
+++ b/mail/p5-Mail-ListDetector/pkg/DESCR
@@ -0,0 +1,7 @@
+This module analyzses Mail::Internet objects. It returns a
+Mail::ListDetector::List object representing the mailing list.
+
+The RFC2369 mailing list detector is also capable of matching some
+Mailman and Ezmlm messages. It is deliberately checked last to allow
+the more specific Mailman and Ezmlm parsing to happen first, and more
+accurately identify the type of mailing list involved.
diff --git a/mail/p5-Mail-ListDetector/pkg/PLIST b/mail/p5-Mail-ListDetector/pkg/PLIST
new file mode 100644
index 00000000000..5bed3816327
--- /dev/null
+++ b/mail/p5-Mail-ListDetector/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/27 04:57:45 jlam Exp $