Module Name: src Committed By: jmmv Date: Sat Feb 23 14:24:13 UTC 2013
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note new import of kyua-cli, version 0.6. To generate a diff of this commit: cvs rdiff -u -r1.1005 -r1.1006 src/doc/3RDPARTY cvs rdiff -u -r1.1794 -r1.1795 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.1005 src/doc/3RDPARTY:1.1006 --- src/doc/3RDPARTY:1.1005 Fri Feb 22 03:43:55 2013 +++ src/doc/3RDPARTY Sat Feb 23 14:24:12 2013 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1005 2013/02/22 03:43:55 christos Exp $ +# $NetBSD: 3RDPARTY,v 1.1006 2013/02/23 14:24:12 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,20 @@ 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-cli +Version: 0.6 +Current Vers: 0.6 +Maintainer: Julio Merino <j...@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-disc...@googlegroups.com +Responsible: jmmv +License: BSD 3-clause +Location: external/bsd/kyua-cli/dist +Notes: +The source files are in external/bsd/kyua-cli/dist. +Use external/bsd/kyua-cli/prepare-import.sh to regenerate the dist/ directory. + Package: kyua-testers Version: 0.1 Current Vers: 0.1 Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1794 src/doc/CHANGES:1.1795 --- src/doc/CHANGES:1.1794 Fri Feb 22 03:43:55 2013 +++ src/doc/CHANGES Sat Feb 23 14:24:12 2013 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1794 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1795 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -198,3 +198,6 @@ Changes from NetBSD 6.0 to NetBSD 7.0: different interfaces. [jmmv 20130217] services(5), protocols(5): Pull iana-generated services and protocols [christos 20130221] + 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]