Module Name: src
Committed By: jmmv
Date: Mon Feb 25 00:34:53 UTC 2013
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note new import of kyua-atf-compat, version 0.1.
To generate a diff of this commit:
cvs rdiff -u -r1.1006 -r1.1007 src/doc/3RDPARTY
cvs rdiff -u -r1.1796 -r1.1797 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1006 src/doc/3RDPARTY:1.1007
--- src/doc/3RDPARTY:1.1006 Sat Feb 23 14:24:12 2013
+++ src/doc/3RDPARTY Mon Feb 25 00:34:52 2013
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1006 2013/02/23 14:24:12 jmmv Exp $
+# $NetBSD: 3RDPARTY,v 1.1007 2013/02/25 00:34:52 jmmv Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -569,6 +569,21 @@ in sys/netinet6/in6.h. No script is ava
http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
among KAME/*BSD, *BSD-current and recent *BSD releases.
+Package: kyua-atf-compat
+Version: 0.1
+Current Vers: 0.1
+Maintainer: Julio Merino <[email protected]>
+Archive site: http://code.google.com/p/kyua/downloads/list?can=1
+Home page: http://code.google.com/p/kyua/
+Mailing List: [email protected]
+Responsible: jmmv
+License: BSD 3-clause
+Location: external/bsd/kyua-atf-compat/dist
+Notes:
+The source files are in external/bsd/kyua-atf-compat/dist.
+Use external/bsd/kyua-atf-compat/prepare-import.sh to regenerate the dist/
+directory.
+
Package: kyua-cli
Version: 0.6
Current Vers: 0.6
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1796 src/doc/CHANGES:1.1797
--- src/doc/CHANGES:1.1796 Sat Feb 23 14:24:56 2013
+++ src/doc/CHANGES Mon Feb 25 00:34:52 2013
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1796 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1797 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -201,3 +201,7 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
kyua(1): Import kyua-cli 0.6. This is a new import that provides the
command-line interface to Kyua. Its build depends on the
MKKYUA knob. [jmmv 20130223]
+ kyua(1): Import kyua-atf-compat 0.1. This is a new import that
+ provides the last piece of Kyua, namely a compatibility
+ version of atf-run and atf-report that use kyua(1) internally.
+ [jmmv 20130223]