Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 2017 12:33:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449028 - in head/games: . epiphany-game
Message-ID:  <201708311233.v7VCXkDC012951@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Aug 31 12:33:46 2017
New Revision: 449028
URL: https://svnweb.freebsd.org/changeset/ports/449028

Log:
  - Add games/epiphany-game
  
  Epiphany is a multiplatform clone of Boulderdash.
  
  The player must collect all valuable minerals scattered in levels,
  avoiding being hit by a falling boulder, or (worst) by a bomb.
  
  WWW: http://epiphany.sourceforge.net/

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

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Thu Aug 31 12:05:39 2017	(r449027)
+++ head/games/Makefile	Thu Aug 31 12:33:46 2017	(r449028)
@@ -255,6 +255,7 @@
     SUBDIR += entombed
     SUBDIR += enygma
     SUBDIR += epiar
+    SUBDIR += epiphany-game
     SUBDIR += etracer
     SUBDIR += euchre
     SUBDIR += evilfinder

Added: head/games/epiphany-game/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/epiphany-game/Makefile	Thu Aug 31 12:33:46 2017	(r449028)
@@ -0,0 +1,42 @@
+# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	epiphany
+PORTVERSION=	0.7.0
+CATEGORIES=	games
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION}
+PKGNAMESUFFIX=	-game
+DISTNAME=	${PORTNAME}-src-${PORTVERSION}
+
+MAINTAINER=	amdmi3@FreeBSD.org
+COMMENT=	Multiplatform clone of Boulderdash
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+GNU_CONFIGURE=	yes
+USES=		autoreconf localbase
+USE_SDL=	sdl mixer
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+PLIST_FILES=	bin/epiphany-game
+PORTDOCS=	AUTHORS README BUGS
+PORTDATA=	*
+
+DESKTOP_ENTRIES="Epiphany" \
+		"" \
+		"" \
+		"${PORTNAME}-game" \
+		"Game;ArcadeGame;" \
+		""
+
+OPTIONS_DEFINE=	DOCS
+
+post-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+.for f in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
+.endfor
+
+.include <bsd.port.mk>

Added: head/games/epiphany-game/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/epiphany-game/distinfo	Thu Aug 31 12:33:46 2017	(r449028)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1501682400
+SHA256 (epiphany-src-0.7.0.tar.gz) = b377965f23c6310440b81e22cd0baf8ae4b70852970f50c0c9a54b078a8167f5
+SIZE (epiphany-src-0.7.0.tar.gz) = 2685902

Added: head/games/epiphany-game/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/epiphany-game/pkg-descr	Thu Aug 31 12:33:46 2017	(r449028)
@@ -0,0 +1,6 @@
+Epiphany is a multiplatform clone of Boulderdash.
+
+The player must collect all valuable minerals scattered in levels,
+avoiding being hit by a falling boulder, or (worst) by a bomb.
+
+WWW: http://epiphany.sourceforge.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708311233.v7VCXkDC012951>