Update to 0.31, closing PR 29994:
0.19 Wed Jan 02 20:59:19 2002 - assimilate Mail::ListDetector::Detector::Fml 0.21 Mon May 06 22:19:00 2002 - unassimilate Fml - Patch from Peter Oliver for list owner messages 0.22 Thu Jun 27 21:15:00 2002 - Cleanup documentation to fix rt.cpan.org ticket 62 - Finally assimilate Mail::ListDetector::Detector::Fml properly - Import into CVS 0.24 Sun Jul 06 2003 - I've lost the CVS repository, oh well, that's what CPAN's for. - Add recognition for some mailman lists with minimal headers. 0.25 Mon Jul 21 2003 - Add mention of mailing list to README file. - Integrate cleanup and new detector from Matthew Walker <matthew@walker.wattle.id.au> 0.28 26 Aug 2003 - Add Patch from Mik Firestone for Mailman on freebsd mailing lists ( and probably others). 0.29 13 Oct 2003 - Add patch from Matthew Walker for Communigate. 0.30 28 May 2004 - Add patch from Simon Cozens for use of Email::Abstract. 0.31 8 June 2004 - Add correction to previous patch from Simon Cozens. - Add the following from Matthew Walker: - tweak docs for Listbox - for RFC2369 List-Post has URI in <>'s but may have comments, now extract text from within <>'s to give to URI - Majordomo now recognises lists using domo as unix user not just majordomo - added new detectors for AutoShare, Google Groups, LetterRip, ListSTAR, Lyris and Onelist - added tests for all changes and additions
This commit is contained in:
parent
00fab7e392
commit
491e2a18ee
2 changed files with 10 additions and 9 deletions
|
@ -1,18 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:21 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2005/04/18 16:46:46 wiz Exp $
|
||||
|
||||
DISTNAME= Mail-ListDetector-0.18
|
||||
DISTNAME= Mail-ListDetector-0.31
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5mli
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Mail-ListDetector/
|
||||
COMMENT= Perl5 module to detect whether a message is from a mailing list
|
||||
|
||||
DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools
|
||||
DEPENDS+= p5-Email-Valid-[0-9]*:../../mail/p5-Email-Valid
|
||||
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
||||
DEPENDS+= p5-Email-Abstract-[0-9]*:../../mail/p5-Email-Abstract
|
||||
DEPENDS+= p5-Email-Valid>=0.12:../../mail/p5-Email-Valid
|
||||
DEPENDS+= p5-URI>=1.10:../../www/p5-URI
|
||||
DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
|
||||
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/ListDetector/.packlist
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2005/02/24 09:59:25 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2005/04/18 16:46:46 wiz Exp $
|
||||
|
||||
SHA1 (Mail-ListDetector-0.18.tar.gz) = ca65c0f4b8492f4cc3381435f46f28429b86eaee
|
||||
RMD160 (Mail-ListDetector-0.18.tar.gz) = 904c41c49af2ad54428ffbd77d9513941476764b
|
||||
Size (Mail-ListDetector-0.18.tar.gz) = 16227 bytes
|
||||
SHA1 (Mail-ListDetector-0.31.tar.gz) = 81cf46d06b25c7b00f2f6290c3a05eb0bad3fb85
|
||||
RMD160 (Mail-ListDetector-0.31.tar.gz) = 99717b531e8075a679bf894f7f49337fac035a06
|
||||
Size (Mail-ListDetector-0.31.tar.gz) = 39687 bytes
|
||||
|
|
Loading…
Reference in a new issue