summaryrefslogtreecommitdiff
path: root/lang/tcl83/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename {INSTALL,DEINSTALL}.tclsh to pkg-{install,deinstall}.tclsh.Satoshi Asami2000-10-081-2/+2
| | | | Notes: svn path=/head/; revision=33532
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-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 Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-151-1/+1
| | | | Notes: svn path=/head/; revision=29615
* PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or fromTim Vanderhoek2000-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. Notes: svn path=/head/; revision=29020
* Upgrade to tcl-8.3.1 w/ plus patchJustin M. Seger2000-05-101-4/+4
| | | | Notes: svn path=/head/; revision=28397
* Add plus patchJustin M. Seger2000-05-011-3/+9
| | | | Notes: svn path=/head/; revision=28234
* Upgrade to tcl-8.3.0Justin M. Seger2000-04-241-19/+23
| | | | Notes: svn path=/head/; revision=27975
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Upgrade repo copy of tcl82->tcl83 to tcl 8.3.b1Justin M. Seger2000-01-051-21/+60
| | | | Notes: svn path=/head/; revision=24440
* Upgrade to tcl 8.2.3Justin M. Seger2000-01-051-4/+5
| | | | Notes: svn path=/head/; revision=24431
* Thanks to a repository copy (by Satoshi) of pkg/INSTALL.{tcl,wi}shSteve Price1999-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. Notes: svn path=/head/; revision=24165
* Upgrade to tcl-8.2.2Justin M. Seger1999-11-211-4/+4
| | | | Notes: svn path=/head/; revision=23248
* Upgrade repository copies to tcl/tk 8.2Justin M. Seger1999-09-051-25/+26
| | | | Notes: svn path=/head/; revision=21274
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Upgrade to tcl-8.1.1 and tk-8.1.1Justin M. Seger1999-08-241-7/+7
| | | | Notes: svn path=/head/; revision=20914
* Upgrade to tcl and tk 8.1.Justin M. Seger1999-06-201-30/+38
| | | | | | | | | Move NO_LATEST_LINK from tcl81 and tk81 to tcl80 and tk80. Submitted by: YAZAKI Hiroyuki <yazaki@nn.iij4u.or.jp> Notes: svn path=/head/; revision=19591
* Don't try running mkLinks (since it doesn't do anything anyway)Bill Fenner1999-05-041-1/+305
| | | | | | | Use MLINKS= to accomplish what mkLinks wanted to do. Notes: svn path=/head/; revision=18472
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...Marc G. Fournier1999-04-221-3/+1
| | | | Notes: svn path=/head/; revision=18059
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17742
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-111-1/+5
| | | | Notes: svn path=/head/; revision=17142
* Update tcl81 to beta 1Eric J.Chet1999-01-171-15/+18
| | | | Notes: svn path=/head/; revision=16100
* Use PKG* variables instead of adding extra files to PKG_ARGS.Satoshi Asami1998-12-131-6/+7
| | | | Notes: svn path=/head/; revision=15322
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteSatoshi Asami1998-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.) Notes: svn path=/head/; revision=14974
* Cleanup conversion to ELF.Steve Price1998-10-031-2/+30
| | | | Notes: svn path=/head/; revision=13611
* Install a "tclsh" script that spits-out a list of the real tclsh's, asTim Vanderhoek1998-07-271-1/+6
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=12165
* Distfile moved on master site.John Polstra1998-07-041-2/+2
| | | | Notes: svn path=/head/; revision=11706
* Files are no longer available on the old MASTER_SITE, use the new one,Justin M. Seger1998-07-011-2/+2
| | | | | | | ftp.scriptics.com Notes: svn path=/head/; revision=11636
* Add NO_LATEST_LINK, tcl81/tk81 are still alpha.Satoshi Asami1998-03-221-1/+2
| | | | Notes: svn path=/head/; revision=10283
* Upgrade to version 8.1.a2.Justin M. Seger1998-03-021-4/+4
| | | | Notes: svn path=/head/; revision=9989
* Upgrade a repository copy of 8.0 to version 8.1Justin M. Seger1998-02-161-8/+8
| | | | Notes: svn path=/head/; revision=9763
* Upgrade to 8.0PL2Paul Traina1997-12-011-3/+3
| | | | Notes: svn path=/head/; revision=8937
* Upgrade to v8.0 PL1.Paul Traina1997-11-261-4/+4
| | | | | | | | Thanks go to all the folks who tested on their systems and tested ports that relied on Tcl/Tk v8.x. Notes: svn path=/head/; revision=8849
* Add tcl/tk ports to the virtual categories that bear their own name.Satoshi Asami1997-10-081-2/+2
| | | | | | | Suggested by: jkh Notes: svn path=/head/; revision=8181
* Import TCL 8.0 as a port for the 2.x users and others who want it hereJordan K. Hubbard1997-08-201-0/+27
as an option. Reviewed by: asami Notes: svn path=/head/; revision=7628