logging from catalyst
This commit is contained in:
parent
cf123ab8f0
commit
d692a3153e
27
www/p5-Catalyst-Log-Log4perl/Makefile
Normal file
27
www/p5-Catalyst-Log-Log4perl/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/06 14:15:15 espie Exp $
|
||||
|
||||
COMMENT= "Log::Log4perl logging for Catalyst"
|
||||
|
||||
DISTNAME= Catalyst-Log-Log4perl-0.4
|
||||
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 \
|
||||
::devel/p5-Log-Log4perl
|
||||
REGRESS_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
www/p5-Catalyst-Log-Log4perl/distinfo
Normal file
4
www/p5-Catalyst-Log-Log4perl/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Catalyst-Log-Log4perl-0.4.tar.gz) = 62aaf5660ccdb1e60b352939c24cbe2c
|
||||
RMD160 (Catalyst-Log-Log4perl-0.4.tar.gz) = e10f7a2b3dcc52b635ab0db5df57a5c14a0bfce0
|
||||
SHA1 (Catalyst-Log-Log4perl-0.4.tar.gz) = c9b3eab6dd7e278df298c27502d3c53273706a78
|
||||
SIZE (Catalyst-Log-Log4perl-0.4.tar.gz) = 3992
|
2
www/p5-Catalyst-Log-Log4perl/pkg/DESCR
Normal file
2
www/p5-Catalyst-Log-Log4perl/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This module provides a Catalyst::Log implementation that uses Log::Log4perl
|
||||
as the underlying log mechanism. It's what lets you do $c->log->debug("Woot")
|
5
www/p5-Catalyst-Log-Log4perl/pkg/PLIST
Normal file
5
www/p5-Catalyst-Log-Log4perl/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/06 14:15:15 espie Exp $
|
||||
${P5SITE}/Catalyst/
|
||||
${P5SITE}/Catalyst/Log/
|
||||
${P5SITE}/Catalyst/Log/Log4perl.pm
|
||||
@man man/man3p/Catalyst::Log::Log4perl.3p
|
Loading…
Reference in New Issue
Block a user