Update net/p5-RPC-XML to version 0.76. Required by
www/p5-Catalyst-Plugin-XMLRPC update. From Andreas Voegele's repo.
This commit is contained in:
parent
5345d897c1
commit
6d760b5468
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:45:43 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2012/04/07 19:59:59 sthen Exp $
|
||||
|
||||
COMMENT= perl implementation of XML-RPC
|
||||
COMMENT= perl implementation of XML-RPC
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= RPC-XML-0.59
|
||||
REVISION= 0
|
||||
DISTNAME= RPC-XML-0.76
|
||||
CATEGORIES= net devel
|
||||
USE_GROFF = Yes
|
||||
|
||||
@ -16,10 +15,10 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_GMAKE= Yes
|
||||
RUN_DEPENDS= www/p5-libwww \
|
||||
textproc/p5-XML-Parser
|
||||
REGRESS_DEPENDS= www/mod_perl \
|
||||
devel/p5-DateTime-Format-ISO8601 \
|
||||
devel/p5-Net-Server \
|
||||
devel/p5-Test-Pod \
|
||||
devel/p5-Test-Pod-Coverage
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (RPC-XML-0.59.tar.gz) = xlxms9vD/2I2/mZaYAqlew==
|
||||
RMD160 (RPC-XML-0.59.tar.gz) = jsF8Y0dmxzP/g+/RYkcJrZBPRoM=
|
||||
SHA1 (RPC-XML-0.59.tar.gz) = z8BIcc9CuQOhLfNLZUn1qcJt3mg=
|
||||
SHA256 (RPC-XML-0.59.tar.gz) = XG2qlUNLb5afDxgxnnFXyCFP5yMukW4qoEANcpLggas=
|
||||
SIZE (RPC-XML-0.59.tar.gz) = 129765
|
||||
MD5 (RPC-XML-0.76.tar.gz) = cxqvWI5r1Fs6nOzo1CI+SA==
|
||||
RMD160 (RPC-XML-0.76.tar.gz) = 1FXgCSqSIRtVKDP6VbSBB6bMZOs=
|
||||
SHA1 (RPC-XML-0.76.tar.gz) = ovgHotPorIW/g/RyJwb2niWjj+U=
|
||||
SHA256 (RPC-XML-0.76.tar.gz) = venh3l1VC62vA+JnDHt2AhLUFgHg0qFXwQfVWXKtsMw=
|
||||
SIZE (RPC-XML-0.76.tar.gz) = 203771
|
||||
|
@ -1,26 +0,0 @@
|
||||
$OpenBSD: patch-Makefile_PL,v 1.1 2006/12/14 06:32:22 sturm Exp $
|
||||
--- Makefile.PL.orig Wed Dec 13 23:25:26 2006
|
||||
+++ Makefile.PL Wed Dec 13 23:25:45 2006
|
||||
@@ -12,22 +12,6 @@ use ExtUtils::MakeMaker;
|
||||
use File::Spec;
|
||||
use File::Find;
|
||||
use Cwd 'cwd';
|
||||
-use LWP;
|
||||
-
|
||||
-if ($LWP::VERSION < 5.801)
|
||||
-{
|
||||
- print STDERR <<END;
|
||||
-@@@@@
|
||||
- Please note!
|
||||
-
|
||||
- Due to a bug fixed in version 5.801 of LWP, using the spool-to-file
|
||||
- feature of RPC::XML::Client is broken. The relevant tests will be
|
||||
- skipped in the test suite, but unless you upgrade your LWP you
|
||||
- should not attempt to use this feature.
|
||||
-@@@@@
|
||||
-
|
||||
-END
|
||||
-}
|
||||
|
||||
eval "use XML::LibXML;";
|
||||
if ($@ or $XML::LibXML::VERSION < 1.58)
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/06 13:56:29 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/04/07 19:59:59 sthen Exp $
|
||||
bin/make_method
|
||||
${P5SITE}/Apache/
|
||||
${P5SITE}/Apache/RPC/
|
||||
@ -9,9 +9,11 @@ ${P5SITE}/RPC/
|
||||
${P5SITE}/RPC/XML/
|
||||
${P5SITE}/RPC/XML.pm
|
||||
${P5SITE}/RPC/XML/Client.pm
|
||||
${P5SITE}/RPC/XML/Function.pm
|
||||
${P5SITE}/RPC/XML/Method.pm
|
||||
${P5SITE}/RPC/XML/Parser/
|
||||
${P5SITE}/RPC/XML/Parser.pm
|
||||
${P5SITE}/RPC/XML/Parser/XMLLibXML.pm
|
||||
${P5SITE}/RPC/XML/Parser/XMLParser.pm
|
||||
${P5SITE}/RPC/XML/ParserFactory.pm
|
||||
${P5SITE}/RPC/XML/Procedure.pm
|
||||
${P5SITE}/RPC/XML/Server.pm
|
||||
${P5SITE}/RPC/XML/identity.xpl
|
||||
@ -21,56 +23,14 @@ ${P5SITE}/RPC/XML/methodHelp.xpl
|
||||
${P5SITE}/RPC/XML/methodSignature.xpl
|
||||
${P5SITE}/RPC/XML/multicall.xpl
|
||||
${P5SITE}/RPC/XML/status.xpl
|
||||
${P5SITE}/auto/
|
||||
${P5SITE}/auto/RPC/
|
||||
${P5SITE}/auto/RPC/XML/
|
||||
${P5SITE}/auto/RPC/XML/Function/
|
||||
${P5SITE}/auto/RPC/XML/Function/autosplit.ix
|
||||
${P5SITE}/auto/RPC/XML/Function/clone.al
|
||||
${P5SITE}/auto/RPC/XML/Function/is_valid.al
|
||||
${P5SITE}/auto/RPC/XML/Function/match_signature.al
|
||||
${P5SITE}/auto/RPC/XML/Procedure/
|
||||
${P5SITE}/auto/RPC/XML/Procedure/add_signature.al
|
||||
${P5SITE}/auto/RPC/XML/Procedure/autosplit.ix
|
||||
${P5SITE}/auto/RPC/XML/Procedure/call.al
|
||||
${P5SITE}/auto/RPC/XML/Procedure/clone.al
|
||||
${P5SITE}/auto/RPC/XML/Procedure/delete_signature.al
|
||||
${P5SITE}/auto/RPC/XML/Procedure/is_valid.al
|
||||
${P5SITE}/auto/RPC/XML/Procedure/load_XPL_file.al
|
||||
${P5SITE}/auto/RPC/XML/Procedure/match_signature.al
|
||||
${P5SITE}/auto/RPC/XML/Procedure/reload.al
|
||||
${P5SITE}/auto/RPC/XML/Server/
|
||||
${P5SITE}/auto/RPC/XML/Server/add_default_methods.al
|
||||
${P5SITE}/auto/RPC/XML/Server/add_methods_in_dir.al
|
||||
${P5SITE}/auto/RPC/XML/Server/add_proc.al
|
||||
${P5SITE}/auto/RPC/XML/Server/add_procs_in_dir.al
|
||||
${P5SITE}/auto/RPC/XML/Server/autosplit.ix
|
||||
${P5SITE}/auto/RPC/XML/Server/call.al
|
||||
${P5SITE}/auto/RPC/XML/Server/copy_methods.al
|
||||
${P5SITE}/auto/RPC/XML/Server/copy_procs.al
|
||||
${P5SITE}/auto/RPC/XML/Server/delete_method.al
|
||||
${P5SITE}/auto/RPC/XML/Server/delete_proc.al
|
||||
${P5SITE}/auto/RPC/XML/Server/dispatch.al
|
||||
${P5SITE}/auto/RPC/XML/Server/get_method.al
|
||||
${P5SITE}/auto/RPC/XML/Server/get_proc.al
|
||||
${P5SITE}/auto/RPC/XML/Server/list_methods.al
|
||||
${P5SITE}/auto/RPC/XML/Server/list_procs.al
|
||||
${P5SITE}/auto/RPC/XML/Server/method_from_file.al
|
||||
${P5SITE}/auto/RPC/XML/Server/post_configure_hook.al
|
||||
${P5SITE}/auto/RPC/XML/Server/pre_loop_hook.al
|
||||
${P5SITE}/auto/RPC/XML/Server/proc_from_file.al
|
||||
${P5SITE}/auto/RPC/XML/Server/process_request.al
|
||||
${P5SITE}/auto/RPC/XML/Server/server_loop.al
|
||||
${P5SITE}/auto/RPC/XML/Server/share_methods.al
|
||||
${P5SITE}/auto/RPC/XML/Server/share_procs.al
|
||||
${P5SITE}/auto/RPC/XML/Server/timeout.al
|
||||
@man man/man1/make_method.1
|
||||
@man man/man3p/Apache::RPC::Server.3p
|
||||
@man man/man3p/Apache::RPC::Status.3p
|
||||
@man man/man3p/RPC::XML.3p
|
||||
@man man/man3p/RPC::XML::Client.3p
|
||||
@man man/man3p/RPC::XML::Function.3p
|
||||
@man man/man3p/RPC::XML::Method.3p
|
||||
@man man/man3p/RPC::XML::Parser.3p
|
||||
@man man/man3p/RPC::XML::Parser::XMLLibXML.3p
|
||||
@man man/man3p/RPC::XML::Parser::XMLParser.3p
|
||||
@man man/man3p/RPC::XML::ParserFactory.3p
|
||||
@man man/man3p/RPC::XML::Procedure.3p
|
||||
@man man/man3p/RPC::XML::Server.3p
|
||||
|
Loading…
Reference in New Issue
Block a user