summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kowis2008-06-30 19:54:19 -0500
committerDavid Kowis2008-06-30 19:55:39 -0500
commit1ed787456affd395a6693c3f2a39bcc7391db9a3 (patch)
treec1677a79551dad4335f1d2825b3fed82e27d7897
parentbe7234283e7f013f8b67c9d2b3b418f27c60e168 (diff)
email-date-format: new spell, needed for mime-lite
-rw-r--r--ChangeLog1
-rwxr-xr-xperl-cpan/email-date-format/BUILD1
-rwxr-xr-xperl-cpan/email-date-format/DEPENDS1
-rwxr-xr-xperl-cpan/email-date-format/DETAILS15
-rw-r--r--perl-cpan/email-date-format/HISTORY3
5 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index baf4a746cd..01dd5b8c14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
* perl-cpan/email-mime-modifier: new spell, needed for bugzilla
* 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
2008-06-30 Vlad Glagolev <stealth@sourcemage.org>
* ftp/rsync/WayneDavison.gpg: added gpg key for rsync
diff --git a/perl-cpan/email-date-format/BUILD b/perl-cpan/email-date-format/BUILD
new file mode 100755
index 0000000000..2de29cd903
--- /dev/null
+++ b/perl-cpan/email-date-format/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/email-date-format/DEPENDS b/perl-cpan/email-date-format/DEPENDS
new file mode 100755
index 0000000000..c1a1bc6231
--- /dev/null
+++ b/perl-cpan/email-date-format/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/email-date-format/DETAILS b/perl-cpan/email-date-format/DETAILS
new file mode 100755
index 0000000000..c8994d1ae9
--- /dev/null
+++ b/perl-cpan/email-date-format/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=email-date-format
+ VERSION=1.002
+ SOURCE="Email-Date-Format-${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-Date-Format&mode=all"
+ LICENSE[0]=ART
+ ENTERED=20080630
+ SHORT="Email::Date::Format - produce RFC 2822 date strings"
+cat << EOF
+This module provides a simple means for generating an RFC 2822 compliant
+datetime string. (In case you care, they're not RFC 822 dates, because they
+use a four digit year, which is not allowed in RFC 822.)
+EOF
diff --git a/perl-cpan/email-date-format/HISTORY b/perl-cpan/email-date-format/HISTORY
new file mode 100644
index 0000000000..c5fde08ed5
--- /dev/null
+++ b/perl-cpan/email-date-format/HISTORY
@@ -0,0 +1,3 @@
+2008-06-30 David Kowis <dkowis@shlrm.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+