-
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.
FormBuilder is an extremely fast, reliable form generation and processing module. ok bernd@
- Loading branch information
Simon Bertrang
committed
Feb 6, 2007
1 parent
76bf460
commit 00946bc
Showing
4 changed files
with
99 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,24 @@ | ||
# $OpenBSD: Makefile,v 1.1.1.1 2007/02/06 07:02:25 simon Exp $ | ||
|
||
COMMENT= "easily generate and process stateful forms" | ||
|
||
MODULES= cpan | ||
DISTNAME= CGI-FormBuilder-3.05 | ||
CATEGORIES= www | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= Simon Dassow <[email protected]> | ||
|
||
HOMEPAGE= http://www.formbuilder.org/ | ||
|
||
# Perl | ||
PERMIT_PACKAGE_CDROM= Yes | ||
PERMIT_PACKAGE_FTP= Yes | ||
PERMIT_DISTFILES_CDROM= Yes | ||
PERMIT_DISTFILES_FTP= Yes | ||
|
||
REGRESS_DEPENDS=::textproc/p5-Template \ | ||
::textproc/p5-Text-Template \ | ||
::www/p5-HTML-Template | ||
|
||
.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,4 @@ | ||
MD5 (CGI-FormBuilder-3.05.tgz) = ea052d50402ce2b8ccbb801cf359a037 | ||
RMD160 (CGI-FormBuilder-3.05.tgz) = 060b0132ac3efbffebe5ec2669eed0dc4713f03c | ||
SHA1 (CGI-FormBuilder-3.05.tgz) = f93e896c4f918d3ab3030415f6bec6eb6b2db8b7 | ||
SIZE (CGI-FormBuilder-3.05.tgz) = 151474 |
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,2 @@ | ||
FormBuilder is an extremely fast, reliable form generation and | ||
processing module. |
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,69 @@ | ||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/02/06 07:02:25 simon Exp $ | ||
${P5SITE}/CGI/ | ||
${P5SITE}/CGI/FormBuilder/ | ||
${P5SITE}/CGI/FormBuilder.pm | ||
${P5SITE}/CGI/FormBuilder.pod | ||
${P5SITE}/CGI/FormBuilder/Field/ | ||
${P5SITE}/CGI/FormBuilder/Field.pm | ||
${P5SITE}/CGI/FormBuilder/Field/button.pm | ||
${P5SITE}/CGI/FormBuilder/Field/checkbox.pm | ||
${P5SITE}/CGI/FormBuilder/Field/file.pm | ||
${P5SITE}/CGI/FormBuilder/Field/hidden.pm | ||
${P5SITE}/CGI/FormBuilder/Field/image.pm | ||
${P5SITE}/CGI/FormBuilder/Field/password.pm | ||
${P5SITE}/CGI/FormBuilder/Field/radio.pm | ||
${P5SITE}/CGI/FormBuilder/Field/select.pm | ||
${P5SITE}/CGI/FormBuilder/Field/static.pm | ||
${P5SITE}/CGI/FormBuilder/Field/submit.pm | ||
${P5SITE}/CGI/FormBuilder/Field/text.pm | ||
${P5SITE}/CGI/FormBuilder/Field/textarea.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/ | ||
${P5SITE}/CGI/FormBuilder/Messages.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/C.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/_example.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/da.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/da_DK.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/de.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/de_DE.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/default.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/en.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/en_US.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/es.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/es_ES.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/fr.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/fr_FR.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/ja.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/ja_JP.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/no.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/no_NO.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/tr.pm | ||
${P5SITE}/CGI/FormBuilder/Messages/tr_TR.pm | ||
${P5SITE}/CGI/FormBuilder/Multi.pm | ||
${P5SITE}/CGI/FormBuilder/Source/ | ||
${P5SITE}/CGI/FormBuilder/Source.pm | ||
${P5SITE}/CGI/FormBuilder/Source/File.pm | ||
${P5SITE}/CGI/FormBuilder/Template/ | ||
${P5SITE}/CGI/FormBuilder/Template.pm | ||
${P5SITE}/CGI/FormBuilder/Template/Builtin.pm | ||
${P5SITE}/CGI/FormBuilder/Template/Div.pm | ||
${P5SITE}/CGI/FormBuilder/Template/Fast.pm | ||
${P5SITE}/CGI/FormBuilder/Template/HTML.pm | ||
${P5SITE}/CGI/FormBuilder/Template/TT2.pm | ||
${P5SITE}/CGI/FormBuilder/Template/Text.pm | ||
${P5SITE}/CGI/FormBuilder/Test.pm | ||
${P5SITE}/CGI/FormBuilder/Util.pm | ||
@man man/man3p/CGI::FormBuilder.3p | ||
@man man/man3p/CGI::FormBuilder::Field.3p | ||
@man man/man3p/CGI::FormBuilder::Messages.3p | ||
@man man/man3p/CGI::FormBuilder::Multi.3p | ||
@man man/man3p/CGI::FormBuilder::Source.3p | ||
@man man/man3p/CGI::FormBuilder::Source::File.3p | ||
@man man/man3p/CGI::FormBuilder::Template.3p | ||
@man man/man3p/CGI::FormBuilder::Template::Builtin.3p | ||
@man man/man3p/CGI::FormBuilder::Template::Div.3p | ||
@man man/man3p/CGI::FormBuilder::Template::Fast.3p | ||
@man man/man3p/CGI::FormBuilder::Template::HTML.3p | ||
@man man/man3p/CGI::FormBuilder::Template::TT2.3p | ||
@man man/man3p/CGI::FormBuilder::Template::Text.3p | ||
@man man/man3p/CGI::FormBuilder::Test.3p | ||
@man man/man3p/CGI::FormBuilder::Util.3p |