summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Mbox-MessageParser/DESCR
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-05-07 13:53:09 +0000
committerwiz <wiz@pkgsrc.org>2004-05-07 13:53:09 +0000
commitc286d4dc5979c46a5b765e154909dd3dd732fbc5 (patch)
treea30f63ed7be315d28d90014591a4fe83b286a451 /mail/p5-Mail-Mbox-MessageParser/DESCR
parentd3a295f142fedd88170e3488bc79e1431b2d6ba0 (diff)
downloadpkgsrc-c286d4dc5979c46a5b765e154909dd3dd732fbc5.tar.gz
Initial import of p5-Mail-Mbox-MessageParser-0.14:
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.
Diffstat (limited to 'mail/p5-Mail-Mbox-MessageParser/DESCR')
-rw-r--r--mail/p5-Mail-Mbox-MessageParser/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/p5-Mail-Mbox-MessageParser/DESCR b/mail/p5-Mail-Mbox-MessageParser/DESCR
new file mode 100644
index 00000000000..1d0cd35cb29
--- /dev/null
+++ b/mail/p5-Mail-Mbox-MessageParser/DESCR
@@ -0,0 +1,4 @@
+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.