Port details |
- tolua++ Extended version of tolua, a tool to integrate C/C++ code with Lua
- 1.0.93_3 lang =5 1.0.93_3Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2006-01-22 23:45:24
- Last Update: 2022-10-19 19:15:05
- Commit Hash: 93c1c63
- People watching this port, also watch:: gccmakedep, xev, gvfs, xorg-drivers, libpciaccess
- Also Listed In: devel
- License: not specified in port
- WWW:
- https://github.com/LuaDist/toluapp
- Description:
- tolua++ is an extended version of tolua, a tool to integrate C/C++ code
with Lua. tolua++ includes new features oriented to c++ such as:
* Support for std::string as a basic type (this can be turned off by a
command line option).
* Support for class templates
As well as other features and bugfixes.
tolua is a tool that greatly simplifies the integration of C/C++ code with
Lua. Based on a cleaned header file (or extracts from real header files),
tolua automatically generates the binding code to access C/C++ features
from Lua. Using Lua API and tag method facilities, tolua maps C/C++
constants, external variables, functions, classes, and methods to Lua.
- ¦ ¦ ¦ ¦
- 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:
- TIMESTAMP = 1666195158
SHA256 (LuaDist-toluapp-1.0.93_GH0.tar.gz) = 0a1ff87cb74e7531aec57e2a7cfdf282116647dea3b46223e3cc7c362b55b5bb
SIZE (LuaDist-toluapp-1.0.93_GH0.tar.gz) = 247926
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:
-
- scons-3.9 : devel/scons@py39
- Library dependencies:
-
- liblua-5.1.so : lang/lua51
- This port is required by:
- for Libraries
-
- games/stratagus
- games/wyrmgus
- graphics/cegui
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- lang_tolua++
- USES:
- scons lua:51 tar:bzip2
- 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 |
1.0.93_3 19 Oct 2022 19:15:05 |
Dmitry Marakasov (amdmi3) |
lang/tolua++: switch to alive upstream
No changes to package contents, but new sources from GitHub, despite
the same tag, contain CMake build system we may switch to someday
if the port is still used (for the record, its only currently used
by 3 ports). |
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) |
1.0.93_3 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 ) |
1.0.93_3 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 ) |
1.0.93_3 12 Apr 2021 16:49:07 |
Dmitry Marakasov (amdmi3) |
lang/tolua++: remove dependency on python2, undeprecate consumer ports |
1.0.93_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.93_3 09 Mar 2021 14:13:41 |
mat |
Remove occurrences of %%LUA_LIBDIR%%.
Differential Revision: https://reviews.freebsd.org/D29138 |
1.0.93_3 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
1.0.93_3 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
1.0.93_3 25 May 2020 18:33:44 |
sunpoet |
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons |
1.0.93_3 25 May 2020 18:32:55 |
sunpoet |
Fix build with scons 3.1.2 |
1.0.93_3 02 Oct 2019 19:51:24 |
sunpoet |
Fix build with scons 3.1.1
PR: 240584
Exp-run by: antoine |
1.0.93_3 03 Nov 2016 16:16:54 |
linimon |
Now builds on sparc64.
Approved by: portmgr (tier-2 blanket) |
1.0.93_3 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.0.93_3 02 Aug 2015 21:07:39 |
amdmi3 |
- Drop 8.x-related conditions for my ports |
1.0.93_3 20 Jul 2015 20:03:30 |
amdmi3 |
- Fix library installation |
1.0.93_2 09 Dec 2014 14:09:20 |
amdmi3 |
Strip library |
1.0.93_2 05 Jul 2014 19:27:04 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.
CR: D305
Approved by: portmgr (swills) |
1.0.93_2 27 May 2014 12:23:36 |
bapt |
Switch to USES=scons |
1.0.93_2 27 May 2014 08:39:51 |
bapt |
Fix tolua++ symlink |
1.0.93_1 26 May 2014 16:17:26 |
bapt |
LUA_BINDIR is not defined anymore given that lua is install in "normal" bindir |
1.0.93 26 May 2014 15:28:29 |
bapt |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |
1.0.93 07 May 2014 18:21:34 |
amdmi3 |
- Convert USE_BZIP2 to USES |
1.0.93 16 Oct 2013 23:46:19 |
amdmi3 |
- Support staging
- Install into PREFIX instead of LOCALBASE |
1.0.93 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
1.0.93 12 Jul 2013 15:01:46 |
amdmi3 |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files |
1.0.93 22 Dec 2011 10:59:57 |
linimon |
Mark as broken on sparc64-9.
Hat: portmgr |
1.0.93 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.0.93 07 Mar 2011 19:42:56 |
amdmi3 |
- Update to 1.0.93
PR: 154168
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> |
1.0.92_3 28 Jul 2009 16:34:36 |
amdmi3 |
- Update URL of my distfile mirror in 87 ports
Approved by: portmgr (erwin) |
1.0.92_3 07 Jun 2009 17:54:09 |
amdmi3 |
- Fix build with python2.6
Reported by: miwi |
1.0.92_3 05 Jan 2009 16:14:51 |
amdmi3 |
- Update address of my distfile mirror |
1.0.92_3 21 Aug 2008 22:31:18 |
amdmi3 |
- Fix shared lib support |
1.0.92_2 19 Aug 2008 20:40:20 |
amdmi3 |
- Build shared library in addition to static [1]
- Fix compilation with gcc43 [2]
PRs: 126659 [1], 126660 [2]
Submitted by: Tim Niemueller <tim at niemueller dot de> |
1.0.92_1 10 Aug 2008 22:42:42 |
amdmi3 |
- Add tolua++50 port similar to tolua++
- tolua++50 is to be used with lua 5.0 and tolua++ with lua 5.1, update depends
accordingly
- Depend on lua with USE_LUA instead of LIB_DEPEND
- Make both ports install files to (lua version)-specific directories, so they
can coexist peacefully in a manner similar to tolua/tolua50.
- Take maintainership
- Add distfile mirror
- Remove USE_LDCONFIG (ports do not install any shared libs)
- Fix pkg-descr
Approved by: miwi (mentor implicit) |
1.0.92 29 Apr 2008 05:27:10 |
linimon |
Reset aaron's port maintainerships due to many maintainer-timeouts. |
1.0.92 23 Dec 2006 22:09:32 |
aaron |
Updated to 1.0.92
PR: 100042
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> |
1.0.4 15 Sep 2006 10:58:52 |
linimon |
Catch up with the last few files tested on pointyhat as part of later
revisions to ports/101612 that were not in the PR.
Hat: portmgr |
1.0.4 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 |
1.0.4 03 May 2006 13:25:08 |
pav |
- Switch lua dependency to lang/lua50 |
1.0.4 22 Jan 2006 23:42:31 |
aaron |
Adding port lang/tolua++, a utility for better binding between Lua and C++.
Approved by: tobez |