universal forwarder plugin for catalyst.

Probably the worst name and the worst initial description I've ever seen...
This commit is contained in:
espie 2006-11-06 14:12:11 +00:00
parent d9a710ef40
commit cf123ab8f0
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/06 14:12:11 espie Exp $
COMMENT= "universal forwarder for catalyst applications"
DISTNAME= Catalyst-Plugin-Pluggable-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
# same as perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
RUN_DEPENDS= ::www/p5-Catalyst-Runtime
REGRESS_DEPENDS= ${RUN_DEPENDS} \
::devel/p5-Test-Pod \
::devel/p5-Test-Pod-Coverage
MAKE_ENV= TEST_POD=Yes
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Catalyst-Plugin-Pluggable-0.04.tar.gz) = 177bdadc0777c89f3d4a8fc76ab910e3
RMD160 (Catalyst-Plugin-Pluggable-0.04.tar.gz) = aeda223837fde0830812b73f7fddd162b2e3e4c2
SHA1 (Catalyst-Plugin-Pluggable-0.04.tar.gz) = 70f294dfe53f7befb397f6713ae9b6587c5b7852
SIZE (Catalyst-Plugin-Pluggable-0.04.tar.gz) = 3027

View File

@ -0,0 +1,4 @@
So-called pluggable Catalyst applications.
Introduces forward_all, which forwards to all actions with the
same name in an application. (e.g., universal dispatcher).

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/06 14:12:11 espie Exp $
${P5SITE}/Catalyst/
${P5SITE}/Catalyst/Plugin/
${P5SITE}/Catalyst/Plugin/Pluggable.pm
@man man/man3p/Catalyst::Plugin::Pluggable.3p