pkgsrc-WIP-changes archive

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

Add mari0 version 1.6



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Sun Sep 30 16:32:43 2018 +0300
Changeset:	6483ffedcde9215536e8cc7f4379fcdf44187ee7

Added Files:
	mari0/DESCR
	mari0/Makefile
	mari0/PLIST
	mari0/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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6483ffedcde9215536e8cc7f4379fcdf44187ee7

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

diffstat:
 mari0/DESCR    |  5 +++++
 mari0/Makefile | 23 +++++++++++++++++++++++
 mari0/PLIST    |  3 +++
 mari0/distinfo |  6 ++++++
 4 files changed, 37 insertions(+)

diffs:
diff --git a/mari0/DESCR b/mari0/DESCR
new file mode 100644
index 0000000000..edd5d8d7dd
--- /dev/null
+++ b/mari0/DESCR
@@ -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!
diff --git a/mari0/Makefile b/mari0/Makefile
new file mode 100644
index 0000000000..69cd6b49c1
--- /dev/null
+++ b/mari0/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+PKGNAME=	mari0-1.6
+DISTNAME=	mari0-source
+CATEGORIES=	wip
+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=	cc-by-nc-sa-v3.0-license
+
+WRKSRC=		${WRKDIR}
+USE_LANGUAGES=	# none
+
+LOVE_GAME=	mari0
+LOVE_DATA=	${PKGNAME:S/-/_/}.love
+LOVE_VERSION=	0.8
+
+.include "../../wip/mk/love.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mari0/PLIST b/mari0/PLIST
new file mode 100644
index 0000000000..77ddb48593
--- /dev/null
+++ b/mari0/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/mari0
+share/games/mari0_${PKGVERSION}.love
diff --git a/mari0/distinfo b/mari0/distinfo
new file mode 100644
index 0000000000..87f571059c
--- /dev/null
+++ b/mari0/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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