summaryrefslogtreecommitdiff
path: root/lang/tolua++50
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tolua++50')
-rw-r--r--lang/tolua++50/Makefile26
-rw-r--r--lang/tolua++50/distinfo3
-rw-r--r--lang/tolua++50/files/patch-SConstruct11
-rw-r--r--lang/tolua++50/pkg-descr19
-rw-r--r--lang/tolua++50/pkg-plist3
5 files changed, 0 insertions, 62 deletions
diff --git a/lang/tolua++50/Makefile b/lang/tolua++50/Makefile
deleted file mode 100644
index f6e9ab8773ac..000000000000
--- a/lang/tolua++50/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: tolua++
-# Date created: 18 Jan 2006
-# Whom: aaron@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= tolua++
-PORTVERSION= 1.0.92
-CATEGORIES= lang devel
-MASTER_SITES= http://www.codenix.com/~tolua/
-
-MAINTAINER= aaron@FreeBSD.org
-COMMENT= An extended version of tolua, a tool to integrate C/C++ code with Lua
-
-LIB_DEPENDS= lua:${PORTSDIR}/lang/lua50
-
-USE_BZIP2= yes
-USE_LDCONFIG= yes
-USE_SCONS= yes
-SCONS_ARGS= prefix=${PREFIX}
-
-CFLAGS+= -I/usr/local/include/lua50
-LDFLAGS+= -L/usr/local/lib/lua50
-
-.include <bsd.port.mk>
diff --git a/lang/tolua++50/distinfo b/lang/tolua++50/distinfo
deleted file mode 100644
index edc78f47bdf9..000000000000
--- a/lang/tolua++50/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (tolua++-1.0.92.tar.bz2) = f4682e065b7d6d4de5eec13e6b7d347c
-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 fc35d15f2166..000000000000
--- a/lang/tolua++50/files/patch-SConstruct
+++ /dev/null
@@ -1,11 +0,0 @@
---- SConstruct.orig Sat Dec 23 14:21:33 2006
-+++ SConstruct Sat Dec 23 14:21:46 2006
-@@ -128,7 +128,7 @@
- ########### end of helper builders
-
- env['CPPPATH'] = '#/include'
--env['LIBPATH'] = ['#/lib'] + env['LIBPATH']
-+env['LIBPATH'] = ['#/lib'] + env['LIBPATH'].split(" ")
-
- if env['no_cygwin']:
-
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