summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kowis2008-06-30 19:55:03 -0500
committerDavid Kowis2008-06-30 19:55:39 -0500
commit93e25042e5a7173009b2fdda8da889a2352fe04f (patch)
treef9de6890530884a2dcd36a738fbc37e27444f2f4
parent1ed787456affd395a6693c3f2a39bcc7391db9a3 (diff)
mime-lite: new spell, needed for soap-lite
-rw-r--r--ChangeLog1
-rwxr-xr-xperl-cpan/mime-lite/BUILD1
-rwxr-xr-xperl-cpan/mime-lite/DEPENDS2
-rwxr-xr-xperl-cpan/mime-lite/DETAILS27
-rw-r--r--perl-cpan/mime-lite/HISTORY3
5 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01dd5b8c14..b9ad1c9176 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@
* perl-cpan/mime-parser: new spell, needed for bugzilla
* 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
2008-06-30 Vlad Glagolev <stealth@sourcemage.org>
* ftp/rsync/WayneDavison.gpg: added gpg key for rsync
diff --git a/perl-cpan/mime-lite/BUILD b/perl-cpan/mime-lite/BUILD
new file mode 100755
index 0000000000..2de29cd903
--- /dev/null
+++ b/perl-cpan/mime-lite/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/mime-lite/DEPENDS b/perl-cpan/mime-lite/DEPENDS
new file mode 100755
index 0000000000..77563829cc
--- /dev/null
+++ b/perl-cpan/mime-lite/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends email-date-format
diff --git a/perl-cpan/mime-lite/DETAILS b/perl-cpan/mime-lite/DETAILS
new file mode 100755
index 0000000000..fb342468bb
--- /dev/null
+++ b/perl-cpan/mime-lite/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=mime-lite
+ VERSION=3.021
+ SOURCE="MIME-Lite-${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=MIME-Lite&mode=all"
+ LICENSE[0]=ART
+ ENTERED=20080630
+ SHORT="MIME::Lite - low-calorie MIME generator"
+cat << EOF
+In the never-ending quest for great taste with fewer calories, we proudly
+present: MIME::Lite.
+
+MIME::Lite is intended as a simple, standalone module for generating (not
+parsing!) MIME messages... specifically, it allows you to output a simple,
+decent single- or multi-part message with text or binary attachments. It
+does not require that you have the Mail:: or MIME:: modules installed,
+but will work with them if they are.
+
+You can specify each message part as either the literal data itself (in
+a scalar or array), or as a string which can be given to open() to get a
+readable filehandle (e.g., "<filename" or "somecommand|").
+
+You don't need to worry about encoding your message data: this module will
+do that for you. It handles the 5 standard MIME encodings.
+EOF
diff --git a/perl-cpan/mime-lite/HISTORY b/perl-cpan/mime-lite/HISTORY
new file mode 100644
index 0000000000..c5fde08ed5
--- /dev/null
+++ b/perl-cpan/mime-lite/HISTORY
@@ -0,0 +1,3 @@
+2008-06-30 David Kowis <dkowis@shlrm.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+