From ac7b695f75b06fb4e16d30ab2ff89a9cf5acc7f8 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 6 Nov 2006 12:37:45 +0000 Subject: [PATCH] add catalyst crud scaffolding pieces and interface to prototype --- databases/Makefile | 3 ++- devel/Makefile | 3 ++- textproc/Makefile | 3 ++- www/Makefile | 6 +++++- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/databases/Makefile b/databases/Makefile index 702178c351f..9dbbcc62a14 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.95 2006/11/05 12:32:33 espie Exp $ +# $OpenBSD: Makefile,v 1.96 2006/11/06 12:37:45 espie Exp $ # $FreeBSD: Makefile,v 1.24 1997/10/04 23:32:05 andreas Exp $ # SUBDIR += db @@ -31,6 +31,7 @@ SUBDIR += p5-Class-DBI-AbstractSearch SUBDIR += p5-Class-DBI-AsForm SUBDIR += p5-Class-DBI-FromCGI + SUBDIR += p5-Class-DBI-FromForm SUBDIR += p5-Class-DBI-Loader SUBDIR += p5-Class-DBI-Loader-Relationship SUBDIR += p5-Class-DBI-Pager diff --git a/devel/Makefile b/devel/Makefile index 87253a78045..54d5066a0d8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.423 2006/11/06 10:58:28 msf Exp $ +# $OpenBSD: Makefile,v 1.424 2006/11/06 12:37:45 espie Exp $ # $FreeBSD: Makefile,v 1.85 1997/11/20 05:22:14 asami Exp $ SUBDIR += ElectricFence @@ -226,6 +226,7 @@ SUBDIR += p5-Data-Buffer SUBDIR += p5-Data-Dump SUBDIR += p5-Data-Flow + SUBDIR += p5-Data-FormValidator SUBDIR += p5-Data-Hierarchy SUBDIR += p5-Data-ShowTable SUBDIR += p5-Data-UUID diff --git a/textproc/Makefile b/textproc/Makefile index c9d9945f6c4..8d4da330382 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.167 2006/11/05 12:32:33 espie Exp $ +# $OpenBSD: Makefile,v 1.168 2006/11/06 12:37:45 espie Exp $ # $FreeBSD: Makefile,v 1.15 1997/11/22 00:31:24 jseger Exp $ SUBDIR += TclXML @@ -85,6 +85,7 @@ SUBDIR += p5-Syntax-Highlight-Mason SUBDIR += p5-Syntax-Highlight-Perl SUBDIR += p5-Template + SUBDIR += p5-Template-Plugin-Class SUBDIR += p5-Template-Plugin-Number-Format SUBDIR += p5-Template-Timer SUBDIR += p5-Text-Aligner diff --git a/www/Makefile b/www/Makefile index f7577334a61..1b8a33d76d8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.242 2006/11/06 01:21:49 espie Exp $ +# $OpenBSD: Makefile,v 1.243 2006/11/06 12:37:45 espie Exp $ # $FreeBSD: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp $ SUBDIR += amaya # requires Motif (lesstif works) @@ -100,8 +100,12 @@ SUBDIR += p5-Catalyst-Action-RenderView SUBDIR += p5-Catalyst-Devel SUBDIR += p5-Catalyst-Engine-Apache + SUBDIR += p5-Catalyst-Helper-Controller-Scaffold SUBDIR += p5-Catalyst-Plugin-ConfigLoader + SUBDIR += p5-Catalyst-Plugin-DefaultEnd + SUBDIR += p5-Catalyst-Plugin-FormValidator SUBDIR += p5-Catalyst-Plugin-HTML-Widget + SUBDIR += p5-Catalyst-Plugin-Prototype SUBDIR += p5-Catalyst-Plugin-Session SUBDIR += p5-Catalyst-Plugin-Session-FastMmap SUBDIR += p5-Catalyst-Plugin-Session-PerUser