head	1.2;
access;
symbols
	pkgsrc-2013Q3:1.1.1.1.0.12
	pkgsrc-2013Q3-base:1.1.1.1
	pkgsrc-2013Q2:1.1.1.1.0.10
	pkgsrc-2013Q2-base:1.1.1.1
	pkgsrc-2013Q1:1.1.1.1.0.8
	pkgsrc-2013Q1-base:1.1.1.1
	pkgsrc-2012Q4:1.1.1.1.0.6
	pkgsrc-2012Q4-base:1.1.1.1
	pkgsrc-2012Q3:1.1.1.1.0.4
	pkgsrc-2012Q3-base:1.1.1.1
	pkgsrc-2012Q2:1.1.1.1.0.2
	pkgsrc-2012Q2-base:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2013.10.13.12.59.11;	author wiz;	state dead;
branches;
next	1.1;
commitid	dVrXulxUoD7Ei89x;

1.1
date	2012.05.08.09.34.17;	author imil;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2012.05.08.09.34.17;	author imil;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove tolua++: does not work with lua-5.2, upstream not active
nor other patches available, no user in pkgsrc.
@
text
@CCFLAGS = ['-I@@PREFIX@@/include', '-O2', '-ansi']
LIBPATH = ['@@PREFIX@@/lib']
LIBS = ['lua', 'm']
LINKFLAGS = ['-Wl,-rpath,@@PREFIX@@/lib']
tolua_bin = 'tolua++'
tolua_lib = 'tolua++'
TOLUAPP = 'tolua++'
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial import of tolua++, version 1.0.93, into the NetBSD Packages Collection.

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.
@
text
@@
