summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kowis2008-06-30 20:17:53 -0500
committerDavid Kowis2008-06-30 20:17:53 -0500
commit8ee6673341376c76b05344357bc2faf80ad7d4ad (patch)
treea1b7e49e30d3ef49f2836f786bb0ab6cab01a8d5
parent3bf80218fb8ad7957befd332e3a1e123dce1dd18 (diff)
email-reply: new spell, needed for bugzilla
-rw-r--r--ChangeLog1
-rwxr-xr-xperl-cpan/email-reply/BUILD1
-rwxr-xr-xperl-cpan/email-reply/DEPENDS5
-rwxr-xr-xperl-cpan/email-reply/DETAILS13
-rw-r--r--perl-cpan/email-reply/HISTORY3
5 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7ca789684..e60376dab8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@
* perl-cpan/email-abstract: new spell, needed for email-reply
* perl-cpan/email-simple-creator: new spell, needed for email-mime-creator
* perl-cpan/email-mime-creator: new spell, needed for email-reply
+ * perl-cpan/email-reply: 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-reply/BUILD b/perl-cpan/email-reply/BUILD
new file mode 100755
index 0000000000..2de29cd903
--- /dev/null
+++ b/perl-cpan/email-reply/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/email-reply/DEPENDS b/perl-cpan/email-reply/DEPENDS
new file mode 100755
index 0000000000..6fd597d741
--- /dev/null
+++ b/perl-cpan/email-reply/DEPENDS
@@ -0,0 +1,5 @@
+depends perl &&
+depends email-abstract &&
+depends email-mime &&
+depends email-mime-modifier &&
+depends email-mime-creator
diff --git a/perl-cpan/email-reply/DETAILS b/perl-cpan/email-reply/DETAILS
new file mode 100755
index 0000000000..4ef6cbaf78
--- /dev/null
+++ b/perl-cpan/email-reply/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=email-reply
+ VERSION=1.202
+ SOURCE="Email-Reply-${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%3AReply&mode=all"
+ LICENSE[0]=ART
+ ENTERED=20080630
+ SHORT="Email::Reply - Reply to a Message"
+cat << EOF
+This software takes the hard out of generating replies to email messages.
+EOF
diff --git a/perl-cpan/email-reply/HISTORY b/perl-cpan/email-reply/HISTORY
new file mode 100644
index 0000000000..c5fde08ed5
--- /dev/null
+++ b/perl-cpan/email-reply/HISTORY
@@ -0,0 +1,3 @@
+2008-06-30 David Kowis <dkowis@shlrm.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+