summaryrefslogtreecommitdiff
path: root/misc/tet (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reset maintainership.Joseph Koshy2008-04-101-1/+1
| | | | Notes: svn path=/head/; revision=210992
* - Upgrade to v3.7.Joseph Koshy2006-04-093-22/+44
| | | | | | | | | | | | | New upstream features include: + Distributed TETware has a 'Transfer Source Files' phase. + More flexibility in handling real-time signals in the C API. + APIs for Java, Python, Ruby, Perl, Tcl, PHP. These have not been turned on in this version of the port. - Install PDF documentation under ${TET_ROOT}/doc unless NOPORTDOCS is specified. Notes: svn path=/head/; revision=159187
* Add SA256 checksums.Joseph Koshy2005-12-131-0/+1
| | | | Notes: svn path=/head/; revision=151108
* Unbreak port by merging the build and install phases. Create a PLISTJoseph Koshy2004-08-242-18/+22
| | | | | | | | dynamically so that pkg_delete works. Make the Makefile and pkg-descr portlint clean. Notes: svn path=/head/; revision=117176
* BROKEN: Installs/removes files outside of the install/deinstall phasesKris Kennaway2004-06-261-1/+2
| | | | Notes: svn path=/head/; revision=112290
* Add SIZE to distinfo.Joseph Koshy2004-03-251-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=105175
* Correct documentation URL.Joseph Koshy2003-06-041-1/+2
| | | | | | | Submitted by: "K Nagarajan" <knr@india.hp.com> Notes: svn path=/head/; revision=82248
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Correct home page URL.Joseph Koshy2002-06-271-1/+1
| | | | Notes: svn path=/head/; revision=62078
* Correct home page URL.Joseph Koshy2001-12-241-1/+1
| | | | Notes: svn path=/head/; revision=52086
* Upgrade to v3.3h.Joseph Koshy2001-07-252-3/+3
| | | | Notes: svn path=/head/; revision=45468
* Upgrade to TET v3.3fJoseph Koshy2000-10-302-2/+2
| | | | Notes: svn path=/head/; revision=34443
* Use MASTER_SITE_LOCAL.Joseph Koshy2000-06-261-1/+2
| | | | Notes: svn path=/head/; revision=29869
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-4/+3
| | | | Notes: svn path=/head/; revision=27512
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* Upgrade to v3.3d-unsup.Joseph Koshy1999-12-271-3/+3
| | | | Notes: svn path=/head/; revision=24156
* upgrade to v3.3d-unsupJoseph Koshy1999-12-271-1/+1
| | | | Notes: svn path=/head/; revision=24155
* Fix MASTER_SITES.Joseph Koshy1999-12-081-1/+1
| | | | Notes: svn path=/head/; revision=23656
* 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