summaryrefslogtreecommitdiff
path: root/misc/tet (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to v3.2e.Joseph Koshy1999-02-112-4/+4
| | | | Notes: svn path=/head/; revision=16611
* Upgrade to 3.2d. The old distfile was not fetchable.Satoshi Asami1998-11-282-5/+6
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=14939
* Simplify the clean targets.Joseph Koshy1998-10-271-7/+3
| | | | | | | Pointed-out-by: asami Notes: svn path=/head/; revision=14205
* Do something sensible for make clean if TET_ROOT is not defined. AddJoseph Koshy1998-10-261-4/+12
| | | | | | | | | trailing slash to MASTER_SITE. Pointed-out-by: Steve Price and Andreas Klemm. Notes: svn path=/head/; revision=14181
* TET is now available off an FTP site. Change MASTER_SITE accordingly.Joseph Koshy1998-10-251-5/+2
| | | | Notes: svn path=/head/; revision=14171
* A port of TET3.2c from the Open Group. This port builds the DistributedJoseph Koshy1998-10-215-0/+77
TET including threads and C++ support. The port has a number of quirks: - sources and binaries need to be installed under $TET_ROOT for later persual by test suites like the PCTS suite from the opengroup. Consequently this port does not actually install anything under $PREFIX. - though the source to TET3.2c is being made publically available, one still needs to register with the open group prior to download the sources. Consequently this port has been marked `MANUAL_FETCH'. Notes: svn path=/head/; revision=14143