Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (adafa338027cc9efac4da42cb9e646175275fb45)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (adafa338027cc9efac4da42cb9e646175275fb45)
  • Date: Fri, 9 Dec 2016 21:40:13 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
perl-cpan/webservice-amazon-route53/DEPENDS | 6 ++++++
perl-cpan/webservice-amazon-route53/DETAILS | 16 ++++++++++++++++
perl-cpan/webservice-amazon-route53/HISTORY | 2 ++
4 files changed, 28 insertions(+)

New commits:
commit adafa338027cc9efac4da42cb9e646175275fb45
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

webservice-amazon-route53: new spell, Perl interface to Amazon Route 53
API

diff --git a/ChangeLog b/ChangeLog
index 3b8c305..1eb4b97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-12-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * perl-cpan/webservice-amazon-route53: new spell, Perl interface to
+ Amazon Route 53 API
+
2016-12-08 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/python-route53: new spell, simple Route53 API for Python
2.7/3.x, powered by requests
diff --git a/perl-cpan/webservice-amazon-route53/DEPENDS
b/perl-cpan/webservice-amazon-route53/DEPENDS
new file mode 100755
index 0000000..c7e34f9
--- /dev/null
+++ b/perl-cpan/webservice-amazon-route53/DEPENDS
@@ -0,0 +1,6 @@
+depends perl &&
+depends digest-hmac &&
+depends uri &&
+depends xml-simple &&
+depends tie-ixhash &&
+depends io-socket-ssl
diff --git a/perl-cpan/webservice-amazon-route53/DETAILS
b/perl-cpan/webservice-amazon-route53/DETAILS
new file mode 100755
index 0000000..c924f47
--- /dev/null
+++ b/perl-cpan/webservice-amazon-route53/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=webservice-amazon-route53
+ SPELLX=WebService-Amazon-Route53
+ VERSION=0.101
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/O/OD/ODYNIEC/${SOURCE}
+
SOURCE_HASH=sha512:45bba9f97d290804e0a12e5a704cdeda5005fa176d7150edd56cec1985ac5dbffed3b55af3ff5ca4e6d8386ff019acc02ff77c5a4e88711972defe5ee99abd17
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/WebService-Amazon-Route53/
+ LICENSE[0]=ART
+ LICENSE[1]=GPL
+ ENTERED=20161209
+ SHORT="Perl interface to Amazon Route 53 API"
+cat << EOF
+WebService::Amazon::Route53 provides an interface to Amazon Route 53 DNS
+service.
+EOF
diff --git a/perl-cpan/webservice-amazon-route53/HISTORY
b/perl-cpan/webservice-amazon-route53/HISTORY
new file mode 100644
index 0000000..4352715
--- /dev/null
+++ b/perl-cpan/webservice-amazon-route53/HISTORY
@@ -0,0 +1,2 @@
+2016-12-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.101



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (adafa338027cc9efac4da42cb9e646175275fb45), Vlad Glagolev, 12/09/2016

Archive powered by MHonArc 2.6.24.

Top of Page