From owner-cvs-all@FreeBSD.ORG Sun Nov 21 09:32:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9202416A4CE; Sun, 21 Nov 2004 09:32:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 815EC43D41; Sun, 21 Nov 2004 09:32:07 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAL9W7nU044446; Sun, 21 Nov 2004 09:32:07 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAL9W7DS044445; Sun, 21 Nov 2004 09:32:07 GMT (envelope-from edwin) Message-Id: <200411210932.iAL9W7DS044445@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 21 Nov 2004 09:32:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang Makefile ports/lang/tolua4 Makefile distinfo pkg-descr pkg-plist ports/lang/tolua4/files patch-config X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2004 09:32:07 -0000 edwin 2004-11-21 09:32:07 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/tolua4 Makefile distinfo pkg-descr pkg-plist lang/tolua4/files patch-config Log: toLua is a tool that greatly simplifies the integration of C/C++ code with Lua. Based on a "cleaned" header file, toLua automatically generates the binding code to access C/C++ features from Lua. Using Lua-5.0 API and tag method facilities, the current version automatically maps C/C++ constants, external variables, functions, namespace, classes, and methods to Lua. It also provides facilities to create Lua modules. WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/ Author: Waldemar Celes Revision Changes Path 1.427 +1 -0 ports/lang/Makefile 1.1 +30 -0 ports/lang/tolua4/Makefile (new) 1.1 +2 -0 ports/lang/tolua4/distinfo (new) 1.1 +26 -0 ports/lang/tolua4/files/patch-config (new) 1.1 +11 -0 ports/lang/tolua4/pkg-descr (new) 1.1 +3 -0 ports/lang/tolua4/pkg-plist (new)