diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-18 23:53:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-18 23:53:43 +0800 |
commit | 4375cbe0591160dabd59350513b56d9d3c52b034 (patch) | |
tree | 34bd5d9f7483482c8889ddb573fd38d247c40548 | |
parent | 87efcee5d8bbe6b29ef5e9dda99aba54cfb45937 (diff) | |
download | freebsd-ports-gnome-4375cbe0591160dabd59350513b56d9d3c52b034.tar.gz freebsd-ports-gnome-4375cbe0591160dabd59350513b56d9d3c52b034.tar.zst freebsd-ports-gnome-4375cbe0591160dabd59350513b56d9d3c52b034.zip |
Second run a removing EOLed lua 5.0
devel/lua50-filename
devel/lua50-gettext
devel/lua50-posix
devel/lua50-pty
lang/tolua++50
lang/tolua50
net/lua50-luasocket
Approved by: apache (ohauer) and amdmi3
-rw-r--r-- | MOVED | 7 | ||||
-rw-r--r-- | devel/Makefile | 4 | ||||
-rw-r--r-- | devel/lua50-filename/Makefile | 9 | ||||
-rw-r--r-- | devel/lua50-gettext/Makefile | 9 | ||||
-rw-r--r-- | devel/lua50-gettext/pkg-descr | 1 | ||||
-rw-r--r-- | devel/lua50-posix/Makefile | 9 | ||||
-rw-r--r-- | devel/lua50-posix/pkg-descr | 1 | ||||
-rw-r--r-- | devel/lua50-pty/Makefile | 9 | ||||
-rw-r--r-- | devel/lua50-pty/pkg-descr | 1 | ||||
-rw-r--r-- | lang/Makefile | 2 | ||||
-rw-r--r-- | lang/tolua++50/Makefile | 38 | ||||
-rw-r--r-- | lang/tolua++50/distinfo | 2 | ||||
-rw-r--r-- | lang/tolua++50/files/patch-SConstruct | 21 | ||||
-rw-r--r-- | lang/tolua++50/files/patch-gcc43-fixes | 130 | ||||
-rw-r--r-- | lang/tolua++50/files/patch-src-lib-SCsub | 8 | ||||
-rw-r--r-- | lang/tolua++50/pkg-descr | 16 | ||||
-rw-r--r-- | lang/tolua++50/pkg-plist | 6 | ||||
-rw-r--r-- | lang/tolua50/Makefile | 46 | ||||
-rw-r--r-- | lang/tolua50/distinfo | 2 | ||||
-rw-r--r-- | lang/tolua50/files/patch-src::tests::Makefile | 27 | ||||
-rw-r--r-- | lang/tolua50/pkg-descr | 10 | ||||
-rw-r--r-- | lang/tolua50/pkg-plist | 4 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/lua50-luasocket/Makefile | 9 |
24 files changed, 7 insertions, 365 deletions
@@ -5232,3 +5232,10 @@ devel/libYGP||2013-11-18|Has expired: Broken for more than 6 month devel/monodevelop-python||2013-11-18|Has expired: Broken for more than 6 month devel/lua50-app||2013-11-18|Removed devel/lua50-dfui||2013-11-18|Removed +devel/lua50-filename||2013-11-18|Removed +devel/lua50-gettext||2013-11-18|Removed +devel/lua50-posix||2013-11-18|Removed +devel/lua50-pty||2013-11-18|Removed +lang/tolua++50||2013-11-18|Removed +lang/tolua50||2013-11-18|Removed +net/lua50-luasocket||2013-11-18|Removed diff --git a/devel/Makefile b/devel/Makefile index 138160c1e875..178b2adc5e0f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1178,10 +1178,6 @@ SUBDIR += lua-redis-parser SUBDIR += lua-sysctl SUBDIR += lua50-compat51 - SUBDIR += lua50-filename - SUBDIR += lua50-gettext - SUBDIR += lua50-posix - SUBDIR += lua50-pty SUBDIR += luabind SUBDIR += luafilesystem SUBDIR += luajava diff --git a/devel/lua50-filename/Makefile b/devel/lua50-filename/Makefile deleted file mode 100644 index 6db040463064..000000000000 --- a/devel/lua50-filename/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# Created by: Andrew Turner <andrew+ports@fubar.geek.nz> -# $FreeBSD$ - -USE_LUA= 5.0 - -MASTERDIR= ${.CURDIR}/../lua-filename - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/devel/lua50-gettext/Makefile b/devel/lua50-gettext/Makefile deleted file mode 100644 index bb43c28900aa..000000000000 --- a/devel/lua50-gettext/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# Created by: Andrew Turner <andrew+ports@fubar.geek.nz> -# $FreeBSD$ - -USE_LUA= 5.0 - -MASTERDIR= ${.CURDIR}/../lua-gettext - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/devel/lua50-gettext/pkg-descr b/devel/lua50-gettext/pkg-descr deleted file mode 100644 index 479088a53b59..000000000000 --- a/devel/lua50-gettext/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Lua bindings for Gettext diff --git a/devel/lua50-posix/Makefile b/devel/lua50-posix/Makefile deleted file mode 100644 index 4b59e9e10185..000000000000 --- a/devel/lua50-posix/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# Created by: Andrew Turner <andrew+ports@fubar.geek.nz> -# $FreeBSD$ - -USE_LUA= 5.0 - -MASTERDIR= ${.CURDIR}/../lua-posix - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/devel/lua50-posix/pkg-descr b/devel/lua50-posix/pkg-descr deleted file mode 100644 index 4832b76b0ee3..000000000000 --- a/devel/lua50-posix/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -LuaPosix is a Lua extension library that provides support for POSIX. diff --git a/devel/lua50-pty/Makefile b/devel/lua50-pty/Makefile deleted file mode 100644 index fa101c999907..000000000000 --- a/devel/lua50-pty/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# Created by: Andrew Turner <andrew+ports@fubar.geek.nz> -# $FreeBSD$ - -USE_LUA= 5.0 - -MASTERDIR= ${.CURDIR}/../lua-pty - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/devel/lua50-pty/pkg-descr b/devel/lua50-pty/pkg-descr deleted file mode 100644 index d627c7d65c7d..000000000000 --- a/devel/lua50-pty/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Lua 5.0.x bindings for ptys (pseudo-terminals.) diff --git a/lang/Makefile b/lang/Makefile index 48999877ab03..e0f83dcd22e3 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -358,8 +358,6 @@ SUBDIR += tinypy SUBDIR += tolua SUBDIR += tolua++ - SUBDIR += tolua++50 - SUBDIR += tolua50 SUBDIR += treecc SUBDIR += tuareg-mode.el SUBDIR += twelf diff --git a/lang/tolua++50/Makefile b/lang/tolua++50/Makefile deleted file mode 100644 index 32e73bf78ad8..000000000000 --- a/lang/tolua++50/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: aaron@FreeBSD.org -# $FreeBSD$ - -PORTNAME= tolua++ -PORTVERSION= 1.0.92 -PORTREVISION= 2 -PKGNAMESUFFIX= 50 -CATEGORIES= lang devel -MASTER_SITES= http://www.codenix.com/~tolua/ \ - http://mirror.amdmi3.ru/distfiles/ - -MAINTAINER= amdmi3@FreeBSD.org -COMMENT= An extended version of tolua, a tool to integrate C/C++ code with Lua - -USE_BZIP2= yes -USE_LUA= 5.0 -USE_SCONS= yes -SCONS_ARGS= prefix=${PREFIX} SONAME="libtolua++-${LUA_VER}.so" - -CFLAGS+= -I${LUA_INCDIR} -LDFLAGS+= -L${LUA_LIBDIR} - -TGT_BINDIR= ${LUA_BINDIR:C/^${LOCALBASE}/${PREFIX}/} -TGT_INCDIR= ${LUA_INCDIR:C/^${LOCALBASE}/${PREFIX}/} -TGT_LIBDIR= ${LUA_LIBDIR:C/^${LOCALBASE}/${PREFIX}/} - -PORTSCOUT= limit:1\.0\.92 - -do-install: - ${MKDIR} ${STAGEDIR}${TGT_BINDIR} ${STAGEDIR}${TGT_INCDIR} ${STAGEDIR}${TGT_LIBDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/bin/tolua++ ${STAGEDIR}${TGT_BINDIR} - ${LN} -sf ${LUA_SUBDIR}/tolua++ ${STAGEDIR}${PREFIX}/bin/tolua++-${LUA_VER} - ${INSTALL_DATA} ${WRKSRC}/include/tolua++.h ${STAGEDIR}${TGT_INCDIR} - ${INSTALL_DATA} ${WRKSRC}/lib/libtolua++.a ${STAGEDIR}${TGT_LIBDIR} - ${INSTALL_DATA} ${WRKSRC}/lib/libtolua++.so ${STAGEDIR}${TGT_LIBDIR} - ${INSTALL_DATA} ${WRKSRC}/lib/libtolua++.so ${STAGEDIR}${PREFIX}/lib/libtolua++-${LUA_VER}.so - -.include <bsd.port.mk> diff --git a/lang/tolua++50/distinfo b/lang/tolua++50/distinfo deleted file mode 100644 index 1c8ca9659818..000000000000 --- a/lang/tolua++50/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tolua++-1.0.92.tar.bz2) = fd2199f669d7d7c11f5451001ee1601add263203b2522363b3632411437e4fac -SIZE (tolua++-1.0.92.tar.bz2) = 153961 diff --git a/lang/tolua++50/files/patch-SConstruct b/lang/tolua++50/files/patch-SConstruct deleted file mode 100644 index 648dbe164ae6..000000000000 --- a/lang/tolua++50/files/patch-SConstruct +++ /dev/null @@ -1,21 +0,0 @@ ---- SConstruct.orig 2006-04-10 13:45:44.000000000 +0400 -+++ SConstruct 2008-08-22 01:43:56.000000000 +0400 -@@ -17,6 +17,7 @@ - opts.Add('CCFLAGS', 'Flags for the compiler.', ['-O2', '-Wall']) - opts.Add('LINK', 'The linker.') - opts.Add('LINKFLAGS', 'Linker flags.', []) -+opts.Add('SONAME', 'Shared library name.') - opts.Add('no_cygwin', 'Use -mno-cygwin to build using the mingw compiler on cygwin', 0) - opts.Add('LIBS', 'libraries', []) - opts.Add('LIBPATH', 'library path', []) -@@ -128,7 +129,9 @@ - ########### end of helper builders - - env['CPPPATH'] = '#/include' --env['LIBPATH'] = ['#/lib'] + env['LIBPATH'] -+env['LIBPATH'] = ['#/lib'] + env['LIBPATH'].split(" ") -+ -+env.Append(SHLINKFLAGS=' -Wl,-soname='+env['SONAME']) - - if env['no_cygwin']: - diff --git a/lang/tolua++50/files/patch-gcc43-fixes b/lang/tolua++50/files/patch-gcc43-fixes deleted file mode 100644 index 1e982f2b1214..000000000000 --- a/lang/tolua++50/files/patch-gcc43-fixes +++ /dev/null @@ -1,130 +0,0 @@ ---- include/tolua++.h.orig 2006-04-27 05:33:40.000000000 +0200 -+++ include/tolua++.h 2008-03-13 23:20:12.000000000 +0100 -@@ -53,7 +53,7 @@ - #define TOLUA_NOPEER LUA_REGISTRYINDEX /* for lua 5.1 */ - - TOLUA_API const char* tolua_typename (lua_State* L, int lo); --TOLUA_API void tolua_error (lua_State* L, char* msg, tolua_Error* err); -+TOLUA_API void tolua_error (lua_State* L, const char* msg, tolua_Error* err); - TOLUA_API int tolua_isnoobj (lua_State* L, int lo, tolua_Error* err); - TOLUA_API int tolua_isvalue (lua_State* L, int lo, int def, tolua_Error* err); - TOLUA_API int tolua_isboolean (lua_State* L, int lo, int def, tolua_Error* err); -@@ -84,16 +84,15 @@ - TOLUA_API int tolua_register_gc (lua_State* L, int lo); - TOLUA_API int tolua_default_collect (lua_State* tolua_S); - --TOLUA_API void tolua_usertype (lua_State* L, char* type); --TOLUA_API void tolua_beginmodule (lua_State* L, char* name); -+TOLUA_API void tolua_usertype (lua_State* L, const char* type); -+TOLUA_API void tolua_beginmodule (lua_State* L, const char* name); - TOLUA_API void tolua_endmodule (lua_State* L); --TOLUA_API void tolua_module (lua_State* L, char* name, int hasvar); --TOLUA_API void tolua_class (lua_State* L, char* name, char* base); --TOLUA_API void tolua_cclass (lua_State* L, char* lname, char* name, char* base, lua_CFunction col); --TOLUA_API void tolua_function (lua_State* L, char* name, lua_CFunction func); --TOLUA_API void tolua_constant (lua_State* L, char* name, double value); --TOLUA_API void tolua_variable (lua_State* L, char* name, lua_CFunction get, lua_CFunction set); --TOLUA_API void tolua_array (lua_State* L,char* name, lua_CFunction get, lua_CFunction set); -+TOLUA_API void tolua_module (lua_State* L, const char* name, int hasvar); -+TOLUA_API void tolua_cclass (lua_State* L, const char* lname, const char* name, const char* base, lua_CFunction col); -+TOLUA_API void tolua_function (lua_State* L, const char* name, lua_CFunction func); -+TOLUA_API void tolua_constant (lua_State* L, const char* name, double value); -+TOLUA_API void tolua_variable (lua_State* L, const char* name, lua_CFunction get, lua_CFunction set); -+TOLUA_API void tolua_array (lua_State* L, const char* name, lua_CFunction get, lua_CFunction set); - - /* TOLUA_API void tolua_set_call_event(lua_State* L, lua_CFunction func, char* type); */ - /* TOLUA_API void tolua_addbase(lua_State* L, char* name, char* base); */ ---- src/lib/tolua_is.c.orig 2005-12-19 02:13:05.000000000 +0100 -+++ src/lib/tolua_is.c 2008-03-13 23:11:27.000000000 +0100 -@@ -85,7 +85,7 @@ - return lua_tostring(L,-1); - } - --TOLUA_API void tolua_error (lua_State* L, char* msg, tolua_Error* err) -+TOLUA_API void tolua_error (lua_State* L, const char* msg, tolua_Error* err) - { - if (msg[0] == '#') - { ---- src/lib/tolua_map.c.orig 2006-03-13 23:37:49.000000000 +0100 -+++ src/lib/tolua_map.c 2008-03-13 23:21:58.000000000 +0100 -@@ -389,7 +389,7 @@ - * It creates the correspoding metatable in the registry, for both 'type' and 'const type'. - * It maps 'const type' as being also a 'type' - */ --TOLUA_API void tolua_usertype (lua_State* L, char* type) -+TOLUA_API void tolua_usertype (lua_State* L, const char* type) - { - char ctype[128] = "const "; - strncat(ctype,type,120); -@@ -403,7 +403,7 @@ - /* Begin module - * It pushes the module (or class) table on the stack - */ --TOLUA_API void tolua_beginmodule (lua_State* L, char* name) -+TOLUA_API void tolua_beginmodule (lua_State* L, const char* name) - { - if (name) - { -@@ -426,7 +426,7 @@ - * It creates a new module - */ - #if 1 --TOLUA_API void tolua_module (lua_State* L, char* name, int hasvar) -+TOLUA_API void tolua_module (lua_State* L, const char* name, int hasvar) - { - if (name) - { -@@ -462,7 +462,7 @@ - lua_pop(L,1); /* pop module */ - } - #else --TOLUA_API void tolua_module (lua_State* L, char* name, int hasvar) -+TOLUA_API void tolua_module (lua_State* L, const char* name, int hasvar) - { - if (name) - { -@@ -518,7 +518,7 @@ - /* Map C class - * It maps a C class, setting the appropriate inheritance and super classes. - */ --TOLUA_API void tolua_cclass (lua_State* L, char* lname, char* name, char* base, lua_CFunction col) -+TOLUA_API void tolua_cclass (lua_State* L, const char* lname, const char* name, const char* base, lua_CFunction col) - { - char cname[128] = "const "; - char cbase[128] = "const "; -@@ -577,7 +577,7 @@ - /* Map function - * It assigns a function into the current module (or class) - */ --TOLUA_API void tolua_function (lua_State* L, char* name, lua_CFunction func) -+TOLUA_API void tolua_function (lua_State* L, const char* name, lua_CFunction func) - { - lua_pushstring(L,name); - lua_pushcfunction(L,func); -@@ -600,7 +600,7 @@ - /* Map constant number - * It assigns a constant number into the current module (or class) - */ --TOLUA_API void tolua_constant (lua_State* L, char* name, double value) -+TOLUA_API void tolua_constant (lua_State* L, const char* name, double value) - { - lua_pushstring(L,name); - tolua_pushnumber(L,value); -@@ -611,7 +611,7 @@ - /* Map variable - * It assigns a variable into the current module (or class) - */ --TOLUA_API void tolua_variable (lua_State* L, char* name, lua_CFunction get, lua_CFunction set) -+TOLUA_API void tolua_variable (lua_State* L, const char* name, lua_CFunction get, lua_CFunction set) - { - /* get func */ - lua_pushstring(L,".get"); -@@ -663,7 +663,7 @@ - /* Map an array - * It assigns an array into the current module (or class) - */ --TOLUA_API void tolua_array (lua_State* L, char* name, lua_CFunction get, lua_CFunction set) -+TOLUA_API void tolua_array (lua_State* L, const char* name, lua_CFunction get, lua_CFunction set) - { - lua_pushstring(L,".get"); - lua_rawget(L,-2); diff --git a/lang/tolua++50/files/patch-src-lib-SCsub b/lang/tolua++50/files/patch-src-lib-SCsub deleted file mode 100644 index 736f807b34b1..000000000000 --- a/lang/tolua++50/files/patch-src-lib-SCsub +++ /dev/null @@ -1,8 +0,0 @@ ---- src/lib/SCsub.orig 2005-11-28 16:51:15.000000000 +0300 -+++ src/lib/SCsub 2008-08-22 01:44:24.000000000 +0400 -@@ -10,4 +10,5 @@ - ] - - env.lib_target = env.Library('#/lib/'+env['tolua_lib'], sources) -+env.lib_target += env.SharedLibrary('#/lib/'+env['tolua_lib'], sources) - diff --git a/lang/tolua++50/pkg-descr b/lang/tolua++50/pkg-descr deleted file mode 100644 index c2e951f77c3b..000000000000 --- a/lang/tolua++50/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -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/ diff --git a/lang/tolua++50/pkg-plist b/lang/tolua++50/pkg-plist deleted file mode 100644 index 942de3c54270..000000000000 --- a/lang/tolua++50/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%LUA_BINDIR%%/tolua++ -bin/tolua++-%%LUA_VER%% -%%LUA_LIBDIR%%/libtolua++.a -%%LUA_LIBDIR%%/libtolua++.so -lib/libtolua++-%%LUA_VER%%.so -%%LUA_INCDIR%%/tolua++.h diff --git a/lang/tolua50/Makefile b/lang/tolua50/Makefile deleted file mode 100644 index 5b62d368382f..000000000000 --- a/lang/tolua50/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: Edwin Groothuis <edwin@mavetju.org> -# $FreeBSD$ - -PORTNAME= tolua -PORTVERSION= 5.0.1 -PORTREVISION= 1 -CATEGORIES= lang -MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/users/celes/tolua/ \ - http://www.tecgraf.puc-rio.br/~celes/tolua/ -PKGNAMESUFFIX= ${LUA_VER_STR} - -MAINTAINER= edwin@mavetju.org -COMMENT= toLua: accessing C/C++ code from Lua - -USE_GMAKE= yes -USE_LUA= 5.0 -WRKSRC= ${WRKDIR}/${PORTNAME}-5.0 - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|make|$${MAKE}|' ${WRKSRC}/${MAKEFILE} - @${REINPLACE_CMD} -Ee \ - 's|^(CC=).*|\1 ${CC}|; \ - s|^(CCPP =).*|\1 ${CXX}|; \ - s|^(LUA=).*|\1 ${LOCALBASE}|; \ - s|^(LUA(INC\|LIB)=).*|\1 $${LUA_\2DIR}|; \ - s|^(CPPFLAGS)(=.*)|\1+\2 -lstdc++|; \ - s|^(CFLAGS)(=.*)|\1+\2|;' \ - ${WRKSRC}/config - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/tolua ${LUA_BINDIR} - ${LN} -sf ${LUA_SUBDIR}/tolua ${PREFIX}/bin/tolua-${LUA_VER} - ${INSTALL_DATA} ${WRKSRC}/include/tolua.h ${LUA_INCDIR} - ${INSTALL_DATA} ${WRKSRC}/lib/libtolua.a ${LUA_LIBDIR} - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc -.endif -.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000 -BROKEN= Does not install on sparc64-9 -.endif - -.include <bsd.port.post.mk> diff --git a/lang/tolua50/distinfo b/lang/tolua50/distinfo deleted file mode 100644 index 697743a054cc..000000000000 --- a/lang/tolua50/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tolua-5.0.1.tar.gz) = a5cc355ecd84c2f8f22588eec41dd047ebe9bad89706c046bcbff4a2e1f7cecb -SIZE (tolua-5.0.1.tar.gz) = 88676 diff --git a/lang/tolua50/files/patch-src::tests::Makefile b/lang/tolua50/files/patch-src::tests::Makefile deleted file mode 100644 index a2aa53e7018d..000000000000 --- a/lang/tolua50/files/patch-src::tests::Makefile +++ /dev/null @@ -1,27 +0,0 @@ ---- src/tests/Makefile.orig Wed Feb 11 23:01:58 2004 -+++ src/tests/Makefile Sun Nov 21 19:17:49 2004 -@@ -4,7 +4,7 @@ - - include $(TOLUA)/config - --LIBS = -ltolua -llua -llualib -+LIBS = -ltolua -llua -llualib -lm - - all: tmodule tnamespace tclass tconstant tvariable tfunction tarray tdirective - ./tmodule; ./tnamespace; ./tclass; ./tconstant; ./tvariable; ./tfunction; ./tarray; ./tdirective; -@@ -25,7 +25,7 @@ - $(TOLUA)/bin/tolua -o $@ $< - - tnamespace: tnamespace.o tnamespacebind.o -- $(CC) $(CPPFLAGS) -o $@ tnamespace.o tnamespacebind.o $(TLIB) $(LIB) $(LIBS) -+ $(CC) $(CPPFLAGS) -Iedwin -o $@ tnamespace.o tnamespacebind.o $(TLIB) $(LIB) $(LIBS) - tnamespacebind.cpp: tnamespace.pkg - $(TOLUA)/bin/tolua -o $@ $< - -@@ -61,6 +61,3 @@ - - klean: - rm -f tmodule tnamespace tclass tconstant tvariable tfunction tarray tdirective -- -- -- diff --git a/lang/tolua50/pkg-descr b/lang/tolua50/pkg-descr deleted file mode 100644 index 83b1a11b46fe..000000000000 --- a/lang/tolua50/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -toLua is a tool that greatly simplifies the integration of C/C++ -code with Lua. Based on a "cleaned" header file, toLua automatically -generates the binding code to access C/C++ features from Lua. Using -Lua-5.0 API and tag method facilities, the current version automatically -maps C/C++ constants, external variables, functions, namespace, -classes, and methods to Lua. It also provides facilities to create -Lua modules. - -Author: Waldemar Celes <celes@tecgraf.puc-rio.br> -WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/ diff --git a/lang/tolua50/pkg-plist b/lang/tolua50/pkg-plist deleted file mode 100644 index ef0070c93b27..000000000000 --- a/lang/tolua50/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%LUA_BINDIR%%/tolua -bin/tolua-%%LUA_VER%% -%%LUA_LIBDIR%%/libtolua.a -%%LUA_INCDIR%%/tolua.h diff --git a/net/Makefile b/net/Makefile index 62360c76be94..a7428563d0dc 100644 --- a/net/Makefile +++ b/net/Makefile @@ -362,7 +362,6 @@ SUBDIR += liveMedia SUBDIR += lla SUBDIR += ltm - SUBDIR += lua50-luasocket SUBDIR += lualdap SUBDIR += luasocket SUBDIR += lvwimax diff --git a/net/lua50-luasocket/Makefile b/net/lua50-luasocket/Makefile deleted file mode 100644 index ddae426fa375..000000000000 --- a/net/lua50-luasocket/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# Created by: Andrew Turner <andrew+ports@fubar.geek.nz> -# $FreeBSD$ - -USE_LUA= 5.0 - -MASTERDIR= ${.CURDIR}/../luasocket - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" |