the `official' catalyst development bundle.

renamed to catalyst, as we do not use CPAN terminology there...
This commit is contained in:
espie 2006-11-06 14:28:43 +00:00
parent d692a3153e
commit e1444b8849
5 changed files with 88 additions and 0 deletions

55
devel/catalyst/Makefile Normal file
View File

@ -0,0 +1,55 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/06 14:28:43 espie Exp $
COMMENT= "catalyst development bundle"
DISTNAME= Task-Catalyst-1.90
PKGNAME= catalyst-1.90
CATEGORIES= devel perl5 www
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SR/SRI/}
RUN_DEPENDS= ::www/p5-Catalyst-Devel \
::www/p5-Catalyst-Runtime \
::devel/p5-Params-Validate \
::www/p5-Catalyst-Log-Log4perl \
::devel/p5-Date-Calc \
::www/p5-Catalyst-Plugin-HTML-Widget \
::devel/p5-Catalyst-Plugin-StackTrace \
::www/p5-Catalyst-Plugin-Prototype \
::www/p5-Catalyst-Plugin-Singleton \
::www/p5-Catalyst-Plugin-DefaultEnd \
::www/p5-Catalyst-Plugin-SubRequest \
::www/p5-Catalyst-Plugin-Session \
::www/p5-Catalyst-Plugin-Session-Store-File \
::www/p5-Catalyst-Plugin-Session-State-Cookie \
::www/p5-Catalyst-Plugin-Session-State-URI \
::security/p5-Catalyst-Plugin-Authentication \
::security/p5-Catalyst-Plugin-Authentication-Store-DBIC \
::security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd \
::security/p5-Catalyst-Plugin-Authorization-ACL \
::security/p5-Catalyst-Plugin-Authorization-Roles \
::www/p5-Catalyst-Plugin-I18N \
::www/p5-Catalyst-Plugin-XMLRPC \
::www/p5-Catalyst-Plugin-Pluggable \
::www/p5-Catalyst-Plugin-ConfigLoader \
::databases/p5-Catalyst-Model-DBIC-Schema \
::textproc/p5-Catalyst-View-TT \
::devel/p5-Test-WWW-Mechanize-Catalyst \
::www/p5-CGI-Simple \
::www/p5-Catalyst-Action-RenderView \
::databases/p5-DBD-SQLite
NO_REGRESS= "no need to"
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>

4
devel/catalyst/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (Task-Catalyst-1.90.tar.gz) = 999397e02a0e2d1a23b5de54b0243389
RMD160 (Task-Catalyst-1.90.tar.gz) = a09431f082487e803623a2a68e4270d692806bb7
SHA1 (Task-Catalyst-1.90.tar.gz) = f176485cad4c40a1a1e9b6aa978d9250cfafff16
SIZE (Task-Catalyst-1.90.tar.gz) = 19060

View File

@ -0,0 +1,22 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2006/11/06 14:28:43 espie Exp $
--- Makefile.PL.orig Mon Nov 6 15:18:09 2006
+++ Makefile.PL Mon Nov 6 15:18:44 2006
@@ -8,8 +8,9 @@ license('perl');
include('ExtUtils::AutoInstall');
-requires( 'Catalyst' => '5.65' );
+#requires( 'Catalyst' => '5.65' );
+=pod
features(
'Log4perl Support' => [
-default => 1,
@@ -87,6 +88,7 @@ features(
'DBD::SQLite' => 0
]
);
+=cut
auto_install();
&WriteAll;

3
devel/catalyst/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
Installs everything you need to write serious Catalyst applications.
Refer to catalyst-tutorial if you just want to try out catalyst.

4
devel/catalyst/pkg/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/06 14:28:43 espie Exp $
${P5SITE}/Task/
${P5SITE}/Task/Catalyst.pm
@man man/man3p/Task::Catalyst.3p