From 87a8b362568a31da14e7ad8d103f2d041363bd96 Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 7 Nov 2006 18:19:25 +0000 Subject: [PATCH] catalyst xslt view --- textproc/p5-Catalyst-View-XSLT/Makefile | 28 +++++++++++++++++++ textproc/p5-Catalyst-View-XSLT/distinfo | 4 +++ ...atch-lib_Catalyst_View_XSLT_XML_LibXSLT_pm | 12 ++++++++ textproc/p5-Catalyst-View-XSLT/pkg/DESCR | 1 + textproc/p5-Catalyst-View-XSLT/pkg/PLIST | 12 ++++++++ 5 files changed, 57 insertions(+) create mode 100644 textproc/p5-Catalyst-View-XSLT/Makefile create mode 100644 textproc/p5-Catalyst-View-XSLT/distinfo create mode 100644 textproc/p5-Catalyst-View-XSLT/patches/patch-lib_Catalyst_View_XSLT_XML_LibXSLT_pm create mode 100644 textproc/p5-Catalyst-View-XSLT/pkg/DESCR create mode 100644 textproc/p5-Catalyst-View-XSLT/pkg/PLIST diff --git a/textproc/p5-Catalyst-View-XSLT/Makefile b/textproc/p5-Catalyst-View-XSLT/Makefile new file mode 100644 index 00000000000..50a2e0c8b88 --- /dev/null +++ b/textproc/p5-Catalyst-View-XSLT/Makefile @@ -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 diff --git a/textproc/p5-Catalyst-View-XSLT/distinfo b/textproc/p5-Catalyst-View-XSLT/distinfo new file mode 100644 index 00000000000..db063d0557c --- /dev/null +++ b/textproc/p5-Catalyst-View-XSLT/distinfo @@ -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 diff --git a/textproc/p5-Catalyst-View-XSLT/patches/patch-lib_Catalyst_View_XSLT_XML_LibXSLT_pm b/textproc/p5-Catalyst-View-XSLT/patches/patch-lib_Catalyst_View_XSLT_XML_LibXSLT_pm new file mode 100644 index 00000000000..704a5ccdb4d --- /dev/null +++ b/textproc/p5-Catalyst-View-XSLT/patches/patch-lib_Catalyst_View_XSLT_XML_LibXSLT_pm @@ -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; + } + diff --git a/textproc/p5-Catalyst-View-XSLT/pkg/DESCR b/textproc/p5-Catalyst-View-XSLT/pkg/DESCR new file mode 100644 index 00000000000..b158bb60de2 --- /dev/null +++ b/textproc/p5-Catalyst-View-XSLT/pkg/DESCR @@ -0,0 +1 @@ +XSLT View class for catalyst. diff --git a/textproc/p5-Catalyst-View-XSLT/pkg/PLIST b/textproc/p5-Catalyst-View-XSLT/pkg/PLIST new file mode 100644 index 00000000000..0444aaa6ce8 --- /dev/null +++ b/textproc/p5-Catalyst-View-XSLT/pkg/PLIST @@ -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