1ae1782b53
0.73 Tuesday March 16, 2010, 10:45:00 PM -0700 * MANIFEST * t/28_parser_bugs_50013.t (deleted) * t/90_rt50013_parser_bugs.t (added) Rename of t/28_parser_bugs_50013.t to fit more universal scheme for test suites that directly address specific RT bugs. * lib/RPC/XML/Server.pm * t/90_rt54183_sigpipe.t (added) RT #54183: Provide handling of SIGPIPE when sending the response to the client, in case they've terminated the connection. * MANIFEST Forgot to add the new test suite to MANIFEST. * lib/RPC/XML/Server.pm Forgot to update the module version number. * lib/RPC/XML.pm Fix typo in reftype() call. * lib/RPC/XML.pm * t/90_rt54494_blessed_refs.t (added) RT #54494: Fix handling of blessed references in smart_encode(). * lib/Apache/RPC/Server.pm * lib/Apache/RPC/Status.pm * lib/RPC/XML.pm * lib/RPC/XML/Client.pm * lib/RPC/XML/Function.pm * lib/RPC/XML/Method.pm * lib/RPC/XML/Parser.pm * lib/RPC/XML/Parser/XMLLibXML.pm * lib/RPC/XML/Parser/XMLParser.pm * lib/RPC/XML/ParserFactory.pm * lib/RPC/XML/Procedure.pm * lib/RPC/XML/Server.pm Large-scale code clean-up driven by Perl::Critic. All critic flags down to severity 1 now removed. * MANIFEST Forgot to add t/90_rt54494_blessed_refs.t when it was created.
28 lines
893 B
Makefile
28 lines
893 B
Makefile
# $NetBSD: Makefile,v 1.10 2010/09/08 03:48:58 schnoebe Exp $
|
|
|
|
DISTNAME= RPC-XML-0.73
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.blackperl.com/RPC::XML/
|
|
#HOMEPAGE= http://search.cpan.org/dist/RPC-XML/
|
|
COMMENT= XML-RPC client and server library for Perl
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= {perl>=5.10,p5-PathTools>=0.8}:../../devel/p5-PathTools
|
|
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.2}:../../devel/p5-Scalar-List-Utils
|
|
DEPENDS+= p5-XML-LibXML>=1.70:../../textproc/p5-XML-LibXML
|
|
DEPENDS+= p5-XML-Parser>=2.31:../../textproc/p5-XML-Parser
|
|
DEPENDS+= p5-libwww>=5.801:../../www/p5-libwww
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/RPC/XML/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|