Skip to content

Commit

Permalink
Import toppler-1.1.6 as games/toppler from wip.
Browse files Browse the repository at this point in the history
In this game you have to help a cute little green animal switch
off some kind of "evil" mechanism. The "power off switch" is hidden
somewhere in high towers. On your way to the target you need to
avoid a lot of strange robots that guard the tower.

That sounds all like a normal jump and run game. What makes this
game different is that you walk arond the tower which is revolving
on the screen, so that you only see the 180 degrees that are
currently visible.

The game is a reimplementation of the old game known as Tower
Toppler or Nebulus.
  • Loading branch information
wiz committed Jan 5, 2013
1 parent 58b6e3c commit 5702c98
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
12 changes: 12 additions & 0 deletions games/toppler/DESCR
@@ -0,0 +1,12 @@
In this game you have to help a cute little green animal switch
off some kind of "evil" mechanism. The "power off switch" is hidden
somewhere in high towers. On your way to the target you need to
avoid a lot of strange robots that guard the tower.

That sounds all like a normal jump and run game. What makes this
game different is that you walk arond the tower which is revolving
on the screen, so that you only see the 180 degrees that are
currently visible.

The game is a reimplementation of the old game known as Tower
Toppler or Nebulus.
21 changes: 21 additions & 0 deletions games/toppler/Makefile
@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1 2013/01/05 22:17:04 wiz Exp $
#

DISTNAME= toppler-1.1.6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toppler/}

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://toppler.sourceforge.net/
COMMENT= Tower Toppler/Nebulous clone
LICENSE= gnu-gpl-v3

GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++

.include "../../devel/SDL/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
13 changes: 13 additions & 0 deletions games/toppler/PLIST
@@ -0,0 +1,13 @@
@comment $NetBSD: PLIST,v 1.1 2013/01/05 22:17:04 wiz Exp $
bin/toppler
man/man6/toppler.6
share/applications/toppler.desktop
share/doc/toppler/AUTHORS
share/doc/toppler/COPYING
share/doc/toppler/ChangeLog
share/doc/toppler/NEWS
share/doc/toppler/README
share/pixmaps/toppler.xpm
share/toppler/toppler.dat
share/toppler/toppler.ogg
var/toppler/toppler.hsc
5 changes: 5 additions & 0 deletions games/toppler/distinfo
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/01/05 22:17:04 wiz Exp $

SHA1 (toppler-1.1.6.tar.gz) = 9f3554a77fb3d6c11be3956b9bd84a31cae1956e
RMD160 (toppler-1.1.6.tar.gz) = 45691ff9057e22e6aeea413fc77e27561bc46b95
Size (toppler-1.1.6.tar.gz) = 2117137 bytes

0 comments on commit 5702c98

Please sign in to comment.