pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/mrrescue



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

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

Log Message:
Add mrrescue version 1.02e

Mr. Rescue is an arcade styled 2d action game centered around
evacuating civilians from burning buildings.

The game features fast paced fire extinguishing action, intense
boss battles, a catchy soundtrack and lots of throwing people around
in pseudo-randomly generated buildings.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/games/mrrescue/DESCR \
    pkgsrc/games/mrrescue/Makefile pkgsrc/games/mrrescue/PLIST \
    pkgsrc/games/mrrescue/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/mrrescue/DESCR
diff -u /dev/null pkgsrc/games/mrrescue/DESCR:1.1
--- /dev/null   Sun Sep 30 19:27:19 2018
+++ pkgsrc/games/mrrescue/DESCR Sun Sep 30 19:27:19 2018
@@ -0,0 +1,6 @@
+Mr. Rescue is an arcade styled 2d action game centered around
+evacuating civilians from burning buildings.
+
+The game features fast paced fire extinguishing action, intense
+boss battles, a catchy soundtrack and lots of throwing people around
+in pseudo-randomly generated buildings.
Index: pkgsrc/games/mrrescue/Makefile
diff -u /dev/null pkgsrc/games/mrrescue/Makefile:1.1
--- /dev/null   Sun Sep 30 19:27:19 2018
+++ pkgsrc/games/mrrescue/Makefile      Sun Sep 30 19:27:19 2018
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2018/09/30 19:27:19 maya Exp $
+
+PKGNAME=       mrrescue-${GITHUB_RELEASE}
+DISTNAME=      mrrescue${GITHUB_RELEASE}
+CATEGORIES=    games
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=SimonLarsen/}
+GITHUB_PROJECT=        mrrescue
+GITHUB_RELEASE=        1.02e
+EXTRACT_SUFX=  .love
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://tangramgames.dk/games/mrrescue/
+COMMENT=       Arcade-style fire fighting game
+LICENSE=       zlib AND cc-by-sa-v3.0
+
+do-extract:
+       ${MKDIR} ${WRKSRC}
+       ${CP} ${_DISTDIR:Q}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}
+
+
+LOVE_GAME=     mrrescue
+LOVE_DATA=     ${DISTNAME}.love
+LOVE_VERSION=  0.10
+
+.include "../../mk/love.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/games/mrrescue/PLIST
diff -u /dev/null pkgsrc/games/mrrescue/PLIST:1.1
--- /dev/null   Sun Sep 30 19:27:19 2018
+++ pkgsrc/games/mrrescue/PLIST Sun Sep 30 19:27:19 2018
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/09/30 19:27:19 maya Exp $
+bin/mrrescue
+share/games/mrrescue${PKGVERSION}.love
Index: pkgsrc/games/mrrescue/distinfo
diff -u /dev/null pkgsrc/games/mrrescue/distinfo:1.1
--- /dev/null   Sun Sep 30 19:27:19 2018
+++ pkgsrc/games/mrrescue/distinfo      Sun Sep 30 19:27:19 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/09/30 19:27:19 maya Exp $
+
+SHA1 (mrrescue1.02e.love) = ce16f3f3c3f4ca6cd97cfdcfc01e9ad6f226baf1
+RMD160 (mrrescue1.02e.love) = 4305085a3a193098b46d4fd477273b3d2838530f
+SHA512 (mrrescue1.02e.love) = e8cae8ada240ad8c3e98a4dae55293ce63dd5fce7cfd9fd8a3c3af2448bbf60f4af1a40d6600f56cd24b584d7fd48593f0279820dd2201045f3b446d101489d5
+Size (mrrescue1.02e.love) = 11902585 bytes



Home | Main Index | Thread Index | Old Index