From owner-svn-ports-head@freebsd.org Thu Aug 6 05:18:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21A4F9B477C; Thu, 6 Aug 2015 05:18:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 061D91C02; Thu, 6 Aug 2015 05:18:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t765IPdH040808; Thu, 6 Aug 2015 05:18:25 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t765IOxt040801; Thu, 6 Aug 2015 05:18:24 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201508060518.t765IOxt040801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 6 Aug 2015 05:18:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393630 - in head/games: . hypatia_engine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2015 05:18:26 -0000 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 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 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