aboutsummaryrefslogtreecommitdiff
path: root/lang/tolua
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 5.2.4Dmitry Marakasov2015-12-012-4/+4
| | | | | | | | PR: 204446 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=402742
* Disbanding lua@ which was anyway not a team for a whileBaptiste Daroussin2015-04-161-1/+1
| | | | | | | I have no time left to work on lua at all for now Notes: svn path=/head/; revision=384105
* Update to 5.2.0Baptiste Daroussin2014-01-255-57/+21
| | | | | | | | | | | | Bring under lua@ maintainership [1] Support stage Use MAKE_ARGS instead of patching config Convert to USES=lua Approved by: edwin@ [1] Notes: svn path=/head/; revision=341134
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Respect CXXPhilip M. Gollucci2012-02-081-1/+1
| | | | | | | | | PR: ports/162529 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer timeout (edwin ; 87 days) Notes: svn path=/head/; revision=290738
* Mark as broken on sparc64-9.Mark Linimon2011-12-221-0/+3
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=287852
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+1
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=284239
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* Mark as broken on powerpc.Mark Linimon2010-04-011-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251935
* Update to tolua 5.1.3Edwin Groothuis2010-02-102-5/+5
| | | | Notes: svn path=/head/; revision=249520
* Welcome tolua 5.1Edwin Groothuis2008-05-053-24/+17
| | | | Notes: svn path=/head/; revision=212629
* Update PORTREVISION for previous commits where plist changed.Mark Linimon2006-09-161-0/+1
| | | | | | | | | | PR: ports/101612 Submitted by: alepulver Hat: portmgr Pointy hat to: linimon Notes: svn path=/head/; revision=173165
* Remove zero-length files.Mark Linimon2006-09-162-0/+0
| | | | | | | | | PR: ports/101612 Submitted by: alepulver Pointy hat to: linimon Notes: svn path=/head/; revision=173163
* Modify these files to reflect bsd.lua.mk as tested on the cluster.Mark Linimon2006-09-154-62/+21
| | | | | | | | | PR: ports/101612 Submitted by: alepulver Hat: portmgr Notes: svn path=/head/; revision=173100
* - Switch lua dependency to lang/lua50Pav Lucistnik2006-05-031-1/+1
| | | | Notes: svn path=/head/; revision=161274
* Add SHA256 checksums to the distinfo files.Edwin Groothuis2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147643
* add conflicts with tolua4-*Edwin Groothuis2004-11-211-1/+1
| | | | Notes: svn path=/head/; revision=122066
* toLua is a tool that greatly simplifies the integration of C/C++Edwin Groothuis2004-11-217-0/+124
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/ Notes: svn path=/head/; revision=122062