pkgsrc-WIP-changes archive

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

Add not tetris 2.0



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

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

Log Message:
Add not tetris 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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=db49ba90a0de2986f6621666fdb2c2c7e636a3bb

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

diffstat:
 not_tetris/DESCR    |  4 ++++
 not_tetris/Makefile | 23 +++++++++++++++++++++++
 not_tetris/PLIST    |  3 +++
 not_tetris/distinfo |  6 ++++++
 4 files changed, 36 insertions(+)

diffs:
diff --git a/not_tetris/DESCR b/not_tetris/DESCR
new file mode 100644
index 0000000000..b05cbf17a8
--- /dev/null
+++ b/not_tetris/DESCR
@@ -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 --git a/not_tetris/Makefile b/not_tetris/Makefile
new file mode 100644
index 0000000000..72f9bb680a
--- /dev/null
+++ b/not_tetris/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+PKGNAME=	not_tetris-2.0
+DISTNAME=	nottetris2-source
+CATEGORIES=	wip
+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=	wtfpl # 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 "../../wip/mk/love.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/not_tetris/PLIST b/not_tetris/PLIST
new file mode 100644
index 0000000000..f59d5c9c1c
--- /dev/null
+++ b/not_tetris/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/not_tetris
+share/games/Not Tetris 2.love
diff --git a/not_tetris/distinfo b/not_tetris/distinfo
new file mode 100644
index 0000000000..1ea8043b91
--- /dev/null
+++ b/not_tetris/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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