svn commit: r334929 - in head/games: . entombed

Rusmir Dusko nemysis at FreeBSD.org
Tue Nov 26 13:21:15 UTC 2013


Author: nemysis
Date: Tue Nov 26 13:21:14 2013
New Revision: 334929
URL: http://svnweb.freebsd.org/changeset/ports/334929

Log:
  Entombed! is a one- or two-player maze game based on the classic Atari 2600
  game "Entombed", 1982 U.S. Games.
  
  Wikipedia "Entombed (video game)"
  
  You and your team of archeologists have fallen into the
  "catacombs of the zombies". There's no time for research, though;
  the walls are closing in, and the zombies have sprung to life!
  
  Fortunately, you've discovered an ancient mystical potion which allows you to
  create and destroy walls. Bottles of this potion are strewn about the catacombs.
  Grab them, and you can break through walls when you get stuck,
  or create a wall behind you, if you're being chased.
  
  The longer you survive, the faster you have to move.
  
  WWW: http://www.newbreedsoftware.com/entombed/
  
  PR:		ports/170918
  Submitted by:	nemysis (self)
  Approved by:	wg (mentor)

Added:
  head/games/entombed/
  head/games/entombed/Makefile   (contents, props changed)
  head/games/entombed/distinfo   (contents, props changed)
  head/games/entombed/pkg-descr   (contents, props changed)
  head/games/entombed/pkg-plist   (contents, props changed)
Modified:
  head/games/Makefile

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Tue Nov 26 13:06:15 2013	(r334928)
+++ head/games/Makefile	Tue Nov 26 13:21:14 2013	(r334929)
@@ -226,6 +226,7 @@
     SUBDIR += endgame-singularity-music
     SUBDIR += enigma
     SUBDIR += ensemblist
+    SUBDIR += entombed
     SUBDIR += enygma
     SUBDIR += epiar
     SUBDIR += etracer

