notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
mysqltcl TCL module for accessing MySQL databases based on msqltcl
3.052_2 databases on this many watch lists=13 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.052Version of this port present on the latest quarterly branch.
Maintainer: tcltk@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2000-04-30 06:21:39
Last Update: 2024-02-23 03:31:34
Commit Hash: 4d06204
People watching this port, also watch:: wget, p5-DBI, phpMyAdmin-php81, nmap, p5-MIME-Base64
Also Listed In: tcl
License: not specified in port
WWW:
http://www.xdobry.de/mysqltcl/
Description:
From the package man-page: MySQLTcl is a collection of Tcl commands and a Tcl global array that provide access to MySQL database servers. MySQLTcl is nothing more than a patched version of a patched version of Hakan Soderstrom's patch of Tom Poindexter's Sybtcl. Mysqltcl is binary Tcl library (extension) written in C language that use direkt official MySQL C-API. Almost all Tcl commands correspond to MySQL C-API functions. For detail documentation see official MySQL C- API manual.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. lib/mysqltcl-3.052/libmysqltcl3.052.so
  2. lib/mysqltcl-3.052/pkgIndex.tcl
  3. share/man/mann/mysqltcl.n.gz
  4. @ldconfig
Collapse this list.
Dependency lines:
  • mysqltcl>0:databases/mysqltcl
To install the port:
cd /usr/ports/databases/mysqltcl/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/mysqltcl
  • pkg install mysqltcl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mysqltcl
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (mysqltcl-3.052.tar.gz) = 5b6e04430b80fd4af54599551503bae681232be0bae3c55c1a93adeb66702007 SIZE (mysqltcl-3.052.tar.gz) = 187781

Packages (timestamps in pop-ups are UTC):
mysqltcl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.052_23.052_23.0523.052_23.052_2-3.052-
FreeBSD:13:quarterly--------
FreeBSD:14:latest3.052_23.052_23.0523.052_23.052_2---
FreeBSD:14:quarterly--------
FreeBSD:15:latest3.052_23.052_2n/a3.052_1n/a-3.052_13.052_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libmysqlclient.so.21 : databases/mysql80-client
  2. libtcl86.so : lang/tcl86
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. net-mgmt/ipacco*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
databases_mysqltcl
USES:
mysql tcl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.xdobry.de/mysqltcl/
Collapse this list.

Number of commits found: 44

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.052_2
23 Feb 2024 03:31:34
commit hash: 4d062041099677b277d029d9f26ba8eb5b925b7dcommit hash: 4d062041099677b277d029d9f26ba8eb5b925b7dcommit hash: 4d062041099677b277d029d9f26ba8eb5b925b7dcommit hash: 4d062041099677b277d029d9f26ba8eb5b925b7d files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/mysqltcl: Moved man to share/man

Approved by:    portmgr (blanket)
3.052_1
26 Jan 2024 15:05:30
commit hash: 4c5b01c37aa273ddd476f67ba63569a1e6c7eedacommit hash: 4c5b01c37aa273ddd476f67ba63569a1e6c7eedacommit hash: 4c5b01c37aa273ddd476f67ba63569a1e6c7eedacommit hash: 4c5b01c37aa273ddd476f67ba63569a1e6c7eeda files touched by this commit
Ryan Steinmetz (zi) search for other commits by this committer
databases/mysqltcl: Unbreak with MySQL 8.x, bump PORTREVISION
3.052
29 Dec 2023 18:24:39
commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor with IGNORE_WITH_MYSQL

- There are multiple ports which has MYSQL options and are non-DEFAULT.
  Most of the time committers actually forget to check with the OPTION
  enabled and in some cases they are BROKEN with newr versions of mysql.
  So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
  appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
  MySQL usability over MariaDB to explore the future possibility of
  shifting to MariaDB as the default as major ports upstream have moved
  their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
  If a port is broken on all instances of MySQL/MariaDB:
  - If a port has the option of multiple DB backends and MySQL is the
    default then the DEFAULT will be changed to PGSQL/SQLITE before
    2024Q1. And the OPTION will be removed before 2024Q2. If a
    MAINTAINER is aware about such cases and want to prefer PGSQL over
    SQLITE or vice versa please do so at your own accord. Otherwise
    PGSQL will be preferred over SQLITE.
  - If a port has the option of multiple DB backends and MySQL is not
    the default then the the OPTION will be removed before 2024Q1.

