Port details |
- p5-Tie-DBI Perl module implementing Tie hash to a DBI handle
- 1.08 databases =7 1.08Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2001-03-08 08:40:30
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-File-Temp, gettext, unzip, wget, nmap
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Tie-DBI
- Description:
- Tie::DBI is a perl module implementing Tie hash to a DBI handle.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Tie-DBI>0:databases/p5-Tie-DBI
- To install the port:
- cd /usr/ports/databases/p5-Tie-DBI/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-Tie-DBI
- pkg install p5-Tie-DBI
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Tie-DBI
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1579531366
SHA256 (Tie-DBI-1.08.tar.gz) = 03b1db8957645a68b9b5e94c212b0db53c12bbb69e69513f3c69ad9f70e08765
SIZE (Tie-DBI-1.08.tar.gz) = 31012
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>=0 : databases/p5-DBI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-DBD-SQLite>=0 : databases/p5-DBD-SQLite
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-DBI>=0 : databases/p5-DBI
- 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-Tie-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) |
1.08 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 ) |
1.08 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 ) |
1.08 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.08 20 Jan 2020 20:11:42 |
sunpoet |
Update to 1.08
- Add LICENSE
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/Tie-DBI |
1.06_1 09 Jul 2018 08:40:18 |
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 |
1.06_1 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 |
1.06_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.06_1 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. |
1.06_1 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 ) |
1.06 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.06 03 Nov 2013 06:53:55 |
vanilla |
Support STAGEDIR. |
1.06 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.06 29 Aug 2013 17:16:53 |
sunpoet |
- Add WWW
- Use single space after WWW:
- Remove Author line |
1.06 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.06 05 Jun 2013 07:47:56 |
mat |
Update to 1.06. |
1.05 10 Jun 2012 18:42:48 |
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) |
1.05 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
1.05 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.05 11 Apr 2010 08:30:51 |
leeym |
- update to 1.05 |
1.04 01 Apr 2010 09:21:44 |
tobez |
Update to 1.04.
Changes: http://search.cpan.org/dist/Tie-DBI/Changes |
1.03 29 Mar 2010 23:21:56 |
tobez |
Update to 1.03.
Changes: http://search.cpan.org/dist/Tie-DBI/Changes |
1.02 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) |
1.02 18 Jun 2007 07:49:52 |
erwin |
Remove 4.x workaround. |
1.02 02 Jun 2006 05:27:33 |
leeym |
- update to 1.02
- assign to perl@ |
1.01 24 Nov 2005 01:23:57 |
pav |
- Add SHA256 |
1.01 15 Mar 2005 06:28:05 |
clsung |
- update to 1.01
- from Changes since 0.93
- More minor documentation fixes. (darn!)
- Minor documentation fix.
- Autrijus Tang fix for clobbered $_.
- Fix tests so that they work under PostGres, courtesy Arshavir Grigora |
0.93 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.93 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.93 07 Sep 2003 01:13:17 |
foxfair |
PR: 56542
Submitted by: Lars Thegler <lars@thegler.dk>
- Update to 0.93
- Make portlint happy |
0.91 20 Feb 2003 17:00:26 |
knu |
De-pkg-comment. |
08 Mar 2001 12:45:45 |
clive |
Add missing entry. |
08 Mar 2001 11:40:30 |
clive |
New port: p5-Tie-DBI Tie::DBI is a perl module implementing Tie hash
to a DBI handle. |