add p5-Mail-ListDetector 0.15
Perl module for detecting mailing list messages PR: 29665 Reviewed by: ade
This commit is contained in:
parent
ed156534bd
commit
7770f0ec6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46718
@ -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
|
||||
|
43
mail/p5-Mail-ListDetector/Makefile
Normal file
43
mail/p5-Mail-ListDetector/Makefile
Normal file
@ -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>
|
1
mail/p5-Mail-ListDetector/distinfo
Normal file
1
mail/p5-Mail-ListDetector/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Mail-ListDetector-0.15.tar.gz) = 4db1808a06539751b8331ed4232c5df8
|
1
mail/p5-Mail-ListDetector/pkg-comment
Normal file
1
mail/p5-Mail-ListDetector/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module for detecting mailing list messages
|
13
mail/p5-Mail-ListDetector/pkg-descr
Normal file
13
mail/p5-Mail-ListDetector/pkg-descr
Normal file
@ -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
|
21
mail/p5-Mail-ListDetector/pkg-plist
Normal file
21
mail/p5-Mail-ListDetector/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user