Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 8D9E863B86B for ; Tue, 8 May 2012 09:32:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8C2D014A25D; Tue, 8 May 2012 09:32:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 53C0714A25C for ; Tue, 8 May 2012 09:32:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ca4MNiHekVb5 for ; Tue, 8 May 2012 09:32:43 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id C27D714A201 for ; Tue, 8 May 2012 09:32:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E85FD175DD; Tue, 8 May 2012 09:34:17 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 8 May 2012 09:34:17 +0000 From: "Emile iMil Heitor" Subject: CVS commit: pkgsrc/devel/tolua++ To: pkgsrc-changes@NetBSD.org Reply-To: imil@netbsd.org X-Mailer: log_accum Message-Id: <20120508093417.E85FD175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: imil Date: Tue May 8 09:34:17 UTC 2012 Update of /cvsroot/pkgsrc/devel/tolua++ In directory ivanova.netbsd.org:/tmp/cvs-serv22360 Log Message: Initial import of tolua++, version 1.0.93, into the NetBSD Packages Collection. Tolua++ is an extended version of tolua, a tool to integrate C/C++ code with Lua. tolua++ includes new features oriented to c++ such as: * Support for std::string as a basic type (this can be turned off by a command line option). * Support for class templates As well as other features and bugfixes. tolua is a tool that greatly simplifies the integration of C/C++ code with Lua. Based on a cleaned header file (or extracts from real header files), tolua automatically generates the binding code to access C/C++ features from Lua. Using Lua API and tag method facilities, tolua maps C/C++ constants, external variables, functions, classes, and methods to Lua. Status: Vendor Tag: TNF Release Tags: pkgsrc-base N pkgsrc/devel/tolua++/Makefile N pkgsrc/devel/tolua++/DESCR N pkgsrc/devel/tolua++/distinfo N pkgsrc/devel/tolua++/PLIST N pkgsrc/devel/tolua++/buildlink3.mk N pkgsrc/devel/tolua++/files/custom.py N pkgsrc/devel/tolua++/patches/patch-SConstruct N pkgsrc/devel/tolua++/patches/patch-src_lib_SCsub No conflicts created by this import