update to p5-SOAP-Lite 1.11

This commit is contained in:
sthen 2014-03-28 12:18:07 +00:00
parent 4bb1308944
commit 18d8c2ab70
7 changed files with 16 additions and 88 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:44:46 espie Exp $
# $OpenBSD: Makefile,v 1.14 2014/03/28 12:18:07 sthen Exp $
COMMENT= client and server-side SOAP implementation
DISTNAME= SOAP-Lite-0.713
DISTNAME= SOAP-Lite-1.11
CATEGORIES= www
# perl
@ -12,31 +12,20 @@ MODULES= cpan
MODCPAN_EXAMPLES=Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Task-Weaken \
devel/p5-Class-Inspector \
mail/p5-MIME-Lite \
RUN_DEPENDS= devel/p5-Class-Inspector \
devel/p5-IO-SessionData \
devel/p5-Task-Weaken \
mail/p5-MIME-tools \
security/p5-Crypt-SSLeay \
security/p5-IO-Socket-SSL \
textproc/p5-XML-Parser \
www/mod_perl \
www/p5-URI \
www/p5-libwww
CONFIGURE_ARGS+= --noprompt \
--HTTP-Client \
--HTTPS-Client \
--MAILTO-Client \
--FTP-Client \
--HTTP-Daemon \
--HTTP-Apache \
--noHTTP-FCGI \
--POP3-Server \
--IO-Server \
--noMQ \
--noJABBER \
--MIMEParser \
--TCP \
--HTTP
pre-patch:
cd ${WRKSRC} && \
perl -pi -e '$$. == 1 && s,^#!.*env perl,#!/usr/bin/perl,;' \
-e 'close ARGV if eof;' bin/SOAPsh.pl bin/stubmaker.pl \
examples/XMLRPC/xmlrpc.cgi examples/XMLRPC/xmlrpc.daemon
.include <bsd.port.mk>

View File

@ -1,5 +1,2 @@
MD5 (SOAP-Lite-0.713.tar.gz) = NZ4uxS5tEZDx+HJ2DRjRQA==
RMD160 (SOAP-Lite-0.713.tar.gz) = 7+uG2aeC2rvMj/elId4lpiurt54=
SHA1 (SOAP-Lite-0.713.tar.gz) = S/tW32F5C9dEHe+FFcA+efC3Z70=
SHA256 (SOAP-Lite-0.713.tar.gz) = YRf/gSD9fUw/6yVsz4+lVMh7RJDfbXRh19AWbFIvh2Y=
SIZE (SOAP-Lite-0.713.tar.gz) = 238106
SHA256 (SOAP-Lite-1.11.tar.gz) = 5N7lie99ZjFLPclWVpslQeC5F+g0l04HjCVlcbYBHv4=
SIZE (SOAP-Lite-1.11.tar.gz) = 227294

View File

@ -1,10 +0,0 @@
$OpenBSD: patch-bin_SOAPsh_pl,v 1.1.1.1 2003/05/21 18:14:44 avsm Exp $
--- bin/SOAPsh.pl.orig Tue Apr 16 05:38:31 2002
+++ bin/SOAPsh.pl Wed May 21 19:12:05 2003
@@ -1,5 +1,4 @@
-#!/bin/env perl
-#!d:\perl\bin\perl.exe
+#!/usr/bin/perl
# -- SOAP::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko --

View File

@ -1,10 +0,0 @@
$OpenBSD: patch-bin_XMLRPCsh_pl,v 1.1.1.1 2003/05/21 18:14:44 avsm Exp $
--- bin/XMLRPCsh.pl.orig Wed May 21 19:10:32 2003
+++ bin/XMLRPCsh.pl Wed May 21 19:10:39 2003
@@ -1,5 +1,4 @@
-#!/bin/env perl
-#!d:\perl\bin\perl.exe
+#!/usr/bin/perl
# -- XMLRPC::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko --

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-bin_stubmaker_pl,v 1.2 2007/05/20 12:49:51 simon Exp $
--- bin/stubmaker.pl.orig Wed Mar 30 10:58:33 2005
+++ bin/stubmaker.pl Tue Apr 17 14:35:38 2007
@@ -8,8 +8,7 @@
# Copyright (C) 2005 Byrne Reese
#
# Usage:
-# stubmaker.pl -[vd] <WSDL URL>
-###################################################
+#!/usr/bin/perl
use SOAP::Lite;
use Getopt::Long;

View File

@ -2,5 +2,5 @@ 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 ).
This version of SOAP::Lite supports the SOAP 1.1 and 1.2 specifications.
http://www.w3.org/TR/SOAP

View File

@ -1,13 +1,8 @@
@comment $OpenBSD: PLIST,v 1.7 2010/12/17 22:06:46 jasper Exp $
@comment $OpenBSD: PLIST,v 1.8 2014/03/28 12:18:07 sthen Exp $
bin/SOAPsh.pl
bin/XMLRPCsh.pl
bin/stubmaker.pl
${P5SITE}/Apache/
${P5SITE}/Apache/SOAP.pm
${P5SITE}/Apache/XMLRPC/
${P5SITE}/Apache/XMLRPC/Lite.pm
${P5SITE}/IO/SessionData.pm
${P5SITE}/IO/SessionSet.pm
${P5SITE}/SOAP/
${P5SITE}/SOAP/Client.pod
${P5SITE}/SOAP/Constants.pm
@ -41,23 +36,9 @@ ${P5SITE}/SOAP/Transport/MAILTO.pm
${P5SITE}/SOAP/Transport/POP3.pm
${P5SITE}/SOAP/Transport/TCP.pm
${P5SITE}/SOAP/Utils.pod
${P5SITE}/UDDI/
${P5SITE}/UDDI/Lite.pm
${P5SITE}/XML/
${P5SITE}/XML/Parser/
${P5SITE}/XML/Parser/Lite.pm
${P5SITE}/XMLRPC/
${P5SITE}/XMLRPC/Lite.pm
${P5SITE}/XMLRPC/Test.pm
${P5SITE}/XMLRPC/Transport/
${P5SITE}/XMLRPC/Transport/HTTP.pm
${P5SITE}/XMLRPC/Transport/POP3.pm
${P5SITE}/XMLRPC/Transport/TCP.pm
@man man/man1/SOAPsh.pl.1
@man man/man1/XMLRPCsh.pl.1
@man man/man1/stubmaker.pl.1
@man man/man3p/Apache::SOAP.3p
@man man/man3p/Apache::XMLRPC::Lite.3p
@man man/man3p/SOAP::Client.3p
@man man/man3p/SOAP::Constants.3p
@man man/man3p/SOAP::Data.3p
@ -76,14 +57,8 @@ ${P5SITE}/XMLRPC/Transport/TCP.pm
@man man/man3p/SOAP::Transport.3p
@man man/man3p/SOAP::Transport::LOOPBACK.3p
@man man/man3p/SOAP::Transport::POP3.3p
@man man/man3p/SOAP::Transport::TCP.3p
@man man/man3p/SOAP::Utils.3p
@man man/man3p/UDDI::Lite.3p
@man man/man3p/XML::Parser::Lite.3p
@man man/man3p/XMLRPC::Lite.3p
@man man/man3p/XMLRPC::Test.3p
@man man/man3p/XMLRPC::Transport::HTTP.3p
@man man/man3p/XMLRPC::Transport::POP3.3p
@man man/man3p/XMLRPC::Transport::TCP.3p
share/examples/p5-SOAP-Lite/
share/examples/p5-SOAP-Lite/COM/
share/examples/p5-SOAP-Lite/COM/README