Approved by:	portmgr (blanket)
3.052
01 Feb 2023 12:07:20
commit hash: a3381e2416389dbfd7276bc129e52842a519182bcommit hash: a3381e2416389dbfd7276bc129e52842a519182bcommit hash: a3381e2416389dbfd7276bc129e52842a519182bcommit hash: a3381e2416389dbfd7276bc129e52842a519182b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/mysqltcl: Ignore with mysql 8.0

PR:		269203
Reported by:	exp-run
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.052
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
3.052
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
3.052
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.052
15 Nov 2019 10:12:08
Revision:517643Original commit files touched by this commit
tobik search for other commits by this committer
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
3.052
23 May 2016 18:36:52
Revision:415738Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert tab after WWW: in pkg-descrs to single space as per PHB

Approved by:	portmgr blanket
3.052
20 Dec 2014 17:40:54
Revision:375020Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
3.052
18 Feb 2014 15:59:29
Revision:344916Original commit files touched by this commit
gahr search for other commits by this committer
- Convert to USES=tcl
- STAGE-clean
3.052
20 Sep 2013 16:13:49
Revision:327717Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
3.052
19 Sep 2013 13:33:23
Revision:327616Original commit files touched by this commit
gahr search for other commits by this committer
- Convert USE_TCL to USES=tcl
3.052
23 Apr 2013 11:51:53
Revision:316351Original commit files touched by this commit
gahr search for other commits by this committer
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
  default, I don't expect this change to cause much trouble)
3.052
08 Jan 2013 13:22:15
Revision:310089Original commit files touched by this commit
gahr search for other commits by this committer
- Update to 3.052
- Assign maintainership to tcltk@

PR:		173940
Submitted by:	gahr
Approved by:	maintainer (timeout > 1 month)
3.05_2
04 Dec 2012 10:43:09
Revision:308232Original commit files touched by this commit
gahr search for other commits by this committer
- Chase 82+ not being a valid Tcl/Tk version anymore

Feature safe:	yes
Reported by:	beat, bapt
3.05_2
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
3.05_2
19 Mar 2011 13:15:34
Original commit files touched by this commit
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
3.05
23 Feb 2009 14:46:38
Original commit files touched by this commit
mm search for other commits by this committer
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:      pointyhat (pav)
3.05
09 Apr 2008 13:42:26
Original commit files touched by this commit
pav search for other commits by this committer
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
3.05
08 Apr 2008 20:46:02
Original commit files touched by this commit
mm search for other commits by this committer
- Update to 3.05
- Remove compatibility patch (already in source)

PR:             ports/122509
Submitted by:   Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer)
3.04
18 Feb 2008 22:27:09
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 3.0.4

PR:             120828
Submitted by:   Bjoern Koenig (bkoenig@alpha-tierchen.de) (maintainer)
3.03
25 May 2007 22:11:50
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 3.03

PR:             112848
Submitted by:   Björn König <bkoenig@alpha-tierchen.de> (maintainer)
3.02
09 Oct 2006 14:18:23
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 3.0.2

PR:             ports/103763
Submitted by:   Martin Matuska <martin@matuska.org>
Approved by:    Bjorn Konig <bkoenig@cs.tu-berlin.de> (maintainer)
3.01
07 Oct 2006 13:02:31
Original commit files touched by this commit
pav search for other commits by this committer
- Unmark BROKEN, the offending header in mysql-client was fixed
3.01
17 Sep 2006 01:23:20
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Does not compile
3.01
04 May 2006 21:41:12
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
3.01
14 Jan 2006 19:47:12
Original commit files touched by this commit
pav search for other commits by this committer
- Add unoficial patch for MySQL 3.23 and 4.0 users

