diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-18 16:46:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-18 16:46:46 +0000 |
commit | 491e2a18eee139ca8059eded04d8d7b2b498fab8 (patch) | |
tree | 21cb6cc47466aa3c4a0a997d1f5e9f4e0a4ff215 /mail | |
parent | 00fab7e39283d2cb0249ae34d92f661218111cf5 (diff) | |
download | pkgsrc-491e2a18eee139ca8059eded04d8d7b2b498fab8.tar.gz |
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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-ListDetector/Makefile | 11 | ||||
-rw-r--r-- | mail/p5-Mail-ListDetector/distinfo | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile index 34d6b1a5f8f..05651315b80 100644 --- a/mail/p5-Mail-ListDetector/Makefile +++ b/mail/p5-Mail-ListDetector/Makefile @@ -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 diff --git a/mail/p5-Mail-ListDetector/distinfo b/mail/p5-Mail-ListDetector/distinfo index dcc3ea243a7..91171ec50d0 100644 --- a/mail/p5-Mail-ListDetector/distinfo +++ b/mail/p5-Mail-ListDetector/distinfo @@ -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 |