1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

This plugin allows your controller class to dispatch XMLRPC methods from

its own class.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-XMLRPC/

PR:		ports/89844
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
This commit is contained in:
Erwin Lansing 2005-12-02 18:39:46 +00:00
parent 47ac8a3466
commit 9892e47f1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150248
5 changed files with 45 additions and 0 deletions

View File

@ -509,6 +509,7 @@
SUBDIR += p5-Catalyst-Plugin-Static
SUBDIR += p5-Catalyst-Plugin-SubRequest
SUBDIR += p5-Catalyst-Plugin-Textile
SUBDIR += p5-Catalyst-Plugin-XMLRPC
SUBDIR += p5-Catalyst-View-HTML-Template
SUBDIR += p5-Catalyst-View-TT
SUBDIR += p5-Class-DBI-FromForm

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: www/p5-Catalyst-Plugin-XMLRPC
# Date created: 2 Dec 2005
# Whom: Lars Balker Rasmussen <lars@balker.dk>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-XMLRPC
PORTVERSION= 0.06
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/S/SR/SRI
PKGNAMEPREFIX= p5-
MAINTAINER= lars@balker.dk
COMMENT= Dispatch XMLRPC with Catalyst
BUILD_DEPENDS= p5-Catalyst>=5.01:${PORTSDIR}/www/p5-Catalyst \
p5-RPC-XML>=0.45:${PORTSDIR}/net/p5-RPC-XML
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Plugin::XMLRPC.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires at least Perl 5.8. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Catalyst-Plugin-XMLRPC-0.06.tar.gz) = 71ac8c2d1ea026190092a72b65291cb7
SHA256 (Catalyst-Plugin-XMLRPC-0.06.tar.gz) = 7f70491214a4b17f712e96de3f11101814b8962573f559d1f34a5e64a3fb5adc
SIZE (Catalyst-Plugin-XMLRPC-0.06.tar.gz) = 3916

View File

@ -0,0 +1,4 @@
This plugin allows your controller class to dispatch XMLRPC methods from
its own class.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-XMLRPC/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Catalyst/Plugin/XMLRPC.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/XMLRPC/.packlist
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/XMLRPC 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Catalyst 2>/dev/null || true