cvs commit: ports/databases Makefile ports/databases/p5-DBIx-Connector Makefile distinfo pkg-descr pkg-plist

Jun Kuriyama kuriyama at FreeBSD.org
Sat Oct 16 07:03:34 UTC 2010


kuriyama    2010-10-16 07:03:34 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/p5-DBIx-Connector Makefile distinfo pkg-descr 
                                pkg-plist 
  Log:
  DBIx::Connector provides a simple interface for fast and safe DBI
  connection and transaction management.  Connecting to a database can
  be expensive; you don't want your application to re-connect every time
  you need to run a query.  The efficient thing to do is to hang on to a
  database handle to maintain a connection to the database in order to
  minimize that overhead.  DBIx::Connector lets you do that without
  having to worry about dropped or corrupted connections.
  
  WWW: http://search.cpan.org/dist/DBIx-Connector/
  
  Revision  Changes    Path
  1.910     +1 -0      ports/databases/Makefile
  1.1       +31 -0     ports/databases/p5-DBIx-Connector/Makefile (new)
  1.1       +3 -0      ports/databases/p5-DBIx-Connector/distinfo (new)
  1.1       +9 -0      ports/databases/p5-DBIx-Connector/pkg-descr (new)
  1.1       +10 -0     ports/databases/p5-DBIx-Connector/pkg-plist (new)


More information about the cvs-ports mailing list