pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games games: Add jumpnbump. While here, add missing en...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a039351765c9
branches:  trunk
changeset: 408965:a039351765c9
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jan 14 13:28:42 2020 +0000

description:
games: Add jumpnbump. While here, add missing entries to the root Makefile.

This is a game for the whole family. You play cute fluffy little bunnies
and hop on each other's heads.

At the beginning you are in the menu, where you have to let each active
player jump over the tree trunk to enter the play area, and then walk to
the right. You will then enter the arena. The aim is to jump on the other
bunnies' heads...

Jump 'n Bump was originally a DOS game by Brainchild Design, which was open
sourced under the GPL license and ported to SDL, and then SDL2.

It's a true multiplayer game, you can't play this alone. It has network
support.

diffstat:

 games/Makefile                         |   5 ++++-
 games/jumpnbump/DESCR                  |  13 +++++++++++++
 games/jumpnbump/Makefile               |  22 ++++++++++++++++++++++
 games/jumpnbump/PLIST                  |  10 ++++++++++
 games/jumpnbump/distinfo               |   7 +++++++
 games/jumpnbump/patches/patch-Makefile |  28 ++++++++++++++++++++++++++++
 6 files changed, 84 insertions(+), 1 deletions(-)

diffs (133 lines):

diff -r 1cf248f8e397 -r a039351765c9 games/Makefile
--- a/games/Makefile    Tue Jan 14 13:13:14 2020 +0000
+++ b/games/Makefile    Tue Jan 14 13:28:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.474 2020/01/02 09:57:24 tsutsui Exp $
+# $NetBSD: Makefile,v 1.475 2020/01/14 13:28:42 nia Exp $
 #
 
 COMMENT=       Games
@@ -192,6 +192,7 @@
 SUBDIR+=       jetpack
 SUBDIR+=       jin
 SUBDIR+=       jools
+SUBDIR+=       jumpnbump
 SUBDIR+=       kajaani-kombat
 SUBDIR+=       kajongg
 SUBDIR+=       kanagram
@@ -394,6 +395,7 @@
 SUBDIR+=       velena
 SUBDIR+=       violetland
 SUBDIR+=       vms-empire
+SUBDIR+=       vvvvvv
 SUBDIR+=       wargames
 SUBDIR+=       warmux
 SUBDIR+=       warzone2100
@@ -411,6 +413,7 @@
 SUBDIR+=       xbomb
 SUBDIR+=       xbomber
 SUBDIR+=       xbreaky
+SUBDIR+=       xclannad
 SUBDIR+=       xconq
 SUBDIR+=       xcowsay
 SUBDIR+=       xdemineur
