head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.28
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2012Q4:1.3.0.26
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2011Q4:1.3.0.24
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q2:1.3.0.22
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2009Q4:1.3.0.20
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2008Q4:1.3.0.18
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.16
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.14
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.12
	pkgsrc-2008Q2-base:1.3
	pkgsrc-2008Q1:1.3.0.10
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.8
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.6
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.4
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.3.0.2
	pkgsrc-2007Q1-base:1.3
	pkgsrc-2006Q4:1.2.0.18
	pkgsrc-2006Q4-base:1.2
	pkgsrc-2006Q3:1.2.0.16
	pkgsrc-2006Q3-base:1.2
	pkgsrc-2006Q2:1.2.0.14
	pkgsrc-2006Q2-base:1.2
	pkgsrc-2006Q1:1.2.0.12
	pkgsrc-2006Q1-base:1.2
	pkgsrc-2005Q4:1.2.0.10
	pkgsrc-2005Q4-base:1.2
	pkgsrc-2005Q3:1.2.0.8
	pkgsrc-2005Q3-base:1.2
	pkgsrc-2005Q2:1.2.0.6
	pkgsrc-2005Q2-base:1.2
	pkgsrc-2005Q1:1.2.0.4
	pkgsrc-2005Q1-base:1.2
	pkgsrc-2004Q4:1.2.0.2
	pkgsrc-2004Q4-base:1.2
	pkgsrc-2004Q3:1.1.0.8
	pkgsrc-2004Q3-base:1.1
	pkgsrc-2004Q2:1.1.0.6
	pkgsrc-2004Q2-base:1.1
	pkgsrc-2004Q1:1.1.0.4
	pkgsrc-2004Q1-base:1.1
	pkgsrc-2003Q4:1.1.0.2
	pkgsrc-2003Q4-base:1.1;
locks; strict;
comment	@# @;


1.3
date	2007.02.01.19.07.24;	author drochner;	state dead;
branches;
next	1.2;

1.2
date	2004.09.27.20.41.20;	author cube;	state Exp;
branches;
next	1.1;

1.1
date	2003.06.23.07.10.46;	author uebayasi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@update to 0.9.5 and add a .bl3 file
changes:
* Updated manual and converted from DocBook to Texinfo
* Added pkg-config support
* Added Libtool support
* Updated GNU Build System
-bugfixes
* Added a new kind of test, looping tests
* Added possibility to turn off timeout tests
@
text
@$NetBSD: patch-aa,v 1.2 2004/09/27 20:41:20 cube Exp $

--- doc/Makefile.in.orig	2004-09-03 13:58:42.000000000 +0200
+++ doc/Makefile.in
@@@@ -85,10 +85,8 @@@@ sgml_docs = tutorial.sgml
 html_docs = *.html
 
 EXTRA_DIST = $(sgml_docs) $(html_docs)
-@@MAKE_DOC_TRUE@@doc_DATA = $(sgml_docs) $(html_docs)
-@@MAKE_DOC_FALSE@@doc_DATA = $(sgml_docs)
-@@MAKE_DOC_TRUE@@CLEANFILES = $(html_docs) *.*~
-@@MAKE_DOC_FALSE@@CLEANFILES = *.*~
+doc_DATA = $(html_docs)
+CLEANFILES = $(html_docs)
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h
 CONFIG_CLEAN_FILES = 
@


1.2
log
@Update to version 0.9.1.  From PR#27038 by Roland Illig.

Fri, Sep 3, 2004: Released Check 0.9.1

Updated tutorial with new features.
Added support for XML output of the test results, courtesy of Frederic Peters.
Fixed setup bug from forum, failure in setup did not abort test in nofork mode.
Applied varargs patch (#933411) and added test cases.
Applied fail_if (#709167) patch.
Applied 'newbies' patch #995028 for autoconf doc.
Applied doc patch #995028 from Bill Barnard.
Fixed portability problems tests by changing == to =.
Changed copyright according to bug report.
Applied patch 796705. Replacing _exit with exit.
Applied patch for bug 793671.


Mon, May 17, 2004: Released Check 0.9.0

Run fixture teardowns in reverse order to setup
Plugged some memory leaks.
Added test name to log outputs.
Applied patch (802160) for distcheck bug (579604).
Fixed log printouts for nofork mode.
Updated documentation and converted to DocBook.

Added a new print mode, CK_ENV, that gets the print mode from the
environment variable CK_VERBOSITY.

Made tcase_free and suite_free static. This may break existing test
programs. Everything is now freed when srunner_free is called.
@
text
@d1 1
a1 1
$NetBSD$
@


1.1
log
@Always install only HTML format documents instead of LyX format (!).

Bump revision to 1.
@
text
@d3 1
a3 1
--- doc/Makefile.in.orig	Mon Oct 21 20:30:28 2002
d5 2
a6 1
@@@@ -82,10 +82,8 @@@@ html_docs =  	tutorial.html 	tutorial-1.
d8 4
a11 5
 
 EXTRA_DIST = $(lyx_docs) $(sgml_docs) $(html_docs)
-@@MAKE_DOC_TRUE@@doc_DATA = $(lyx_docs) $(sgml_docs) $(html_docs)
-@@MAKE_DOC_FALSE@@doc_DATA = $(lyx_docs)
-@@MAKE_DOC_TRUE@@CLEANFILES = $(sgml_docs) $(html_docs) *.*~
@

