Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Oct 2010 07:03:34 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@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-Connector Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201010160703.o9G73Ykw012370@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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