pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/not_tetris Add not_tetris version 2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3ead48b146e
branches:  trunk
changeset: 313454:d3ead48b146e
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Sep 30 19:26:19 2018 +0000

description:
Add not_tetris version 2.0

Basically it's a little like tetris except with a twist.  Instead
of boring straight lines and straight falling blocks, you have to
deal with blocks that act according to physics!  Includes oldschool
graphics, music, sounds, and new physics.

diffstat:

 games/not_tetris/DESCR    |   4 ++++
 games/not_tetris/Makefile |  23 +++++++++++++++++++++++
 games/not_tetris/PLIST    |   3 +++
 games/not_tetris/distinfo |   6 ++++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r ace47cdcc8c7 -r d3ead48b146e games/not_tetris/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/not_tetris/DESCR    Sun Sep 30 19:26:19 2018 +0000
@@ -0,0 +1,4 @@
+Basically it's a little like tetris except with a twist.  Instead
+of boring straight lines and straight falling blocks, you have to
+deal with blocks that act according to physics!  Includes oldschool
+graphics, music, sounds, and new physics.
diff -r ace47cdcc8c7 -r d3ead48b146e games/not_tetris/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/not_tetris/Makefile Sun Sep 30 19:26:19 2018 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2018/09/30 19:26:19 maya Exp $
+
+DISTNAME=      nottetris2-source
+PKGNAME=       not_tetris-2.0
+CATEGORIES=    games
+MASTER_SITES=  http://stabyourself.net/dl.php?file=nottetris2/
+DIST_SUBDIR=   ${PKGNAME_NOREV}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://stabyourself.net/notpacman
+COMMENT=       Gravity-controlled tetris
+LICENSE=       public-domain # Specified in https://github.com/Stabyourself/nottetris2
+
+WRKSRC=                ${WRKDIR}
+USE_LANGUAGES= # none
+
+LOVE_GAME=     not_tetris
+LOVE_DATA=     "Not Tetris 2.love"
+LOVE_VERSION=  0.7
+
+.include "../../mk/love.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ace47cdcc8c7 -r d3ead48b146e games/not_tetris/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/not_tetris/PLIST    Sun Sep 30 19:26:19 2018 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/09/30 19:26:19 maya Exp $
+bin/not_tetris
+share/games/Not Tetris 2.love
diff -r ace47cdcc8c7 -r d3ead48b146e games/not_tetris/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/not_tetris/distinfo Sun Sep 30 19:26:19 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/09/30 19:26:19 maya Exp $
+
+SHA1 (not_tetris-2.0/nottetris2-source.zip) = 4634de695e7c264d325c885380f7aa769155c656
+RMD160 (not_tetris-2.0/nottetris2-source.zip) = eff02bc99f855486ef247993e4c39adae2bc1c20
+SHA512 (not_tetris-2.0/nottetris2-source.zip) = 475061353217f99e0dd35a34097b6b35275a350ab112bfd27d85ea5fe32434c6b4ed107056af5a243d06d2b5988d2bf73776c01077ba2a17e223e8bd0778b563
+Size (not_tetris-2.0/nottetris2-source.zip) = 2773694 bytes



Home | Main Index | Thread Index | Old Index