Revision: 100161 https://trac.macports.org/changeset/100161 Author: ryandesign@macports.org Date: 2012-11-30 15:24:08 -0800 (Fri, 30 Nov 2012) Log Message: ----------- toluapp: new port, version 1.0.93 (#37031) Added Paths: ----------- trunk/dports/lang/toluapp/ trunk/dports/lang/toluapp/Portfile Added: trunk/dports/lang/toluapp/Portfile =================================================================== --- trunk/dports/lang/toluapp/Portfile (rev 0) +++ trunk/dports/lang/toluapp/Portfile 2012-11-30 23:24:08 UTC (rev 100161) @@ -0,0 +1,39 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup cmake 1.0 +PortGroup github 1.0 + +github.setup LuaDist toluapp 1.0.93 +categories lang +platforms darwin +maintainers nomaintainer +license MIT + +description A extension of toLua, a tool to integrate C-Cpp code with Lua. + +long_description tolua++ is an extension of toLua, a tool to \ + integrate C-C++ code with Lua. tolua++ includes new features \ + oriented to c++, such as class templates. \ + 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 metamethod 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. + +checksums rmd160 c5cf5a16e4ea297b0bcf4ba8add3c4ed67ea3431 \ + sha256 1900908bd551c951d4ef6b460b00fb336086bfc67084d2edd029784ff3bf1a68 + +depends_lib-append port:lua + +post-extract { + xinstall -d ${build.dir} +} + +configure.dir ${worksrcpath}/build +build.dir ${configure.dir} + +configure.post_args .. Property changes on: trunk/dports/lang/toluapp/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
ryandesign@macports.org