1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add lua-alien 0.5.0, lua -> C FFI.

PR:		ports/149983
Submitted by:	Anonymous <swell.k-at-gmail.com>
This commit is contained in:
Philip Paeps 2010-08-26 11:00:36 +00:00
parent 2b0a293c47
commit 6f82378e8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260003

View File

@ -39,7 +39,7 @@
# Other components (modules):
# 5.0 - app, compat51, dfui, filename, gettext,
# posix, pty, socket.
# 5.1 - filename, gettext, posix, pty, socket.
# 5.1 - alien, filename, gettext, posix, pty, socket.
# The available dependency types are:
# build - Requires component for building.
# lib - Requires component for building and running.
@ -150,7 +150,8 @@ _LUA_Definitions_Done= yes
#
_LUA_COMPS_ALL= lua tolua toluaxx ruby \
app compat51 dfui filename gettext posix pty socket
alien app compat51 dfui filename gettext posix \
pty socket
_LUA_DEP_TYPES_ALL= build lib run
_LUA_VERS_ALL= 4.0 5.0 5.1
_LUA_PLIST_ALL= LUA_VER LUA_VER_SH LUA_VER_STR LUA_PREFIX LUA_SUBDIR
@ -191,6 +192,7 @@ _LUA_PORT_socket_5.0= net/lua50-luasocket
_LUA_PORT_lua_5.1= lang/lua
_LUA_DEPTYPE_lua_5.1= lib
_LUA_PORT_alien_5.1= devel/lua-alien
_LUA_PORT_filename_5.1= devel/lua-filename
_LUA_PORT_gettext_5.1= devel/lua-gettext
_LUA_PORT_posix_5.1= devel/lua-posix