Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catch up to the new bsd.lib.mk API. | ru | 2002-07-21 | 1 | -10/+6 |
| | |||||
* | Reverse my last change for the time being. Contrary to my belief, | mi | 2002-06-21 | 1 | -0/+1 |
| | | | | it did not fix -current, but, indeed broke -stable :-\ | ||||
* | Remove the previously redundant and now harmful INTERNALLIB line. | mi | 2002-06-21 | 1 | -1/+0 |
| | |||||
* | Actually add the Makefile.bsd... Damn... | mi | 2002-01-28 | 1 | -0/+49 |
| | | | | Submitted by: fenner | ||||
* | Upgrade this from 2.1p3 to 2.2a2 (thanks to fenner's script for the heads | mi | 2002-01-26 | 7 | -119/+35 |
| | | | | | | | | | | | | up). Including: . give up trying to fix the configure and switch to Mskefile.bsd; . use the tests bundled with the software (currently -- three); . don't install the HTML documentation -- the man-pages are now available -- generated from the same source as HTML files; . don't compile the stubs support and install the library next to its pkgIndex.tcl under the lib/tcl${TCL_VER}/; . the project now lives on SourceForge. | ||||
* | Remove my own NOPORTDOCS PLIST handling, now that the idea is incorporated | mi | 2002-01-09 | 2 | -18/+14 |
| | | | | by the bsd.port.mk. | ||||
* | Upgrade from 2.1p2 to 2.1p3. | mi | 2002-01-09 | 2 | -2/+2 |
| | |||||
* | Conditionalize bzip2 dependencies. | knu | 2001-08-15 | 1 | -6/+4 |
| | |||||
* | Install a correct pkgIndex.tcl, make the pkg-plist NOPORTDOCS-aware. | roam | 2001-01-03 | 3 | -15/+21 |
| | | | | | PR: 23865 Submitted by: maintainer | ||||
* | Upgrade to 2.1p2 and other changes | jeh | 2000-10-25 | 4 | -7/+6 |
| | | | | | PR: 22243 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> MAINTAINER | ||||
* | Add tcl-memchan, an extension library to tcl, which is useful for | nbm | 2000-07-31 | 8 | -0/+154 |
transferring large amounts of data between procedures or interpreters. PR: ports/18761 Submitted by: Mikhail Teterin <mi@privatelabs.com> |