NOTICE: This package has been removed from pkgsrc

./wip/qt4-libqtlua, Lua alternative to the QtScript module

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.0, Package name: qt4-libqtlua-2.0, Maintainer: pkgsrc-users

The QtLua library aims to make Qt4 applications scriptable using the
Lua scripting language. It is an alternative to the QtScript module.

QtLua does not generate or use generated binding code for Qt. Instead it
provides useful C++ wrapper classes to make C++ and lua objects
accessible from both lua and C++. It takes advantages of the Qt meta
object system to expose QObject members to lua scripts.

QtLua is not designed to develop an application in pure Lua but rather
to extend a Qt C++ application using Lua as scripting language.


Required to run:
[x11/qt4-libs] [lang/lua51]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

RMD160: 8176172897c2c74ed6510158443f6383eb85a220
Filesize: 1059.378 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-15 19:58:42 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
Forgot to add DESCR to qt4-qtlua.
   2014-10-15 19:53:35 by Niclas Rosenvik | Files touched by this commit (9)
Log message:
import of libqtlua for qt4 to pkgsrc-wip as qt4-libqtlua.

The QtLua library aims to make Qt4 applications scriptable using the
Lua scripting language. It is an alternative to the QtScript module.

QtLua does not generate or use generated binding code for Qt. Instead it
provides useful C++ wrapper classes to make C++ and lua objects
accessible from both lua and C++. It takes advantages of the Qt meta
object system to expose QObject members to lua scripts.

QtLua is not designed to develop an application in pure Lua but rather
to extend a Qt C++ application using Lua as scripting language.