summaryrefslogtreecommitdiff
path: root/devel/lutok
diff options
context:
space:
mode:
authorjmmv <jmmv>2013-12-08 01:20:21 +0000
committerjmmv <jmmv>2013-12-08 01:20:21 +0000
commitcf12ab25c14a1271d6b9d603dc5e70fbf642074d (patch)
treecffd1b03f3afc563a282e507b25770309e195dc1 /devel/lutok
parent9e2ca87f49cd44904ba993c902e2b70c158346cc (diff)
downloadpkgsrc-cf12ab25c14a1271d6b9d603dc5e70fbf642074d.tar.gz
Update to 0.4:
Released on 2013/12/07. * Cope with the lack of AM_PROG_AR in configure.ac, which first appeared in Automake 1.11.2. Fixes a problem in Ubuntu 10.04 LTS, which appears stuck in 1.11.1. * Stopped shipping an Atffile. The only supported way to run the tests is via Kyua. Interface changes: * Issue 5: New methods added to the state class: open_all. * Removed default parameter values from all state methods and all standalone operations. It is often unclear what the default value is given that it depends on the specific Lua operation. Being explicit on the caller side is clearer. * Modified operations do_file and do_string to support passing a number of arguments to the loaded chunks and an error handler to the backing pcall call.
Diffstat (limited to 'devel/lutok')
-rw-r--r--devel/lutok/Makefile5
-rw-r--r--devel/lutok/PLIST5
-rw-r--r--devel/lutok/distinfo8
3 files changed, 7 insertions, 11 deletions
diff --git a/devel/lutok/Makefile b/devel/lutok/Makefile
index b8bc94ca5e0..ca3b93ea62e 100644
--- a/devel/lutok/Makefile
+++ b/devel/lutok/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2013/10/30 06:49:53 dholland Exp $
+# $NetBSD: Makefile,v 1.9 2013/12/08 01:20:21 jmmv Exp $
-DISTNAME= lutok-0.3
-PKGREVISION= 2
+DISTNAME= lutok-0.4
CATEGORIES= devel
MASTER_SITES= http://lutok.googlecode.com/files/
diff --git a/devel/lutok/PLIST b/devel/lutok/PLIST
index cdf372fb589..f9e595189b1 100644
--- a/devel/lutok/PLIST
+++ b/devel/lutok/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2013/06/15 00:30:31 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.4 2013/12/08 01:20:21 jmmv Exp $
include/lutok/c_gate.hpp
include/lutok/debug.hpp
include/lutok/exceptions.hpp
@@ -214,8 +214,6 @@ share/doc/lutok/html/search/variables_6f.html
share/doc/lutok/html/search/variables_6f.js
share/doc/lutok/html/search/variables_73.html
share/doc/lutok/html/search/variables_73.js
-share/doc/lutok/html/sync_off.png
-share/doc/lutok/html/sync_on.png
share/doc/lutok/html/tab_a.png
share/doc/lutok/html/tab_b.png
share/doc/lutok/html/tab_h.png
@@ -226,7 +224,6 @@ share/examples/lutok/bindings.cpp
share/examples/lutok/hello.cpp
share/examples/lutok/interpreter.cpp
share/examples/lutok/raii.cpp
-${TESTS}tests/lutok/Atffile
${TESTS}tests/lutok/Kyuafile
${TESTS}tests/lutok/c_gate_test
${TESTS}tests/lutok/debug_test
diff --git a/devel/lutok/distinfo b/devel/lutok/distinfo
index e711a543e7a..db5dc845801 100644
--- a/devel/lutok/distinfo
+++ b/devel/lutok/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/06/15 00:30:31 jmmv Exp $
+$NetBSD: distinfo,v 1.6 2013/12/08 01:20:21 jmmv Exp $
-SHA1 (lutok-0.3.tar.gz) = d140be06d96a25cdd42a09240a35d11e1c7496b2
-RMD160 (lutok-0.3.tar.gz) = 52b6953768075c7b3efe8262948fc8139ce4fc78
-Size (lutok-0.3.tar.gz) = 523296 bytes
+SHA1 (lutok-0.4.tar.gz) = f13ea7cd8344e43c71c41f87c9fdbc2b9047a504
+RMD160 (lutok-0.4.tar.gz) = 4eb9e52dda238ac6051c7d73fc481955b39e9079
+Size (lutok-0.4.tar.gz) = 489570 bytes