Module Name: src
Committed By: jmmv
Date: Tue Feb 19 06:06:54 UTC 2013
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note import of kyua-testers, version 0.1.
To generate a diff of this commit:
cvs rdiff -u -r1.1003 -r1.1004 src/doc/3RDPARTY
cvs rdiff -u -r1.1792 -r1.1793 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.1003 src/doc/3RDPARTY:1.1004
--- src/doc/3RDPARTY:1.1003 Sat Feb 16 21:40:57 2013
+++ src/doc/3RDPARTY Tue Feb 19 06:06:53 2013
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1003 2013/02/16 21:40:57 jmmv Exp $
+# $NetBSD: 3RDPARTY,v 1.1004 2013/02/19 06:06:53 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-testers
+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-testers/dist
+Notes:
+The source files are in external/bsd/kyua-testers/dist.
+Use external/bsd/kyua-testers/prepare-import.sh to regenerate the dist/
+directory.
+
Package: less
Version: less-444
Current Vers: less-451
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1792 src/doc/CHANGES:1.1793
--- src/doc/CHANGES:1.1792 Sat Feb 16 21:40:58 2013
+++ src/doc/CHANGES Tue Feb 19 06:06:54 2013
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1792 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1793 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -193,3 +193,6 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
lutok: Import 0.2. This is a new import that provides a C++ wrapper
for the Lua API and will be used by Kyua. Its build depends
on the MKKYUA knob. [jmmv 20130216]
+ kyua-testers(1): Import 0.1. This is a new import that provides
+ scriptable utilities to invoke test programs that implement
+ different interfaces. [jmmv 20130217]