head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.10.24.04.16.07;	author dougb;	state Exp;
branches;
next	1.2;

1.2
date	2008.08.10.22.42.41;	author amdmi3;	state Exp;
branches;
next	1.1;

1.1
date	2006.01.22.23.42.31;	author aaron;	state Exp;
branches;
next	;


desc
@@


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

WWW: http://www.codenix.com/~tolua/
@


1.2
log
@- 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)
@
text
@a16 3

- Aaron Dalton
aaron@@FreeBSD.org
@


1.1
log
@Adding port lang/tolua++, a utility for better binding between Lua and C++.

Approved by:	tobez
@
text
@d4 3
a6 3
    * Support for std::string as a basic type (this can be turned off by a 
command line option).
    * Support for class templates
@

