pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/rocksndiamonds
Module Name: pkgsrc
Committed By: adam
Date: Tue Dec 10 22:22:22 UTC 2019
Modified Files:
pkgsrc/games/rocksndiamonds: Makefile Makefile.common distinfo
Log Message:
rocksndiamonds: updated to 4.1.3.0
Rocks'n'Diamonds 4.1.3.0
A new feature release is available which contains changes that are mainly useful for creating global animations with some more actions and events, but which also add some other features and bug fixes:
Global animations:
added support for handling multiple event definitions for global animations
added support for several new event types that can trigger global animations (“init”, “start”, “end” and “post” to trigger new animations when other animations are initialized using init delay,
started, ended or when an animation’s post delay ends)
added global animation event “unclick:any” to handle mouse release events
added global animation class “pointer” for animation at mouse position
added global animation actions executed after init/anim/post delay
Touch devices:
added detecting use of touch device for user input on current platform
added cycling through all zoom tilesizes in editor when using touch device
Bug fixes:
fixed some bugs with drag-and-drop support for level set zip files
fixed level editor copy/paste using Ctrl-c/v for custom/group/DF elements
fixed level sketch copy/paste via clipboard on Windows
lots of other bugs fixed in this release (see Git commit messages)
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/games/rocksndiamonds/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/rocksndiamonds/Makefile.common
cvs rdiff -u -r1.32 -r1.33 pkgsrc/games/rocksndiamonds/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/rocksndiamonds/Makefile
diff -u pkgsrc/games/rocksndiamonds/Makefile:1.56 pkgsrc/games/rocksndiamonds/Makefile:1.57
--- pkgsrc/games/rocksndiamonds/Makefile:1.56 Sun May 5 07:59:38 2019
+++ pkgsrc/games/rocksndiamonds/Makefile Tue Dec 10 22:22:22 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2019/05/05 07:59:38 adam Exp $
+# $NetBSD: Makefile,v 1.57 2019/12/10 22:22:22 adam Exp $
-DISTNAME= rocksndiamonds-4.1.2.0
+DISTNAME= rocksndiamonds-4.1.3.0
COMMENT= Game like Boulder Dash, Emerald Mine, or Sokoban
Index: pkgsrc/games/rocksndiamonds/Makefile.common
diff -u pkgsrc/games/rocksndiamonds/Makefile.common:1.17 pkgsrc/games/rocksndiamonds/Makefile.common:1.18
--- pkgsrc/games/rocksndiamonds/Makefile.common:1.17 Sun May 5 07:59:38 2019
+++ pkgsrc/games/rocksndiamonds/Makefile.common Tue Dec 10 22:22:22 2019
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.common,v 1.17 2019/05/05 07:59:38 adam Exp $
+# $NetBSD: Makefile.common,v 1.18 2019/12/10 22:22:22 adam Exp $
# used by games/mirrormagic/Makefile
# used by games/rocksndiamonds/Makefile
CATEGORIES= games
-MASTER_SITES= http://www.artsoft.org/RELEASES/unix/${PKGBASE}/
+MASTER_SITES= https://www.artsoft.org/RELEASES/unix/${PKGBASE}/
MAINTAINER?= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.artsoft.org/${PKGBASE}/
+HOMEPAGE= https://www.artsoft.org/${PKGBASE}/
LICENSE= gnu-gpl-v2
USE_GAMESGROUP= yes
Index: pkgsrc/games/rocksndiamonds/distinfo
diff -u pkgsrc/games/rocksndiamonds/distinfo:1.32 pkgsrc/games/rocksndiamonds/distinfo:1.33
--- pkgsrc/games/rocksndiamonds/distinfo:1.32 Sun May 5 07:59:38 2019
+++ pkgsrc/games/rocksndiamonds/distinfo Tue Dec 10 22:22:22 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.32 2019/05/05 07:59:38 adam Exp $
+$NetBSD: distinfo,v 1.33 2019/12/10 22:22:22 adam Exp $
-SHA1 (rocksndiamonds-4.1.2.0.tar.gz) = 8e5407304363536176eab17f34d81f42dd4bbd29
-RMD160 (rocksndiamonds-4.1.2.0.tar.gz) = c5c497a06cda5ae62e65645b23f5135f16bd687b
-SHA512 (rocksndiamonds-4.1.2.0.tar.gz) = ed58476da36024146f6cd028f2645bbfe5eb7fc2c481ef6597513e939a7558e27c175e77c593c533cb057450004f263aa51e335356f84dd5304dfe098f710096
-Size (rocksndiamonds-4.1.2.0.tar.gz) = 3923401 bytes
+SHA1 (rocksndiamonds-4.1.3.0.tar.gz) = b94636c4da3c15d274cc46cfd19669232eacd8a5
+RMD160 (rocksndiamonds-4.1.3.0.tar.gz) = ecd2fec02dd4ad07e3d84639f8178f2ffc00279d
+SHA512 (rocksndiamonds-4.1.3.0.tar.gz) = 30718d856b9d14a6f760e60310445efc83a767644332779bca73af7ff22fc9c8c8f69f86730cdd20a663807118c86c598a1d80432ff7d619b1bfc9ac074ad353
+Size (rocksndiamonds-4.1.3.0.tar.gz) = 3931857 bytes
SHA1 (patch-src_Makefile) = de1d33c22ef4828201d5b31747c009ceef463340
SHA1 (patch-src_libgame_joystick.c) = 000805d76fee695cbedc42f1aa25423f04c08dbb
SHA1 (patch-src_libgame_joystick.h) = a6bae0443a6285b9e4179119f1101ba7bf8d6727
Home |
Main Index |
Thread Index |
Old Index