Note new import of kyua-atf-compat, version 0.1.

This commit is contained in:
jmmv 2013-02-25 00:34:52 +00:00
parent b82c36bd08
commit d2c8856410
2 changed files with 21 additions and 2 deletions

View File

@ -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 available for upgrades.
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 <jmmv@NetBSD.org>
Archive site: http://code.google.com/p/kyua/downloads/list?can=1
Home page: http://code.google.com/p/kyua/
Mailing List: kyua-discuss@googlegroups.com
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

View File

@ -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]