[129896] trunk/dports/devel
landonf at macports.org
landonf at macports.org
Mon Dec 22 09:38:55 PST 2014
Revision: 129896
https://trac.macports.org/changeset/129896
Author: landonf at macports.org
Date: 2014-12-22 09:38:55 -0800 (Mon, 22 Dec 2014)
Log Message:
-----------
Add lutok, a lightweight C++ API library for Lua.
This is a dependency for the upcoming kyua port.
Added Paths:
-----------
trunk/dports/devel/lutok/
trunk/dports/devel/lutok/Portfile
Added: trunk/dports/devel/lutok/Portfile
===================================================================
--- trunk/dports/devel/lutok/Portfile (rev 0)
+++ trunk/dports/devel/lutok/Portfile 2014-12-22 17:38:55 UTC (rev 129896)
@@ -0,0 +1,26 @@
+PortSystem 1.0
+PortGroup github 1.0
+
+github.setup jmmv lutok 0.4 lutok-
+categories devel
+license BSD
+maintainers openmaintainer landonf
+
+description Lutok is a lightweight C++ API library for Lua.
+long_description Lutok provides thin C++ wrappers around the Lua C \
+ API to ease the interaction between C++ and Lua. \
+ These wrappers make intensive use of RAII to \
+ prevent resource leakage, expose C++-friendly \
+ data types, report errors by means of exceptions \
+ and ensure that the Lua stack is always left \
+ untouched in the face of errors.
+homepage https://github.com/jmmv/lutok/
+
+github.tarball_from releases
+checksums md5 5da43895d9209f8c19d79433dd046b3f \
+ sha1 f13ea7cd8344e43c71c41f87c9fdbc2b9047a504 \
+ rmd160 4eb9e52dda238ac6051c7d73fc481955b39e9079
+
+platforms darwin
+
+depends_lib port:lua
Property changes on: trunk/dports/devel/lutok/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141222/76a78ace/attachment.html>
More information about the macports-changes
mailing list