Bug 112351 - [NEW PORT] databases/p5-DBIx-HA: High Availability package for DBI
Summary: [NEW PORT] databases/p5-DBIx-HA: High Availability package for DBI
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-02 14:50 UTC by gslin
Modified: 2007-05-26 06:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-DBIx-HA-1.00.shar (2.15 KB, text/plain)
2007-05-02 14:50 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2007-05-02 14:50:03 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-02 14:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-26 06:49:41 UTC
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"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-05-26 06:50:32 UTC
State Changed
From-To: open->closed

New port added. Thank You.