Port details |
- tcllibc Collection of utility modules for Tcl
- 1.20 devel
=1 1.20Version of this port present on the latest quarterly branch. NOTE: Slave port - quarterly revision is most likely wrong. - Maintainer: tcltk@FreeBSD.org
 - Port Added: 2015-06-05 07:26:39
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: bwidget, nx, tcllib, dirdiff, tk85
- Also Listed In: tcl
- License: TclTk
- Description:
- Some of the modules in Tcllib have C-implementations, which are
considerably faster than the pure-Tcl ones.
This port adds tcllibc, which contains all such available C-versions
of Tcllib's modules.
- SVNWeb : git
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/tcllibc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/tcllibc
- pkg install tcllibc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tcllibc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1575275009
SHA256 (tcllib-1.20.tar.xz) = 199e8ec7ee26220e8463bc84dd55c44965fc8ef4d4ac6e4684b2b1c03b1bd5b9
SIZE (tcllib-1.20.tar.xz) = 6692664
- Packages (timestamps in pop-ups are UTC):
- Master port: devel/tcllib
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- critcl : devel/critcl
- bison : devel/bison
- Runtime dependencies:
-
- pkgIndex.tcl : devel/tcllib
- Library dependencies:
-
- libtcl86.so : lang/tcl86
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_tcllibc
- USES:
- bison tcl tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: devel/tcllib |
Date | By | Description |
06 Apr 2021 14:31:07 1.20
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 Feb 2018 13:40:23
1.19
|
gahr  |
devel/tcllib, devel/tcllibc: update to 1.19
Release notes:
http://core.tcl.tk/tcllib/doc/tcllib-1-19/support/releases/history/README-1.19.md |
31 Oct 2017 11:42:13
1.18_1
|
gahr  |
devel/tcllibc: cleanup Makefile |
13 Jan 2017 16:54:56
1.18_1
|
mat  |
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight |
21 Oct 2016 12:51:41
1.18_1 
|
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
01 Apr 2016 14:00:57
1.18_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
08 Feb 2016 12:15:53
1.18
|
gahr  |
devel/tcllib: update to 1.18
Announcement: http://code.activestate.com/lists/tcl-core/15364/ |
05 Jun 2015 13:39:23
1.17_1
|
mi  |
Minor follow-ups on the last commit separating pure-Tcl and compiled
pieces of tcllib:
* make the compiled child-port RUN_DEPEND on the master --
it is not useful without it.
* disable OPTIONS, when building the child-port -- they
aren't meaningful there
Pointed out by: gahr |
05 Jun 2015 07:26:28

|
mi  |
Split the compiled pieces out of tcllib into a slave port of its own to avoid
a circular dependency: compiling C-files of tcllib requires critcl, but critcl
requires the cmdline (pure-Tcl) component of tcllib.
PR: 195863, 200612
Approved by: gahr (blanket) |