cvs commit: ports/lang Makefile ports/lang/tolua Makefile distinfo
pkg-descr pkg-plist ports/lang/tolua/files patch-Makefile
patch-config patch-src::tests::Makefile
Edwin Groothuis
edwin at FreeBSD.org
Sun Nov 21 00:32:24 PST 2004
edwin 2004-11-21 08:32:23 UTC
FreeBSD ports repository
Modified files:
lang Makefile
Added files:
lang/tolua Makefile distinfo pkg-descr pkg-plist
lang/tolua/files patch-Makefile patch-config
patch-src::tests::Makefile
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
WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/
Revision Changes Path
1.426 +1 -0 ports/lang/Makefile
1.1 +29 -0 ports/lang/tolua/Makefile (new)
1.1 +2 -0 ports/lang/tolua/distinfo (new)
1.1 +22 -0 ports/lang/tolua/files/patch-Makefile (new)
1.1 +30 -0 ports/lang/tolua/files/patch-config (new)
1.1 +27 -0 ports/lang/tolua/files/patch-src::tests::Makefile (new)
1.1 +11 -0 ports/lang/tolua/pkg-descr (new)
1.1 +3 -0 ports/lang/tolua/pkg-plist (new)
More information about the cvs-all
mailing list