diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-24 17:39:12 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-24 17:39:12 +0000 |
commit | 94e41d0070290d6cf47097ddd4297c8e45a1d7cf (patch) | |
tree | 08d93812db6e7426718ebd9b7192752b654abae4 | |
parent | f3d2dfff796764a2740c5bc8dc61ed031c29066c (diff) | |
download | ports-94e41d0070290d6cf47097ddd4297c8e45a1d7cf.tar.gz ports-94e41d0070290d6cf47097ddd4297c8e45a1d7cf.zip |
Notes
-rw-r--r-- | MOVED | 3 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-SOAP-Transport-TCP/Makefile | 18 | ||||
-rw-r--r-- | net/p5-SOAP-Transport-TCP/distinfo | 2 | ||||
-rw-r--r-- | net/p5-SOAP-Transport-TCP/pkg-descr | 10 | ||||
-rw-r--r-- | net/p5-SOAP-Transport-TCP/pkg-plist | 8 |
6 files changed, 1 insertions, 41 deletions
@@ -6615,7 +6615,6 @@ games/rftg||2014-09-01|Not staged german/manpages||2014-09-01|Not staged graphics/Cgraph||2014-09-01|Not staged graphics/glide3||2014-09-01|Not staged -graphics/gdtclft||2014-09-01|Not staged graphics/ivtools||2014-09-01|Not staged graphics/linux_glide||2014-09-01|Not staged graphics/mingplot||2014-09-01|Not staged @@ -6660,7 +6659,6 @@ lang/xds-c||2014-09-01|Not staged lang/xds||2014-09-01|Not staged lang/xotcl||2014-09-01|Not staged mail/elm+ME||2014-09-01|Not staged -mail/elm||2014-09-01|Not staged mail/emh||2014-09-01|Not staged mail/extmail||2014-09-01|Not staged mail/extman||2014-09-01|Not staged @@ -7234,3 +7232,4 @@ net-mgmt/virtinst|deskutils/virt-manager|2014-11-20|Obsoleted by deskutils/virt- sysutils/firstboot-growfs||2014-11-23|Part of the base system graphics/linux-c6-gdk-pixbuf|graphics/linux-c6-gdk-pixbuf2|2014-11-24|Port renamed to align with upstream. devel/libole2||2014-11-24|Abandoned upstream, incomplete, not depend on +net/p5-SOAP-Transport-TCP|net/p5-SOAP-Lite|2014-11-24|Has been integrated into net/p5-SOAP-Lite diff --git a/net/Makefile b/net/Makefile index 0c40685126b2..56fda7201352 100644 --- a/net/Makefile +++ b/net/Makefile @@ -723,7 +723,6 @@ SUBDIR += p5-SOAP-Data-Builder SUBDIR += p5-SOAP-Lite SUBDIR += p5-SOAP-MySOAP - SUBDIR += p5-SOAP-Transport-TCP SUBDIR += p5-Samba-LDAP SUBDIR += p5-Server-Starter SUBDIR += p5-Socket diff --git a/net/p5-SOAP-Transport-TCP/Makefile b/net/p5-SOAP-Transport-TCP/Makefile deleted file mode 100644 index 1ee758788a82..000000000000 --- a/net/p5-SOAP-Transport-TCP/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $FreeBSD$ - -PORTNAME= SOAP-Transport-TCP -PORTVERSION= 0.717 -CATEGORIES= net perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= TCP Transport Support for SOAP::Lite - -RUN_DEPENDS= p5-SOAP-Lite>=0.714:${PORTSDIR}/net/p5-SOAP-Lite -BUILD_DEPENDS:= ${RUN_DEPENDS} - -USES= perl5 -USE_PERL5= configure - -.include <bsd.port.mk> diff --git a/net/p5-SOAP-Transport-TCP/distinfo b/net/p5-SOAP-Transport-TCP/distinfo deleted file mode 100644 index 6a898e42dcbb..000000000000 --- a/net/p5-SOAP-Transport-TCP/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (SOAP-Transport-TCP-0.717.tar.gz) = db5f2727a3e39abdc3fc0fd6396504973f356353ee24daa4bf37e5345ee4450b -SIZE (SOAP-Transport-TCP-0.717.tar.gz) = 6171 diff --git a/net/p5-SOAP-Transport-TCP/pkg-descr b/net/p5-SOAP-Transport-TCP/pkg-descr deleted file mode 100644 index c1c9b4cc7818..000000000000 --- a/net/p5-SOAP-Transport-TCP/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The classes provided by this module implement direct TCP/IP communications -methods for both clients and servers. The connections don't use HTTP or any -other higher-level protocol. These classes are selected when the client or -server object being created uses an endpoint URI that starts with tcp://. Both -client and server classes support using Secure Socket Layer if it is available. -If any of the parameters to a new method from either of the classes begins with -SSL_ (such as SSL_server in place of Server), the class attempts to load the -IO::Socket::SSL package and use it to create socket objects. - -WWW: http://search.cpan.org/dist/SOAP-Transport-TCP/ diff --git a/net/p5-SOAP-Transport-TCP/pkg-plist b/net/p5-SOAP-Transport-TCP/pkg-plist deleted file mode 100644 index ef8e57b7cccf..000000000000 --- a/net/p5-SOAP-Transport-TCP/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%PERL5_MAN3%%/SOAP::Transport::TCP.3.gz -%%SITE_PERL%%/SOAP/Transport/TCP.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport/TCP/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport/TCP -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP -@dirrmtry %%SITE_PERL%%/SOAP/Transport -@dirrmtry %%SITE_PERL%%/SOAP |