mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
add p5-RPC-XML
XML-RPC client and server library for Perl PR: 30368 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
This commit is contained in:
parent
122535d7c8
commit
0b2cd85810
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48984
@ -294,6 +294,7 @@
|
||||
SUBDIR += p5-NetAddr-IP-Count
|
||||
SUBDIR += p5-NetPacket
|
||||
SUBDIR += p5-PlRPC
|
||||
SUBDIR += p5-RPC-XML
|
||||
SUBDIR += p5-SNMP
|
||||
SUBDIR += p5-SNMP-Util
|
||||
SUBDIR += p5-SNMP_Session
|
||||
|
31
net/p5-RPC-XML/Makefile
Normal file
31
net/p5-RPC-XML/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: p5-XML-RPC
|
||||
# Date created: 6 Sep 2001
|
||||
# Whom: Dominic Mitchell <dom@happygiraffe.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= RPC-XML
|
||||
PORTVERSION= 0.27
|
||||
CATEGORIES= net www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= RPC
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= dom@happygiraffe.net
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Apache::RPC::Server.3 \
|
||||
RPC::XML.3 \
|
||||
RPC::XML::Client.3 \
|
||||
RPC::XML::Parser.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-RPC-XML/distinfo
Normal file
1
net/p5-RPC-XML/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (RPC-XML-0.27.tar.gz) = cac1ab883cb6d9e51065e23208baf9d4
|
1
net/p5-RPC-XML/pkg-comment
Normal file
1
net/p5-RPC-XML/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
XML-RPC client and server library for Perl
|
6
net/p5-RPC-XML/pkg-descr
Normal file
6
net/p5-RPC-XML/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
WHAT IS IT
|
||||
|
||||
The RPC::XML package is an implementation of XML-RPC. The module
|
||||
provides classes for sample client and server implementations, a
|
||||
server designed as an Apache location-handler, and a suite of
|
||||
data-manipulation classes that are used by them.
|
35
net/p5-RPC-XML/pkg-plist
Normal file
35
net/p5-RPC-XML/pkg-plist
Normal file
@ -0,0 +1,35 @@
|
||||
bin/make_method
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RPC/XML/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/RPC/Server.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/RPC/status.xpl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/Client.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/Parser.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/Server.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/identity.xpl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/introspection.xpl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/listMethods.xpl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/methodHelp.xpl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/methodSignature.xpl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/multicall.xpl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/status.xpl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/add_default_methods.al
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/add_methods_in_dir.al
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/call.al
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/dispatch.al
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/get_method.al
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/load_XPL_file.al
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/method_to_ref.al
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/post_configure_hook.al
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/pre_loop_hook.al
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/process_request.al
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/server_loop.al
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/RPC
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/RPC/XML
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RPC/XML
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RPC 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/RPC 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/RPC 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user