Port details |
- tolua4 Tool for easy access of C/C++ code from Lua
- 4.0a_1 lang
=1 4.0a_1Version of this port present on the latest quarterly branch.
- Maintainer: edwin@mavetju.org
- Port Added: 2004-11-21 09:32:12
- Last Update: 2013-10-31 11:12:23
- SVN Revision: 332223
- People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
- License: not specified in port
- WWW:
- http://www.tecgraf.puc-rio.br/~celes/tolua/
- Description:
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: tolua40
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- Library dependencies:
-
- lua-4.0.0 : lang/lua4
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0a_1 31 Oct 2013 11:12:23 |
bapt |
Drop support for lua 4 which is EOLed for a long time
Approved by: Richard Kiss <him@richardkiss.com> (maintainer) |
4.0a_1 18 Oct 2013 14:25:23 |
bapt |
Fix pkgname collision |
4.0a_1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
4.0a_1 05 Aug 2013 08:27:46 |
danfe |
- Unbreak parallel (-jX) builds by calling submakes correctly
- Improve on COMMENT, remove author attribution from pkg-descr
- Do not explicitly set DISTNAME, b.p.m. derives it just fine |
4.0a_1 10 Jul 2013 16:23:40 |
bapt |
Mark job unsafe |
4.0a_1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
4.0a_1 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
4.0a_1 16 Sep 2006 22:01:36 |
linimon |
Update PORTREVISION for previous commits where plist changed.
PR: ports/101612
Submitted by: alepulver
Hat: portmgr
Pointy hat to: linimon |
4.0a 16 Sep 2006 21:42:04 |
linimon |
Remove zero-length files.
PR: ports/101612
Submitted by: alepulver
Pointy hat to: linimon |
4.0a 15 Sep 2006 08:17:11 |
linimon |
Modify these files to reflect bsd.lua.mk as tested on the cluster.
PR: ports/101612
Submitted by: alepulver
Hat: portmgr |
4.0a 08 Nov 2005 21:45:49 |
edwin |
Add SHA256 checksums to the distinfo files. |
4.0a 21 Nov 2004 09:32:07 |
edwin |
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@tecgraf.puc-rio.br> |