aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-10-21 21:15:46 +0800
committerMathieu Arnold <mat@FreeBSD.org>2013-10-21 21:15:46 +0800
commit319503240c234ac3fc13a5e96558021d32971528 (patch)
treee226a1c6137f95282629826fe664ebf97790eb6c /net
parent2e9379960feaf4117854fcdd11017a8f70b3c5aa (diff)
downloadfreebsd-ports-gnome-319503240c234ac3fc13a5e96558021d32971528.tar.gz
freebsd-ports-gnome-319503240c234ac3fc13a5e96558021d32971528.tar.zst
freebsd-ports-gnome-319503240c234ac3fc13a5e96558021d32971528.zip
Remove net/p5-SOAP-Lite-060.
It's not used any more and conflicts with net/p5-SOAP-Lite.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/p5-SOAP-Lite-060/Makefile58
-rw-r--r--net/p5-SOAP-Lite-060/distinfo2
-rw-r--r--net/p5-SOAP-Lite-060/files/patch-Makefile.PL10
-rw-r--r--net/p5-SOAP-Lite-060/pkg-descr8
-rw-r--r--net/p5-SOAP-Lite-060/pkg-plist38
6 files changed, 0 insertions, 117 deletions
diff --git a/net/Makefile b/net/Makefile
index aeba1d0923c3..79f19c001385 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -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
diff --git a/net/p5-SOAP-Lite-060/Makefile b/net/p5-SOAP-Lite-060/Makefile
deleted file mode 100644
index 2c9f3f787e7e..000000000000
--- a/net/p5-SOAP-Lite-060/Makefile
+++ /dev/null
@@ -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>
diff --git a/net/p5-SOAP-Lite-060/distinfo b/net/p5-SOAP-Lite-060/distinfo
deleted file mode 100644
index e581a3de464b..000000000000
--- a/net/p5-SOAP-Lite-060/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (SOAP-Lite-0.60a.tar.gz) = 812b030c10d91f3508c351b41c1af97919c7553dced7534267465082c949cdb8
-SIZE (SOAP-Lite-0.60a.tar.gz) = 170390
diff --git a/net/p5-SOAP-Lite-060/files/patch-Makefile.PL b/net/p5-SOAP-Lite-060/files/patch-Makefile.PL
deleted file mode 100644
index b5a3dfea5540..000000000000
--- a/net/p5-SOAP-Lite-060/files/patch-Makefile.PL
+++ /dev/null
@@ -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
diff --git a/net/p5-SOAP-Lite-060/pkg-descr b/net/p5-SOAP-Lite-060/pkg-descr
deleted file mode 100644
index 80cf2170f3f1..000000000000
--- a/net/p5-SOAP-Lite-060/pkg-descr
+++ /dev/null
@@ -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/
diff --git a/net/p5-SOAP-Lite-060/pkg-plist b/net/p5-SOAP-Lite-060/pkg-plist
deleted file mode 100644
index 6f01639d23b0..000000000000
--- a/net/p5-SOAP-Lite-060/pkg-plist
+++ /dev/null
@@ -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