View | Details | Raw Unified | Return to bug 54039
Collapse All | Expand All

(-)p5-RPC-XML/Makefile (-6 / +11 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	RPC-XML
8
PORTNAME=	RPC-XML
9
PORTVERSION=	0.27
9
PORTVERSION=	0.53
10
CATEGORIES=	net www perl5
10
CATEGORIES=	net www perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	RPC
12
MASTER_SITE_SUBDIR=	RPC
Lines 15-37 Link Here
15
MAINTAINER=	dom@happygiraffe.net
15
MAINTAINER=	dom@happygiraffe.net
16
COMMENT=	XML-RPC client and server library for Perl
16
COMMENT=	XML-RPC client and server library for Perl
17
17
18
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
18
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
19
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
19
		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
20
RUN_DEPENDS=	${BUILD_DEPENDS}
20
RUN_DEPENDS=	${BUILD_DEPENDS}
21
21
22
PERL_CONFIGURE=	yes
22
PERL_CONFIGURE=	yes
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
24
25
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
25
MAN1=		make_method.1
26
MAN3=		Apache::RPC::Server.3 \
26
MAN3=		Apache::RPC::Server.3 \
27
		Apache::RPC::Status.3 \
27
		RPC::XML.3 \
28
		RPC::XML.3 \
28
		RPC::XML::Client.3 \
29
		RPC::XML::Client.3 \
29
		RPC::XML::Parser.3
30
		RPC::XML::Function.3 \
31
		RPC::XML::Method.3 \
32
		RPC::XML::Parser.3 \
33
		RPC::XML::Procedure.3 \
34
		RPC::XML::Server.3
30
35
31
.include <bsd.port.pre.mk>
36
.include <bsd.port.pre.mk>
32
37
33
.if ${PERL_LEVEL} < 500601
38
.if ${PERL_LEVEL} < 500601
34
BUILD_DEPENDS+=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
39
BUILD_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
35
.endif # ${PERL_LEVEL} < 500601
40
.endif # ${PERL_LEVEL} < 500601
36
41
37
.include <bsd.port.post.mk>
42
.include <bsd.port.post.mk>
(-)p5-RPC-XML/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (RPC-XML-0.27.tar.gz) = cac1ab883cb6d9e51065e23208baf9d4
1
MD5 (RPC-XML-0.53.tar.gz) = aca56b9abe71f52acf7e046f407f0b42
(-)p5-RPC-XML/pkg-descr (+2 lines)
Lines 4-6 Link Here
4
provides classes for sample client and server implementations, a
4
provides classes for sample client and server implementations, a
5
server designed as an Apache location-handler, and a suite of
5
server designed as an Apache location-handler, and a suite of
6
data-manipulation classes that are used by them.
6
data-manipulation classes that are used by them.
7
8
WWW: http://www.blackperl.com/RPC::XML/
(-)p5-RPC-XML/pkg-plist (-34 / +66 lines)
Lines 1-35 Link Here
1
%%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/XML/.packlist
2
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/XML
3
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC 2>/dev/null || true
4
%%SITE_PERL%%/auto/RPC/XML/Server/timeout.al
5
%%SITE_PERL%%/auto/RPC/XML/Server/share_procs.al
6
%%SITE_PERL%%/auto/RPC/XML/Server/share_methods.al
7
%%SITE_PERL%%/auto/RPC/XML/Server/server_loop.al
8
%%SITE_PERL%%/auto/RPC/XML/Server/process_request.al
9
%%SITE_PERL%%/auto/RPC/XML/Server/proc_from_file.al
10
%%SITE_PERL%%/auto/RPC/XML/Server/pre_loop_hook.al
11
%%SITE_PERL%%/auto/RPC/XML/Server/post_configure_hook.al
12
%%SITE_PERL%%/auto/RPC/XML/Server/method_from_file.al
13
%%SITE_PERL%%/auto/RPC/XML/Server/list_procs.al
14
%%SITE_PERL%%/auto/RPC/XML/Server/list_methods.al
15
%%SITE_PERL%%/auto/RPC/XML/Server/get_proc.al
16
%%SITE_PERL%%/auto/RPC/XML/Server/get_method.al
17
%%SITE_PERL%%/auto/RPC/XML/Server/dispatch.al
18
%%SITE_PERL%%/auto/RPC/XML/Server/delete_proc.al
19
%%SITE_PERL%%/auto/RPC/XML/Server/delete_method.al
20
%%SITE_PERL%%/auto/RPC/XML/Server/copy_procs.al
21
%%SITE_PERL%%/auto/RPC/XML/Server/copy_methods.al
22
%%SITE_PERL%%/auto/RPC/XML/Server/call.al
23
%%SITE_PERL%%/auto/RPC/XML/Server/autosplit.ix
24
%%SITE_PERL%%/auto/RPC/XML/Server/add_procs_in_dir.al
25
%%SITE_PERL%%/auto/RPC/XML/Server/add_proc.al
26
%%SITE_PERL%%/auto/RPC/XML/Server/add_methods_in_dir.al
27
%%SITE_PERL%%/auto/RPC/XML/Server/add_default_methods.al
28
@dirrm %%SITE_PERL%%/auto/RPC/XML/Server
29
%%SITE_PERL%%/auto/RPC/XML/Procedure/reload.al
30
%%SITE_PERL%%/auto/RPC/XML/Procedure/match_signature.al
31
%%SITE_PERL%%/auto/RPC/XML/Procedure/load_XPL_file.al
32
%%SITE_PERL%%/auto/RPC/XML/Procedure/is_valid.al
33
%%SITE_PERL%%/auto/RPC/XML/Procedure/delete_signature.al
34
%%SITE_PERL%%/auto/RPC/XML/Procedure/clone.al
35
%%SITE_PERL%%/auto/RPC/XML/Procedure/call.al
36
%%SITE_PERL%%/auto/RPC/XML/Procedure/autosplit.ix
37
%%SITE_PERL%%/auto/RPC/XML/Procedure/add_signature.al
38
@dirrm %%SITE_PERL%%/auto/RPC/XML/Procedure
39
%%SITE_PERL%%/auto/RPC/XML/Function/match_signature.al
40
%%SITE_PERL%%/auto/RPC/XML/Function/is_valid.al
41
%%SITE_PERL%%/auto/RPC/XML/Function/clone.al
42
%%SITE_PERL%%/auto/RPC/XML/Function/autosplit.ix
43
@dirrm %%SITE_PERL%%/auto/RPC/XML/Function
44
@dirrm %%SITE_PERL%%/auto/RPC/XML
45
@unexec rmdir %D/%%SITE_PERL%%/auto/RPC 2>/dev/null || true
46
%%SITE_PERL%%/RPC/XML.pm
47
%%SITE_PERL%%/RPC/XML/status.xpl
48
%%SITE_PERL%%/RPC/XML/multicall.xpl
49
%%SITE_PERL%%/RPC/XML/methodSignature.xpl
50
%%SITE_PERL%%/RPC/XML/methodHelp.xpl
51
%%SITE_PERL%%/RPC/XML/listMethods.xpl
52
%%SITE_PERL%%/RPC/XML/introspection.xpl
53
%%SITE_PERL%%/RPC/XML/identity.xpl
54
%%SITE_PERL%%/RPC/XML/Server.pm
55
%%SITE_PERL%%/RPC/XML/Procedure.pm
56
%%SITE_PERL%%/RPC/XML/Parser.pm
57
%%SITE_PERL%%/RPC/XML/Method.pm
58
%%SITE_PERL%%/RPC/XML/Function.pm
59
%%SITE_PERL%%/RPC/XML/Client.pm
60
@dirrm %%SITE_PERL%%/RPC/XML
61
@unexec rmdir %D/%%SITE_PERL%%/RPC 2>/dev/null || true
62
%%SITE_PERL%%/Apache/RPC/status.xpl
63
%%SITE_PERL%%/Apache/RPC/Status.pm
64
%%SITE_PERL%%/Apache/RPC/Server.pm
65
@dirrm %%SITE_PERL%%/Apache/RPC
66
@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true
1
bin/make_method
67
bin/make_method
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RPC/XML/.packlist
3
lib/perl5/site_perl/%%PERL_VER%%/Apache/RPC/Server.pm
4
lib/perl5/site_perl/%%PERL_VER%%/Apache/RPC/status.xpl
5
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML.pm
6
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/Client.pm
7
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/Parser.pm
8
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/Server.pm
9
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/identity.xpl
10
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/introspection.xpl
11
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/listMethods.xpl
12
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/methodHelp.xpl
13
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/methodSignature.xpl
14
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/multicall.xpl
15
lib/perl5/site_perl/%%PERL_VER%%/RPC/XML/status.xpl
16
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/add_default_methods.al
17
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/add_methods_in_dir.al
18
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/autosplit.ix
19
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/call.al
20
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/dispatch.al
21
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/get_method.al
22
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/load_XPL_file.al
23
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/method_to_ref.al
24
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/post_configure_hook.al
25
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/pre_loop_hook.al
26
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/process_request.al
27
lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server/server_loop.al
28
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/RPC
29
@dirrm lib/perl5/site_perl/%%PERL_VER%%/RPC/XML
30
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML/Server
31
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/RPC/XML
32
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RPC/XML
33
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RPC 2>/dev/null || true
34
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/RPC 2>/dev/null || true
35
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/RPC 2>/dev/null || true

Return to bug 54039