- Update to 0.67
- portlint(1) PR: 94915 Submitted by: Danijel Tasov <danielt___pilgerer.org> Approved by: maintainer timeout, 20 days
This commit is contained in:
parent
8de9c86f32
commit
391da8f43f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159497
4 changed files with 71 additions and 39 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= SOAP-Lite
|
||||
PORTVERSION= 0.60a
|
||||
PORTVERSION= 0.67
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= SOAP
|
||||
|
@ -24,26 +24,40 @@ BUILD_DEPENDS= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
|
|||
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.60
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --noprompt
|
||||
INSTALL_TARGET= pure_install
|
||||
USE_REINPLACE= yes
|
||||
|
||||
MAN1= SOAPsh.pl.1 XMLRPCsh.pl.1
|
||||
MAN1= SOAPsh.pl.1 XMLRPCsh.pl.1 stubmaker.pl.1
|
||||
MAN3= Apache::SOAP.3 \
|
||||
Apache::XMLRPC::Lite.3 \
|
||||
OldDocs::SOAP::Lite.3 \
|
||||
OldDocs::SOAP::Transport::FTP.3 \
|
||||
OldDocs::SOAP::Transport::HTTP.3 \
|
||||
OldDocs::SOAP::Transport::IO.3 \
|
||||
OldDocs::SOAP::Transport::JABBER.3 \
|
||||
OldDocs::SOAP::Transport::LOCAL.3 \
|
||||
OldDocs::SOAP::Transport::MAILTO.3 \
|
||||
OldDocs::SOAP::Transport::MQ.3 \
|
||||
OldDocs::SOAP::Transport::POP3.3 \
|
||||
OldDocs::SOAP::Transport::TCP.3 \
|
||||
SOAP::Client.3 \
|
||||
SOAP::Constants.3 \
|
||||
SOAP::Data.3 \
|
||||
SOAP::Deserializer.3 \
|
||||
SOAP::Fault.3 \
|
||||
SOAP::Header.3 \
|
||||
SOAP::Lite.3 \
|
||||
SOAP::Packager.3 \
|
||||
SOAP::SOM.3 \
|
||||
SOAP::Schema.3 \
|
||||
SOAP::Serializer.3 \
|
||||
SOAP::Server.3 \
|
||||
SOAP::Test.3 \
|
||||
SOAP::Transport::FTP.3 \
|
||||
SOAP::Transport::JABBER.3 \
|
||||
SOAP::Transport::HTTP.3 \
|
||||
SOAP::Transport::IO.3 \
|
||||
SOAP::Transport::LOCAL.3 \
|
||||
SOAP::Transport::MAILTO.3 \
|
||||
SOAP::Transport::MQ.3 \
|
||||
SOAP::Trace.3 \
|
||||
SOAP::Transport.3 \
|
||||
SOAP::Transport::POP3.3 \
|
||||
SOAP::Transport::TCP.3 \
|
||||
SOAP::Utils.3 \
|
||||
UDDI::Lite.3 \
|
||||
XML::Parser::Lite.3 \
|
||||
XMLRPC::Lite.3 \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (SOAP-Lite-0.60a.tar.gz) = aed9f8e9c4cf180d15c6e15aedc484d7
|
||||
SHA256 (SOAP-Lite-0.60a.tar.gz) = 812b030c10d91f3508c351b41c1af97919c7553dced7534267465082c949cdb8
|
||||
SIZE (SOAP-Lite-0.60a.tar.gz) = 170390
|
||||
MD5 (SOAP-Lite-0.67.tar.gz) = 2473030e75838e86529ca57a49f9104f
|
||||
SHA256 (SOAP-Lite-0.67.tar.gz) = df49b0583ae0cb28d788ffc031a3967e7acb73c4412fb48ef2a23e1baef6c493
|
||||
SIZE (SOAP-Lite-0.67.tar.gz) = 237149
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- Makefile.PL.orig Wed Jun 2 12:27:31 2004
|
||||
+++ Makefile.PL Wed Jun 2 12:28:46 2004
|
||||
@@ -67,6 +67,7 @@
|
||||
|
||||
$help and print($helptext), exit;
|
||||
|
||||
+$prompt and
|
||||
ExtUtils::MakeMaker::prompt(<<EOI . "Press <enter> to see the detailed list.");
|
||||
|
||||
We are about to install SOAP::Lite and for your convenience will provide
|
|
@ -1,29 +1,53 @@
|
|||
bin/SOAPsh.pl
|
||||
bin/XMLRPCsh.pl
|
||||
bin/stubmaker.pl
|
||||
%%SITE_PERL%%/Apache/SOAP.pm
|
||||
%%SITE_PERL%%/Apache/XMLRPC/Lite.pm
|
||||
%%SITE_PERL%%/IO/SessionData.pm
|
||||
%%SITE_PERL%%/IO/SessionSet.pm
|
||||
%%SITE_PERL%%/SOAP/Lite.pm
|
||||
bin/XMLRPCsh.pl
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Lite/.packlist
|
||||
%%SITE_PERL%%/SOAP/Packager.pm
|
||||
%%SITE_PERL%%/SOAP/Data.pm
|
||||
%%SITE_PERL%%/SOAP/Test.pm
|
||||
%%SITE_PERL%%/SOAP/Transport/FTP.pm
|
||||
%%SITE_PERL%%/SOAP/Transport/HTTP.pm
|
||||
%%SITE_PERL%%/SOAP/Transport/IO.pm
|
||||
%%SITE_PERL%%/SOAP/Transport.pm
|
||||
%%SITE_PERL%%/SOAP/Deserializer.pm
|
||||
%%SITE_PERL%%/SOAP/Trace.pm
|
||||
%%SITE_PERL%%/SOAP/Schema.pm
|
||||
%%SITE_PERL%%/SOAP/Server.pm
|
||||
%%SITE_PERL%%/SOAP/Utils.pm
|
||||
%%SITE_PERL%%/SOAP/Constants.pm
|
||||
%%SITE_PERL%%/SOAP/Serializer.pm
|
||||
%%SITE_PERL%%/SOAP/Client.pm
|
||||
%%SITE_PERL%%/SOAP/SOM.pm
|
||||
%%SITE_PERL%%/SOAP/Header.pm
|
||||
%%SITE_PERL%%/SOAP/Lite.pm
|
||||
%%SITE_PERL%%/SOAP/Fault.pm
|
||||
%%SITE_PERL%%/SOAP/Transport/JABBER.pm
|
||||
%%SITE_PERL%%/SOAP/Transport/LOCAL.pm
|
||||
%%SITE_PERL%%/SOAP/Transport/MAILTO.pm
|
||||
%%SITE_PERL%%/SOAP/Transport/MQ.pm
|
||||
%%SITE_PERL%%/SOAP/Transport/POP3.pm
|
||||
%%SITE_PERL%%/SOAP/Transport/MQ.pm
|
||||
%%SITE_PERL%%/SOAP/Transport/IO.pm
|
||||
%%SITE_PERL%%/SOAP/Transport/TCP.pm
|
||||
%%SITE_PERL%%/UDDI/Lite.pm
|
||||
%%SITE_PERL%%/SOAP/Transport/HTTP.pm
|
||||
%%SITE_PERL%%/SOAP/Transport/LOCAL.pm
|
||||
%%SITE_PERL%%/SOAP/Transport/FTP.pm
|
||||
%%SITE_PERL%%/XML/Parser/Lite.pm
|
||||
%%SITE_PERL%%/XMLRPC/Lite.pm
|
||||
%%SITE_PERL%%/XMLRPC/Test.pm
|
||||
%%SITE_PERL%%/XMLRPC/Transport/TCP.pm
|
||||
%%SITE_PERL%%/XMLRPC/Transport/HTTP.pm
|
||||
%%SITE_PERL%%/XMLRPC/Transport/POP3.pm
|
||||
%%SITE_PERL%%/XMLRPC/Transport/TCP.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Lite/.packlist
|
||||
%%SITE_PERL%%/OldDocs/SOAP/Lite.pm
|
||||
%%SITE_PERL%%/OldDocs/SOAP/Transport/TCP.pm
|
||||
%%SITE_PERL%%/OldDocs/SOAP/Transport/POP3.pm
|
||||
%%SITE_PERL%%/OldDocs/SOAP/Transport/HTTP.pm
|
||||
%%SITE_PERL%%/OldDocs/SOAP/Transport/FTP.pm
|
||||
%%SITE_PERL%%/OldDocs/SOAP/Transport/MQ.pm
|
||||
%%SITE_PERL%%/OldDocs/SOAP/Transport/JABBER.pm
|
||||
%%SITE_PERL%%/OldDocs/SOAP/Transport/IO.pm
|
||||
%%SITE_PERL%%/OldDocs/SOAP/Transport/LOCAL.pm
|
||||
%%SITE_PERL%%/OldDocs/SOAP/Transport/MAILTO.pm
|
||||
%%SITE_PERL%%/Apache/SOAP.pm
|
||||
%%SITE_PERL%%/Apache/XMLRPC/Lite.pm
|
||||
%%SITE_PERL%%/UDDI/Lite.pm
|
||||
%%SITE_PERL%%/IO/SessionData.pm
|
||||
%%SITE_PERL%%/IO/SessionSet.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Lite
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP
|
||||
@dirrm %%SITE_PERL%%/Apache/XMLRPC
|
||||
|
@ -36,3 +60,7 @@ bin/stubmaker.pl
|
|||
@dirrmtry %%SITE_PERL%%/SOAP
|
||||
@dirrmtry %%SITE_PERL%%/XML/Parser
|
||||
@dirrmtry %%SITE_PERL%%/XML
|
||||
@dirrmtry %%SITE_PERL%%/OldDocs/SOAP/Transport
|
||||
@dirrmtry %%SITE_PERL%%/OldDocs/SOAP
|
||||
@dirrmtry %%SITE_PERL%%/OldDocs
|
||||
@dirrmtry %%SITE_PERL%%/XMLRPC
|
||||
|
|
Loading…
Reference in a new issue