From 5861b70f34fd5e7d949149652bf4da3d4e49862a Mon Sep 17 00:00:00 2001 From: pi Date: Thu, 6 Aug 2015 05:18:23 +0000 Subject: 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 --- games/Makefile | 1 + games/hypatia_engine/Makefile | 22 ++++++++++++++++++++++ games/hypatia_engine/distinfo | 2 ++ games/hypatia_engine/pkg-descr | 4 ++++ 4 files changed, 29 insertions(+) create mode 100644 games/hypatia_engine/Makefile create mode 100644 games/hypatia_engine/distinfo create mode 100644 games/hypatia_engine/pkg-descr (limited to 'games') diff --git a/games/Makefile b/games/Makefile index 60fabbf2b6de..481ffe79b647 100644 --- a/games/Makefile +++ b/games/Makefile @@ -407,6 +407,7 @@ SUBDIR += hohlin SUBDIR += hoichess SUBDIR += holotz-castle + SUBDIR += hypatia_engine SUBDIR += iagno SUBDIR += icbm3d SUBDIR += icebreaker diff --git a/games/hypatia_engine/Makefile b/games/hypatia_engine/Makefile new file mode 100644 index 000000000000..5cdfa40f8024 --- /dev/null +++ b/games/hypatia_engine/Makefile @@ -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 diff --git a/games/hypatia_engine/distinfo b/games/hypatia_engine/distinfo new file mode 100644 index 000000000000..b38fd34de8af --- /dev/null +++ b/games/hypatia_engine/distinfo @@ -0,0 +1,2 @@ +SHA256 (hypatia_engine-0.2.29.tar.gz) = 2d6cd5adce19326ca8737f211a35e83c65be864e04d51b44236ad72442eca1df +SIZE (hypatia_engine-0.2.29.tar.gz) = 27005 diff --git a/games/hypatia_engine/pkg-descr b/games/hypatia_engine/pkg-descr new file mode 100644 index 000000000000..ef920c35fb84 --- /dev/null +++ b/games/hypatia_engine/pkg-descr @@ -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 -- cgit