summaryrefslogtreecommitdiffstats
path: root/lang/tcl83
Commit message (Collapse)AuthorAgeFilesLines
* change MAINTAINER to FreeBSD.org addressdinoex2001-06-241-1/+1
|
* - Added new file koi8-u.encdinoex2001-06-153-2/+26
| | | | | | | | | | | | - Fix Installation of new file - PORTREVISTION bumped The last item is the koi8-u.enc itself, suitable, I hope, for addition to the next release of TCL. koi8-u is not very different from koi8-r. See http://park.kiev.ua/multiling/koi8-u/draft-rfc-koi8-u.txt Submitted by: mi@misha.privatelabs.com (Mikhail Teterin)
* - Fix creation of tmpfiles, previous version cause tcl to fail.dinoex2001-05-102-7/+5
| | | | | PR: roam@FreeBSD.org Submitted by: Jaeho Kang <jhkang@isofree.net>, roam@FreeBSD.org
* - patch to use mkstemp instead of tmpnamdinoex2001-05-072-0/+18
| | | | Submitted by: mi@aldan.algebra.com (Mikhail Teterin)
* Add one missing manpage.demon2001-04-171-1/+1
|
* Update tcl/tk to 8.3.3dinoex2001-04-134-21/+22
| | | | | | - Changes in installion of includes, so it keep compaible to previous patchlevel - took maintainership
* Upgrade to 8.3.2.keith2001-03-085-42/+37
| | | | PR: ports/25371
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-161-3/+3
|
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Rename {INSTALL,DEINSTALL}.tclsh to pkg-{install,deinstall}.tclsh.asami2000-10-081-2/+2
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-161-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-152-3/+1
|
* Be aware of otclsh and tclsh8.1_rhoek2000-05-312-2/+2
|
* PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or fromhoek2000-05-311-0/+1
| | | | | | | | | ${PKGDIR} if DEINSTALL.tclsh exists there. Also, add INSTALL.tclsh to ja-tcl*, otcl, and itcl. The latter two technically don't need it since they depend on another library which will pull the (DE)?INSTALL.tclsh stuff in, but I'm changing them anyways as a defensive measure.
* Let the user know about itcl installations, too.hoek2000-05-311-3/+6
|
* Add a DEINSTALL.tclsh everywhere there exists an INSTALL.tclsh.hoek2000-05-311-0/+22
|
* The checksum of Tcl plus patch for tcl-8.3.1 at PATCH_SITES is differentsobomax2000-05-231-1/+1
| | | | | | | from files/md5. PR: 18758 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Upgrade to tcl-8.3.1 w/ plus patchjseger2000-05-104-48/+40
|
* Add plus patchjseger2000-05-014-10/+20
|
* Upgrade to tcl-8.3.0jseger2000-04-244-140/+68
|
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* Upgrade repo copy of tcl82->tcl83 to tcl 8.3.b1jseger2000-01-053-23/+62
|
* Upgrade to tcl 8.2.3jseger2000-01-055-28/+28
|
* Thanks to a repository copy (by Satoshi) of pkg/INSTALL.{tcl,wi}shsteve1999-12-271-3/+1
| | | | | from the 8.0.x version of these ports, we are now one step closer to finally being rid of them.
* Upgrade to tcl-8.2.2jseger1999-11-214-24/+15
|
* Upgrade repository copies to tcl/tk 8.2jseger1999-09-055-265/+306
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Upgrade to tcl-8.1.1 and tk-8.1.1jseger1999-08-242-8/+8
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Upgrade to tcl and tk 8.1.jseger1999-06-205-59/+122
| | | | | | Move NO_LATEST_LINK from tcl81 and tk81 to tcl80 and tk80. Submitted by: YAZAKI Hiroyuki <yazaki@nn.iij4u.or.jp>
* Don't unintentionally overwrite an existing tclsh/wish.hoek1999-05-261-4/+4
| | | | Reported-By: Mikhail Teterin <mi@kot.ne.mediaone.net>
* Don't try running mkLinks (since it doesn't do anything anyway)fenner1999-05-042-5/+309
| | | | Use MLINKS= to accomplish what mkLinks wanted to do.
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...scrappy1999-04-222-3/+3
|
* Proper URLs that reference directories end in '/'billf1999-04-081-2/+2
|
* Commit all Y2K/WWW_SITE changes from today...scrappy1999-03-111-1/+5
|
* Remove the tcl.h symlink too on deinstall.steve1999-01-261-0/+1
|
* Update tcl81 to beta 1ejc1999-01-175-54/+58
|
* Use PKG* variables instead of adding extra files to PKG_ARGS.asami1998-12-131-6/+7
|
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteasami1998-12-011-1/+3
| | | | | that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
* Create ${PREFIX}/bin before cat'ing a file into it.asami1998-11-281-0/+1
|
* Cleanup conversion to ELF.steve1998-10-034-179/+58
|
* Changes for ELFjseger1998-09-152-1/+15
|
* Honor CFLAGS is set.steve1998-08-241-7/+17
| | | | | PR: 7702 Submitted by: Sheldon Hearn <axl@iafrica.com>
* Install a "tclsh" script that spits-out a list of the real tclsh's, ashoek1998-07-272-1/+37
| | | | | | | | | | | discussed many times on -ports. I expect that a few of the dependencies will break silently. I didn't touch ja-tcl (etc.) since the tclsh message should perhaps be translated? PR: ports/5894 Mention: Eivind (a first shot at a tclsh script)
* Distfile moved on master site.jdp1998-07-041-2/+2
|
* Files are no longer available on the old MASTER_SITE, use the new one,jseger1998-07-011-2/+2
| | | | ftp.scriptics.com
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Add NO_LATEST_LINK, tcl81/tk81 are still alpha.asami1998-03-221-1/+2
|
OpenPOWER on IntegriCloud