DBIx::HA is a High Availability module for DBI. It is implemented by overloading the DBI connect, prepare and execute methods and can be seamlessly used without code modification except for initialization. DBIx::HA also works seamlessly with Apache::DBI when available, and ensures that cached database handles in the Apache::DBI module are properly updated when failing over. WWW: http://search.cpan.org/dist/DBIx-HA/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->clsung clsung@ wants his PRs
clsung 2007-05-26 05:49:36 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/p5-DBIx-HA Makefile distinfo pkg-descr pkg-plist Log: Add p5-DBIx-HA 1.00, high Availability package for DBI. PR: ports/112351 Submitted by: Gea-Suan Lin <gslin at gslin.org> Revision Changes Path 1.609 +1 -0 ports/databases/Makefile 1.1 +23 -0 ports/databases/p5-DBIx-HA/Makefile (new) 1.1 +3 -0 ports/databases/p5-DBIx-HA/distinfo (new) 1.1 +9 -0 ports/databases/p5-DBIx-HA/pkg-descr (new) 1.1 +6 -0 ports/databases/p5-DBIx-HA/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-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thank You.