Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2013 18:46:19 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329821 - in head/games: . solarus
Message-ID:  <201310081846.r98IkJ9o092151@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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