diff options
author | obache <obache> | 2013-09-19 11:00:19 +0000 |
---|---|---|
committer | obache <obache> | 2013-09-19 11:00:19 +0000 |
commit | 0577b235ae682d3c28002f7c3bf69ebe9831bb85 (patch) | |
tree | 077239247b1187eb3d49aad1a5ebb9359e33cd41 | |
parent | 6baba59d14a481369d3e68005d91d087490da500 (diff) | |
download | pkgsrc-0577b235ae682d3c28002f7c3bf69ebe9831bb85.tar.gz |
Remove net/p5-SOAP-Transport-TCP from pkgsrc.
Merged SOAP::Transport::TCP back into SOAP::Lite (for 1.0)
approved by wiz@.
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/p5-SOAP-Transport-TCP/DESCR | 1 | ||||
-rw-r--r-- | net/p5-SOAP-Transport-TCP/Makefile | 24 | ||||
-rw-r--r-- | net/p5-SOAP-Transport-TCP/distinfo | 5 |
4 files changed, 1 insertions, 32 deletions
diff --git a/net/Makefile b/net/Makefile index dd1c06eac2f..281823bc8f1 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.978 2013/09/15 18:47:46 taca Exp $ +# $NetBSD: Makefile,v 1.979 2013/09/19 11:00:19 obache Exp $ # COMMENT= Networking tools @@ -459,7 +459,6 @@ SUBDIR+= p5-SNMP-Info SUBDIR+= p5-SNMP-MIB-Compiler SUBDIR+= p5-SNMP_Session SUBDIR+= p5-SOAP-Lite -SUBDIR+= p5-SOAP-Transport-TCP SUBDIR+= p5-Socket6 SUBDIR+= p5-Test-DNS SUBDIR+= p5-Test-TCP diff --git a/net/p5-SOAP-Transport-TCP/DESCR b/net/p5-SOAP-Transport-TCP/DESCR deleted file mode 100644 index 7b9a385dcfe..00000000000 --- a/net/p5-SOAP-Transport-TCP/DESCR +++ /dev/null @@ -1 +0,0 @@ -This package adds TCP transport support to SOAP::Lite. diff --git a/net/p5-SOAP-Transport-TCP/Makefile b/net/p5-SOAP-Transport-TCP/Makefile deleted file mode 100644 index ebd8e88c00c..00000000000 --- a/net/p5-SOAP-Transport-TCP/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2013/09/19 09:41:25 obache Exp $ -# - -DISTNAME= SOAP-Transport-TCP-0.715 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/SOAP-Transport-TCP -COMMENT= TCP transport layer for SOAP::Lite -LICENSE= artistic - -CONFLICTS+= p5-SOAP-Lite<0.714 -CONFLICTS+= p5-SOAP-Lite>=1.0 -DEPENDS+= p5-SOAP-Lite>=0.714:../../net/p5-SOAP-Lite - -PERL5_MODULE_TYPE= Module::Build -PERL5_PACKLIST= auto/SOAP/Transport/TCP/.packlist -USE_LANGUAGES= # none - -.include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-SOAP-Transport-TCP/distinfo b/net/p5-SOAP-Transport-TCP/distinfo deleted file mode 100644 index 8dd7ce8b7f2..00000000000 --- a/net/p5-SOAP-Transport-TCP/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/11/03 04:49:46 obache Exp $ - -SHA1 (SOAP-Transport-TCP-0.715.tar.gz) = ba7a63ae893d4b454340060ce35010ba6d34f962 -RMD160 (SOAP-Transport-TCP-0.715.tar.gz) = 3fbeb74625781c679ef486180ed55132160d4a57 -Size (SOAP-Transport-TCP-0.715.tar.gz) = 44554 bytes |