Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2017 15:50:48 +0000 (UTC)
From:      Nikolai Lifanov <lifanov@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431884 - in head/games: . mari0 mari0/files
Message-ID:  <201701191550.v0JFomjZ006443@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lifanov
Date: Thu Jan 19 15:50:48 2017
New Revision: 431884
URL: https://svnweb.freebsd.org/changeset/ports/431884

Log:
  new port: games/mari0
  
  combination of Super Mario Bros. and Portal
  
  PR:		216183
  Submitted by:	Mahdi Mokhtari <mokhi64@gmail.com>
  Reviewed by:	matthew
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9214

Added:
  head/games/mari0/
  head/games/mari0/Makefile   (contents, props changed)
  head/games/mari0/distinfo   (contents, props changed)
  head/games/mari0/files/
  head/games/mari0/files/mari0.in   (contents, props changed)
  head/games/mari0/pkg-descr   (contents, props changed)
Modified:
  head/games/Makefile

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Thu Jan 19 15:45:22 2017	(r431883)
+++ head/games/Makefile	Thu Jan 19 15:50:48 2017	(r431884)
@@ -589,6 +589,7 @@
     SUBDIR += maitretarot
     SUBDIR += manaplus
     SUBDIR += mangband
+    SUBDIR += mari0
     SUBDIR += marsnomercy
     SUBDIR += masterserver
     SUBDIR += maxr

Added: head/games/mari0/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/mari0/Makefile	Thu Jan 19 15:50:48 2017	(r431884)
@@ -0,0 +1,41 @@
+# Created by: Mahdi Mokhtari <mokhi64@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	mari0
+PORTVERSION=	1.6
+CATEGORIES=	games
+MASTER_SITES=	http://stabyourself.net/dl.php?file=${PORTNAME}-${PORTVERSION:C/\./00/}/
+DISTNAME=	${PORTNAME}-source
+DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
+
+MAINTAINER=	mokhi64@gmail.com
+COMMENT=	Nintendo\'s Super Mario Bros and Valve\'s Portal at same time
+
+LICENSE=	CC-BY-NC-SA-3.0
+
+RUN_DEPENDS=	love:devel/love
+
+USES=		zip
+NO_BUILD=	yes
+NO_ARCH=	yes
+
+SUB_FILES=	mari0
+SUB_LIST+=	PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION}
+
+PLIST_FILES=	bin/mari0
+PORTDOCS=	*
+PORTDATA=	*
+
+OPTIONS_DEFINE=	DOCS
+
+do-install:
+	${MKDIR} ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${PORTVERSION}.love \
+		${STAGEDIR}${DATADIR}/
+	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+post-install-DOCS-on:
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKDIR}/readme.txt ${STAGEDIR}${DOCSDIR}/
+
+.include <bsd.port.mk>

Added: head/games/mari0/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/mari0/distinfo	Thu Jan 19 15:50:48 2017	(r431884)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1484752394
+SHA256 (mari0-1.6/mari0-source.zip) = b217134425527e879d5355eb7f51e29a60ad0e93550e5769b2f56c04a1f69037
+SIZE (mari0-1.6/mari0-source.zip) = 3625226

Added: head/games/mari0/files/mari0.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/mari0/files/mari0.in	Thu Jan 19 15:50:48 2017	(r431884)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec %%LOCALBASE%%/bin/love %%DATADIR%%/%%PORTNAME%%_%%PORTVERSION%%.love "$@"

Added: head/games/mari0/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/mari0/pkg-descr	Thu Jan 19 15:50:48 2017	(r431884)
@@ -0,0 +1,14 @@
+Mari0 is a fan-made video game that combines
+the Super Mario Bros and Portal games.
+
+I introduces itself with these features:
+    Complete recreation of SMB
+    Elements from Portal
+    Portal gun that shoots portals
+    4-player simultaneous coop
+    Level Editor that was used to create the levels in the game
+    33 different hats
+    Downloadable Mappacks
+    Game modifiers for extra fun
+
+WWW: http://stabyourself.net/mari0/



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