pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/not_tetris



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

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/games/not_tetris/DESCR \
    pkgsrc/games/not_tetris/Makefile pkgsrc/games/not_tetris/PLIST \
    pkgsrc/games/not_tetris/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/not_tetris/DESCR
diff -u /dev/null pkgsrc/games/not_tetris/DESCR:1.1
--- /dev/null   Sun Sep 30 19:26:19 2018
+++ pkgsrc/games/not_tetris/DESCR       Sun Sep 30 19:26:19 2018
@@ -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.
Index: pkgsrc/games/not_tetris/Makefile
diff -u /dev/null pkgsrc/games/not_tetris/Makefile:1.1
--- /dev/null   Sun Sep 30 19:26:19 2018
+++ pkgsrc/games/not_tetris/Makefile    Sun Sep 30 19:26:19 2018
@@ -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"
Index: pkgsrc/games/not_tetris/PLIST
diff -u /dev/null pkgsrc/games/not_tetris/PLIST:1.1
--- /dev/null   Sun Sep 30 19:26:19 2018
+++ pkgsrc/games/not_tetris/PLIST       Sun Sep 30 19:26:19 2018
@@ -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
Index: pkgsrc/games/not_tetris/distinfo
diff -u /dev/null pkgsrc/games/not_tetris/distinfo:1.1
--- /dev/null   Sun Sep 30 19:26:19 2018
+++ pkgsrc/games/not_tetris/distinfo    Sun Sep 30 19:26:19 2018
@@ -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