pkgsrc-WIP-changes archive

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

jumpnbump: remove, newer version in head



Module Name:	pkgsrc-wip
Committed By:	nia <nia%NetBSD.org@localhost>
Pushed By:	nee
Date:		Tue Jan 14 13:36:13 2020 +0000
Changeset:	ae95765a80bd0fab06a4f27beacf81030051f937

Modified Files:
	Makefile
Removed Files:
	jumpnbump/DESCR
	jumpnbump/Makefile
	jumpnbump/PLIST
	jumpnbump/distinfo
	jumpnbump/patches/patch-aa
	jumpnbump/patches/patch-ab

Log Message:
jumpnbump: remove, newer version in head

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ae95765a80bd0fab06a4f27beacf81030051f937

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

diffstat:
 Makefile                   |  1 -
 jumpnbump/DESCR            |  4 ----
 jumpnbump/Makefile         | 21 ------------------
 jumpnbump/PLIST            |  7 ------
 jumpnbump/distinfo         |  7 ------
 jumpnbump/patches/patch-aa | 54 ----------------------------------------------
 jumpnbump/patches/patch-ab | 13 -----------
 7 files changed, 107 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 2e8181a8be..028d8157e1 100644
--- a/Makefile
+++ b/Makefile
@@ -1700,7 +1700,6 @@ SUBDIR+=	json2tsv-git
 SUBDIR+=	jsoncpp-git
 SUBDIR+=	judy
 SUBDIR+=	julia
-SUBDIR+=	jumpnbump
 SUBDIR+=	junit
 SUBDIR+=	jupp
 SUBDIR+=	jython
