summaryrefslogtreecommitdiff
path: root/misc/tet (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-27echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1-5/+5
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20960
1999-08-23grep -> ${GREP}Michael Haro1-3/+3
true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
1999-08-22chmod -> ${CHMOD}Michael Haro1-2/+2
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-06-26Commit #3/4 to enforce caps, no period.Tim Vanderhoek1-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 Notes: svn path=/head/; revision=19803
1999-05-03Add WWW:Michael Haro1-1/+1
Notes: svn path=/head/; revision=18432
1999-02-11Upgrade to v3.2e.Joseph Koshy2-4/+4
Notes: svn path=/head/; revision=16611
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