svn commit: r365692 - in head/games: . xtgyoretsu
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Aug 22 19:56:59 UTC 2014
Author: amdmi3
Date: Fri Aug 22 19:56:58 2014
New Revision: 365692
URL: http://svnweb.freebsd.org/changeset/ports/365692
QAT: https://qat.redports.org/buildarchive/r365692/
Log:
XT gyoretsu - extended ncurses version of "Renshu-cho gyoretsu"
Goal of the game is to clear entire field by matching pairs of
neighbouring (adjacent or on the same line/column without any other
numbers in between) numbers, which must be either equal, or their
sum must be equal to strike out sum.
WWW: https://github.com/Penguinum/xtgyoretsu-forked/
WWW: http://saahriktu.org/games.html
Added:
head/games/xtgyoretsu/
head/games/xtgyoretsu/Makefile (contents, props changed)
head/games/xtgyoretsu/distinfo (contents, props changed)
head/games/xtgyoretsu/pkg-descr (contents, props changed)
Modified:
head/games/Makefile
Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile Fri Aug 22 19:38:15 2014 (r365691)
+++ head/games/Makefile Fri Aug 22 19:56:58 2014 (r365692)
@@ -1142,6 +1142,7 @@
SUBDIR += xspringies
SUBDIR += xteddy
SUBDIR += xtet42
+ SUBDIR += xtgyoretsu
SUBDIR += xtic
SUBDIR += xtriangles
SUBDIR += xtris
Added: head/games/xtgyoretsu/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/xtgyoretsu/Makefile Fri Aug 22 19:56:58 2014 (r365692)
@@ -0,0 +1,31 @@
+# Created by: Dmitry Marakasov <amdmi3 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= xtgyoretsu
+PORTVERSION= git20140822
+CATEGORIES= games
+
+MAINTAINER= amdmi3 at FreeBSD.org
+COMMENT= Extended ncurses version of "Renshu-cho gyoretsu"
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USE_GITHUB= yes
+GH_ACCOUNT= Penguinum
+GH_PROJECT= ${PORTNAME}-forked
+GH_TAGNAME= ${GH_COMMIT}
+GH_COMMIT= d052143
+
+USES= ncurses
+
+PLIST_FILES= bin/${PORTNAME}
+PORTDOCS= *
+
+OPTIONS_DEFINE= DOCS
+
+post-install:
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/Readme ${STAGEDIR}${DOCSDIR}/
+
+.include <bsd.port.mk>
Added: head/games/xtgyoretsu/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/xtgyoretsu/distinfo Fri Aug 22 19:56:58 2014 (r365692)
@@ -0,0 +1,2 @@
+SHA256 (xtgyoretsu-git20140822.tar.gz) = 2d01e15d8d0188b46a80bce008409f2525b4e82b38d64f338d1d355fa9544a9f
+SIZE (xtgyoretsu-git20140822.tar.gz) = 15794
Added: head/games/xtgyoretsu/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/xtgyoretsu/pkg-descr Fri Aug 22 19:56:58 2014 (r365692)
@@ -0,0 +1,9 @@
+XT gyoretsu - extended ncurses version of "Renshu-cho gyoretsu"
+
+Goal of the game is to clear entire field by matching pairs of
+neighbouring (adjacent or on the same line/column without any other
+numbers in between) numbers, which must be either equal, or their
+sum must be equal to strike out sum.
+
+WWW: https://github.com/Penguinum/xtgyoretsu-forked/
+WWW: http://saahriktu.org/games.html
More information about the svn-ports-head
mailing list