pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/mari0



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Sep 30 19:28:46 UTC 2018

Added Files:
        pkgsrc/games/mari0: DESCR Makefile PLIST distinfo

Log Message:
Add mari0 version 1.6

A complete from scratch recreation of Super Mario Bros. with a
focus on perfectly imitating the feel the 1985 classic gave us.
Then give Mario a portal gun, add puzzle game mechanics from Portal
and there you go. And if that wasn't crazy enough, play 4-player
coop, with everyone having their own Portal gun!


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/games/mari0/DESCR pkgsrc/games/mari0/Makefile \
    pkgsrc/games/mari0/PLIST pkgsrc/games/mari0/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/games/mari0/DESCR
diff -u /dev/null pkgsrc/games/mari0/DESCR:1.1
--- /dev/null   Sun Sep 30 19:28:46 2018
+++ pkgsrc/games/mari0/DESCR    Sun Sep 30 19:28:46 2018
@@ -0,0 +1,5 @@
+A complete from scratch recreation of Super Mario Bros. with a
+focus on perfectly imitating the feel the 1985 classic gave us.
+Then give Mario a portal gun, add puzzle game mechanics from Portal
+and there you go. And if that wasn't crazy enough, play 4-player
+coop, with everyone having their own Portal gun!
Index: pkgsrc/games/mari0/Makefile
diff -u /dev/null pkgsrc/games/mari0/Makefile:1.1
--- /dev/null   Sun Sep 30 19:28:46 2018
+++ pkgsrc/games/mari0/Makefile Sun Sep 30 19:28:46 2018
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2018/09/30 19:28:46 maya Exp $
+
+DISTNAME=      mari0-source
+PKGNAME=       mari0-1.6
+CATEGORIES=    games
+MASTER_SITES=  http://stabyourself.net/dl.php?file=mari0-1006/
+DIST_SUBDIR=   ${PKGNAME_NOREV}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://stabyourself.net/mari0
+COMMENT=       Recreation of Super Mario Bros
+LICENSE=       mit # https://github.com/Stabyourself/mari0/blob/master/README.md
+
+WRKSRC=                ${WRKDIR}
+USE_LANGUAGES= # none
+
+LOVE_GAME=     mari0
+LOVE_DATA=     ${PKGNAME:S/-/_/}.love
+LOVE_VERSION=  0.8
+
+.include "../../mk/love.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/games/mari0/PLIST
diff -u /dev/null pkgsrc/games/mari0/PLIST:1.1
--- /dev/null   Sun Sep 30 19:28:46 2018
+++ pkgsrc/games/mari0/PLIST    Sun Sep 30 19:28:46 2018
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/09/30 19:28:46 maya Exp $
+bin/mari0
+share/games/mari0_${PKGVERSION}.love
Index: pkgsrc/games/mari0/distinfo
diff -u /dev/null pkgsrc/games/mari0/distinfo:1.1
--- /dev/null   Sun Sep 30 19:28:46 2018
+++ pkgsrc/games/mari0/distinfo Sun Sep 30 19:28:46 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/09/30 19:28:46 maya Exp $
+
+SHA1 (mari0-1.6/mari0-source.zip) = e950f741ce1ac185191e332716585f57058d0811
+RMD160 (mari0-1.6/mari0-source.zip) = 3662726121e8318b244f8cfe0a373b99bc39c467
+SHA512 (mari0-1.6/mari0-source.zip) = 20004035141b80180e58a8d209b588273d2879742ca8d8d59b1d20f9e301d976e260574893ea41a290bab57eade0617c10880a4af00dc3b29329ac4805a8be6c
+Size (mari0-1.6/mari0-source.zip) = 3625226 bytes



Home | Main Index | Thread Index | Old Index