From owner-svn-ports-head@FreeBSD.ORG Tue Oct 8 18:46:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA1E0857; Tue, 8 Oct 2013 18:46:20 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D33B27C1; Tue, 8 Oct 2013 18:46:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r98IkK1E092160; Tue, 8 Oct 2013 18:46:20 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r98IkJ9o092151; Tue, 8 Oct 2013 18:46:19 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201310081846.r98IkJ9o092151@svn.freebsd.org> From: Eitan Adler Date: Tue, 8 Oct 2013 18:46:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329821 - in head/games: . solarus 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.14 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: Tue, 08 Oct 2013 18:46:20 -0000 Author: eadler Date: Tue Oct 8 18:46:19 2013 New Revision: 329821 URL: http://svnweb.freebsd.org/changeset/ports/329821 Log: Add a new port: Solarus is an open-source Zelda-like 2D game engine. Added: head/games/solarus/ head/games/solarus/Makefile (contents, props changed) head/games/solarus/distinfo (contents, props changed) head/games/solarus/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Tue Oct 8 18:39:41 2013 (r329820) +++ head/games/Makefile Tue Oct 8 18:46:19 2013 (r329821) @@ -877,6 +877,7 @@ SUBDIR += sol SUBDIR += solarconquest SUBDIR += solarwolf + SUBDIR += solarus SUBDIR += sopwith SUBDIR += spacejunk SUBDIR += speak Added: head/games/solarus/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/solarus/Makefile Tue Oct 8 18:46:19 2013 (r329821) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= solarus +PORTVERSION= 1.0.4 +CATEGORIES= games +MASTER_SITES= http://www.zelda-solarus.com/zs/download/ +DISTNAME= solarus-src +EXTRACT_SUFX= + +MAINTAINER= eadler@FreeBSD.org +COMMENT= Zelda-like 2D game engine + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openal>=0:${PORTSDIR}/audio/py-openal +LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ + libmodplug.so:${PORTSDIR}/audio/libmodplug \ + liblua-5.1.so:${PORTSDIR}/lang/lua \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libogg.so:${PORTSDIR}/audio/libogg + +USE_SDL= sdl ttf image + +PLIST_FILES= bin/solarus + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USES= cmake + +.include Added: head/games/solarus/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/solarus/distinfo Tue Oct 8 18:46:19 2013 (r329821) @@ -0,0 +1,2 @@ +SHA256 (solarus-src) = 03cabfd6f13210c5c96227442a19b3157054ba5700f7749f43696fa8d8dbf6f5 +SIZE (solarus-src) = 702674 Added: head/games/solarus/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/solarus/pkg-descr Tue Oct 8 18:46:19 2013 (r329821) @@ -0,0 +1,3 @@ +Solarus is an open-source Zelda-like 2D game engine. + +WWW: http://wiki.solarus-games.org/doku.php