Port details |
- p5-DBIx-Class-FrozenColumns Store virtual columns inside another column
- 0.09_2 databases
=0 Version of this port present on the latest quarterly branch. - Maintainer: vovkasm@gmail.com
 - Port Added: 2008-07-26 16:22:41
- Last Update: 2022-07-20 14:21:07
- Commit Hash: d076ad9
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- This module allows you to store multiple columns in one and
transparently use this columns as if they were normal columns
in your table.
WWW: https://metacpan.org/release/DBIx-Class-FrozenColumns
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-DBIx-Class-FrozenColumns>0:databases/p5-DBIx-Class-FrozenColumns
- To install the port:
- cd /usr/ports/databases/p5-DBIx-Class-FrozenColumns/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-DBIx-Class-FrozenColumns
- pkg install p5-DBIx-Class-FrozenColumns
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-DBIx-Class-FrozenColumns
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (DBIx-Class-FrozenColumns-0.09.tar.gz) = 14445c42c03c0b15184d6b3f774b77e52cc6c82f0598b9199fdebc7f44fea9d6
SIZE (DBIx-Class-FrozenColumns-0.09.tar.gz) = 26353
- 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-DBIx-Class>=0.07003 : databases/p5-DBIx-Class
- p5-JSON-XS>=0 : converters/p5-JSON-XS
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-DBIx-Class>=0.07003 : databases/p5-DBIx-Class
- p5-JSON-XS>=0 : converters/p5-JSON-XS
- 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-FrozenColumns
- 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 |
20 Jul 2022 14:21:07 0.09_2 |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 0.09_2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Jul 2018 08:40:18
0.09_2  |
mat  |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
27 May 2018 20:15:20
0.09_2 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.09_2 |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
30 Jun 2017 01:48:47
0.09_2 |
sunpoet  |
Remove Perl core modules
- While I'm here:
- Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl |
01 Apr 2016 14:00:57
0.09_1 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.09_1 |
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.09 |
bapt  |
Cleanup plist |
29 Jan 2014 17:18:46
0.09 |
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 16:13:49
0.09 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
10 Sep 2013 13:04:02
0.09 |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
10 Jun 2012 18:42:48
0.09 |
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
20 Mar 2011 12:54:45
0.09 |
miwi  |
- Get Rid MD5 support |
24 Sep 2010 02:03:44
0.09 |
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
13 Jan 2010 09:17:45
0.09 |
wen  |
- Update to 0.09
PR: ports/142751
Submitted by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer) |
01 Jul 2009 14:20:29
0.08 |
jadawin  |
- Update to 0.08
PR: ports/136215
Submitted by: Vladimir Timofeev <vovkasm gmail.com> (maintainer) |
20 Jan 2009 08:22:13
0.07 |
amdmi3  |
- Update to 0.07
PR: 130731
Submitted by: Vladimir Timofeev <vovkasm at gmail dot com> (maintainer) |
26 Jul 2008 16:22:21
0.06 |
lippe  |
This module allows you to store multiple columns in one and
transparently use this columns as if they were normal columns
in your table.
WWW: http://search.cpan.org/dist/DBIx-Class-FrozenColumns/
PR: ports/125844
Submitted by: Vladimir Timofeev <vovkasm@gmail.com>
Approved by: gabor (mentor, implicit) |