summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kowis2008-06-30 19:38:33 -0500
committerDavid Kowis2008-06-30 19:55:38 -0500
commit8da4d0c57c58e35c36e548c64f9d3a1c1c180d10 (patch)
treeed859b562684e2c6604b799249d491d3c6e8bcc3
parentcc2a4136c8dfff6c5956bc848ba57679274a67c4 (diff)
mime-parser: new spell, needed for bugzilla
-rw-r--r--ChangeLog1
-rwxr-xr-xperl-cpan/mime-parser/BUILD1
-rwxr-xr-xperl-cpan/mime-parser/DEPENDS3
-rwxr-xr-xperl-cpan/mime-parser/DETAILS14
-rw-r--r--perl-cpan/mime-parser/HISTORY3
5 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9651015c5..e019374cc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
* perl-cpan/email-mime-encodings: new spell, needed for email-mime
* perl-cpan/email-mime: new spell, needed for email-mime-modifier
* perl-cpan/email-mime-modifier: new spell, needed for bugzilla
+ * perl-cpan/mime-parser: new spell, needed for bugzilla
2008-06-30 Vlad Glagolev <stealth@sourcemage.org>
* ftp/rsync/WayneDavison.gpg: added gpg key for rsync
diff --git a/perl-cpan/mime-parser/BUILD b/perl-cpan/mime-parser/BUILD
new file mode 100755
index 0000000000..2de29cd903
--- /dev/null
+++ b/perl-cpan/mime-parser/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/mime-parser/DEPENDS b/perl-cpan/mime-parser/DEPENDS
new file mode 100755
index 0000000000..5dd00fdc16
--- /dev/null
+++ b/perl-cpan/mime-parser/DEPENDS
@@ -0,0 +1,3 @@
+depends perl &&
+depends io-stringy &&
+depends mailtools
diff --git a/perl-cpan/mime-parser/DETAILS b/perl-cpan/mime-parser/DETAILS
new file mode 100755
index 0000000000..e82871bd9e
--- /dev/null
+++ b/perl-cpan/mime-parser/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=mime-parser
+ VERSION=5.427
+ SOURCE="MIME-tools-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.cpan.org/authors/id/D/DO/DONEILL/${SOURCE}
+ SOURCE_HASH=sha512:
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://search.cpan.org/search?query=MIME%3A%3AParser&mode=all"
+ LICENSE[0]=ART
+ ENTERED=20080630
+ SHORT="Parses streams to create MIME entities"
+cat << EOF
+You can inherit from this class to create your own subclasses that parse
+MIME streams into MIME::Entity objects.
+EOF
diff --git a/perl-cpan/mime-parser/HISTORY b/perl-cpan/mime-parser/HISTORY
new file mode 100644
index 0000000000..c5fde08ed5
--- /dev/null
+++ b/perl-cpan/mime-parser/HISTORY
@@ -0,0 +1,3 @@
+2008-06-30 David Kowis <dkowis@shlrm.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+