NOTICE: This package has been removed from pkgsrc

./devel/tolua++, Tool to integrate C/C++ code with Lua

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0.93nb1, Package name: tolua++-1.0.93nb1, Maintainer: imil

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.


Required to run:
[lang/lua]

Required to build:
[devel/scons]

Master sites:

SHA1: 4a4d4d948e03320ef74314aa6698677c0af4199f
RMD160: 1e1ffaff985832d2355a07ee6a94c4c67ca38551
Filesize: 160.113 KB

Version history: (Expand)


CVS history: (Expand)


   2013-07-04 23:27:59 by Adam Ciarcinski | Files touched by this commit (44)
Log message:
Revbump after updating lang/lua to 5.2.2.
   2013-05-28 21:01:22 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Honor wrapper paths.
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-05-08 11:34:17 by Emile iMil Heitor | Files touched by this commit (8) | Imported package
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.