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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"

Reply via email to