Date: Sun, 21 Nov 2004 09:32:07 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/tolua4 Makefile distinfo pkg-descr pkg-plist ports/lang/tolua4/files patch-config Message-ID: <200411210932.iAL9W7DS044445@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <celes@tecgraf.puc-rio.br>
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411210932.iAL9W7DS044445>