Added: head/games/entombed/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/entombed/Makefile	Tue Nov 26 13:21:14 2013	(r334929)
@@ -0,0 +1,46 @@
+# Created by: Rusmir Dusko <nemysis at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	entombed
+PORTVERSION=	2007.07.04
+CATEGORIES=	games
+MASTER_SITES=	ftp://ftp.tuxpaint.org/unix/x/entombed/ \
+		ftp://ftp.billsgames.com/unix/x/entombed/ \
+		SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:icons
+DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
+		${PORTNAME}.png:icons
+EXTRACT_ONLY=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
+
+MAINTAINER=	nemysis at FreeBSD.org
+COMMENT=	One- or two-player maze game based on the Entombed
+
+LICENSE=	GPLv2
+
+USES=		gmake
+USE_SDL=	image mixer sdl
+
+PORTDOCS=	AUTHORS.txt CHANGES.txt README.txt TODO.txt
+
+DESKTOP_ENTRIES="Entombed" "${COMMENT}" "${PORTNAME}" \
+		"${PORTNAME}" "Game;ArcadeGame;" false
+
+OPTIONS_DEFINE=	DOCS
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|' \
+		${WRKSRC}/Makefile
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
+
+.for d in embedded images images_halfsize music sounds
+	@(cd ${WRKSRC}/data && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR})
+.endfor
+
+	${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
+		${STAGEDIR}${PREFIX}/share/pixmaps/
+
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>

Added: head/games/entombed/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/entombed/distinfo	Tue Nov 26 13:21:14 2013	(r334929)
@@ -0,0 +1,4 @@
+SHA256 (entombed-2007.07.04.tar.gz) = a0c392d86901fbc2e263b7a9531dc8a87634c0799f114e856150bf3e8b374ab1
+SIZE (entombed-2007.07.04.tar.gz) = 304328
+SHA256 (entombed.png) = 0783e9d7322b24584e93e60034ee7d40ccd5afe11429a39c31b2caa72747d48c
+SIZE (entombed.png) = 2937

Added: head/games/entombed/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/entombed/pkg-descr	Tue Nov 26 13:21:14 2013	(r334929)
@@ -0,0 +1,17 @@
+Entombed! is a one- or two-player maze game based on the classic Atari 2600
+game "Entombed", 1982 U.S. Games.
+
+Wikipedia "Entombed (video game)"
+
+You and your team of archeologists have fallen into the
+"catacombs of the zombies". There's no time for research, though;
+the walls are closing in, and the zombies have sprung to life!
+
+Fortunately, you've discovered an ancient mystical potion which allows you to
+create and destroy walls. Bottles of this potion are strewn about the catacombs.
+Grab them, and you can break through walls when you get stuck,
+or create a wall behind you, if you're being chased.
+
+The longer you survive, the faster you have to move.
+
+WWW: http://www.newbreedsoftware.com/entombed/

Added: head/games/entombed/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/entombed/pkg-plist	Tue Nov 26 13:21:14 2013	(r334929)
@@ -0,0 +1,75 @@
+bin/entombed
+%%DATADIR%%/embedded/images/title.bmp.bz2
+%%DATADIR%%/images/1.png
+%%DATADIR%%/images/2.png
+%%DATADIR%%/images/brick1.png
+%%DATADIR%%/images/brick2.png
+%%DATADIR%%/images/brick3.png
+%%DATADIR%%/images/brick4.png
+%%DATADIR%%/images/brick5.png
+%%DATADIR%%/images/credits1.png
+%%DATADIR%%/images/credits2.png
+%%DATADIR%%/images/credits3.png
+%%DATADIR%%/images/credits4.png
+%%DATADIR%%/images/icon.png
+%%DATADIR%%/images/makebreak1.png
+%%DATADIR%%/images/makebreak2.png
+%%DATADIR%%/images/makebreak3.png
+%%DATADIR%%/images/makebreak4.png
+%%DATADIR%%/images/makebreak5.png
+%%DATADIR%%/images/man1.png
+%%DATADIR%%/images/man2.png
+%%DATADIR%%/images/numbers.png
+%%DATADIR%%/images/paused.png
+%%DATADIR%%/images/title.jpg
+%%DATADIR%%/images/woman1.png
+%%DATADIR%%/images/woman2.png
+%%DATADIR%%/images/zombie1.png
+%%DATADIR%%/images/zombie2.png
+%%DATADIR%%/images/zombie_mad1.png
+%%DATADIR%%/images/zombie_mad2.png
+%%DATADIR%%/images_halfsize/1.png
+%%DATADIR%%/images_halfsize/2.png
+%%DATADIR%%/images_halfsize/brick1.png
+%%DATADIR%%/images_halfsize/brick2.png
+%%DATADIR%%/images_halfsize/brick3.png
+%%DATADIR%%/images_halfsize/brick4.png
+%%DATADIR%%/images_halfsize/brick5.png
+%%DATADIR%%/images_halfsize/credits1.png
+%%DATADIR%%/images_halfsize/credits2.png
+%%DATADIR%%/images_halfsize/credits3.png
+%%DATADIR%%/images_halfsize/credits4.png
+%%DATADIR%%/images_halfsize/icon.png
+%%DATADIR%%/images_halfsize/makebreak1.png
+%%DATADIR%%/images_halfsize/makebreak2.png
+%%DATADIR%%/images_halfsize/makebreak3.png
+%%DATADIR%%/images_halfsize/makebreak4.png
+%%DATADIR%%/images_halfsize/makebreak5.png
+%%DATADIR%%/images_halfsize/man1.png
+%%DATADIR%%/images_halfsize/man2.png
+%%DATADIR%%/images_halfsize/numbers.png
+%%DATADIR%%/images_halfsize/paused.png
+%%DATADIR%%/images_halfsize/title.jpg
+%%DATADIR%%/images_halfsize/woman1.png
+%%DATADIR%%/images_halfsize/woman2.png
+%%DATADIR%%/images_halfsize/zombie1.png
+%%DATADIR%%/images_halfsize/zombie2.png
+%%DATADIR%%/images_halfsize/zombie_mad1.png
+%%DATADIR%%/images_halfsize/zombie_mad2.png
+%%DATADIR%%/music/AMAZE.S3M
+%%DATADIR%%/music/Suggestive_vibes_01.mod
+%%DATADIR%%/sounds/die.wav
+%%DATADIR%%/sounds/gameover.wav
+%%DATADIR%%/sounds/makebreak_get.wav
+%%DATADIR%%/sounds/makebreak_use.wav
+%%DATADIR%%/sounds/zombie_appear.wav
+%%DATADIR%%/sounds/zombie_eat.wav
+%%DATADIR%%/sounds/zombie_mad.wav
+share/pixmaps/entombed.png
+ at dirrm %%DATADIR%%/sounds
+ at dirrm %%DATADIR%%/music
+ at dirrm %%DATADIR%%/images_halfsize
+ at dirrm %%DATADIR%%/images
+ at dirrm %%DATADIR%%/embedded/images
+ at dirrm %%DATADIR%%/embedded
+ at dirrm %%DATADIR%%


More information about the svn-ports-head mailing list