summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-02-01 15:15:18 +0300
committerVlad Glagolev2011-02-01 15:15:18 +0300
commit145cebbdad06e7dc4f99205fe88c537c4acc9dd2 (patch)
tree03b8a60c20f0420586c22f781517b75430c9302c
parentb35c4c4d6d940682f0641e767901146de4592cec (diff)
mail-mbox-messageparser: new spell, fast and simple mbox folder reader
-rw-r--r--ChangeLog2
-rwxr-xr-xperl-cpan/mail-mbox-messageparser/DEPENDS2
-rwxr-xr-xperl-cpan/mail-mbox-messageparser/DETAILS17
-rw-r--r--perl-cpan/mail-mbox-messageparser/HISTORY2
4 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 603572d7ff..3f8dc0eff7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
distribution
* perl-cpan/filehandle-unget: new spell, FileHandle which supports
ungetting of multiple bytes
+ * perl-cpan/mail-mbox-messageparser: new spell, fast and simple mbox
+ folder reader
2011-01-31 Ladislav Hagara <hgr@vabo.cz>
* utils/quvi: new spell, flash video download link parser
diff --git a/perl-cpan/mail-mbox-messageparser/DEPENDS b/perl-cpan/mail-mbox-messageparser/DEPENDS
new file mode 100755
index 0000000000..41c9813806
--- /dev/null
+++ b/perl-cpan/mail-mbox-messageparser/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends filehandle-unget
diff --git a/perl-cpan/mail-mbox-messageparser/DETAILS b/perl-cpan/mail-mbox-messageparser/DETAILS
new file mode 100755
index 0000000000..5ac786c650
--- /dev/null
+++ b/perl-cpan/mail-mbox-messageparser/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=mail-mbox-messageparser
+ VERSION=1.5002
+ SOURCE=Mail-Mbox-MessageParser-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Mail-Mbox-MessageParser-$VERSION"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DC/DCOPPIT/$SOURCE
+ SOURCE_HASH=sha512:d36fec04875dd9c22db4a58e63f4af73325b98a7ff3fbfa0ba56f4d15fd8fb50f7fb00d93c05c15eb1b9bfd299835af07c7492589fa76290f1a127a455711f08
+ LICENSE[0]=GPL
+ LICENSE[1]=ART
+ WEB_SITE=http://search.cpan.org/~dcoppit/Mail-Mbox-MessageParser/
+ ENTERED=20110201
+ KEYWORDS="perl"
+ SHORT="fast and simple mbox folder reader"
+cat << EOF
+Mail::Mbox::MessageParser is a feature-poor but very fast mbox parser. It uses
+the best of two strategies for parsing a mailbox: either using cached folder
+information or highly optimized Perl.
+EOF
diff --git a/perl-cpan/mail-mbox-messageparser/HISTORY b/perl-cpan/mail-mbox-messageparser/HISTORY
new file mode 100644
index 0000000000..4ed2105ec4
--- /dev/null
+++ b/perl-cpan/mail-mbox-messageparser/HISTORY
@@ -0,0 +1,2 @@
+2011-02-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS, DEPENDS: spell created