diff options
author | jlam <jlam> | 2001-09-27 04:57:45 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-27 04:57:45 +0000 |
commit | c655ae948278f4809d7f1a5239929dfc2d20cf20 (patch) | |
tree | ac27ef0c1a4a5103e03aa7d3e24bee895bdc4900 | |
parent | 8c25cd61ab8caf5ad5060e87c8567f5834fdcb7a (diff) | |
download | pkgsrc-c655ae948278f4809d7f1a5239929dfc2d20cf20.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>.
-rw-r--r-- | mail/p5-Mail-ListDetector/Makefile | 22 | ||||
-rw-r--r-- | mail/p5-Mail-ListDetector/distinfo | 4 | ||||
-rw-r--r-- | mail/p5-Mail-ListDetector/pkg/DESCR | 7 | ||||
-rw-r--r-- | mail/p5-Mail-ListDetector/pkg/PLIST | 1 |
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 $ |