summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-02-01 15:19:05 +0300
committerVlad Glagolev2011-02-01 15:19:05 +0300
commit337d9d934c93e642684b1a62e3e2dd818ded99bf (patch)
tree88ad89089072cb8c30d68ad1c9b52d90cce42e8d
parent145cebbdad06e7dc4f99205fe88c537c4acc9dd2 (diff)
mail-mboxparser: module for working with UNIX-flavoured mailboxes
-rw-r--r--ChangeLog2
-rwxr-xr-xperl-cpan/mail-mboxparser/DEPENDS4
-rwxr-xr-xperl-cpan/mail-mboxparser/DETAILS17
-rw-r--r--perl-cpan/mail-mboxparser/HISTORY2
4 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f8dc0eff7..c178326900 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
ungetting of multiple bytes
* perl-cpan/mail-mbox-messageparser: new spell, fast and simple mbox
folder reader
+ * perl-cpan/mail-mboxparser: module for working with UNIX-flavoured
+ mailboxes
2011-01-31 Ladislav Hagara <hgr@vabo.cz>
* utils/quvi: new spell, flash video download link parser
diff --git a/perl-cpan/mail-mboxparser/DEPENDS b/perl-cpan/mail-mboxparser/DEPENDS
new file mode 100755
index 0000000000..e7831545fc
--- /dev/null
+++ b/perl-cpan/mail-mboxparser/DEPENDS
@@ -0,0 +1,4 @@
+depends perl &&
+depends mime-tools &&
+
+suggest_depends mail-mbox-messageparser "" "" "for significantly faster parsing"
diff --git a/perl-cpan/mail-mboxparser/DETAILS b/perl-cpan/mail-mboxparser/DETAILS
new file mode 100755
index 0000000000..f34b614604
--- /dev/null
+++ b/perl-cpan/mail-mboxparser/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=mail-mboxparser
+ VERSION=0.55
+ SOURCE=Mail-MboxParser-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Mail-MboxParser-$VERSION"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/V/VP/VPARSEVAL/$SOURCE
+ SOURCE_HASH=sha512:6f3a2d596d0f6d98eaf5556eeaefebe1864af9f14f99dc16f349695edc93cbd8bc721c7c3af498c396db936bdff28b42c8b44f12584b67cd7df425004f908e7c
+ LICENSE[0]=GPL
+ LICENSE[1]=ART
+ WEB_SITE=http://search.cpan.org/~vparseval/Mail-MboxParser/
+ ENTERED=20110201
+ KEYWORDS="perl"
+ SHORT="module for working with UNIX-flavoured mailboxes"
+cat << EOF
+Its purpose is to _easily_ extract messages from a mailbox with _simple_ access
+to header fields, body and MIME-parts. It is particularly easy to deal with any
+kind of attached files. See the supplied store_att.pl script for an example.
+EOF
diff --git a/perl-cpan/mail-mboxparser/HISTORY b/perl-cpan/mail-mboxparser/HISTORY
new file mode 100644
index 0000000000..4ed2105ec4
--- /dev/null
+++ b/perl-cpan/mail-mboxparser/HISTORY
@@ -0,0 +1,2 @@
+2011-02-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS, DEPENDS: spell created