aboutsummaryrefslogtreecommitdiff
path: root/lang/tolua50/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Second run a removing EOLed lua 5.0Baptiste Daroussin2013-11-181-46/+0
| | | | | | | | | | | | | | | devel/lua50-filename devel/lua50-gettext devel/lua50-posix devel/lua50-pty lang/tolua++50 lang/tolua50 net/lua50-luasocket Approved by: apache (ohauer) and amdmi3 Notes: svn path=/head/; revision=334215
* Fix pkgname collisionBaptiste Daroussin2013-10-181-2/+1
| | | | Notes: svn path=/head/; revision=330752
* 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/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=287852
* Mark as broken on powerpc.Mark Linimon2010-04-011-1/+6
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251935
* - Resolve LATEST_LINK conflictPav Lucistnik2009-05-311-0/+2
| | | | Notes: svn path=/head/; revision=234941
* 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
* Modify these files to reflect bsd.lua.mk as tested on the cluster.Mark Linimon2006-09-151-7/+17
| | | | | | | | | 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 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-211-0/+29
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