diff -r 1cf248f8e397 -r a039351765c9 games/jumpnbump/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/jumpnbump/DESCR     Tue Jan 14 13:28:42 2020 +0000
@@ -0,0 +1,13 @@
+This is a game for the whole family. You play cute fluffy little bunnies
+and hop on each other's heads.
+
+At the beginning you are in the menu, where you have to let each active
+player jump over the tree trunk to enter the play area, and then walk to
+the right. You will then enter the arena. The aim is to jump on the other
+bunnies' heads...
+
+Jump 'n Bump was originally a DOS game by Brainchild Design, which was open
+sourced under the GPL license and ported to SDL, and then SDL2.
+
+It's a true multiplayer game, you can't play this alone. It has network
+support.
diff -r 1cf248f8e397 -r a039351765c9 games/jumpnbump/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/jumpnbump/Makefile  Tue Jan 14 13:28:42 2020 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2020/01/14 13:28:42 nia Exp $
+
+DISTNAME=      jumpnbump-1.61
+CATEGORIES=    games
+MASTER_SITES=  https://gitlab.com/LibreGames/jumpnbump/uploads/95acdae2a232513f068e260977371dcf/
+EXTRACT_SUFX=  .tar.xz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://libregames.gitlab.io/jumpnbump/
+COMMENT=       Multiplayer platform game with bunnies
+LICENSE=       gnu-gpl-v2
+
+USE_TOOLS+=    gmake
+
+CHECK_PORTABILITY_SKIP+=       build-mingw.sh
+
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../audio/SDL2_mixer/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../net/SDL2_net/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1cf248f8e397 -r a039351765c9 games/jumpnbump/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/jumpnbump/PLIST     Tue Jan 14 13:28:42 2020 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/14 13:28:42 nia Exp $
+bin/gobpack
+bin/jnbpack
+bin/jnbunpack
+bin/jumpnbump
+man/man6/jumpnbump.6
+share/applications/jumpnbump.desktop
+share/jumpnbump/jumpbump.dat
+share/metainfo/jumpnbump.appdata.xml
+share/pixmaps/jumpnbump.png
diff -r 1cf248f8e397 -r a039351765c9 games/jumpnbump/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/jumpnbump/distinfo  Tue Jan 14 13:28:42 2020 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/01/14 13:28:42 nia Exp $
+
+SHA1 (jumpnbump-1.61.tar.xz) = e7a2dd2e8f4ba418c7596445482163a3663be826
+RMD160 (jumpnbump-1.61.tar.xz) = c34b3fd463ec002b86bd2abd1a2d6e98c53720a5
+SHA512 (jumpnbump-1.61.tar.xz) = 1c5999c6d0d00770416a61803e5dac4742e23d787ba6bec3742517e3eab006efe9448e59f3e84278e224e184a8ac8444c7c766b74374761b1aec7cffdc1708c1
+Size (jumpnbump-1.61.tar.xz) = 309072 bytes
+SHA1 (patch-Makefile) = 4dabc6e994a4d0ec9d8003c39b41348a07cc4877
diff -r 1cf248f8e397 -r a039351765c9 games/jumpnbump/patches/patch-Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/jumpnbump/patches/patch-Makefile    Tue Jan 14 13:28:42 2020 +0000
@@ -0,0 +1,28 @@
+$NetBSD: patch-Makefile,v 1.1 2020/01/14 13:28:42 nia Exp $
+
+Correct man page and icon installation paths.
+
+--- Makefile.orig      2019-09-02 11:30:08.000000000 +0000
++++ Makefile
+@@ -62,8 +62,8 @@ install:
+       mkdir -p $(DESTDIR)$(GAMEDATADIR)/jumpnbump/
+       mkdir -p $(DESTDIR)$(DATADIR)/metainfo/
+       mkdir -p $(DESTDIR)$(DATADIR)/applications/
+-      mkdir -p $(DESTDIR)$(DATADIR)/icons/
+-      mkdir -p $(DESTDIR)$(DATADIR)/man/man6/
++      mkdir -p $(DESTDIR)$(DATADIR)/pixmaps/
++      mkdir -p $(DESTDIR)$(PREFIX)/$(PKGMANDIR)/man6/
+       install -m 755 $(BINARIES) $(DESTDIR)$(BINDIR)/
+       install -m 644 data/jumpbump.dat \
+               $(DESTDIR)$(GAMEDATADIR)/jumpnbump/jumpbump.dat
+@@ -72,8 +72,8 @@ install:
+       install -m 644 dist/jumpnbump.desktop \
+               $(DESTDIR)$(DATADIR)/applications/jumpnbump.desktop
+       install -m 644 dist/jumpnbump.png \
+-              $(DESTDIR)$(DATADIR)/icons/jumpnbump.png
+-      install -m 644 dist/jumpnbump.6 $(DESTDIR)$(DATADIR)/man/man6/
++              $(DESTDIR)$(DATADIR)/pixmaps/jumpnbump.png
++      install -m 644 dist/jumpnbump.6 $(DESTDIR)$(PREFIX)/$(PKGMANDIR)/man6/
+ 
+ #     $(MAKE) -C menu install
+ 



Home | Main Index | Thread Index | Old Index