Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 2015 05:18:24 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393630 - in head/games: . hypatia_engine
Message-ID:  <201508060518.t765IOxt040801@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Aug  6 05:18:23 2015
New Revision: 393630
URL: https://svnweb.freebsd.org/changeset/ports/393630

Log:
  New port: games/hypatia_engine
  
  Make 2D action adventure games. For programmers and nonprogrammers alike.
  Create a games like Legend of Zelda: Oracle of Ages and Oracle of Seasons.
  
  WWW: http://lillian-lemmer.github.io/hypatia
  
  PR:		201802
  Submitted by:	Lillian Lynn Lemmer <lillian.lynn.lemmer@gmail.com>

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

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Thu Aug  6 01:56:46 2015	(r393629)
+++ head/games/Makefile	Thu Aug  6 05:18:23 2015	(r393630)
@@ -407,6 +407,7 @@
     SUBDIR += hohlin
     SUBDIR += hoichess
     SUBDIR += holotz-castle
+    SUBDIR += hypatia_engine
     SUBDIR += iagno
     SUBDIR += icbm3d
     SUBDIR += icebreaker

Added: head/games/hypatia_engine/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/hypatia_engine/Makefile	Thu Aug  6 05:18:23 2015	(r393630)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	hypatia_engine
+PORTVERSION=	0.2.29
+CATEGORIES=	games python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	lillian.lynn.lemmer@gmail.com
+COMMENT=	Game engine for 2D top-down, tile-based action RPGs
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYGAME} \
+		${PYTHON_PKGNAMEPREFIX}pyganim>0:${PORTSDIR}/graphics/py-pyganim \
+		${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
+		${PYTHON_PKGNAMEPREFIX}enum34>0:${PORTSDIR}/devel/py-enum34
+
+USES=		python:2
+USE_PYTHON=	autoplist concurrent distutils
+
+.include <bsd.port.mk>

Added: head/games/hypatia_engine/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/hypatia_engine/distinfo	Thu Aug  6 05:18:23 2015	(r393630)
@@ -0,0 +1,2 @@
+SHA256 (hypatia_engine-0.2.29.tar.gz) = 2d6cd5adce19326ca8737f211a35e83c65be864e04d51b44236ad72442eca1df
+SIZE (hypatia_engine-0.2.29.tar.gz) = 27005

Added: head/games/hypatia_engine/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/hypatia_engine/pkg-descr	Thu Aug  6 05:18:23 2015	(r393630)
@@ -0,0 +1,4 @@
+Make 2D action adventure games. For programmers and nonprogrammers alike.
+Create a games like Legend of Zelda: Oracle of Ages and Oracle of Seasons.
+
+WWW: http://lillian-lemmer.github.io/hypatia



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