5a89 FreshPorts -- databases/p5-Class-DBI-Loader-Relationship
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Class-DBI-Loader-Relationship 1.3 databases on this many watch lists=1 search for ports that depend on this port
Easier relationship specification in CDBI::L
Maintained by: lth@FreeBSD.org search for ports maintained by this maintainer
Port Added: 08 Apr 2004 16:17:18
Also Listed In: perl5
License: not specified in port


This module acts as a mix-in, adding the relationship method to
Class::DBI::Loader. Since Class::DBI::Loader knows how to map between
table names and class names, there ought to be no need to replicate
the names.  In addition, it is common (but not universal) to want
reverse relationships defined for has-many relationships, and for
has-a relationships to be defined for the linkages surrounding a
many-to-many table.

WWW: http://search.cpan.org/dist/Class-DBI-Loader-Relationship/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. databases/p5-Class-DBI-Loader
  2. textproc/p5-Lingua-EN-Inflect-Number
  3. lang/perl5.8
Required To Run:
  1. databases/p5-Class-DBI-Loader
  2. textproc/p5-Lingua-EN-Inflect-Number
  3. lang/perl5.8

This port is required by:

for Build for Run

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


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/C/CH/CHUNZI/
  3. ftp://ftp.cpan.org/pub/CPAN/authors/id/C/CH/CHUNZI/
  4. ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/C/CH/CHUNZI/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/C/CH/CHUNZI/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/C/CH/CHUNZI/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/C/CH/CHUNZI/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/C/CH/CHUNZI/
  9. ftp://mirror.hiwaay.net/CPAN/authors/id/C/CH/CHUNZI/
  10. http://at.cpan.org/authors/id/C/CH/CHUNZI/
  11. http://backpan.perl.org/authors/id/C/CH/CHUNZI/
  12. http://cpan.nctu.edu.tw/authors/id/C/CH/CHUNZI/
  13. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/C/CH/CHUNZI/
  14. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/C/CH/CHUNZI/
  15. http://www.cpan.dk/authors/id/C/CH/CHUNZI/

Number of commits found: 11

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
05 Jun 2012 11:46:48
Original commit files touched by this commit  1.3
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by:    maintainer (lth@ via email)
21 Jan 2012 17:40:15
Original commit files touched by this commit  1.3
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
08 Sep 2011 08:36:43
Original commit files touched by this commit  1.3
az search for other commits by this committer
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.

With perl@ hat
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.3
miwi search for other commits by this committer
- Get Rid MD5 support
17 Apr 2008 14:30:31
Original commit files touched by this commit  1.3
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
08 Sep 2007 00:26:08
Original commit files touched by this commit  1.3
linimon search for other commits by this committer
Remove support for antique perl.

Hat:    portmgr
22 Jan 2006 08:23:41
Original commit files touched by this commit  1.3
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
22 Jan 2006 01:29:10
Original commit files touched by this commit  1.3
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)
09 Nov 2005 13:29:19
Original commit files touched by this commit  1.3
lth search for other commits by this committer
Update to 1.3
01 Jun 2004 12:32:33
Original commit files touched by this commit  1.2
lth search for other commits by this committer
Change of email address.

Approved by:    erwin (mentor)
08 Apr 2004 15:58:14
Original commit files touched by this commit  1.2
erwin search for other commits by this committer
Add p5-Class-DBI-Loader-Relationship 1.2, easier relationship
specification in CDBI::L.

This module acts as a mix-in, adding the relationship method to
Class::DBI::Loader. Since Class::DBI::Loader knows how to map between
table names and class names, there ought to be no need to replicate
the names.  In addition, it is common (but not universal) to want
reverse relationships defined for has-many relationships, and for
has-a relationships to be defined for the linkages surrounding a
many-to-many table.

WWW: http://search.cpan.org/dist/Class-DBI-Loader-Relationship/

PR:             ports/65176
Submitted by:   Lars Thegler <lars@thegler.dk>

Number of commits found: 11

2897
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 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 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days31
new fortnight63
new month217

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0