Date: Fri, 6 Jan 2006 06:16:54 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/p5-DBIx-Abstract Makefile distinfo pkg-descr pkg-plist Message-ID: <200601060616.k066GtLS081990@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2006-01-06 06:16:54 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/p5-DBIx-Abstract Makefile distinfo pkg-descr pkg-plist Log: New port databases/p5-DBIx-Abstract DBIx::Abstract - DBI SQL abstraction. This module provides methods for doing manipulating database tables This module provides methods retrieving and storing data in SQL databases. It provides methods for all of the more important SQL commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE). It endeavors to produce an interface that will be intuitive to those already familiar with SQL. Notable features include: * data_source generation for some DBD drivers. * Can check to make sure the connection is not stale and reconnect if it is. * Controls statement handles for you. * Can delay writes. * Generates complex where clauses from hashes and arrays. * Shortcuts (convenience functions) for some common cases. (Like select_all_to_hashref.) WWW: http://search.cpan.org/dist/DBIx-Abstract/ PR: ports/91372 Submitted by: Jon Nistor <nistor@snickers.org> Revision Changes Path 1.478 +1 -0 ports/databases/Makefile 1.1 +24 -0 ports/databases/p5-DBIx-Abstract/Makefile (new) 1.1 +3 -0 ports/databases/p5-DBIx-Abstract/distinfo (new) 1.1 +22 -0 ports/databases/p5-DBIx-Abstract/pkg-descr (new) 1.1 +8 -0 ports/databases/p5-DBIx-Abstract/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601060616.k066GtLS081990>