Port details |
- tolua Tool to integrate C/C++ code with Lua
- 5.2.4 lang =3 5.2.4Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2004-11-21 08:32:37
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- License: not specified in port
- WWW:
- https://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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/tolua/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/tolua
- pkg install tolua
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tolua
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (tolua-5.2.4.tar.gz) = c5a6b701b3ced9a66e7a9881c9d94430f8612040827650abe1aa3c5c3fc95bf2
SIZE (tolua-5.2.4.tar.gz) = 149917
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- liblua-5.4.so : lang/lua54
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- lang_tolua
- USES:
- gmake lua
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.2.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.2.4 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
5.2.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.2.4 01 Dec 2015 14:09:46 |
amdmi3 |
- Update to 5.2.4
PR: 204446
Submitted by: tkato432@yahoo.com |
5.2.0 16 Apr 2015 12:40:15 |
bapt |
Disbanding lua@ which was anyway not a team for a while
I have no time left to work on lua at all for now |
5.2.0 25 Jan 2014 23:07:49 |
bapt |
Update to 5.2.0
Bring under lua@ maintainership [1]
Support stage
Use MAKE_ARGS instead of patching config
Convert to USES=lua
Approved by: edwin@ [1] |
5.1.3 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
5.1.3 08 Feb 2012 20:10:36 |
pgollucci |
- Respect CXX
PR: ports/162529
Submitted by: Jan Beich <jbeich@tormail.net>
Approved by: maintainer timeout (edwin ; 87 days) |
5.1.3 22 Dec 2011 10:59:57 |
linimon |
Mark as broken on sparc64-9.
Hat: portmgr |
5.1.3 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 |
5.1.3 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
5.1.3 01 Apr 2010 06:08:46 |
linimon |
Mark as broken on powerpc.
Hat: portmgr |
5.1.3 10 Feb 2010 09:43:53 |
edwin |
Update to tolua 5.1.3 |
5.1 05 May 2008 07:04:27 |
edwin |
Welcome tolua 5.1 |
5.0.1_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 |
5.0.1 16 Sep 2006 21:42:04 |
linimon |
Remove zero-length files.
PR: ports/101612
Submitted by: alepulver
Pointy hat to: linimon |
5.0.1 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 |
5.0.1 03 May 2006 13:25:08 |
pav |
- Switch lua dependency to lang/lua50 |
5.0.1 08 Nov 2005 21:45:49 |
edwin |
Add SHA256 checksums to the distinfo files. |
5.0.1 21 Nov 2004 09:44:10 |
edwin |
add conflicts with tolua4-* |
5.0.1 21 Nov 2004 08:32:23 |
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
WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/ |