diff --git a/jumpnbump/DESCR b/jumpnbump/DESCR
deleted file mode 100644
index 0474982ecc..0000000000
--- a/jumpnbump/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-You're a cute little bunny and you have to avoid the other bunnies from
-stomping on you and at the same time try to stomp as many opponents as
-possible.  Jump & bump is multiplayer only with up to four players
-simultaneously.  Gather the local crew and have a blast.
diff --git a/jumpnbump/Makefile b/jumpnbump/Makefile
deleted file mode 100644
index 07cc06463f..0000000000
--- a/jumpnbump/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2012/10/01 21:43:26 asau Exp $
-#
-
-DISTNAME=		jumpnbump-1.50
-PKGREVISION=		1
-CATEGORIES=		games
-MASTER_SITES=		http://jumpbump.mine.nu/port/
-
-MAINTAINER=		Peter.Bex%student.kun.nl@localhost
-HOMEPAGE=		http://jumpbump.mine.nu/
-COMMENT=		Game with cute rabbits and lots of blood
-
-
-MAKE_ENV+=		SDL_PREFIX="${BUILDLINK_PREFIX.SDL}"
-MAKE_ENV+=		SDL_mixer_PREFIX="${BUILDLINK_PREFIX.SDL_mixer}"
-MAKE_ENV+=		SDL_net_PREFIX="${BUILDLINK_PREFIX.SDL_net}"
-
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../net/SDL_net/buildlink3.mk"
-.include "../../audio/SDL_mixer/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/jumpnbump/PLIST b/jumpnbump/PLIST
deleted file mode 100644
index b30230994e..0000000000
--- a/jumpnbump/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/10/11 10:44:49 thomasklausner Exp $
-bin/gobpack
-bin/jnbpack
-bin/jnbunpack
-bin/jumpnbump
-man/man6/jumpnbump.6
-share/jumpnbump/jumpbump.dat
diff --git a/jumpnbump/distinfo b/jumpnbump/distinfo
deleted file mode 100644
index 899527b180..0000000000
--- a/jumpnbump/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/03/31 18:54:52 airhead Exp $
-
-SHA1 (jumpnbump-1.50.tar.gz) = e20ea6821dccf6100a7b157b6568b9d4da86d799
-RMD160 (jumpnbump-1.50.tar.gz) = e6c7754f938d0c11c92b28a95b07b80448260add
-Size (jumpnbump-1.50.tar.gz) = 397208 bytes
-SHA1 (patch-aa) = 30c41128d22541c5edbb67570dfd3a183f97d1b9
-SHA1 (patch-ab) = 16e3cfa61893669ac2c6a6777914fd4218236305
diff --git a/jumpnbump/patches/patch-aa b/jumpnbump/patches/patch-aa
deleted file mode 100644
index 3b707b153a..0000000000
--- a/jumpnbump/patches/patch-aa
+++ /dev/null
@@ -1,54 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2005/03/31 18:34:54 airhead Exp $
-
---- Makefile.orig	2003-03-21 16:03:00.000000000 +0100
-+++ Makefile
-@@ -1,18 +1,22 @@
--SDL_CFLAGS = `sdl-config --cflags`
--SDL_LIBS = `sdl-config --libs`
--CFLAGS = -Wall -O2 -ffast-math -funroll-loops -Dstricmp=strcasecmp \
--	-Dstrnicmp=strncasecmp -DUSE_SDL -DNDEBUG -I. $(SDL_CFLAGS) -DUSE_NET
--LIBS = -lm $(SDL_LIBS) -lSDL_mixer -lSDL_net
-+SDL_CFLAGS = -I${SDL_PREFIX}/include -I${SDL_mixer_PREFIX}/include \
-+	     -I${SDL_net_PREFIX}/include
-+SDL_LIBS = -Wl,-L${SDL_PREFIX}/lib -Wl,-R${SDL_PREFIX}/lib		\
-+	   -Wl,-L${SDL_net_PREFIX}/lib -Wl,-R${SDL_net_PREFIX}/lib	\
-+	   -Wl,-L${SDL_mixer_PREFIX}/lib -Wl,-R${SDL_mixer_PREFIX}/lib
-+CFLAGS += -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DUSE_SDL -DNDEBUG \
-+	  -I. $(SDL_CFLAGS) -DUSE_NET
-+LIBS += -lm $(SDL_LIBS) -lSDL_mixer -lSDL_net
- SDL_TARGET = sdl.a
- MODIFY_TARGET = gobpack jnbpack jnbunpack
- OBJS = fireworks.o main.o menu.o filter.o
- TARGET = jumpnbump
--BINARIES = $(TARGET) jumpnbump.svgalib jumpnbump.fbcon $(MODIFY_TARGET) \
--	jnbmenu.tcl
-+BINARIES = $(TARGET) $(MODIFY_TARGET)
-+SCRIPTS = jumpnbump.svgalib jumpnbump.fbcon jnbmenu.tcl
- PREFIX ?= /usr/local
- 
- .PHONY: data
- 
-+#all: $(BINARIES) $(SCRIPTS)
- all: $(BINARIES)
- 
- $(SDL_TARGET): globals.h
-@@ -42,13 +46,12 @@ clean:
- 	rm -f $(TARGET) *.o globals.h jnbmenu.tcl
- 
- install:
--	mkdir -p $(PREFIX)/games/
--	mkdir -p $(PREFIX)/share/jumpnbump/
--	mkdir -p $(PREFIX)/share/man/man6/
--	install -o root -g games -m 755 $(BINARIES) $(PREFIX)/games/
--	install -o root -g games -m 644 data/jumpbump.dat \
--	$(PREFIX)/share/jumpnbump/jumpbump.dat
--	install -o root -g root -m 644 jumpnbump.6 $(PREFIX)/share/man/man6/
-+	${BSD_INSTALL_PROGRAM} -g games -m 755 $(BINARIES) $(PREFIX)/bin/
-+#	${BSD_INSTALL_SCRIPT} -g games -m 755 $(SCRIPTS) $(PREFIX)/bin/
-+	${BSD_INSTALL_DATA_DIR} $(PREFIX)/share/jumpnbump/
-+	${BSD_INSTALL_DATA} -g games -m 644 data/jumpbump.dat \
-+	  $(PREFIX)/share/jumpnbump/jumpbump.dat
-+	${BSD_INSTALL_MAN} jumpnbump.6 $(PREFIX)/man/man6/
- 
- uninstall:
- 	cd $(PREFIX)/games && rm -f $(BINARIES)
diff --git a/jumpnbump/patches/patch-ab b/jumpnbump/patches/patch-ab
deleted file mode 100644
index 468f90acaf..0000000000
--- a/jumpnbump/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/03/31 18:55:44 airhead Exp $
-
---- sdl/input.c.orig	2003-03-21 15:40:11.000000000 +0100
-+++ sdl/input.c
-@@ -104,6 +104,8 @@ void init_inputs(void)
- 	for(i = 0; i < 4 && i < num_joys; ++i)
- 		joys[i] = SDL_JoystickOpen(i);
- 
-+	/* Disable highly annoying mouse cursor */
-+	SDL_ShowCursor(SDL_DISABLE);
- 	main_info.mouse_enabled = 0;
- 	main_info.joy_enabled = 0;
- }


Home | Main Index | Thread Index | Old Index