diff options
author | petef <petef@FreeBSD.org> | 2001-08-23 23:41:27 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-08-23 23:41:27 +0800 |
commit | 219c943bd85c32b0978c6bbaa68d2aaab6d4bfd5 (patch) | |
tree | d2472904d17fc05a4f07475c78a7a9903ad0c8d7 | |
parent | f4203a33b8a89bb19fccede256142c8bd31360d6 (diff) | |
download | freebsd-ports-gnome-219c943bd85c32b0978c6bbaa68d2aaab6d4bfd5.tar.gz freebsd-ports-gnome-219c943bd85c32b0978c6bbaa68d2aaab6d4bfd5.tar.zst freebsd-ports-gnome-219c943bd85c32b0978c6bbaa68d2aaab6d4bfd5.zip |
add p5-Mail-ListDetector 0.15
Perl module for detecting mailing list messages
PR: 29665
Reviewed by: ade
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Mail-ListDetector/Makefile | 43 | ||||
-rw-r--r-- | mail/p5-Mail-ListDetector/distinfo | 1 | ||||
-rw-r--r-- | mail/p5-Mail-ListDetector/pkg-comment | 1 | ||||
-rw-r--r-- | mail/p5-Mail-ListDetector/pkg-descr | 13 | ||||
-rw-r--r-- | mail/p5-Mail-ListDetector/pkg-plist | 21 |
6 files changed, 80 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 85efb34bd184..be55145dc909 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -118,6 +118,7 @@ SUBDIR += p5-Mail-Folder SUBDIR += p5-Mail-Freshmeat SUBDIR += p5-Mail-IMAPClient + SUBDIR += p5-Mail-ListDetector SUBDIR += p5-Mail-MailStats SUBDIR += p5-Mail-POP3Client SUBDIR += p5-Mail-Sender diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile new file mode 100644 index 000000000000..159af730df0d --- /dev/null +++ b/mail/p5-Mail-ListDetector/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: p5-Mail-ListDetector +# Date created: 13 August 2001 +# Whom: petef +# +# $FreeBSD$ +# + +PORTNAME= Mail-ListDetector +PORTVERSION= 0.15 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Mail +PKGNAMEPREFIX= p5- + +MAINTAINER= petef@FreeBSD.org + +BUILD_DEPENDS= ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \ + ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ + ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_PERL5= yes +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Mail::ListDetector.3 \ + Mail::ListDetector::Detector::Base.3 \ + Mail::ListDetector::Detector::Ezmlm.3 \ + Mail::ListDetector::Detector::Listar.3 \ + Mail::ListDetector::Detector::Mailman.3 \ + Mail::ListDetector::Detector::Majordomo.3 \ + Mail::ListDetector::Detector::RFC2369.3 \ + Mail::ListDetector::Detector::Smartlist.3 \ + Mail::ListDetector::Detector::Yahoogroups.3 \ + Mail::ListDetector::List.3 + +post-install: + @${MKDIR} ${PREFIX}/share/examples/Mail-ListDetector + ${INSTALL_SCRIPT} ${WRKSRC}/examples/sample.pl \ + ${PREFIX}/share/examples/Mail-ListDetector + +.include <bsd.port.mk> diff --git a/mail/p5-Mail-ListDetector/distinfo b/mail/p5-Mail-ListDetector/distinfo new file mode 100644 index 000000000000..2ba7cf95b3f5 --- /dev/null +++ b/mail/p5-Mail-ListDetector/distinfo @@ -0,0 +1 @@ +MD5 (Mail-ListDetector-0.15.tar.gz) = 4db1808a06539751b8331ed4232c5df8 diff --git a/mail/p5-Mail-ListDetector/pkg-comment b/mail/p5-Mail-ListDetector/pkg-comment new file mode 100644 index 000000000000..49d6f529018c --- /dev/null +++ b/mail/p5-Mail-ListDetector/pkg-comment @@ -0,0 +1 @@ +Perl module for detecting mailing list messages diff --git a/mail/p5-Mail-ListDetector/pkg-descr b/mail/p5-Mail-ListDetector/pkg-descr new file mode 100644 index 000000000000..288654f4056a --- /dev/null +++ b/mail/p5-Mail-ListDetector/pkg-descr @@ -0,0 +1,13 @@ +This module analyzses a Mail::Internet object and returns a +Mail::ListDetector::List object representing the mailing list the +email was sent to, if any. + +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. + +WWW: http://search.cpan.org/search?dist=Mail-ListDetector + +- Pete +petef@FreeBSD.org diff --git a/mail/p5-Mail-ListDetector/pkg-plist b/mail/p5-Mail-ListDetector/pkg-plist new file mode 100644 index 000000000000..580690e1d0dd --- /dev/null +++ b/mail/p5-Mail-ListDetector/pkg-plist @@ -0,0 +1,21 @@ +lib/perl5/site_perl/%%PERL_VER%%/Mail/ListDetector.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/ListDetector/Detector/Base.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/ListDetector/Detector/Ezmlm.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/ListDetector/Detector/Listar.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/ListDetector/Detector/Mailman.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/ListDetector/Detector/Majordomo.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/ListDetector/Detector/RFC2369.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/ListDetector/Detector/Smartlist.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/ListDetector/Detector/Yahoogroups.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/ListDetector/List.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/ListDetector/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/ListDetector/.packlist +share/examples/Mail-ListDetector/sample.pl +@dirrm share/examples/Mail-ListDetector +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/ListDetector +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/ListDetector +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Mail 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/ListDetector/Detector +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/ListDetector +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true |