simple glue for Class::DBI and form validators

This commit is contained in:
espie 2006-11-06 12:15:30 +00:00
parent b82f1cf145
commit e4e061bb13
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/06 12:15:30 espie Exp $
COMMENT= "update Class:DBI data from html forms"
DISTNAME= Class-DBI-FromForm-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= www databases perl5
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
CONFIGURE_STYLE=perl
# XXX note this can retrieve data from several sources
RUN_DEPENDS= ::databases/p5-Class-DBI
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Class-DBI-FromForm-0.04.tar.gz) = e7650bc088c6bec6f7068b34484f1118
RMD160 (Class-DBI-FromForm-0.04.tar.gz) = 4b118a5b4dd791d92213a6933211edeea21bbb97
SHA1 (Class-DBI-FromForm-0.04.tar.gz) = b19d98b89c75122c8a48e76983e2d1c844a82440
SIZE (Class-DBI-FromForm-0.04.tar.gz) = 2100

View File

@ -0,0 +1,5 @@
Class::DBI::FromForm - Update Class::DBI data using Data::FormValidator
or HTML Widget
This class can be used directly, or as a scaffolding basis for web
CRUD frameworks.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/06 12:15:30 espie Exp $
${P5SITE}/Class/DBI/FromForm.pm
@man man/man3p/Class::DBI::FromForm.3p