FreshPorts -- The Place For Ports Mon, 15 Mar 2010 9:51 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
p5-DBIx-Class 0.08120 databases on this many watch lists=3 search for ports that depend on this port
Extensible and flexible object <-> relational mapper
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 29 Aug 2005 11:22:16
Also Listed In: perl5


This is an SQL to OO mapper with an object API inspired by Class::DBI (with a
compatibility layer as a springboard for porting) and a resultset API that
allows abstract encapsulation of database operations. It aims to make
representing queries in your code as perl-ish as possible while still providing
access to as many of the capabilities of the database as possible, including
retrieving related records from multiple tables in a single query, JOIN, LEFT
JOIN, COUNT, DISTINCT, GROUP BY, ORDER BY and HAVING support.

DBIx::Class can handle multi-column primary and foreign keys, complex queries
and database-level paging, and does its best to only query the database in
order to return something you've directly asked for. If a resultset is used as
an iterator it only fetches rows off the statement handle as requested in order
to minimise memory usage. It has auto-increment support for SQLite, MySQL, 
PostgreSQL, Oracle, SQL Server and DB2 and is known to be used in production
on at least the first four, and is fork- and thread-safe out of the box 
(although your DBD may not be).

This project is still under rapid development, so large new features may be
marked EXPERIMENTAL - such APIs are still usable but may have edge bugs.
Failing test cases are *always* welcome and point releases are put out rapidly
as bugs are found and fixed.

WWW: http://search.cpan.org/dist/DBIx-Class/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/p5-Carp-Clan, devel/p5-Class-Accessor-Grouped, devel/p5-Class-C3-Componentised, devel/p5-Class-Inspector, databases/p5-Data-Page, devel/p5-Data-Dumper-Concise, databases/p5-DBI, converters/p5-JSON-Any, devel/p5-MRO-Compat, devel/p5-Module-Find, devel/p5-Path-Class, devel/p5-Scope-Guard, databases/p5-SQL-Abstract, databases/p5-SQL-Abstract-Limit, devel/p5-Sub-Name, lang/perl5.8
Required To Run: devel/p5-Carp-Clan, devel/p5-Class-Accessor-Grouped, devel/p5-Class-C3-Componentised, devel/p5-Class-Inspector, databases/p5-Data-Page, devel/p5-Data-Dumper-Concise, databases/p5-DBI, converters/p5-JSON-Any, devel/p5-MRO-Compat, devel/p5-Module-Find, devel/p5-Path-Class, devel/p5-Scope-Guard, databases/p5-SQL-Abstract, databases/p5-SQL-Abstract-Limit, devel/p5-Sub-Name, lang/perl5.8, lang/perl5.8

To install the port: cd /usr/ports/databases/p5-DBIx-Class/ && make install clean
To add the package: pkg_add -r p5-DBIx-Class


Configuration Options
===> The following configuration options are available for p5-DBIx-Class-0.08120:
     SQLT=Off (default) "SQL::Translator (generate DDL from schema)"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/DBIx/
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/DBIx/
http://www.cpan.dk/modules/by-module/DBIx/
http://ring.nict.go.jp/archives/lang/perl/CPAN/modules/by-module/DBIx/
http://ring.k-opti.com/archives/lang/perl/CPAN/modules/by-module/DBIx/
http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/DBIx/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/DBIx/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/DBIx/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/DBIx/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/DBIx/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/DBIx/
ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/DBIx/
ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/DBIx/
ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/DBIx/
ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/DBIx/
http://at.cpan.org/modules/by-module/DBIx/
ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/DBIx/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/DBIx/
http://backpan.cpan.org/modules/by-module/DBIx/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 57

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
01 Mar 2010 10:34:46
Original commit files touched by this commit  0.08120
tobez search for other commits by this committer
Update to 0.08120.

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
Feature safe:   yes
15 Feb 2010 16:15:35
Original commit files touched by this commit  0.08119
tobez search for other commits by this committer
Update to 0.08119.

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
08 Feb 2010 15:13:00
Original commit files touched by this commit  0.08118
tobez search for other commits by this committer
Update to 0.08118.

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
06 Feb 2010 00:36:24
Original commit files touched by this commit  0.08117
tobez search for other commits by this committer
Update to 0.08117.

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
11 Dec 2009 13:11:40
Original commit files touched by this commit  0.08115
wen search for other commits by this committer
- Update to 0.08115
25 Nov 2009 06:00:17
Original commit files touched by this commit  0.08114_1
wen search for other commits by this committer
- Add missing dependence

