Port details |
- p5-DBIx-Class-MooseColumns Allow write DBIC add_column definitions as attribute options
- 0.22_2 databases =2 0.22_2Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2010-11-21 11:53:00
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/DBIx-Class-MooseColumns
- Description:
- This module allows you to put the arguments to "add_column" in
DBIx::Class::ResultSource right into your attribute definitions and will
automatically call it when it finds an add_column attribute option. It also
replaces the DBIx::Class-generated accessor methods (these are
Class::Accessor::Grouped-generated accessor methods under the hood) with the
Moose-generated accessor methods so that you can use more of the wonderful
powers of Moose (eg. type constraints, triggers, ...).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-DBIx-Class-MooseColumns>0:databases/p5-DBIx-Class-MooseColumns
- To install the port:
- cd /usr/ports/databases/p5-DBIx-Class-MooseColumns/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-DBIx-Class-MooseColumns
- pkg install p5-DBIx-Class-MooseColumns
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-DBIx-Class-MooseColumns
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (DBIx-Class-MooseColumns-0.22.tar.gz) = 8896f0519cf57f85569b7bd5c80bb7270706b84b1b6891347c2b9e3d5db6f2de
SIZE (DBIx-Class-MooseColumns-0.22.tar.gz) = 37430
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-Moose>=1.24 : devel/p5-Moose
- p5-namespace-autoclean>=0.09 : devel/p5-namespace-autoclean
- p5-Path-Class>0.16 : devel/p5-Path-Class
- p5-MooseX-NonMoose>=0.17 : devel/p5-MooseX-NonMoose
- p5-IO-All>=0.41 : devel/p5-IO-All
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Moose>=1.24 : devel/p5-Moose
- p5-namespace-autoclean>=0.09 : devel/p5-namespace-autoclean
- p5-Path-Class>0.16 : devel/p5-Path-Class
- p5-MooseX-NonMoose>=0.17 : devel/p5-MooseX-NonMoose
- p5-IO-All>=0.41 : devel/p5-IO-All
- 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-MooseColumns
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.22_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.22_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.22_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.22_2 22 Feb 2020 15:58:03 |
sunpoet |
Change the way *_DEPENDS are set
- Add NO_ARCH
- Sort PLIST
- Update WWW |
0.22_2 05 May 2018 16:18:43 |
az |
- reassign maintainership to perl@ (these ports are long time stable) |
0.22_2 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.22_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.22_2 25 Feb 2015 17:47:53 |
az |
- point WWW page to meta::cpan |
0.22_2 26 Nov 2014 13:08:38 |
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 ) |
0.22_1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
0.22_1 15 Dec 2013 08:55:51 |
az |
- add stage support
- pet portlint |
0.22_1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.22_1 04 Aug 2013 12:39:45 |
az |
- Convert to new perl framework
- Trim Makefile header |
0.22_1 29 Jan 2012 22:54:59 |
swills |
- Correct BUILD_DEPENDS and RUN_DEPENDS
- Add TEST_DEPENDS to enable testing
PR: ports/164340
Submitted by: swills (myself)
Approved by: maintainer (blanket) |
0.22 07 Oct 2011 11:22:46 |
culot |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de> |
0.22 17 Sep 2011 07:06:45 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl |
0.22 08 Jun 2011 14:12:18 |
az |
- Update to 0.22 |
0.20 25 Apr 2011 07:18:16 |
az |
- Update to 0.20.
- Add LICENSE. |
0.18 15 Mar 2011 15:40:55 |
az |
Update to 0.18 |
0.16 03 Jan 2011 15:57:43 |
az |
- Update to 0.16 |
0.15 21 Nov 2010 11:52:42 |
az |
This module allows you to put the arguments to "add_column" in
DBIx::Class::ResultSource right into your attribute definitions and will
automatically call it when it finds an add_column attribute option. It also
replaces the DBIx::Class-generated accessor methods (these are
Class::Accessor::Grouped-generated accessor methods under the hood) with the
Moose-generated accessor methods so that you can use more of the wonderful
powers of Moose (eg. type constraints, triggers, ...). |