summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kowis2008-06-30 20:06:43 -0500
committerDavid Kowis2008-06-30 20:06:43 -0500
commit508776f6dde97fafe62cb5a93cd3f036eedec26f (patch)
tree197bf835053073e81d49d3e50c8a99d124402dfe
parent2688e4effdac9bb648ac55c4c6af18a229b104f1 (diff)
email-mime-attachment-stripper: new spell, candidate for longest spell name evar, and for bugzilla
-rw-r--r--ChangeLog1
-rwxr-xr-xperl-cpan/email-mime-attachment-stripper/BUILD1
-rwxr-xr-xperl-cpan/email-mime-attachment-stripper/DEPENDS3
-rwxr-xr-xperl-cpan/email-mime-attachment-stripper/DETAILS14
-rw-r--r--perl-cpan/email-mime-attachment-stripper/HISTORY3
5 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9ad1c9176..96cb5a10f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
* perl-cpan/template-gd: new spell, needed for bugzilla
* perl-cpan/email-date-format: new spell, needed for mime-lite
* perl-cpan/mime-lite: new spell, needed for soap-lite
+ * perl-cpan/email-mime-attachment-stripper: 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/email-mime-attachment-stripper/BUILD b/perl-cpan/email-mime-attachment-stripper/BUILD
new file mode 100755
index 0000000000..2de29cd903
--- /dev/null
+++ b/perl-cpan/email-mime-attachment-stripper/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/email-mime-attachment-stripper/DEPENDS b/perl-cpan/email-mime-attachment-stripper/DEPENDS
new file mode 100755
index 0000000000..7330a4524e
--- /dev/null
+++ b/perl-cpan/email-mime-attachment-stripper/DEPENDS
@@ -0,0 +1,3 @@
+depends perl &&
+depends email-mime &&
+depends email-mime-modifier
diff --git a/perl-cpan/email-mime-attachment-stripper/DETAILS b/perl-cpan/email-mime-attachment-stripper/DETAILS
new file mode 100755
index 0000000000..30e95ecc45
--- /dev/null
+++ b/perl-cpan/email-mime-attachment-stripper/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=email-mime-attachment-stripper
+ VERSION=1.314
+ SOURCE="Email-MIME-Attachment-Stripper-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RJ/RJBS/${SOURCE}
+ SOURCE_HASH=sha512:
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://search.cpan.org/search?query=Email%3A%3AMIME%3A%3AAttachment%3A%3AStripper&mode=all"
+ LICENSE[0]=ART
+ ENTERED=20080630
+ SHORT="Email::MIME::Attachment::Stripper - Strip the attachments from a mail"
+cat << EOF
+Given a Email::MIME object, detach all attachments from the message. These
+are then available separately.
+EOF
diff --git a/perl-cpan/email-mime-attachment-stripper/HISTORY b/perl-cpan/email-mime-attachment-stripper/HISTORY
new file mode 100644
index 0000000000..c5fde08ed5
--- /dev/null
+++ b/perl-cpan/email-mime-attachment-stripper/HISTORY
@@ -0,0 +1,3 @@
+2008-06-30 David Kowis <dkowis@shlrm.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+