diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
commit | 4e942b64191e2ef98dce2c5af31047a8640db768 (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /lang/tolua++ | |
parent | 1d1f878054efdd1171a8cb006e59ad0727610293 (diff) | |
download | freebsd-ports-gnome-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz freebsd-ports-gnome-4e942b64191e2ef98dce2c5af31047a8640db768.tar.zst freebsd-ports-gnome-4e942b64191e2ef98dce2c5af31047a8640db768.zip |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'lang/tolua++')
-rw-r--r-- | lang/tolua++/pkg-descr | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/tolua++/pkg-descr b/lang/tolua++/pkg-descr index c2e951f77c3b..019e555c8dc5 100644 --- a/lang/tolua++/pkg-descr +++ b/lang/tolua++/pkg-descr @@ -1,16 +1,16 @@ -tolua++ is an extended version of tolua, a tool to integrate C/C++ code +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 +* 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. +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/ |