pkgsrc-Changes archive

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

CVS commit: pkgsrc/games



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jan 14 13:28:42 UTC 2020

Modified Files:
        pkgsrc/games: Makefile
Added Files:
        pkgsrc/games/jumpnbump: DESCR Makefile PLIST distinfo
        pkgsrc/games/jumpnbump/patches: patch-Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.474 -r1.475 pkgsrc/games/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/games/jumpnbump/DESCR \
    pkgsrc/games/jumpnbump/Makefile pkgsrc/games/jumpnbump/PLIST \
    pkgsrc/games/jumpnbump/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/games/jumpnbump/patches/patch-Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/Makefile
diff -u pkgsrc/games/Makefile:1.474 pkgsrc/games/Makefile:1.475
--- pkgsrc/games/Makefile:1.474 Thu Jan  2 09:57:24 2020
+++ pkgsrc/games/Makefile       Tue Jan 14 13:28:42 2020
@@ -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+=    ivan
 SUBDIR+=       jetpack
 SUBDIR+=       jin
 SUBDIR+=       jools
+SUBDIR+=       jumpnbump
 SUBDIR+=       kajaani-kombat
 SUBDIR+=       kajongg
 SUBDIR+=       kanagram
@@ -394,6 +395,7 @@ SUBDIR+=    urban
 SUBDIR+=       velena
 SUBDIR+=       violetland
 SUBDIR+=       vms-empire
+SUBDIR+=       vvvvvv
 SUBDIR+=       wargames
 SUBDIR+=       warmux
 SUBDIR+=       warzone2100
@@ -411,6 +413,7 @@ SUBDIR+=    xboing
 SUBDIR+=       xbomb
 SUBDIR+=       xbomber
 SUBDIR+=       xbreaky
+SUBDIR+=       xclannad
 SUBDIR+=       xconq
 SUBDIR+=       xcowsay
 SUBDIR+=       xdemineur

Added files:

Index: pkgsrc/games/jumpnbump/DESCR
diff -u /dev/null pkgsrc/games/jumpnbump/DESCR:1.1
--- /dev/null   Tue Jan 14 13:28:42 2020
+++ pkgsrc/games/jumpnbump/DESCR        Tue Jan 14 13:28:42 2020
@@ -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.
Index: pkgsrc/games/jumpnbump/Makefile
diff -u /dev/null pkgsrc/games/jumpnbump/Makefile:1.1
--- /dev/null   Tue Jan 14 13:28:42 2020
+++ pkgsrc/games/jumpnbump/Makefile     Tue Jan 14 13:28:42 2020
@@ -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"
Index: pkgsrc/games/jumpnbump/PLIST
diff -u /dev/null pkgsrc/games/jumpnbump/PLIST:1.1
--- /dev/null   Tue Jan 14 13:28:42 2020
+++ pkgsrc/games/jumpnbump/PLIST        Tue Jan 14 13:28:42 2020
@@ -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
Index: pkgsrc/games/jumpnbump/distinfo
diff -u /dev/null pkgsrc/games/jumpnbump/distinfo:1.1
--- /dev/null   Tue Jan 14 13:28:42 2020
+++ pkgsrc/games/jumpnbump/distinfo     Tue Jan 14 13:28:42 2020
@@ -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

Index: pkgsrc/games/jumpnbump/patches/patch-Makefile
diff -u /dev/null pkgsrc/games/jumpnbump/patches/patch-Makefile:1.1
--- /dev/null   Tue Jan 14 13:28:42 2020
+++ pkgsrc/games/jumpnbump/patches/patch-Makefile       Tue Jan 14 13:28:42 2020
@@ -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