summaryrefslogtreecommitdiff
path: root/misc/tet (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-11-28Upgrade to 3.2d. The old distfile was not fetchable.Satoshi Asami2-5/+6
Submitted by: maintainer Notes: svn path=/head/; revision=14939
1998-10-27Simplify the clean targets.Joseph Koshy1-7/+3
Pointed-out-by: asami Notes: svn path=/head/; revision=14205
1998-10-26Do something sensible for make clean if TET_ROOT is not defined. AddJoseph Koshy1-4/+12
trailing slash to MASTER_SITE. Pointed-out-by: Steve Price and Andreas Klemm. Notes: svn path=/head/; revision=14181
1998-10-25TET is now available off an FTP site. Change MASTER_SITE accordingly.Joseph Koshy1-5/+2
Notes: svn path=/head/; revision=14171
1998-10-21A port of TET3.2c from the Open Group. This port builds the DistributedJoseph Koshy5-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