Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2004 08:32:23 +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/tolua Makefile distinfo pkg-descr pkg-plist ports/lang/tolua/files patch-Makefile patch-config patch-src::tests::Makefile
Message-ID:  <200411210832.iAL8WONQ036121@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411210832.iAL8WONQ036121>