PR:             ports/91684
Submitted by:   Bjorn Konig <bkoenig@cs.tu-berlin.de> (maintainer)
3.01
24 Nov 2005 14:21:30
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256

Requested by:   maintainer
3.01
02 Oct 2005 16:36:20
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN with MySQL 4.0 and older

PR:             ports/86482
Submitted by:   <bkoenig@cs.tu-berlin.de> (maintainer)
3.01
01 Aug 2005 15:29:25
Original commit files touched by this commit
mi search for other commits by this committer
Fix the borked patch from yesterday. Try on a new pointyhat...
3.01
01 Aug 2005 00:02:55
Original commit files touched by this commit
mi search for other commits by this committer
Update from 2.50 to 3.01. Transfer maintainership to the submitter.

PR:     ports/84412
Submitted by:   Bjorn Konig
2.50
23 Jul 2005 15:05:34
Original commit files touched by this commit
mi search for other commits by this committer
Switch to USE_MYSQL=yes instead of explicitly LIB_DEPEND-ing on
mysqlclient.

Now, if only someone could remove the explicit shared library number
requirement on mysqlclient (currently 14)...

Submitted by:    Richard Bejtlich
2.50
08 Apr 2004 14:29:09
Original commit files touched by this commit
mi search for other commits by this committer
Update to 2.50 from 2.40. Spell the name of the package properly in
synopsis. Add tcl84 as the category.
2.40
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
2.40
06 Feb 2004 21:45:56
Original commit files touched by this commit
mi search for other commits by this committer
Upgrade from 2.14 to 2.40. Some reorganization of the Makefile, while here.

Prodded by: SoD (at cd.pri.ee)
2.14
29 Apr 2003 02:35:44
Original commit files touched by this commit
mi search for other commits by this committer
Upgrade from the ancient 1.53 to the fresh 2.14. Add WWW.
1.53
07 Mar 2003 05:58:32
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
08 Jan 2002 18:59:38
commit hash: fp1.23044@dev.null.freshports.orgcommit hash: fp1.23044@dev.null.freshports.orgcommit hash: fp1.23044@dev.null.freshports.orgcommit hash: fp1.23044@dev.null.freshports.org files touched by this commit
mi search for other commits by this committer
Fix MASTER_SITE. It now tries to redirect to the new one, but the   redirection
is broken... Woof...    
29 May 2001 17:55:42
commit hash: fp1.14372@dev.null.freshports.orgcommit hash: fp1.14372@dev.null.freshports.orgcommit hash: fp1.14372@dev.null.freshports.orgcommit hash: fp1.14372@dev.null.freshports.org files touched by this commit
mi search for other commits by this committer
Update MASTER_SITES to reflect the new home.   distfiles could not be fetched
from mysql.com any longer.    
21 Jan 2001 15:40:47
commit hash: fp1.8672@dev.null.freshports.orgcommit hash: fp1.8672@dev.null.freshports.orgcommit hash: fp1.8672@dev.null.freshports.orgcommit hash: fp1.8672@dev.null.freshports.org files touched by this commit
dirk search for other commits by this committer
Switch from mysql322-{client,server} to mysql323-{client,server}.    
08 Oct 2000 01:08:27
commit hash: fp1.4720@dev.null.freshports.orgcommit hash: fp1.4720@dev.null.freshports.orgcommit hash: fp1.4720@dev.null.freshports.orgcommit hash: fp1.4720@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category databases to new layout.  
16 Jul 2000 20:57:02
commit hash: fp1.2045@dev.null.freshports.orgcommit hash: fp1.2045@dev.null.freshports.orgcommit hash: fp1.2045@dev.null.freshports.orgcommit hash: fp1.2045@dev.null.freshports.org files touched by this commit
steve search for other commits by this committer
Update to use Tcl version 8.3.    

Number of commits found: 44