Path to this page:
./
mail/p5-Mail-Mbox-MessageParser,
Perl5 module for parsing mail messages
Branch: CURRENT,
Version: 1.5111nb4,
Package name: p5-Mail-Mbox-MessageParser-1.5111nb4,
Maintainer: pkgsrc-usersMail::Mbox::MessageParser is a feature-poor but very fast mbox
parser. It uses the best of three strategies for parsing a mailbox:
either using cached folder information, GNU grep, or highly optimized
Perl.
Required to run:[
lang/perl5] [
devel/p5-FileHandle-Unget] [
archivers/lzip]
Required to build:[
textproc/p5-Text-Diff] [
devel/p5-Test-Compile] [
pkgtools/cwrappers] [
devel/p5-File-Slurper]
Master sites: (Expand)
Filesize: 289.914 KB
Version history: (Expand)
- (2021-05-25) Updated to version: p5-Mail-Mbox-MessageParser-1.5111nb4
- (2020-09-01) Updated to version: p5-Mail-Mbox-MessageParser-1.5111nb3
- (2019-08-11) Updated to version: p5-Mail-Mbox-MessageParser-1.5111nb2
- (2018-08-22) Updated to version: p5-Mail-Mbox-MessageParser-1.5111nb1
- (2018-07-16) Updated to version: p5-Mail-Mbox-MessageParser-1.5111
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2021-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356) |
Log message:
mail: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles were unfetchable (possibly fetched
conditionally?):
./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
|
2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357) |
Log message:
mail: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-07-16 02:55:57 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.5111
Upstream changes:
Version 1.5111:
- Ensure that temp file is created in temp dir
- Fix Makefile.PL warning
- Fix deleting of inc during release process
- Better fix for AutomatedTester warning
Version 1.5110:
- Updating META.yml
Version 1.5109:
- Switch to File::Slurper
Version 1.5108:
- Trying once again to fix the compile test on windows
Version 1.5107:
- Check in standard tests, including one that skips the compile check on Windows
Version 1.5106:
- Add standard tests
- Detect mailboxes that contain a mix of newline types. Complain about it, but
also allow the force option to continue processing. Thanks to Pali Rohár
<pali.rohar@gmail.com> for the bug report.
- Avoid OO interface to File::Temp, which in some versions and on some operating
systems, deletes the file when it is closed. Thanks to Paul Howarth
<paul@city-fan.org> for the bug report.
https://rt.cpan.org/Public/Bug/Display.html?id=103835
- Fix compatibility issue with newer versions of perl, which remove \
"." from
@INC. https://rt.cpan.org/Ticket/Display.html?id=121466
|