pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/p5-SOAP-WSDL



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Jun  9 19:43:42 UTC 2023

Added Files:
        pkgsrc/net/p5-SOAP-WSDL: DESCR Makefile distinfo

Log Message:
net/p5-SOAP-WSDL: Add version 3.004

SOAP-WSDL provides a SOAP client with WSDL support.

This module is not recommended for new application development. Please
use XML::Compile::SOAP or SOAP::Lite instead if possible.

This module has a large number of known bugs and is not being actively
developed. This 3.0 release is intended to update the module to pass
tests on newer Perls. This is a service to existing applications
already dependent on this module.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/p5-SOAP-WSDL/DESCR \
    pkgsrc/net/p5-SOAP-WSDL/Makefile pkgsrc/net/p5-SOAP-WSDL/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/net/p5-SOAP-WSDL/DESCR
diff -u /dev/null pkgsrc/net/p5-SOAP-WSDL/DESCR:1.1
--- /dev/null   Fri Jun  9 19:43:42 2023
+++ pkgsrc/net/p5-SOAP-WSDL/DESCR       Fri Jun  9 19:43:42 2023
@@ -0,0 +1,9 @@
+SOAP-WSDL provides a SOAP client with WSDL support.
+
+This module is not recommended for new application development. Please
+use XML::Compile::SOAP or SOAP::Lite instead if possible.
+
+This module has a large number of known bugs and is not being actively
+developed. This 3.0 release is intended to update the module to pass
+tests on newer Perls. This is a service to existing applications
+already dependent on this module.
Index: pkgsrc/net/p5-SOAP-WSDL/Makefile
diff -u /dev/null pkgsrc/net/p5-SOAP-WSDL/Makefile:1.1
--- /dev/null   Fri Jun  9 19:43:42 2023
+++ pkgsrc/net/p5-SOAP-WSDL/Makefile    Fri Jun  9 19:43:42 2023
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2023/06/09 19:43:42 gdt Exp $
+
+DISTNAME=      SOAP-WSDL-3.004
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    net perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SOAP/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/pod/SOAP::WSDL
+COMMENT=       SOAP with WSDL support (deprecated)
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Class-Load>=0:../../devel/p5-Class-Load
+DEPENDS+=      p5-Class-Std-Fast>=0.0.8:../../devel/p5-Class-Std-Fast
+DEPENDS+=      p5-Data-Dumper>=0:../../devel/p5-Data-Dumper
+DEPENDS+=      p5-Module-Build>=0:../../devel/p5-Module-Build
+DEPENDS+=      # TODO: p5-Template>=2.18
+DEPENDS+=      p5-Term-ReadKey>=0:../../devel/p5-Term-ReadKey
+DEPENDS+=      p5-URI>=0:../../www/p5-URI
+DEPENDS+=      # TODO: p5-perl>=5.008
+
+PERL5_PACKLIST=        auto/SOAP/WSDL/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/p5-SOAP-WSDL/distinfo
diff -u /dev/null pkgsrc/net/p5-SOAP-WSDL/distinfo:1.1
--- /dev/null   Fri Jun  9 19:43:42 2023
+++ pkgsrc/net/p5-SOAP-WSDL/distinfo    Fri Jun  9 19:43:42 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/09 19:43:42 gdt Exp $
+
+BLAKE2s (SOAP-WSDL-3.004.tar.gz) = 85b8d3aee8cc7ee340d26096b00d9aab44c453b9a100939bd43f620ca8f069b6
+SHA512 (SOAP-WSDL-3.004.tar.gz) = 938ba812630de9630a9a725ec39e22f989ca543da84bc0b6dc1711c7761447c52db6b59ab600c6f97f17dfdd18af3f803f1539806b48988115e894a85ad1c402
+Size (SOAP-WSDL-3.004.tar.gz) = 232536 bytes



Home | Main Index | Thread Index | Old Index