PR:             ports/140846
Submitted by:   Christopher Key <cjk32@cam.ac.uk>
23 Nov 2009 13:50:56
Original commit files touched by this commit  0.08114
mat search for other commits by this committer
Update to 0.08114
21 Sep 2009 15:13:55
Original commit files touched by this commit  0.08112
tobez search for other commits by this committer
Update to 0.08112.

Changes:        http://search.cpan.org/dist/DBIx-Class/Changes
Feature safe:   yes
09 Sep 2009 07:35:29
Original commit files touched by this commit  0.08111
az search for other commits by this committer
Update to version 0.08111

Changelog: http://cpansearch.perl.org/src/RIBASUSHI/DBIx-Class-0.08111/Changes
04 Sep 2009 11:11:23
Original commit files touched by this commit  0.08109_1
az search for other commits by this committer
- Remove databases/p5-DBD-SQLite as dependency, since it only required for
testing.
- bump portrevision
19 Aug 2009 11:10:25
Original commit files touched by this commit  0.08109
tobez search for other commits by this committer
Update to 0.08109.

Changes: http://search.cpan.org/dist/DBIx-Class/Changes
16 Aug 2009 14:44:58
Original commit files touched by this commit  0.08108
kuriyama search for other commits by this committer
- Upgrade to 0.08108.
- Sort $BUILD_DEPENDS as in Makefile.PL.
16 Aug 2009 12:12:53
Original commit files touched by this commit  0.08107
skv search for other commits by this committer
- Set correct dependencies versions
- Update pkg-descr

PR:             ports/135877
Submitted by:   Jonathan Chu <milki xx rescomp.berkeley.edu>
16 Aug 2009 10:22:05
Original commit files touched by this commit  0.08107
linimon search for other commits by this committer
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
23 Jul 2009 18:23:33
Original commit files touched by this commit  0.08107
pgollucci search for other commits by this committer
- Update to 0.08107

PR:             ports/136487
Approved by:    maintainer timeout (lbr; 14 days)
Submitted by:   myself (pgollucci@)
19 Jun 2009 17:17:19
Original commit files touched by this commit  0.08103
pgollucci search for other commits by this committer
- Update to 0.08103

PR:             ports/135725
Approved by:    maintainer (lbr)
Submitted by:   myself (pgollucci@)
04 May 2009 06:46:01
Original commit files touched by this commit  0.08102
lbr search for other commits by this committer
Update to 0.08102
27 Apr 2009 22:30:08
Original commit files touched by this commit  0.08101
lbr search for other commits by this committer
Update to 0.08101
23 Apr 2009 07:26:51
Original commit files touched by this commit  0.08100
lbr search for other commits by this committer
Update to 0.08100
08 Apr 2009 13:53:14
Original commit files touched by this commit  0.08013
lbr search for other commits by this committer
Kill auto_install because it could cause CPAN to configure even though we've
asked it not to.

Reported by: QAT + Pointyhat
Reported to: upstream tools peoples
Thanks to: tobez
07 Apr 2009 06:41:07
Original commit files touched by this commit  0.08013
lbr search for other commits by this committer
Update to 0.08013
15 Feb 2009 17:19:18
Original commit files touched by this commit  0.08012_1
lbr search for other commits by this committer
Add missing man-page to MAN3.

Noticed by: QAT
14 Feb 2009 19:55:31
Original commit files touched by this commit  0.08012
lbr search for other commits by this committer
Update to 0.08012
07 Mar 2008 17:29:06
Original commit files touched by this commit  0.08010
lbr search for other commits by this committer
Update to 0.08010
25 Jan 2008 14:45:54
Original commit files touched by this commit  0.08009
lbr search for other commits by this committer
Update to 0.08009
11 Dec 2007 21:43:21
Original commit files touched by this commit  0.08008
lbr search for other commits by this committer
Update to 0.08008
08 Sep 2007 01:54:37
Original commit files touched by this commit  0.08007
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
05 Sep 2007 11:50:53
Original commit files touched by this commit  0.08007
lbr search for other commits by this committer
Update to 0.08007
12 Aug 2007 23:14:18
Original commit files touched by this commit  0.08006
lbr search for other commits by this committer
Update to 0.08006
09 Aug 2007 07:30:55
Original commit files touched by this commit  0.08003
lbr search for other commits by this committer
Update to 0.08005
15 Jul 2007 13:13:14
Original commit files touched by this commit  0.08003
lbr search for other commits by this committer
Update to 0.08003.
20 Jun 2007 13:07:43
Original commit files touched by this commit  0.08002
lbr search for other commits by this committer
Update to 0.08002
18 Jun 2007 07:20:15
Original commit files touched by this commit  0.08001
lbr search for other commits by this committer
Update to 0.08001
18 Apr 2007 07:46:16
Original commit files touched by this commit  0.07006
lbr search for other commits by this committer
Update to 0.07006
12 Jan 2007 08:39:15
Original commit files touched by this commit  0.07005
lbr search for other commits by this committer
Update to 0.07005
10 Jan 2007 07:52:05
Original commit files touched by this commit  0.07004
lbr search for other commits by this committer
Update to 0.07004
05 Jan 2007 17:48:25
Original commit files touched by this commit  0.07003
lbr search for other commits by this committer
Update to 0.07003
17 Sep 2006 14:26:17
Original commit files touched by this commit  0.07002
lbr search for other commits by this committer
Update to 0.07002
20 Aug 2006 12:08:39
Original commit files touched by this commit  0.07001
lbr search for other commits by this committer
Update to 0.07001
09 Aug 2006 22:26:03
Original commit files touched by this commit  0.07000_1
lbr search for other commits by this committer
- When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS}

