Thu Sep 29 19:15:09 2011 UTC ()
Add a NetBSD-specific message pointing to the instructions that describe
how to run the NetBSD test suite using Kyua.


(jmmv)
diff -r1.1.1.1 -r0 pkgsrc/devel/kyua-cli/MESSAGE
diff -r0 -r1.1 pkgsrc/devel/kyua-cli/MESSAGE.NetBSD
diff -r0 -r1.1 pkgsrc/devel/kyua-cli/MESSAGE.common
diff -r1.2 -r1.3 pkgsrc/devel/kyua-cli/Makefile

File Deleted: pkgsrc/devel/kyua-cli/Attic/MESSAGE

File Added: pkgsrc/devel/kyua-cli/Attic/MESSAGE.NetBSD
===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.1 2011/09/29 19:15:09 jmmv Exp $

You are encouraged to run the NetBSD system-wide test suite that lives in
/usr/tests with Kyua (and report any regressions that you encounter).

To do so, you will first need to generate new Kyuafiles into the test suite
tree because Kyua does not use Atffiles and the NetBSD build system does
not yet install Kyuafiles.  The process is automated and is described in:

	http://code.google.com/p/kyua/wiki/HowtoRunNetBSDTests

===========================================================================

File Added: pkgsrc/devel/kyua-cli/Attic/MESSAGE.common
===========================================================================
$NetBSD: MESSAGE.common,v 1.1 2011/09/29 19:15:09 jmmv Exp $

Kyua has been successfully installed.

You can now proceed to run the automated test suite of the kyua-cli package
as well as any other packages you have installed, by running:

	kyua test -k ${PREFIX}/tests/Kyuafile

===========================================================================

cvs diff -r1.2 -r1.3 pkgsrc/devel/kyua-cli/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/kyua-cli/Attic/Makefile 2011/08/24 21:04:42 1.2
+++ pkgsrc/devel/kyua-cli/Attic/Makefile 2011/09/29 19:15:09 1.3
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.2 2011/08/24 21:04:42 jmmv Exp $ 1# $NetBSD: Makefile,v 1.3 2011/09/29 19:15:09 jmmv Exp $
2# 2#
3 3
4DISTNAME= kyua-cli-0.2 4DISTNAME= kyua-cli-0.2
 5PKGREVISION= 1
5CATEGORIES= devel 6CATEGORIES= devel
6MASTER_SITES= http://kyua.googlecode.com/files/ 7MASTER_SITES= http://kyua.googlecode.com/files/
7 8
8MAINTAINER= jmmv@NetBSD.org 9MAINTAINER= jmmv@NetBSD.org
9HOMEPAGE= http://code.google.com/p/kyua/ 10HOMEPAGE= http://code.google.com/p/kyua/
10COMMENT= Kyua (automated testing framework) - Command line interface 11COMMENT= Kyua (automated testing framework) - Command line interface
11LICENSE= 2-clause-bsd 12LICENSE= 2-clause-bsd
12 13
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
16INFO_FILES= yes 17INFO_FILES= yes
17MAKE_JOBS_SAFE= yes 18MAKE_JOBS_SAFE= yes