aboutsummaryrefslogtreecommitdiffstats
path: root/misc/tet
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaces from category miscehaupt2014-02-211-1/+1
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+3
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | misc)
* - Set IGNORE if TET_ROOT not defined instead of hitting an errorbdrewery2013-09-191-0/+4
| | | | | | | | while building packages. Did not use MANUAL_PACKAGE_BUILD as maybe someone is building packages and has TET_ROOT defined for the port. With hat: portmgr
* Cleanup unmaintained ports in the misc category:eadler2013-03-261-1/+1
| | | | | | - @unexec rm must not cause failure - Single space for WWW - Pet portlint
* Cleanup unmaintained ports in the misc category:eadler2013-03-251-8/+6
| | | | | | | | | | | | | | | | | | - Trim Header - Convert to OptionsNG - Prefer DISTNAME to DISTFILES - Reorder variables - Fix comments (don't include leading article) - @unexec rm must not cause failure - Tabs, not spaces - Single space for WWW - Pet portlint - etc. In a few cases the option DOCS was used to control installation into EXAMPLEDIR. I opted to keep the existing logic of the port in these cases. Reviewed by: koobs, ashish
* In categories starting with [h-m], remove empty lines from pkg-plist (anddanfe2013-03-171-1/+0
| | | | purge one empty file).
* - Get Rid MD5 supportmiwi2011-03-191-2/+0
|
* Reset maintainership.jkoshy2008-04-101-1/+1
|
* - Upgrade to v3.7.jkoshy2006-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.
* Add SA256 checksums.jkoshy2005-12-141-0/+1
|
* Unbreak port by merging the build and install phases. Create a PLISTjkoshy2004-08-242-18/+22
| | | | | dynamically so that pkg_delete works. Make the Makefile and pkg-descr portlint clean.
* BROKEN: Installs/removes files outside of the install/deinstall phaseskris2004-06-261-1/+2
|
* Add SIZE to distinfo.jkoshy2004-03-251-0/+1
| | | | Submitted by: trevor
* Correct documentation URL.jkoshy2003-06-041-1/+2
| | | | Submitted by: "K Nagarajan" <knr@india.hp.com>
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Correct home page URL.jkoshy2002-06-271-1/+1
|
* Correct home page URL.jkoshy2001-12-241-1/+1
|
* Upgrade to v3.3h.jkoshy2001-07-252-3/+3
|
* Upgrade to TET v3.3fjkoshy2000-10-302-2/+2
|
* Use MASTER_SITE_LOCAL.jkoshy2000-06-261-1/+2
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-4/+3
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Upgrade to v3.3d-unsup.jkoshy1999-12-271-3/+3
|
* upgrade to v3.3d-unsupjkoshy1999-12-271-1/+1
|
* Fix MASTER_SITES.jkoshy1999-12-081-1/+1
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-5/+5
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* grep -> ${GREP}mharo1999-08-231-3/+3
| | | | | true -> ${TRUE} false -> ${FALSE}
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-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
* Add WWW:mharo1999-05-031-1/+1
|
* Upgrade to v3.2e.jkoshy1999-02-112-4/+4
|
* Upgrade to 3.2d. The old distfile was not fetchable.asami1998-11-282-5/+6
| | | | Submitted by: maintainer
* Simplify the clean targets.jkoshy1998-10-271-7/+3
| | | | Pointed-out-by: asami
* Do something sensible for make clean if TET_ROOT is not defined. Addjkoshy1998-10-261-4/+12
| | | | | | trailing slash to MASTER_SITE. Pointed-out-by: Steve Price and Andreas Klemm.
* TET is now available off an FTP site. Change MASTER_SITE accordingly.jkoshy1998-10-251-5/+2
|
* A port of TET3.2c from the Open Group. This port builds the Distributedjkoshy1998-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'.