Page MenuHomeFreeBSD

D2896.diff
No OneTemporary

D2896.diff

Index: games/Makefile
===================================================================
--- games/Makefile
+++ games/Makefile
@@ -406,6 +406,7 @@
SUBDIR += hohlin
SUBDIR += hoichess
SUBDIR += holotz-castle
+ SUBDIR += hypatia_engine
SUBDIR += iagno
SUBDIR += icbm3d
SUBDIR += icebreaker
Index: games/hypatia_engine/Makefile
===================================================================
--- /dev/null
+++ games/hypatia_engine/Makefile
@@ -0,0 +1,29 @@
+# Created by: Johannes Meixner <xmj@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= hypatia_engine
+PORTVERSION= 0.2.3
+CATEGORIES= games python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+MASTER_SITES= CHEESESHOP
+
+MAINTAINER= xmj@FreeBSD.org
+COMMENT= Game engine for 2D top-down, tile-based action RPGs
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyganim>0:${PORTSDIR}/graphics/py-pyganim \
+ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
+
+OPTIONS_DEFINE= EXAMPLES
+
+PORTEXAMPLES= *
+
+USES= python:2
+USE_PYTHON= autoplist concurrent distutils
+
+post-install:
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
+
+.include <bsd.port.mk>
Index: games/hypatia_engine/distinfo
===================================================================
--- /dev/null
+++ games/hypatia_engine/distinfo
@@ -0,0 +1,2 @@
+SHA256 (hypatia_engine-0.2.3.tar.gz) = 3f594f99f529aff25ed24f12a089ce80b3671dfc3155ba6f31db8d1b587f9a78
+SIZE (hypatia_engine-0.2.3.tar.gz) = 16050
Index: games/hypatia_engine/pkg-descr
===================================================================
--- /dev/null
+++ games/hypatia_engine/pkg-descr
@@ -0,0 +1,5 @@
+Hypatia is a game engine for single player 2D action adventure games. You can
+use it to make a game like Legend of Zelda: Oracle of Ages and Oracle of
+Seasons. Hypatia is aimed at non-programmers and programmers alike.
+
+WWW: https://github.com/lillian-lemmer/hypatia

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 4, 5:02 AM (6 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29228645
Default Alt Text
D2896.diff (1 KB)

Event Timeline