pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import tolua++ 1.0.93 as wip/tolua++



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Sat Jul 6 11:41:42 2019 -0700
Changeset:	e55b214acb2c87d549b5b13d2dd9957866b5a312

Modified Files:
	Makefile
Added Files:
	tolua++/DESCR
	tolua++/Makefile
	tolua++/PLIST
	tolua++/buildlink3.mk
	tolua++/distinfo

Log Message:
Import tolua++ 1.0.93 as wip/tolua++

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e55b214acb2c87d549b5b13d2dd9957866b5a312

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 +
 tolua++/DESCR         |  9 +++++++++
 tolua++/Makefile      | 17 +++++++++++++++++
 tolua++/PLIST         |  9 +++++++++
 tolua++/buildlink3.mk | 15 +++++++++++++++
 tolua++/distinfo      |  6 ++++++
 6 files changed, 57 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c3c6efb10e..9e4006b428 100644
--- a/Makefile
+++ b/Makefile
@@ -4718,6 +4718,7 @@ SUBDIR+=	tmva
 SUBDIR+=	tmw
 SUBDIR+=	tnt
 SUBDIR+=	todotxt-git
+SUBDIR+=	tolua++
 SUBDIR+=	tome
 SUBDIR+=	tome2
 SUBDIR+=	toot
diff --git a/tolua++/DESCR b/tolua++/DESCR
new file mode 100644
index 0000000000..8055fd7ede
--- /dev/null
+++ b/tolua++/DESCR
@@ -0,0 +1,9 @@
+tolua++ is an extension of toLua, a tool to integrate C/C++ code with Lua.
+tolua++ includes new features oriented to c++, such as class templates.
+
+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
+metamethod 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.
diff --git a/tolua++/Makefile b/tolua++/Makefile
new file mode 100644
index 0000000000..4b60670b7e
--- /dev/null
+++ b/tolua++/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+PKGNAME=	tolua++-1.0.93
+DISTNAME=	toluapp-${PKGVERSION_NOREV}
+CATEGORIES=	devel
+GITHUB_PROJECT=	toluapp
+MASTER_SITES=	${MASTER_SITE_GITHUB:=LuaDist/}
+
+MAINTAINER=	cfkoch%edgebsd.org@localhost
+HOMEPAGE=	https://github.com/LuaDist/toluapp
+COMMENT=	Tool to integrate C/C++ code with Lua
+LICENSE=	mit
+
+USE_CMAKE=	yes
+
+.include "../../lang/lua51/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tolua++/PLIST b/tolua++/PLIST
new file mode 100644
index 0000000000..02cc5ff62e
--- /dev/null
+++ b/tolua++/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+bin/toluapp
+include/tolua++.h
+lib/libtoluapp.so
+share/toluapp/INSTALL
+share/toluapp/README
+share/toluapp/doc/index.html
+share/toluapp/doc/tolua++.html
+share/toluapp/doc/toluapp.gif
diff --git a/tolua++/buildlink3.mk b/tolua++/buildlink3.mk
new file mode 100644
index 0000000000..7bcdddef18
--- /dev/null
+++ b/tolua++/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	toluapp
+
+.if !defined(TOLUAPP_BUILDLINK3_MK)
+TOLUAPP_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.toluapp+=	tolua++>=1.0.93
+BUILDLINK_ABI_DEPENDS.toluapp+=	tolua++>=1.0.93
+BUILDLINK_PKGSRCDIR.toluapp?=	../../wip/tolua++
+
+.include "../../lang/lua51/buildlink3.mk"
+.endif # TOLUAPP_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-toluapp
diff --git a/tolua++/distinfo b/tolua++/distinfo
new file mode 100644
index 0000000000..600782d8b2
--- /dev/null
+++ b/tolua++/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (toluapp-1.0.93.tar.gz) = 0ab1349cf80e578332764b192eddbe526362027b
+RMD160 (toluapp-1.0.93.tar.gz) = ee0228660fa7b0ac8a2fa6274f8b12bb43cd09c5
+SHA512 (toluapp-1.0.93.tar.gz) = 68f169244f1b37fdeb1a72b0f8fc61a30329c0a828f46af718021c8cfa120fe15379b4b2bc10f0995de90e34735564afd6d302fa1865be60272e52e276e1114f
+Size (toluapp-1.0.93.tar.gz) = 247926 bytes


Home | Main Index | Thread Index | Old Index