Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Apr 2004 14:11:42 -0700 (PDT)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases Makefileports/databases/p5-Class-DBI-AsForm Makefile distinfo pkg-descr pkg-plist ports/databases/p5-Class-DBI-AsForm/files 500503-AsForm.pm
Message-ID:  <200404042111.i34LBg93030950@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
erwin       2004/04/04 14:11:42 PDT

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/p5-Class-DBI-AsForm Makefile distinfo pkg-descr 
                                  pkg-plist 
    databases/p5-Class-DBI-AsForm/files 500503-AsForm.pm 
  Log:
  Add p5-Class-DBI-AsForm 2.2, produce HTML form elements for database
  columns.
  
  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.
  
  WWW: http://search.cpan.org/dist/Class-DBI-AsForm/
  
  PR:             ports/65147
  Submitted by:   Lars Thegler <lars@thegler.dk>
  
  Revision  Changes    Path
  1.328     +1 -0      ports/databases/Makefile
  1.1       +35 -0     ports/databases/p5-Class-DBI-AsForm/Makefile (new)
  1.1       +2 -0      ports/databases/p5-Class-DBI-AsForm/distinfo (new)
  1.1       +49 -0     ports/databases/p5-Class-DBI-AsForm/files/500503-AsForm.pm (new)
  1.1       +8 -0      ports/databases/p5-Class-DBI-AsForm/pkg-descr (new)
  1.1       +7 -0      ports/databases/p5-Class-DBI-AsForm/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404042111.i34LBg93030950>