diff options
Diffstat (limited to 'lang/tolua50')
| -rw-r--r-- | lang/tolua50/Makefile | 40 | ||||
| -rw-r--r-- | lang/tolua50/distinfo | 3 | ||||
| -rw-r--r-- | lang/tolua50/files/patch-src::tests::Makefile | 27 | ||||
| -rw-r--r-- | lang/tolua50/pkg-descr | 11 | ||||
| -rw-r--r-- | lang/tolua50/pkg-plist | 4 |
5 files changed, 0 insertions, 85 deletions
diff --git a/lang/tolua50/Makefile b/lang/tolua50/Makefile deleted file mode 100644 index 06c65e7f2196..000000000000 --- a/lang/tolua50/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# -# New ports collection makefile for: tolua -# Date created: 21 November 2004 -# Whom: 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/ - -MAINTAINER= edwin@mavetju.org -COMMENT= toLua: accessing C/C++ code from Lua - -USE_GMAKE= yes -USE_LUA= 5.0 -WRKSRC= ${WRKDIR}/${PORTNAME}-5.0 - -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.mk> diff --git a/lang/tolua50/distinfo b/lang/tolua50/distinfo deleted file mode 100644 index fc31789603d5..000000000000 --- a/lang/tolua50/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tolua-5.0.1.tar.gz) = da18137d4583880ae474f1e632fcbdc2 -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 0dff71b6290c..000000000000 --- a/lang/tolua50/pkg-descr +++ /dev/null @@ -1,11 +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. - -WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/ - -Author: Waldemar Celes <celes@tecgraf.puc-rio.br> 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 |
