cvs commit: ports/lang Makefile ports/lang/tolua4 Makefile distinfo pkg-descr pkg-plist ports/lang/tolua4/files patch-config

Edwin Groothuis edwin at FreeBSD.org
Sun Nov 21 01:32:07 PST 2004


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 at 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)


More information about the cvs-all mailing list