Port details |
- tdbc Common database access interface for Tcl
- 1.1.9 databases =3 1.1.7Version of this port present on the latest quarterly branch.
- Maintainer: tcltk@FreeBSD.org
- Port Added: 2012-04-16 13:12:24
- Last Update: 2024-09-17 07:30:35
- Commit Hash: 637e2c5
- People watching this port, also watch:: dirdiff, tcl-wrapper, tclreadline, tclxml, tcl86
- License: TclTk
- WWW:
- http://tdbc.tcl.tk
- Description:
- TDBC is the Tcl Database Connectivity, an abstraction layer for database
drivers in the Tcl programming language. The interface is described in
TIP 308 with updates in TIP 350.
Currently, drivers for MySQL, ODBC, PostgreSQL, and SQLite3 are included.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/databases/tdbc/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/tdbc
- pkg install tdbc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tdbc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1726558091
SHA256 (tdbc1.1.9.tar.gz) = 8d1c20edcc49b522ddc07dce09b260fb5c792b49168f5709a12867f7e4d19999
SIZE (tdbc1.1.9.tar.gz) = 190367
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- pkgIndex.tcl : databases/tcl-sqlite3
- Library dependencies:
-
- libodbc.so : databases/unixODBC
- libtcl86.so : lang/tcl86
- libmysqlclient.so.21 : databases/mysql80-client
- libpq.so.5 : databases/postgresql16-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tdbc-1.1.9:
MYSQL=on: MySQL database support
ODBC=on: ODBC database backend
PGSQL=on: PostgreSQL database support
SQLITE=on: SQLite database support
===> Use 'make config' to modify these settings
- Options name:
- databases_tdbc
- USES:
- tcl:86+,tea mysql:client pgsql
- 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 |
1.1.9 17 Sep 2024 07:30:35 |
Pietro Cerutti (gahr) |
databases/tdbc: update to 1.1.9 |
1.1.7 05 Mar 2024 08:41:11 |
Pietro Cerutti (gahr) |
databases/tdbc: update to 1.1.7 |
1.1.5_1 24 Feb 2024 19:25:27 |
Muhammad Moinur Rahman (bofh) |
databases/tdbc: Moved man to share/man
Approved by: portmgr (blanket) |
1.1.5 05 Jun 2023 08:45:51 |
Pietro Cerutti (gahr) |
databases/tdbc: update to 1.1.5 |
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.1.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 ) |
1.1.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 ) |
1.1.3 08 Nov 2021 08:00:54 |
Pietro Cerutti (gahr) |
databases/tdbc: update to 1.1.3 |
1.1.2 28 Jun 2021 12:16:49 |
Pietro Cerutti (gahr) |
databases/tdbc: update to 1.1.2 |
1.1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.1 04 Nov 2019 09:00:05 |
gahr |
databases/tdbc: update to 1.1.1 |
1.1.0_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.1.0_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.1.0 19 Nov 2018 12:07:37 |
gahr |
databases/tdbc: update to 1.1.0 |
1.0.6 02 Jan 2018 10:49:42 |
gahr |
databases/tdbc: update to 1.0.6 |
1.0.5 21 Aug 2017 07:39:18 |
gahr |
databases/tdbc: update to 1.0.5, cleanup Makefile |
1.0.4 09 Dec 2016 15:25:10 |
gahr |
databases/tdbc: switch to USES=mysql |
1.0.4 21 Apr 2016 12:45:17 |
gahr |
Convert a few more ports to USES=tcl:tea |
1.0.4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.0.4 01 Mar 2016 16:37:53 |
gahr |
databases/tdbc: update to 1.0.4
While at it, switch to OPTIONS helper and install header files in a dedicated
directory to avoid potential clashes. |
1.0.3 16 Mar 2015 22:14:05 |
gahr |
- Update to 1.0.3 |
1.0.1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.0.1 27 Aug 2014 14:05:21 |
gahr |
- Update to 1.0.1 |
1.0.0 22 Aug 2014 07:20:30 |
antoine |
Canonicalize a few LICENSE_PERMS
With hat: portmgr |
1.0.0 18 Feb 2014 16:23:21 |
gahr |
- STAGE-clean
- Add LICENSE |
1.0.0 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
1.0.0 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.0.0 19 Sep 2013 13:33:23 |
gahr |
- Convert USE_TCL to USES=tcl |
1.0.0 09 Jan 2013 15:25:06 |
gahr |
- update to 1.0.0 |
1.0.b17_2 26 Nov 2012 22:43:25 |
gahr |
- Update maintainership of my Tcl/Tk ports to tcltk@
- Trim Makefile headers
Feature safe: yes |
1.0.b17_2 04 Oct 2012 12:06:43 |
gahr |
- Sync with upstream
- Bump PORTREVISION (PORTVERSION has not changed)
- Convert to OptionsNG
- Remove libiodbc option for ODBC driver (does not work) |
1.0.b17_1 10 May 2012 13:49:03 |
gahr |
- Add a patch (http://tdbc.tcl.tk/index.cgi/tktview?name=0dda7dbb73)
- Respect PREFIX |
1.0.b17 16 Apr 2012 13:08:37 |
gahr |
- New port: databases/tdbc
TDBC is the Tcl Database Connectivity, an abstraction layer for database
drivers in the Tcl programming language. It currently supports drivers for
MySQL, PostgreSQL, SQLite, and ODBC through either unixODBC or iODBX. |