summaryrefslogtreecommitdiff
path: root/devel/tet3
AgeCommit message (Collapse)AuthorFilesLines
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-06-08Updated tet3 to 3.7.rillig12-79/+65
I don't know what changed since the doc/ directory in the tarball is empty and there is neither a README nor a NEWS file.
2006-05-09Uses C++.joerg1-1/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-09Add DragonFly support. The sys/types.h works around a header bug injoerg4-7/+40
time.h, size_t doesn't get defined correctly.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-2/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-02-19bl3ifyminskim1-4/+4
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-11-17This package is a test suite, designed to test the conformance of theagc1-2/+9
host operating system to standard specifications. Given that it tests the thread implementation, this package should only be built on systems with native thread implementations.
2003-11-09Not really interactive fetch.wiz1-5/+6
Set USE_BUILDLINK2 so that perl bl2 works. Add pthread.buildlink2.mk; however, more fixes are needed for this to work on non-native libpthread platforms (PLIST still incorrect for now).
2003-07-22Add perl interpreter lines to perl scripts, and use REPLACE_PERL to makeagc5-3/+37
sure the right interpreter gets used.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-17Initial import of tet3, the Open Group's test harness, into the Packagesagc8-0/+430
Collection. This is version 3.3h. Test harness for The Open Group suites of POSIX tests. The TETware family of tools are Test Execution Management Systems that takes care of the administration, sequencing, reporting and portability of all of the tests that you develop. Freeing up developers to concentrate on test development and helping testers by providing them with a single, standard, test harness. Enabling you to deliver your software projects on time and across multiple operating systems. They are all available off-the-virtual-shelf. Easily accessed by ftp download. So stop re-inventing the wheel, take the drudge out of test development and use TETware.