Port details |
- p5-Class-DBI Simple Database Abstraction
- 3.0.17_3 databases =12 3.0.17_3Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2002-05-27 09:45:11
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-Locale-gettext, p5-Digest-HMAC, p5-Ima-DBI, t1lib, unzip
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Class-DBI
- Description:
- Class::DBI provides a convenient abstraction layer to a database.
It not only provides a simple database to object mapping layer, but can
be used to implement several higher order database functions (triggers,
referential integrity, cascading delete etc.), at the application level,
rather than at the database.
This is particularly useful when using a database which doesn't support
these (such as MySQL), or when you would like your code to be portable
across multiple databases which might implement these things in
different ways.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Class-DBI>0:databases/p5-Class-DBI
- To install the port:
- cd /usr/ports/databases/p5-Class-DBI/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-Class-DBI
- pkg install p5-Class-DBI
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Class-DBI
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Class-DBI-v3.0.17.tar.gz) = 541354fe361c56850cb11261f6ca089a14573fa764792447444ff736ae626206
SIZE (Class-DBI-v3.0.17.tar.gz) = 105416
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-Class-Accessor>=0 : devel/p5-Class-Accessor
- p5-Class-Data-Inheritable>=0 : devel/p5-Class-Data-Inheritable
- p5-Class-Trigger>=0 : devel/p5-Class-Trigger
- p5-Clone>=0 : devel/p5-Clone
- p5-Ima-DBI>=0 : databases/p5-Ima-DBI
- p5-UNIVERSAL-moniker>=0 : devel/p5-UNIVERSAL-moniker
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Class-Accessor>=0 : devel/p5-Class-Accessor
- p5-Class-Data-Inheritable>=0 : devel/p5-Class-Data-Inheritable
- p5-Class-Trigger>=0 : devel/p5-Class-Trigger
- p5-Clone>=0 : devel/p5-Clone
- p5-Ima-DBI>=0 : databases/p5-Ima-DBI
- p5-UNIVERSAL-moniker>=0 : devel/p5-UNIVERSAL-moniker
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- databases/p5-Class-DBI-AbstractSearch
- databases/p5-Class-DBI-AsForm
- databases/p5-Class-DBI-AutoLoader
- databases/p5-Class-DBI-BaseDSN
- databases/p5-Class-DBI-DATA-Schema
- databases/p5-Class-DBI-DDL
- databases/p5-Class-DBI-FromCGI
- for Run
-
- databases/p5-Class-DBI-AbstractSearch
- databases/p5-Class-DBI-AsForm
- databases/p5-Class-DBI-AutoLoader
- databases/p5-Class-DBI-BaseDSN
- databases/p5-Class-DBI-DATA-Schema
- databases/p5-Class-DBI-DDL
- databases/p5-Class-DBI-FromCGI
Configuration Options:
- No options to configure
- Options name:
- databases_p5-Class-DBI
- 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) |
3.0.17_3 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 ) |
3.0.17_3 20 Jul 2022 14:21:07 |
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 ) |
3.0.17_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.17_3 06 Oct 2018 13:06:45 |
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) |
3.0.17_3 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
3.0.17_3 28 Feb 2018 15:12:28 |
sunpoet |
Add LICENSE
- Add NO_ARCH |
3.0.17_3 24 Feb 2018 14:02:00 |
sunpoet |
Remove outdated post-configure: |
3.0.17_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.0.17_3 12 Mar 2015 23:00:03 |
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. |
3.0.17_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 ) |
3.0.17_1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
3.0.17_1 03 Nov 2013 06:53:55 |
vanilla |
Support STAGEDIR. |
3.0.17_1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
3.0.17_1 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
3.0.17_1 03 Jun 2012 18:57:30 |
crees |
SITE_PERL --> package dependencies, chunks 2-3
Submitted by: az |
3.0.17_1 07 May 2012 15:42:51 |
skv |
Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved). |
3.0.17_1 21 Jan 2012 17:40:15 |
eadler |
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 |
3.0.17_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.0.17_1 29 Jan 2010 04:56:59 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 17).
Approved by: portmgr (itetcu) |
3.0.17 17 Apr 2008 14:30:31 |
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) |
3.0.17 15 Jan 2008 21:49:48 |
skv |
Update to 3.0.17 |
3.0.16 08 Sep 2007 00:54:37 |
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 |
3.0.16 20 Nov 2006 07:45:48 |
skv |
Update to 3.0.16
Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.16/Changes |
3.0.15 23 Aug 2006 15:57:55 |
skv |
Update to 3.0.15
PR: ports/102330
Submitted by: Gea-Suan Lin <gslin xx gslin.org> |
3.0.14 22 Jan 2006 01:29:10 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
3.0.14 18 Jan 2006 13:04:11 |
skv |
Update to 3.0.14
Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.14/Changes |
3.0.13_1 29 Dec 2005 13:40:27 |
skv |
Add missed dependency: devel/p5-Clone.
Pointed by: kuriyama [by email], fenner [PR 90991] |
3.0.13 16 Dec 2005 09:10:12 |
skv |
Update to 3.0.13
Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.13/Changes |
3.0.12 08 Nov 2005 17:32:00 |
skv |
Update to 3.0.12
Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.12/Changes |
3.0.10 12 Oct 2005 11:00:53 |
skv |
Update to 3.0.10
Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.10/Changes
PR: ports/87252
Submitted by: Gabor Kovesdan <gabor.kovesdan * t-hosting.hu> |
3.0.9 11 Oct 2005 06:20:25 |
kris |
BROKEN: Incomplete pkg-plist |
3.0.9 06 Oct 2005 11:09:44 |
skv |
Update to 3.0.9
Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.9/Changes |
3.0.8 27 Sep 2005 16:21:45 |
leeym |
- backout previous commit |
3.0.8 27 Sep 2005 14:44:48 |
leeym |
- fix plist |
3.0.8 26 Sep 2005 14:56:19 |
skv |
Update to 3.0.8
Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.8/Changes |
3.0.5 16 Sep 2005 15:43:12 |
skv |
Fix plist.
Pointed by: pointyhat (kris) |
3.0.5 15 Sep 2005 10:28:07 |
skv |
Upgrade to 3.0.5, drop support for obsolete perl-5.00503
Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.5/Changes |
0.96_2 24 Oct 2004 17:29:18 |
skv |
Remove 'use warnings' if perl < 5.6.0
PR: 73086
Submitted by: lth |
0.96_1 12 Aug 2004 12:48:01 |
mat |
After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, all
these ports were broken because they always depended on it. I've rearranged all
the dependencies to fit the new scheme. |
0.96_1 11 Aug 2004 13:50:05 |
skv |
Add missing manpage
PR: ports/70288
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> |
0.96 12 Jul 2004 12:44:36 |
lth |
Update to 0.96
PR: 68291
Submitted by: lth
Approved by: maintainer |
0.95 30 Mar 2004 13:39:33 |
mat |
Add 2 patches for 5.005.
Approved by: maintainer timeout |
0.95 01 Mar 2004 07:24:19 |
skv |
Updated to 0.95 |
0.94 02 Sep 2003 09:54:01 |
skv |
Update to 0.94 |
0.93 11 Jul 2003 17:15:54 |
skv |
Updated to 0.93
PR: ports/54265
Submitted by: Mathieu Arnold <m@absolight.net> |
0.92 30 Apr 2003 14:55:37 |
skv |
Updated to 0.92
PR: ports/51578 |
0.90 07 Mar 2003 05:58:32 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.90 05 Feb 2003 11:52:53 |
skv |
Update to 0.90 |
0.89 25 Jun 2002 17:43:40 |
skv |
Updated to 0.89 |
0.86 27 May 2002 09:43:29 |
skv |
Add p5-Class-DBI 0.86, simple Database Abstraction. |