-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import p5-Catalyst-Controller-HTML-FormFu
FormFu for Catalyst.
- Loading branch information
Simon Bertrang
committed
Feb 5, 2009
1 parent
b322012
commit 639162b
Showing
4 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# $OpenBSD: Makefile,v 1.1.1.1 2009/02/05 22:05:13 simon Exp $ | ||
|
||
COMMENT = formular fu for catalyst | ||
|
||
MODULES = cpan | ||
DISTNAME = Catalyst-Controller-HTML-FormFu-0.03006 | ||
CATEGORIES = www textproc | ||
|
||
MAINTAINER = Simon Bertrang <[email protected]> | ||
|
||
# Perl | ||
PERMIT_PACKAGE_CDROM = Yes | ||
PERMIT_PACKAGE_FTP = Yes | ||
PERMIT_DISTFILES_CDROM = Yes | ||
PERMIT_DISTFILES_FTP = Yes | ||
|
||
RUN_DEPENDS = ::devel/p5-Config-Any \ | ||
::devel/p5-Moose \ | ||
::devel/p5-Task-Weaken \ | ||
::textproc/p5-Regexp-Assemble \ | ||
::www/p5-HTML-FormFu \ | ||
::www/p5-Catalyst-Component-InstancePerContext | ||
|
||
REGRESS_DEPENDS = ::devel/p5-Config-General \ | ||
::devel/p5-Test-WWW-Mechanize-Catalyst \ | ||
::textproc/p5-Catalyst-View-TT \ | ||
::www/p5-Catalyst-Action-RenderView \ | ||
::www/p5-Catalyst-Plugin-ConfigLoader | ||
|
||
CONFIGURE_ARGS += --skipdeps | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
MD5 (Catalyst-Controller-HTML-FormFu-0.03006.tar.gz) = rfMrrsv4+1YEUMgVSqz5Mw== | ||
RMD160 (Catalyst-Controller-HTML-FormFu-0.03006.tar.gz) = j5QrCK6qIvpuv59vrQxgfTLxRDE= | ||
SHA1 (Catalyst-Controller-HTML-FormFu-0.03006.tar.gz) = 6broTePhPNPneex64VcQQt7VovI= | ||
SHA256 (Catalyst-Controller-HTML-FormFu-0.03006.tar.gz) = y5tbpYghExjZAu8roK/ihJCrjT+w9h3iWTxQVLW4pkc= | ||
SIZE (Catalyst-Controller-HTML-FormFu-0.03006.tar.gz) = 33585 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FormFu for Catalyst. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/02/05 22:05:13 simon Exp $ | ||
${P5SITE}/Catalyst/Controller/ | ||
${P5SITE}/Catalyst/Controller/HTML/ | ||
${P5SITE}/Catalyst/Controller/HTML/FormFu/ | ||
${P5SITE}/Catalyst/Controller/HTML/FormFu.pm | ||
${P5SITE}/Catalyst/Controller/HTML/FormFu/Action/ | ||
${P5SITE}/Catalyst/Controller/HTML/FormFu/Action/Form.pm | ||
${P5SITE}/Catalyst/Controller/HTML/FormFu/Action/FormConfig.pm | ||
${P5SITE}/Catalyst/Controller/HTML/FormFu/Action/FormMethod.pm | ||
${P5SITE}/Catalyst/Controller/HTML/FormFu/Action/MultiForm.pm | ||
${P5SITE}/Catalyst/Controller/HTML/FormFu/Action/MultiFormConfig.pm | ||
${P5SITE}/Catalyst/Controller/HTML/FormFu/Action/MultiFormMethod.pm | ||
${P5SITE}/Catalyst/Helper/ | ||
${P5SITE}/Catalyst/Helper/HTML/ | ||
${P5SITE}/Catalyst/Helper/HTML/FormFu.pm | ||
@man man/man3p/Catalyst::Controller::HTML::FormFu.3p | ||
@man man/man3p/Catalyst::Helper::HTML::FormFu.3p |