Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2010 06:56:48 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases Makefile ports/databases/p5-Class-DBI-Lite Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201003160656.o2G6umRP077636@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wen         2010-03-16 06:56:48 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/p5-Class-DBI-Lite Makefile distinfo pkg-descr 
                                pkg-plist 
  Log:
  Class::DBI::Lite offers a simple way to deal with databases in an
  object-oriented way.
  
  One class (the Model class) defines your connection to the database
  (eg: connectionstring, username and password) and your other classes
  define interaction with one table each (your entity classes).
  
  The Entity classes subclass the Model class and automatically inherit
  its connection.
  
  WWW: http://search.cpan.org/dist/Class-DBI-Lite/
  
  Revision  Changes    Path
  1.846     +1 -0      ports/databases/Makefile
  1.1       +38 -0     ports/databases/p5-Class-DBI-Lite/Makefile (new)
  1.1       +3 -0      ports/databases/p5-Class-DBI-Lite/distinfo (new)
  1.1       +11 -0     ports/databases/p5-Class-DBI-Lite/pkg-descr (new)
  1.1       +22 -0     ports/databases/p5-Class-DBI-Lite/pkg-plist (new)



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