Path to this page:
./
wip/p5-Class-DBI-AsForm,
Produce HTML form elements for database columns
Branch: CURRENT,
Version: 2.42,
Package name: p5-Class-DBI-AsForm-2.42,
Maintainer: hiramatuThis module helps to generate HTML forms for creating new database rows
or editing existing rows. It maps column names in a database table to
HTML form elements which fit the schema. Large text fields are turned
into textareas, and fields with a has-a relationship to other
"Class::DBI" tables are turned into select drop-downs populated with
objects from the joined class.
Required to run:[
www/p5-HTML-Tree] [
databases/p5-DBI] [
databases/p5-Class-DBI] [
lang/perl5] [
wip/p5-Class-DBI-Plugin-Type]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
RMD160: a4b8d903b40ec572e1404e8315590f1c22b322bc
Filesize: 4.201 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2014-10-09 15:45:24 by Thomas Klausner | Files touched by this commit (15) |
Log message:
Remove SVR4_PKGNAME per discussion on tech-pkg.
|
2012-10-04 11:13:17 by Aleksej Saushev | Files touched by this commit (76) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2009-03-07 10:45:26 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
fix: devel/p5-Class-DBI-Plugin-Type --> wip/p5-Class-DBI-Plugin-Type
|
2008-06-25 11:20:57 by abs | Files touched by this commit (89) | |
Log message:
The following perl packages are in main pkgsrc. Remove from wip and update
DEPENDS lines as appropriate.
p5-Algorithm-C3
p5-CGI-Simple
p5-Class-Accessor-Grouped
p5-Class-C3-XS
p5-Class-C3
p5-Geo-Distance
p5-HTTP-Body
p5-HTTP-Request-AsCGI
p5-MRO-Compat
p5-PAR
p5-RRDTool-OO
p5-SQL-Abstract-Limit
p5-Set-Object
p5-Template-Timer
p5-Test-Differences
p5-Test-MockObject
p5-Test-use-ok
p5-Tree-Simple-VisitorFactory
p5-UNIVERSAL-can
p5-UNIVERSAL-isa
p5-Unicode-Map
p5-Unicode-MapUTF8
|
2008-05-30 14:22:03 by abs | Files touched by this commit (102) |
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
|
2006-01-26 08:55:50 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Updated to 2.42.
2.42 Tue Sep 6 22:22:48 UTC 2005
- Switch tests to SQLite
|
2005-08-07 21:40:11 by Hiramatsu Yoshifumi | Files touched by this commit (4) | |
Log message:
This module helps to generate HTML forms for creating new database rows
or editing existing rows. It maps column names in a database table to
HTML form elements which fit the schema. Large text fields are turned
into textareas, and fields with a has-a relationship to other
"Class::DBI" tables are turned into select drop-downs populated with
objects from the joined class.
|