aboutsummaryrefslogtreecommitdiff
path: root/lang/tolua++50
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tolua++50')
-rw-r--r--lang/tolua++50/Makefile36
-rw-r--r--lang/tolua++50/distinfo3
-rw-r--r--lang/tolua++50/files/patch-config_posix.py20
-rw-r--r--lang/tolua++50/pkg-descr19
-rw-r--r--lang/tolua++50/pkg-plist3
5 files changed, 0 insertions, 81 deletions
diff --git a/lang/tolua++50/Makefile b/lang/tolua++50/Makefile
deleted file mode 100644
index 3ae4076bebee..000000000000
--- a/lang/tolua++50/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: tolua++
-# Date created: 18 Jan 2006
-# Whom: aaron@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= tolua++
-PORTVERSION= 1.0.4
-CATEGORIES= lang devel
-MASTER_SITES= http://www.codenix.com/~tolua/
-DISTFILES= tolua++-current${EXTRACT_SUFX}
-
-MAINTAINER= aaron@FreeBSD.org
-COMMENT= An extended version of tolua, a tool to integrate C/C++ code with Lua
-
-BUILD_DEPENDS= ${LOCALBASE}/bin/scons:${PORTSDIR}/devel/scons
-
-USE_BZIP2= yes
-USE_LDCONFIG= yes
-USE_LUA= 5.0
-NO_BUILD= yes
-
-post-patch:
-.for f in LOCALBASE LUA_VER LUA_INCDIR LUA_LIBDIR
- @${REINPLACE_CMD} -i "" -e 's|%%${f}%%|${${f}}|g' \
- ${WRKSRC}/config_posix.py
-.endfor
-
-do-build:
- @cd ${WRKSRC} && scons
-
-do-install:
- @cd ${WRKSRC} && scons prefix=${PREFIX} install
-
-.include <bsd.port.mk>
diff --git a/lang/tolua++50/distinfo b/lang/tolua++50/distinfo
deleted file mode 100644
index 828bfccb1542..000000000000
--- a/lang/tolua++50/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (tolua++-current.tar.bz2) = 8785100f7c9d9253cb47b530d97a32f6
-SHA256 (tolua++-current.tar.bz2) = 557d8efd248ca3a9bdb3ed221abd4be2b71010d9463983ec804e20b4b888638c
-SIZE (tolua++-current.tar.bz2) = 171870
diff --git a/lang/tolua++50/files/patch-config_posix.py b/lang/tolua++50/files/patch-config_posix.py
deleted file mode 100644
index 3d001f49dd63..000000000000
--- a/lang/tolua++50/files/patch-config_posix.py
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./config_posix.py.orig Fri Jan 21 00:01:08 2005
-+++ ./config_posix.py Sun Aug 27 14:25:40 2006
-@@ -5,7 +5,7 @@
-
- # flags for the compiler
- #CCFLAGS = []
--CCFLAGS = ['-O2', '-ansi', '-Wall']
-+CCFLAGS = ['-O2', '-ansi', '-Wall', '-I%%LOCALBASE%%/include', '-I%%LUA_INCDIR%%']
-
- # this is the default directory for installation. Files will be installed on
- # <prefix>/bin, <prefix>/lib and <prefix>/include when you run 'scons install'
-@@ -16,6 +16,6 @@
- prefix = '/usr/local'
-
- # libraries
--LIBS = ['lua', 'lualib', 'm']
--
-+LIBS = ['lua-%%LUA_VER%%', 'lualib-%%LUA_VER%%', 'm']
-+LINKFLAGS = ['-L%%LOCALBASE%%/lib', '-L%%LUA_LIBDIR%%']
-
diff --git a/lang/tolua++50/pkg-descr b/lang/tolua++50/pkg-descr
deleted file mode 100644
index 26424b722738..000000000000
--- a/lang/tolua++50/pkg-descr
+++ /dev/null
@@ -1,19 +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/
-
-- Aaron Dalton
-aaron@FreeBSD.org
diff --git a/lang/tolua++50/pkg-plist b/lang/tolua++50/pkg-plist
deleted file mode 100644
index 48663bb9894c..000000000000
--- a/lang/tolua++50/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/tolua++
-include/tolua++.h
-lib/libtolua++.a