Bug 109509 - [NEW PORT] devel/p5-Data-ObjectDriver: Simple, transparent data interface, with caching
Summary: [NEW PORT] devel/p5-Data-ObjectDriver: Simple, transparent data interface, wi...
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-02-25 01:50 UTC by gslin
Modified: 2007-02-25 14:40 UTC (History)
1 user (show)

See Also:


Attachments
p5-Data-ObjectDriver-0.03.shar (4.52 KB, text/plain)
2007-02-25 01: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-02-25 01:50:05 UTC
Data::ObjectDriver is an object relational mapper, meaning that it
maps object-oriented design concepts onto a relational database.

It's inspired by, and descended from, the MT::ObjectDriver classes in
Six Apart's Movable Type and TypePad weblogging products. But it adds
in caching and partitioning layers, allowing you to spread data across
multiple physical databases, without your application code needing to
know where the data is stored.

It's currently considered ALPHA code. The API is largely fixed, but
may seen some small changes in the future. For what it's worth, the
likeliest area for changes are in the syntax for the search method,
and would most likely not break much in the way of backwards
compatibility.

WWW:	http://search.cpan.org/dist/Data-ObjectDriver/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-25 01:50:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-25 14:38:22 UTC
clsung      2007-02-25 14:38:13 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Data-ObjectDriver Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  Add p5-Data-ObjectDriver 0.03, simple, transparent data interface, with
  caching.
  
  PR:             ports/109509
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.2660    +1 -0      ports/devel/Makefile
  1.1       +37 -0     ports/devel/p5-Data-ObjectDriver/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Data-ObjectDriver/distinfo (new)
  1.1       +16 -0     ports/devel/p5-Data-ObjectDriver/pkg-descr (new)
  1.1       +28 -0     ports/devel/p5-Data-ObjectDriver/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-02-25 14:38:27 UTC
State Changed
From-To: open->closed

New port added. Thank You.