catalyst xslt view
This commit is contained in:
parent
beb7e7e59f
commit
87a8b36256
28
textproc/p5-Catalyst-View-XSLT/Makefile
Normal file
28
textproc/p5-Catalyst-View-XSLT/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/07 18:19:25 espie Exp $
|
||||
|
||||
COMMENT= "XSLT Views for catalyst"
|
||||
|
||||
DISTNAME= Catalyst-View-XSLT-0.02
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
|
||||
# Artistic + GPL
|
||||
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= :p5-XML-LibXSLT->=1.60:textproc/p5-XML-LibXSLT \
|
||||
::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 modbuild
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
textproc/p5-Catalyst-View-XSLT/distinfo
Normal file
4
textproc/p5-Catalyst-View-XSLT/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Catalyst-View-XSLT-0.02.tar.gz) = 4afdc97049af8c27c44b99aad560c041
|
||||
RMD160 (Catalyst-View-XSLT-0.02.tar.gz) = 652905edcb27801b56d6a7ffa067836934070bca
|
||||
SHA1 (Catalyst-View-XSLT-0.02.tar.gz) = d932f83c7c12d486c27a00779a1c543458061ff8
|
||||
SIZE (Catalyst-View-XSLT-0.02.tar.gz) = 7165
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-lib_Catalyst_View_XSLT_XML_LibXSLT_pm,v 1.1.1.1 2006/11/07 18:19:25 espie Exp $
|
||||
--- lib/Catalyst/View/XSLT/XML/LibXSLT.pm.orig Mon Nov 6 18:15:59 2006
|
||||
+++ lib/Catalyst/View/XSLT/XML/LibXSLT.pm Mon Nov 6 18:16:18 2006
|
||||
@@ -37,7 +37,7 @@ sub new
|
||||
};
|
||||
|
||||
if ($@) {
|
||||
- $c->error('Could not use XML::LibXSLT: $@');
|
||||
+ $c->error('Could not use XML::LibXSLT: '.$@);
|
||||
return undef;
|
||||
}
|
||||
|
1
textproc/p5-Catalyst-View-XSLT/pkg/DESCR
Normal file
1
textproc/p5-Catalyst-View-XSLT/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
XSLT View class for catalyst.
|
12
textproc/p5-Catalyst-View-XSLT/pkg/PLIST
Normal file
12
textproc/p5-Catalyst-View-XSLT/pkg/PLIST
Normal file
@ -0,0 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/07 18:19:25 espie Exp $
|
||||
${P5SITE}/Catalyst/Helper/
|
||||
${P5SITE}/Catalyst/Helper/View/
|
||||
${P5SITE}/Catalyst/Helper/View/XSLT.pm
|
||||
${P5SITE}/Catalyst/View/
|
||||
${P5SITE}/Catalyst/View/XSLT/
|
||||
${P5SITE}/Catalyst/View/XSLT.pm
|
||||
${P5SITE}/Catalyst/View/XSLT/XML/
|
||||
${P5SITE}/Catalyst/View/XSLT/XML/LibXSLT.pm
|
||||
@man man/man3p/Catalyst::Helper::View::XSLT.3p
|
||||
@man man/man3p/Catalyst::View::XSLT.3p
|
||||
@man man/man3p/Catalyst::View::XSLT::XML::LibXSLT.3p
|
Loading…
Reference in New Issue
Block a user