Module Name: src Committed By: jmmv Date: Sat Feb 16 21:40:59 UTC 2013
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note the import of Lutok 0.2 To generate a diff of this commit: cvs rdiff -u -r1.1002 -r1.1003 src/doc/3RDPARTY cvs rdiff -u -r1.1791 -r1.1792 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.1002 src/doc/3RDPARTY:1.1003 --- src/doc/3RDPARTY:1.1002 Fri Feb 15 17:09:38 2013 +++ src/doc/3RDPARTY Sat Feb 16 21:40:57 2013 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1002 2013/02/15 17:09:38 jmmv Exp $ +# $NetBSD: 3RDPARTY,v 1.1003 2013/02/16 21:40:57 jmmv Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -678,6 +678,20 @@ Notes: The default module paths have been changed to not include the current working directory '.' to avoid potential security problems. +Package: Lutok +Version: 0.2 +Current Vers: 0.2 +Maintainer: Julio Merino <j...@netbsd.org> +Archive site: http://code.google.com/p/lutok/downloads/list?can=1 +Home page: http://code.google.com/p/lutok/ +Mailing List: lutok-disc...@googlegroups.com +Responsible: jmmv +License: BSD 3-clause +Location: external/bsd/lutok/dist +Notes: +The source files are in external/bsd/lutok/dist. +Use external/bsd/lutok/prepare-import.sh to regenerate the dist/ directory. + Package: m4 Version: 20091026 Current Vers: 20091026 Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1791 src/doc/CHANGES:1.1792 --- src/doc/CHANGES:1.1791 Fri Feb 15 17:09:38 2013 +++ src/doc/CHANGES Sat Feb 16 21:40:58 2013 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1791 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1792 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -190,3 +190,6 @@ Changes from NetBSD 6.0 to NetBSD 7.0: [macallan 20130207] openssl: update to 1.0.1e [christos 20130212] atf(7): Import 0.17. [jmmv 20130215] + 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]