Sat Jan 10 12:27:29 2015 UTC ()
Update onscripter to 20150102.

Upstream changes (no English changelog):

20150102:
 - fix bug that bgm doesn't stop if game is saved during bgmfadeout
 - change button drawing when mouse is moved out of window
 - fix bug in delay insn that causes extra wait during skip
 - fix bug that settings of kidokumode insn in envdata is overwritten
   by kidokuskip insn at the next startup

20150101:
 - fix bug of bdown insn
 - fix bps insn to ignore undefined lsp
 - fix spbtn insn to ignore undefined lsp
 - fix infinite loop bug during skip by CTRL-key
 - fix segfaults when loading images fails
 - fix bug that skip by CTRL-key doesn't stop when it's released during
   SMPEG is played
 - fix buffer overflow in ScriptHandler.cpp
 - fix bexec insn that can't use number 0
 - allow spaces or tabs before labels in game script
 - update bps insn to handle third arg (mouse bottun event)


(tsutsui)
diff -r1.36 -r1.37 pkgsrc/games/onscripter/Makefile
diff -r1.26 -r1.27 pkgsrc/games/onscripter/distinfo

cvs diff -r1.36 -r1.37 pkgsrc/games/onscripter/Makefile (expand / switch to unified diff)

--- pkgsrc/games/onscripter/Makefile 2014/11/02 19:56:35 1.36
+++ pkgsrc/games/onscripter/Makefile 2015/01/10 12:27:29 1.37
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.36 2014/11/02 19:56:35 tsutsui Exp $ 1# $NetBSD: Makefile,v 1.37 2015/01/10 12:27:29 tsutsui Exp $
2# 2#
3 3
4DISTNAME= onscripter-20140817 4DISTNAME= onscripter-20150102
5CATEGORIES= games 5CATEGORIES= games
6MASTER_SITES= http://onscripter.sourceforge.jp/ 6MASTER_SITES= http://onscripter.sourceforge.jp/
7 7
8MAINTAINER= tsutsui@NetBSD.org 8MAINTAINER= tsutsui@NetBSD.org
9HOMEPAGE= http://onscripter.sourceforge.jp/onscripter.html 9HOMEPAGE= http://onscripter.sourceforge.jp/onscripter.html
10COMMENT= Interpreter to execute a script for NScripter 10COMMENT= Interpreter to execute a script for NScripter
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13USE_LANGUAGES= c++ 13USE_LANGUAGES= c++
14 14
15INSTALLATION_DIRS= bin \ 15INSTALLATION_DIRS= bin \
16 share/doc/onscripter 16 share/doc/onscripter
17 17

cvs diff -r1.26 -r1.27 pkgsrc/games/onscripter/distinfo (expand / switch to unified diff)

--- pkgsrc/games/onscripter/distinfo 2014/11/02 19:56:35 1.26
+++ pkgsrc/games/onscripter/distinfo 2015/01/10 12:27:29 1.27
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.26 2014/11/02 19:56:35 tsutsui Exp $ 1$NetBSD: distinfo,v 1.27 2015/01/10 12:27:29 tsutsui Exp $
2 2
3SHA1 (onscripter-20140817.tar.gz) = 25b6cef861c7a7c13cc90bace057759c6178dbb3 3SHA1 (onscripter-20150102.tar.gz) = fb53f31c5ba5b4b2f6db1489530aa31da0d9922d
4RMD160 (onscripter-20140817.tar.gz) = 038e8dcc059ebd60d44d4ffa97c5466b4632f805 4RMD160 (onscripter-20150102.tar.gz) = 88077d9fb736183f25e383e3dc3df7b60aa7d104
5Size (onscripter-20140817.tar.gz) = 234075 bytes 5Size (onscripter-20150102.tar.gz) = 235104 bytes
6SHA1 (patch-Makefile.Linux) = 6aa721529ed7f733a73fb4f6f7a525160d492909 6SHA1 (patch-Makefile.Linux) = 6aa721529ed7f733a73fb4f6f7a525160d492909