From owner-svn-ports-all@freebsd.org Thu Jan 19 15:50:51 2017 Return-Path: Delivered-To: svn-ports-all@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 F3E8FCB83C6; Thu, 19 Jan 2017 15:50:50 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 CC3171D92; Thu, 19 Jan 2017 15:50:50 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0JFonnc006448; Thu, 19 Jan 2017 15:50:49 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0JFomjZ006443; Thu, 19 Jan 2017 15:50:48 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201701191550.v0JFomjZ006443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 19 Jan 2017 15:50:48 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2017 15:50:51 -0000 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 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 +# $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 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/