Remove net/p5-SOAP-Lite-060.
It's not used any more and conflicts with net/p5-SOAP-Lite.
This commit is contained in:
parent
2e9379960f
commit
319503240c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331137
7 changed files with 1 additions and 117 deletions
1
MOVED
1
MOVED
|
@ -5127,3 +5127,4 @@ mail/qmailadmin-devel|mail/qmailadmin|2013-10-19|Use mail/qmailadmin instead
|
|||
korean/php_doc||2013-10-19|Manual in this language was removed
|
||||
graphics/linux-panorama-tools||2013-10-21|Depends on EOLed linux-f10-png10
|
||||
graphics/linux-f10-png10||2013-10-21|Removed, EOLed upstream
|
||||
net/p5-SOAP-Lite-060|net/p5-SOAP-Lite|2013-10-21|Obsoleted
|
||||
|
|
|
@ -739,7 +739,6 @@
|
|||
SUBDIR += p5-SOAP-Amazon-S3
|
||||
SUBDIR += p5-SOAP-Data-Builder
|
||||
SUBDIR += p5-SOAP-Lite
|
||||
SUBDIR += p5-SOAP-Lite-060
|
||||
SUBDIR += p5-SOAP-MySOAP
|
||||
SUBDIR += p5-SOAP-Transport-TCP
|
||||
SUBDIR += p5-Samba-LDAP
|
||||
|
|
|
@ -1,58 +0,0 @@
|
|||
# Created by: lbr
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= SOAP-Lite
|
||||
PORTVERSION= 0.60a
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= SOAP::Lite - Client and server side SOAP implementation
|
||||
|
||||
RUN_DEPENDS= p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
|
||||
p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
||||
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
CONFLICTS= p5-SOAP-Lite-0.6[1-9]* p5-SOAP-Lite-0.[7-9]*
|
||||
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}-060
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.60
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
CONFIGURE_ARGS+= --noprompt
|
||||
INSTALL_TARGET= pure_install
|
||||
|
||||
MAN1= SOAPsh.pl.1 XMLRPCsh.pl.1
|
||||
MAN3= Apache::SOAP.3 \
|
||||
Apache::XMLRPC::Lite.3 \
|
||||
SOAP::Lite.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::Transport::POP3.3 \
|
||||
SOAP::Transport::TCP.3 \
|
||||
UDDI::Lite.3 \
|
||||
XML::Parser::Lite.3 \
|
||||
XMLRPC::Lite.3 \
|
||||
XMLRPC::Test.3 \
|
||||
XMLRPC::Transport::HTTP.3 \
|
||||
XMLRPC::Transport::POP3.3 \
|
||||
XMLRPC::Transport::TCP.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -i '' -e 's|^#!.*perl|#!${PERL}|' \
|
||||
${WRKSRC}/bin/* ${WRKSRC}/t/*
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (SOAP-Lite-0.60a.tar.gz) = 812b030c10d91f3508c351b41c1af97919c7553dced7534267465082c949cdb8
|
||||
SIZE (SOAP-Lite-0.60a.tar.gz) = 170390
|
|
@ -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,8 +0,0 @@
|
|||
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 is maintained because many systems still require functionality
|
||||
in 0.60, which has become broken/deprecated in later versions.
|
||||
|
||||
WWW: http://search.cpan.org/dist/SOAP-Lite/
|
|
@ -1,38 +0,0 @@
|
|||
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
|
||||
%%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/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/TCP.pm
|
||||
%%SITE_PERL%%/UDDI/Lite.pm
|
||||
%%SITE_PERL%%/XML/Parser/Lite.pm
|
||||
%%SITE_PERL%%/XMLRPC/Lite.pm
|
||||
%%SITE_PERL%%/XMLRPC/Test.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
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Lite
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP
|
||||
@dirrm %%SITE_PERL%%/Apache/XMLRPC
|
||||
@dirrm %%SITE_PERL%%/SOAP/Transport
|
||||
@dirrm %%SITE_PERL%%/UDDI
|
||||
@dirrm %%SITE_PERL%%/XMLRPC/Transport
|
||||
@dirrm %%SITE_PERL%%/XMLRPC
|
||||
@dirrmtry %%SITE_PERL%%/Apache
|
||||
@dirrmtry %%SITE_PERL%%/IO
|
||||
@dirrmtry %%SITE_PERL%%/SOAP
|
||||
@dirrmtry %%SITE_PERL%%/XML/Parser
|
||||
@dirrmtry %%SITE_PERL%%/XML
|
Loading…
Reference in a new issue