Port details |
- p5-DBIx-Class-Loader Dynamic definition of DBIx::Class sub classes
- 0.21_2 databases
=1 0.21_2Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2005-11-17 08:11:15
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: p5-Tie-EncryptedHash, p5-type1inst, p5-Net-Domain-TLD
- Also Listed In: perl5
- License: not specified in port
- Description:
- Dynamic definition of DBIx::Class sub classes.
WWW: https://metacpan.org/release/DBIx-Class-Loader
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-DBIx-Class-Loader>0:databases/p5-DBIx-Class-Loader
- To install the port:
- cd /usr/ports/databases/p5-DBIx-Class-Loader/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-DBIx-Class-Loader
- pkg install p5-DBIx-Class-Loader
- PKGNAME: p5-DBIx-Class-Loader
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (DBIx-Class-Loader-0.21.tar.gz) = 249e7ccb99728a72658b3a7f9100efefb5659586dcee29457395e86373d50349
SIZE (DBIx-Class-Loader-0.21.tar.gz) = 12980
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-DBI>=1.3 : databases/p5-DBI
- p5-DBIx-Class>=0.04001 : databases/p5-DBIx-Class
- p5-Lingua-EN-Inflect>=0 : textproc/p5-Lingua-EN-Inflect
- p5-UNIVERSAL-require>=0.10 : devel/p5-UNIVERSAL-require
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-DBI>=1.3 : databases/p5-DBI
- p5-DBIx-Class>=0.04001 : databases/p5-DBIx-Class
- p5-Lingua-EN-Inflect>=0 : textproc/p5-Lingua-EN-Inflect
- p5-UNIVERSAL-require>=0.10 : devel/p5-UNIVERSAL-require
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- databases_p5-DBIx-Class-Loader
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.21_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.21_2
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
0.21_2
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
01 Apr 2016 14:00:57
0.21_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
12 Mar 2015 23:00:03
0.21_2
|
adamw  |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
26 Nov 2014 13:08:38
0.21_2
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
20 Oct 2014 10:41:13
0.21_1
|
bapt  |
Cleanup plist |
03 Nov 2013 06:53:55
0.21_1
|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 16:13:49
0.21_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
02 Aug 2013 18:52:11
0.21_1
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
15 Dec 2011 15:58:01
0.21_1
|
swills  |
- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS
- Add TEST_DEPENDS |
17 Sep 2011 06:49:29
0.21_1
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
20 Mar 2011 12:54:45
0.21_1
|
miwi  |
- Get Rid MD5 support |
02 Dec 2009 22:57:31
0.21_1
|
leeym  |
- remove Test::Simple and Text::Balanced from dependencies
- bump PORTREVISION |
16 Aug 2009 09:22:05
0.21
|
linimon  |
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
17 Apr 2008 14:30:31
0.21
|
araujo  |
- 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:54:37
0.21
|
linimon  |
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 |
01 May 2006 13:52:00
0.21
|
lbr  |
Changing email-address on my 80 ports.
Approved by: erwin (mental) |
15 Mar 2006 10:14:34
0.21
|
garga  |
- Update to 0.21
PR: ports/93932
Submitted by: maintainer |
15 Feb 2006 13:39:25
0.20
|
erwin  |
Update to 0.20
PR: 93375
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
13 Feb 2006 09:31:39
0.19
|
erwin  |
Update to 0.19
PR: 93266
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
04 Feb 2006 19:44:11
0.18
|
erwin  |
Update to 0.18
PR: 92814
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
04 Feb 2006 11:42:33
0.17
|
erwin  |
Update to 0.17
PR: 92796
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
02 Feb 2006 11:51:03
0.16
|
erwin  |
Update to 0.16
PR: 92729
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
31 Jan 2006 14:36:46
0.15
|
erwin  |
Update to 0.15
PR: 92605
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
22 Jan 2006 01:29:10
0.14
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
21 Jan 2006 15:45:05
0.14
|
erwin  |
Update to 0.14
PR: 92098
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
20 Jan 2006 16:45:21
0.13
|
erwin  |
Update to 0.13
PR: 92066
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
04 Jan 2006 13:14:51
0.11
|
erwin  |
Update to 0.11
PR: 91303
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
21 Dec 2005 20:41:44
0.10
|
erwin  |
Update to 0.10
PR: 90761
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) |
17 Nov 2005 08:09:50
0.09
|
lth  |
Add p5-DBIx-Class-Loader 0.09, dynamic definition of DBIx::Class sub
classes.
PR: ports/89155
Submitted by: Lars Balker Rasmussen <lars@balker.dk> |