Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive style enforcement - use ^I instead of spaces for variables identation. | Maxim Sobolev | 2001-01-16 | 1 | -3/+3 |
| | |||||
* | Goodbye, YEAR2000. Hello, 2001. | Will Andrews | 2001-01-01 | 1 | -2/+0 |
| | | | | Approved by: asami | ||||
* | Rename {INSTALL,DEINSTALL}.tclsh to pkg-{install,deinstall}.tclsh. | Satoshi Asami | 2000-10-08 | 1 | -2/+2 |
| | |||||
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | Satoshi Asami | 2000-06-16 | 1 | -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 I | Maxim Sobolev | 2000-06-16 | 1 | -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. | Maxim Sobolev | 2000-06-15 | 2 | -3/+1 |
| | |||||
* | Gotta tell bsd.port.mk about DEINSTALL.tclsh. | Satoshi Asami | 2000-05-31 | 1 | -0/+1 |
| | |||||
* | Be aware of otclsh and tclsh8.1_r | Tim Vanderhoek | 2000-05-31 | 2 | -2/+2 |
| | |||||
* | Let the user know about itcl installations, too. | Tim Vanderhoek | 2000-05-31 | 1 | -3/+6 |
| | |||||
* | Add a DEINSTALL.tclsh everywhere there exists an INSTALL.tclsh. | Tim Vanderhoek | 2000-05-31 | 1 | -0/+22 |
| | |||||
* | Convert to the PORTNAME - PORTVERSION syntax. | David E. O'Brien | 2000-04-12 | 1 | -3/+3 |
| | |||||
* | Upgrade to tcl 8.2.3 | Justin M. Seger | 2000-01-05 | 5 | -28/+28 |
| | |||||
* | Thanks to a repository copy (by Satoshi) of pkg/INSTALL.{tcl,wi}sh | Steve Price | 1999-12-27 | 1 | -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.2 | Justin M. Seger | 1999-11-21 | 4 | -24/+15 |
| | |||||
* | Upgrade repository copies to tcl/tk 8.2 | Justin M. Seger | 1999-09-05 | 5 | -265/+306 |
| | |||||
* | FreeBSD.ORG -> FreeBSD.org | Michael Haro | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Upgrade to tcl-8.1.1 and tk-8.1.1 | Justin M. Seger | 1999-08-24 | 2 | -8/+8 |
| | |||||
* | Commit #3/4 to enforce caps, no period. | Tim Vanderhoek | 1999-06-26 | 1 | -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. | Justin M. Seger | 1999-06-20 | 5 | -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. | Tim Vanderhoek | 1999-05-26 | 1 | -4/+4 |
| | | | | Reported-By: Mikhail Teterin <mi@kot.ne.mediaone.net> | ||||
* | Don't try running mkLinks (since it doesn't do anything anyway) | Bill Fenner | 1999-05-04 | 2 | -5/+309 |
| | | | | Use MLINKS= to accomplish what mkLinks wanted to do. | ||||
* | this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ... | Marc G. Fournier | 1999-04-22 | 2 | -3/+3 |
| | |||||
* | Proper URLs that reference directories end in '/' | Bill Fumerola | 1999-04-08 | 1 | -2/+2 |
| | |||||
* | Commit all Y2K/WWW_SITE changes from today... | Marc G. Fournier | 1999-03-11 | 1 | -1/+5 |
| | |||||
* | Remove the tcl.h symlink too on deinstall. | Steve Price | 1999-01-26 | 1 | -0/+1 |
| | |||||
* | Update tcl81 to beta 1 | Eric J.Chet | 1999-01-17 | 5 | -54/+58 |
| | |||||
* | Use PKG* variables instead of adding extra files to PKG_ARGS. | Satoshi Asami | 1998-12-13 | 1 | -6/+7 |
| | |||||
* | Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote | Satoshi Asami | 1998-12-01 | 1 | -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. | Satoshi Asami | 1998-11-28 | 1 | -0/+1 |
| | |||||
* | Cleanup conversion to ELF. | Steve Price | 1998-10-03 | 4 | -179/+58 |
| | |||||
* | Changes for ELF | Justin M. Seger | 1998-09-15 | 2 | -1/+15 |
| | |||||
* | Honor CFLAGS is set. | Steve Price | 1998-08-24 | 1 | -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, as | Tim Vanderhoek | 1998-07-27 | 2 | -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. | John Polstra | 1998-07-04 | 1 | -2/+2 |
| | |||||
* | Files are no longer available on the old MASTER_SITE, use the new one, | Justin M. Seger | 1998-07-01 | 1 | -2/+2 |
| | | | | ftp.scriptics.com | ||||
* | Execute `ldconfig -R' at the pkg_delete step. | Thomas Gellekum | 1998-05-05 | 1 | -0/+1 |
| | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> | ||||
* | Add NO_LATEST_LINK, tcl81/tk81 are still alpha. | Satoshi Asami | 1998-03-22 | 1 | -1/+2 |
| | |||||
* | Upgrade to version 8.1.a2. | Justin M. Seger | 1998-03-02 | 3 | -7/+6 |
| | |||||
* | 1. This is tk81, not 80. | Tim Vanderhoek | 1998-02-21 | 1 | -2/+1 |
| | | | | 2. pkg/DESCR is no longer just for packages. | ||||
* | Upgrade a repository copy of 8.0 to version 8.1 | Justin M. Seger | 1998-02-16 | 4 | -70/+136 |
| | |||||
* | PLIST contained tk include files, not tcl include files. | Paul Traina | 1997-12-31 | 1 | -22/+7 |
| | | | | | PR: 5249 Submitted by: Jun Kuriyama | ||||
* | Fix PLIST includes | Paul Traina | 1997-12-01 | 1 | -7/+22 |
| | |||||
* | Whoops, forgot to copy over patch that bumped SHLIB | Paul Traina | 1997-12-01 | 1 | -1/+1 |
| | |||||
* | Upgrade to 8.0PL2 | Paul Traina | 1997-12-01 | 4 | -6/+6 |
| | |||||
* | Upgrade to v8.0 PL1. | Paul Traina | 1997-11-26 | 5 | -8/+18 |
| | | | | | Thanks go to all the folks who tested on their systems and tested ports that relied on Tcl/Tk v8.x. | ||||
* | Add tcl/tk ports to the virtual categories that bear their own name. | Satoshi Asami | 1997-10-08 | 1 | -2/+2 |
| | | | | Suggested by: jkh | ||||
* | Create some directories with "mkdir -p" so that it works on an empty | Satoshi Asami | 1997-10-02 | 1 | -1/+6 |
| | | | | | /usr/local. If people can do a pkg_delete before the final test, it will be very appreciated. | ||||
* | Install all headers into ${PREFIX}/include/{generic,unix} | Thomas Gellekum | 1997-10-01 | 2 | -10/+54 |
| | | | | | | for consistency with the older tcl ports. OK'd by: jkh | ||||
* | Build and install static library also. | Jordan K. Hubbard | 1997-09-01 | 2 | -4/+42 |
| | | | | Submitted by: "Justin M. Seger" <jseger@freebsd.scds.com> |