bundle of packages required to go through the catalyst tutorial
This commit is contained in:
parent
28809611e6
commit
70568365d5
38
devel/catalyst-tutorial/Makefile
Normal file
38
devel/catalyst-tutorial/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/05 20:59:55 espie Exp $
|
||||
|
||||
COMMENT= "catalyst packages for the tutorial"
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
|
||||
CATEGORIES= devel perl5 www
|
||||
DISTFILES=
|
||||
DISTNAME= catalyst-tutorial-0.0
|
||||
|
||||
NO_BUILD= "nothing to build"
|
||||
NO_REGRESS= "fat chance"
|
||||
|
||||
do-install:
|
||||
# nothing to do
|
||||
|
||||
# Public domain
|
||||
PERMIT_DISTFILES_FTP=Yes
|
||||
PERMIT_DISTFILES_CDROM=Yes
|
||||
PERMIT_PACKAGE_FTP=Yes
|
||||
PERMIT_PACKAGE_CDROM=Yes
|
||||
|
||||
RUN_DEPENDS= ::www/p5-Catalyst-Runtime \
|
||||
::www/p5-Catalyst-Devel \
|
||||
::databases/p5-DBIx-Class \
|
||||
::security/p5-Catalyst-Plugin-Authentication \
|
||||
::security/p5-Catalyst-Plugin-Authentication-Store-DBIC \
|
||||
::security/p5-Catalyst-Plugin-Authorization-ACL \
|
||||
::security/p5-Catalyst-Plugin-Authorization-Roles \
|
||||
::www/p5-Catalyst-Plugin-ConfigLoader \
|
||||
::www/p5-Catalyst-Plugin-HTML-Widget \
|
||||
::www/p5-Catalyst-Plugin-Session \
|
||||
::www/p5-Catalyst-Plugin-Session-State-Cookie \
|
||||
::www/p5-Catalyst-Plugin-Session-FastMmap \
|
||||
::devel/p5-Catalyst-Plugin-StackTrace \
|
||||
::www/p5-Catalyst-Plugin-Static-Simple \
|
||||
::databases/p5-DBD-SQLite \
|
||||
::textproc/p5-Catalyst-View-TT
|
||||
.include <bsd.port.mk>
|
14
devel/catalyst-tutorial/pkg/DESCR
Normal file
14
devel/catalyst-tutorial/pkg/DESCR
Normal file
@ -0,0 +1,14 @@
|
||||
The catalyst framework comes with a tutorial.
|
||||
This package installs everything needed for the
|
||||
tutorial, which is then accessible as
|
||||
|
||||
Catalyst::Manual::Tutorial::Intro
|
||||
Catalyst::Manual::Tutorial::CatalystBasics
|
||||
Catalyst::Manual::Tutorial::BasicCRUD
|
||||
Catalyst::Manual::Tutorial::Authentication
|
||||
Catalyst::Manual::Tutorial::Authorization
|
||||
Catalyst::Manual::Tutorial::Debugging
|
||||
Catalyst::Manual::Tutorial::Testing
|
||||
Catalyst::Manual::Tutorial::AdvancedCRUD
|
||||
Catalyst::Manual::Tutorial::Appendices
|
||||
|
1
devel/catalyst-tutorial/pkg/PLIST
Normal file
1
devel/catalyst-tutorial/pkg/PLIST
Normal file
@ -0,0 +1 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/05 20:59:55 espie Exp $
|
Loading…
x
Reference in New Issue
Block a user