PR:             101708
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
23 Jul 2006 10:39:46
Original commit files touched by this commit  0.07000
lbr search for other commits by this committer
- Update to 0.07000
- Remove p5-Scalar-List-Utils and p5-Storable because they are already
  in Perl 5.8.x base.
- Remove test-dependency

PR:             100741
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
20 May 2006 11:58:55
Original commit files touched by this commit  0.06003
lbr search for other commits by this committer
Update to 0.06003.

Approved by:    erwin (mentor)
01 May 2006 14:52:00
Original commit files touched by this commit  0.06002
lbr search for other commits by this committer
Changing email-address on my 80 ports.

Approved by:    erwin (mental)
30 Apr 2006 20:25:39
Original commit files touched by this commit  0.06002
lbr search for other commits by this committer
Up to 0.06002

Approved by:    erwin (mentor)
10 Apr 2006 17:01:47
Original commit files touched by this commit  0.06001
garga search for other commits by this committer
- Update to 0.06001

PR:             ports/95571
Submitted by:   maintainer
27 Mar 2006 09:25:14
Original commit files touched by this commit  0.06000
sem search for other commits by this committer
- Update to 0.06000

PR:             ports/93822
Submitted by:   maintainer
26 Mar 2006 22:08:18
Original commit files touched by this commit  0.05007
sem search for other commits by this committer
- Update to 0.05007

PR:             ports/93822
Submitted by:   maintainer
18 Feb 2006 11:06:43
Original commit files touched by this commit  0.05006
erwin search for other commits by this committer
Update to 0.05006

PR:             93513
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
14 Feb 2006 15:07:22
Original commit files touched by this commit  0.05005
garga search for other commits by this committer
- Update to 0.05005

PR:             ports/93319
Submitted by:   maintainer
10 Feb 2006 09:07:02
Original commit files touched by this commit  0.05003
erwin search for other commits by this committer
Update to 0.05003

PR:             93120
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
07 Feb 2006 09:06:09
Original commit files touched by this commit  0.05002
erwin search for other commits by this committer
Update to 0.05002

PR:             92951
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
02 Feb 2006 11:52:27
Original commit files touched by this commit  0.05000
erwin search for other commits by this committer
update to 0.05000

PR:             92730
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
22 Jan 2006 01:29:10
Original commit files touched by this commit  0.04001
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
15 Dec 2005 18:11:48
Original commit files touched by this commit  0.04001
erwin search for other commits by this committer
Update to 0.04001

PR:             90431
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
01 Dec 2005 17:01:35
Original commit files touched by this commit  0.04000
erwin search for other commits by this committer
Update to 0.04

PR:             89804
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
16 Nov 2005 20:04:27
Original commit files touched by this commit  0.03003
flz search for other commits by this committer
- Update to 0.03003.
- Add SHA256 checksum.
- Add version requirements in LIB_DEPENDS.
- Reword COMMENT.

PR:             ports/89141
Submitted by:   maintainer
29 Aug 2005 11:21:51
Original commit files touched by this commit  0.02
lth search for other commits by this committer
Add p5-DBIx-Class 0.02, SQL to OOP mapper, replacement for Class::DBI.

PR:             ports/84912
Submitted by:   Lars Balker Rasmussen <lars@balker.dk>

Number of commits found: 57

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28
seamonkey2*Feb 28
thunderbird3*Feb 28
openoffice.org-1.0*Feb 27
openoffice.org-1.1*Feb 27
openoffice.org-1.1-devel*Feb 27
openoffice.org-2*Feb 27

4 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21399
Broken 171
Deprecated 46
Ignore 895
Forbidden 2
Restricted 387
No CDROM 141
Vulnerable 57
Expired 22
Set to expire 33
Interactive 79
new 24 hours 1
new 48 hours2
new 7 days30
new fortnight49
new month93

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.394 seconds.