summaryrefslogtreecommitdiff
path: root/misc/tet (follow)
Commit message (Collapse)AuthorAgeFilesLines
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-5/+5
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* grep -> ${GREP}Michael Haro1999-08-231-3/+3
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-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
* Add WWW:Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18432
* 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