Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (e447f3dd92bd370499e0198c68b1aec9d87dcd94)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bearcat Sandor <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (e447f3dd92bd370499e0198c68b1aec9d87dcd94)
  • Date: Sat, 16 Sep 2006 19:51:32 -0500

GIT changes to master grimoire by Bearcat Sandor <sourcemage AT feline-soul.com>:

perl-cpan/soap-lite/BUILD | 2 ++
perl-cpan/soap-lite/DEPENDS | 4 ++++
perl-cpan/soap-lite/DETAILS | 15 +++++++++++++++
perl-cpan/soap-lite/HISTORY | 2 ++
perl-cpan/soap-lite/TRIGGERS | 2 ++
5 files changed, 25 insertions(+)

New commits:
commit e447f3dd92bd370499e0198c68b1aec9d87dcd94
Author: Bearcat Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat Sandor <sourcemage AT feline-soul.com>

Created inital soap-lite spell. Needed by xmltv

diff --git a/perl-cpan/soap-lite/BUILD b/perl-cpan/soap-lite/BUILD
new file mode 100755
index 0000000..1e3fe31
--- /dev/null
+++ b/perl-cpan/soap-lite/BUILD
@@ -0,0 +1,2 @@
+ perl Makefile.PL &&
+ make
diff --git a/perl-cpan/soap-lite/DEPENDS b/perl-cpan/soap-lite/DEPENDS
new file mode 100755
index 0000000..a09dc3e
--- /dev/null
+++ b/perl-cpan/soap-lite/DEPENDS
@@ -0,0 +1,4 @@
+depends perl &&
+depends xml-parser-expat &&
+depends mime-base64 &&
+depends uri
\ No newline at end of file
diff --git a/perl-cpan/soap-lite/DETAILS b/perl-cpan/soap-lite/DETAILS
new file mode 100755
index 0000000..1f84847
--- /dev/null
+++ b/perl-cpan/soap-lite/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=soap-lite
+ VERSION=0.60a
+ SOURCE=SOAP-Lite-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/SOAP-Lite-0.60
+
SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/B/BY/BYRNE/SOAP/$SOURCE
+
SOURCE_HASH=sha512:ef5c1681f3d2059492a92c1d5e1acf94b2d2b8dd21711ef1f6ce64b2e0734e8ef4bb71aa953f5ce05ca90d50101f680085635bf739aaecba71bc782ad367225c
+ BUILD_API=2
+ LICENSE[0]=ART
+ WEB_SITE=http://search.cpan.org/search?dist=SOAP-Lite
+ ENTERED=20060916
+ SHORT="Client and server side SOAP implementation"
+cat << EOF
+SOAP::Lite is a collection of Perl modules which provides a simple and
lightweight interface to the Simple Object Access Protocol (SOAP) both on
client and server side.
+This version of SOAP::Lite supports the SOAP 1.1 specification (
http://www.w3.org/TR/SOAP )..
+EOF
diff --git a/perl-cpan/soap-lite/HISTORY b/perl-cpan/soap-lite/HISTORY
new file mode 100644
index 0000000..29ebc52
--- /dev/null
+++ b/perl-cpan/soap-lite/HISTORY
@@ -0,0 +1,2 @@
+2006-09-16 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * BUILD, DEPENDS, DETAILS, TRIGGERS: created spell
diff --git a/perl-cpan/soap-lite/TRIGGERS b/perl-cpan/soap-lite/TRIGGERS
new file mode 100755
index 0000000..c1f0277
--- /dev/null
+++ b/perl-cpan/soap-lite/TRIGGERS
@@ -0,0 +1,2 @@
+on_cast HTML-Tree cast_self
+on_dispel HTML-Tree check_self



  • [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (e447f3dd92bd370499e0198c68b1aec9d87dcd94), Bearcat Sandor, 09/16/2006

Archive powered by MHonArc 2.6.24.

Top of Page