FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 12:58 PM BST
Port details
tcl-Mysql 20000114_7 databases on this many watch lists=5 search for ports that depend on this port
TCL module for accessing MySQL databases
Maintained by: mi@aldan.algebra.com search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: tcl
License: not specified in port


The sql package  adds the command sql to tcl.  The author's intention is
to  build generic  database interface  for  TCL, but  currently he  only
supports MySQL.

The author's web-site is:

WWW: http://sourceforge.net/projects/tcl-sql/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required Libraries: databases/mysql41-client, lang/tcl85
There are no ports dependent upon this port

To install the port: cd /usr/ports/databases/tcl-Mysql/ && make install clean
To add the package: pkg_add -r tcl85-sql


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://sunet.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://iweb.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://switch.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://surfnet.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://kent.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://freefr.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://voxel.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://jaist.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://osdn.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://nchc.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://ncu.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://transact.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://softlayer.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://internode.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://ufpr.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
http://waix.dl.sourceforge.net/project/tcl-sql/tcl-sql/20000114/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 Mar 2011 12:54:45
Original commit files touched by this commit  20000114_7
miwi search for other commits by this committer
- Get Rid MD5 support
19 Jan 2010 04:34:18
Original commit files touched by this commit  20000114_7
mi search for other commits by this committer
Convert to the USE_TCL. Bump PORTREVISION.
22 Aug 2009 00:18:43
Original commit files touched by this commit  20000114_6
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
18 Jun 2008 07:18:15
Original commit files touched by this commit  20000114_6
itetcu search for other commits by this committer
- use DOCSDIR
- respect NOPORTDOCS
- bump PORTREVISION

Submitted by:   QA Tindy run
Approved by:    maintianer timeout
09 Apr 2008 13:42:26
Original commit files touched by this commit  20000114_5
pav search for other commits by this committer
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
04 May 2006 21:41:12
Original commit files touched by this commit  20000114_5
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
22 Jan 2006 08:23:41
Original commit files touched by this commit  20000114_5
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
25 Feb 2005 16:26:26
Original commit files touched by this commit  20000114_5
mi search for other commits by this committer
Ouch, remove debugging flags, which crept in with the previous commit.
25 Feb 2005 16:25:33
Original commit files touched by this commit  20000114_5
mi search for other commits by this committer
Fix a crash, that affected users of modern versions of MySQL.

Reported and tested by: Yves Gurin <yvesguerin@yahoo.ca>
12 Nov 2004 17:17:43
Original commit files touched by this commit  20000114_4
mi search for other commits by this committer
Grr... Forgot to `cvs add' the new patches prior to committing. Again...

Reported by:    Robert Andrews
11 Nov 2004 18:06:27
Original commit files touched by this commit  20000114_4
mi search for other commits by this committer
Make buildable with newer MySQL clients -- 4 and 5 -- but keep
compatible with the 3 -- mysql_error now returns `const char *', and
there is no mysql_connect any more. Default to MySQL-4.x for now. Bump
PORTREVISION.

Reported by:    Robert Andrews
07 Jun 2004 01:23:53
Original commit files touched by this commit  20000114_3
mi search for other commits by this committer
Explicitly spell the MASTER_SITE_SUBDIR out.

PR:     ports/67647
Submitted by: Roman Neuhauser
05 Apr 2004 16:32:25
Original commit files touched by this commit  20000114_3
mi search for other commits by this committer
After some hesitation and nudging from Kris make the following changes:

        . make compile with and default to Tcl-8.4 (8.3 is still possible)
          (this necessitated PORTREVISION bump :\)
        . don't link in -lgcc -- should've used gcc_pic anyway, but this
          is not really needed at all, it seems;
        . don't require a particular version of mysqlclient library.
31 Mar 2004 03:12:58
Original commit files touched by this commit  20000114_2
trevor search for other commits by this committer
SIZEify (maintainer timeout)
07 Mar 2003 05:58:32
Original commit files touched by this commit  20000114_2
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.
27 Nov 2002 01:00:58
Original commit files touched by this commit  20000114_2
mi search for other commits by this committer
This library should always have been linked with c++, rather than
cc, but we were able to get away with it previously. Not any more.
Set CC to ${CXX} (something bsd.lib.mk should be doing for us!) to
avoid unresolved __gxx_personality_v0 when trying to load the package
into the Tcl interpreter at run-time.

No PORTREVISION bump, since the port did not build on -current until
5 minutes ago, and the problem does not affect -stable.

Not Approved by: portmgr (Linnex would too cruel and too unusual anyway)
27 Nov 2002 00:47:37
Original commit files touched by this commit  20000114_2
mi search for other commits by this committer
The newer, kinder C++ does not like it, when the default values
for functions' arguments are specified twice -- in the declaration
(sql-mysql.h) and in the definition (sql-mysql.cc). The added patch
removes the redundant defaults from the functions' definitions and fixes
the build on -current.

Submitted by:   bento
Not Approved by: portmgr -- no approval requested, since port did not build
25 Nov 2002 11:54:38
Original commit files touched by this commit  20000114_2
mi search for other commits by this committer
Point the WWW tag to the SourceForge too.
24 Nov 2002 09:08:10
Original commit files touched by this commit  20000114_2
edwin search for other commits by this committer
Fix master-site for databases/tcl-Mysql

PR:             ports/45668
Submitted by:   Glenn Trewitt <trewitt@trewitt.org>
21 Jul 2002 17:23:29
Original commit files touched by this commit  20000114_2
ru search for other commits by this committer
Catch up to the new bsd.lib.mk API (the lib is not internal).
31 Oct 2001 06:48:58
files touched by this commit
mi search for other commits by this committer
Don't use TCL_STUBS -- bump up PORTREVISION. Be carefull not to   install an
unpatched version of a document (.orig).    
21 Jan 2001 15:40:47
files touched by this commit
dirk search for other commits by this committer
Switch from mysql322-{client,server} to mysql323-{client,server}.    
16 Jan 2001 17:33:20
files touched by this commit
sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
08 Oct 2000 01:08:27
files touched by this commit
asami search for other commits by this committer
Convert category databases to new layout.  
18 Sep 2000 22:44:45
files touched by this commit
ade search for other commits by this committer
Fix a number of issues in the code.  See the PR for the long   and detailed
explanation.  PORTREVISION bumped.    
16 Jul 2000 20:51:40
files touched by this commit
steve search for other commits by this committer
Update to use tcl-8.3.    
10 Jul 2000 03:13:02
files touched by this commit
steve search for other commits by this committer
Build with tcl8.2 instead of tcl8.0.    

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 14
new 48 hours31
new 7 days57
new fortnight181
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.236 seconds.