summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xperl-cpan/mail-dkim/DEPENDS4
-rwxr-xr-xperl-cpan/mail-dkim/DETAILS17
-rw-r--r--perl-cpan/mail-dkim/HISTORY3
4 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f09208d7e..18b7b19818 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
2015-06-17 Treeve Jelbert <treeve@sourcemage.org>
* utils/consolekit2: added, fork of consolekit (unmaintained)
+2015-07-17 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * perl-cpan/mail-dkim: new spell, DKIM for perl
+
2015-07-16 Ismael Luceno <ismael@sourcemage.org>
* haskell/haskell-uuid-types: new spell, Type definitions for Universally Unique Identifiers
* haskell/haskell-network-uri: new spell, URI manipulation
diff --git a/perl-cpan/mail-dkim/DEPENDS b/perl-cpan/mail-dkim/DEPENDS
new file mode 100755
index 0000000000..29232cbdef
--- /dev/null
+++ b/perl-cpan/mail-dkim/DEPENDS
@@ -0,0 +1,4 @@
+depends perl &&
+depends mailtools &&
+depends net-dns &&
+depends crypt-openssl-rsa
diff --git a/perl-cpan/mail-dkim/DETAILS b/perl-cpan/mail-dkim/DETAILS
new file mode 100755
index 0000000000..c5910327d3
--- /dev/null
+++ b/perl-cpan/mail-dkim/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=mail-dkim
+ VERSION=0.40
+ SOURCE="Mail-DKIM-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/J/JA/JASLONG/${SOURCE}
+ SOURCE_HASH=sha512:27f10a96f70e56e69f55e5077fb93f29f66d8e7a21846c8fb518403af915f85ac06f0968e6002fa2dc7090746e14a5a7bd973e46bb1d52e4200c3c120cd2e924
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Mail-DKIM-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~jaslong/Mail-DKIM-0.40/"
+ LICENSE[0]=ART
+ ENTERED=20150717
+ SHORT="signs/verifies Internet mail with DKIM/DomainKey signatures"
+cat << EOF
+This module implements the various components of the DKIM and DomainKeys
+message-signing and verifying standards for Internet mail. It currently
+tries to implement these specifications:
+
+RFC4871, for DKIM RFC4870, for DomainKeys
+EOF
diff --git a/perl-cpan/mail-dkim/HISTORY b/perl-cpan/mail-dkim/HISTORY
new file mode 100644
index 0000000000..ea7336e435
--- /dev/null
+++ b/perl-cpan/mail-dkim/HISTORY
@@ -0,0 +1,3 @@
+2015-07-17 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+