summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Mbox-MessageParser
AgeCommit message (Collapse)AuthorFilesLines
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam1-1/+3
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-06-23Update to p5-Mail-Mbox-MessageParser-1.20.snj2-5/+5
Changes since 1.14: - More robust use of GNU grep to find emails on DOS systems - Fixed an uninitialized value warning in Cache.pm - Made everything work with DOS-style line endings. Added endline() function to return the detected line ending - Now keeps reading the first paragraph until a maximum number of bytes have been read.
2004-05-07Initial import of p5-Mail-Mbox-MessageParser-0.14:wiz4-0/+40
Mail::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. XXX: might need some adaptation for OSs where diff and bzip2 are not in the base system.