aboutsummaryrefslogtreecommitdiffstats
path: root/devel/tcltls
Commit message (Collapse)AuthorAgeFilesLines
* Add a patch, which sets the name of the new channel type to "tls". Thismi2001-05-162-0/+10
| | | | | | was happening if the static structures were used, but not when the tlsChannelType structure was created on the fly (as is needed for use with different versions of TCL). Bump up the PORTREVISION.
* ${ENV} -> ${SETENV}mharo2001-05-011-1/+1
| | | | PR: 26783, 26784, 26785
* Upgrade to the version 1.4, which is required for TCL-8.3.2 andmi2001-02-221-1/+1
| | | | | | | | usefull for earlier ones. Get rid of patches and provide Makefile.bsd instead (which uses bsd.lib.mk). Remove the WITH_TCL8x spaghetti and rely TCL_VER?=8.3 instead. I think, I botched my previous commit, so this applies to it too.
* Upgrade to the latest version 1.4. It will be _required_ for TCLmi2001-02-228-111/+82
| | | | | | | 8.3.2 and above, and helps the earlier versions too. Remove the patches and provide our own Makefile.bsd instead. Also, remove the WITH_TCL8? spaghetti and use a simpler TCL_VER?=8.3 aproach. Note, that this port now assumes the usage of TCL_STUBS.
* Add tcltls, a Tcl interface to OpenSSL.will2000-06-098-0/+141
PR: 18388 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>