svn commit: r386185 - in head/games: . griels-quest
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue May 12 23:56:48 UTC 2015
Author: amdmi3
Date: Tue May 12 23:56:46 2015
New Revision: 386185
URL: https://svnweb.freebsd.org/changeset/ports/386185
Log:
"Griel's Quest for the Sangraal" is a game released for MSX2 systems
in the year 1990 (only on Japan). In 2005 was ported to MSX1 systems
by Karoshi Corp.
This version is a port of MSX1 version of the game to the GNU/Linux
systems. Featuring all the levels, objects and enemies. The program
is written in C language with the help of SDL 1.2 libraries.
WWW: https://github.com/nevat/griels-quest
Added:
head/games/griels-quest/
head/games/griels-quest/Makefile (contents, props changed)
head/games/griels-quest/distinfo (contents, props changed)
head/games/griels-quest/pkg-descr (contents, props changed)
head/games/griels-quest/pkg-plist (contents, props changed)
Modified:
head/games/Makefile
Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile Tue May 12 23:53:27 2015 (r386184)
+++ head/games/Makefile Tue May 12 23:56:46 2015 (r386185)
@@ -372,6 +372,7 @@
SUBDIR += greed
SUBDIR += gretools
SUBDIR += grhino
+ SUBDIR += griels-quest
SUBDIR += gru
SUBDIR += grubik
SUBDIR += gshisen
Added: head/games/griels-quest/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/griels-quest/Makefile Tue May 12 23:56:46 2015 (r386185)
@@ -0,0 +1,24 @@
+# Created by: Dmitry Marakasov <amdmi3 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= griels-quest
+PORTVERSION= git20150512
+CATEGORIES= games
+
+MAINTAINER= amdmi3 at FreeBSD.org
+COMMENT= Griel's Quest for the Sangraal
+
+LICENSE= GPLv3
+
+USE_GITHUB= yes
+GH_ACCOUNT= nevat
+GH_TAGNAME= 0282e6a2e3
+
+USE_SDL= sdl mixer image ttf gfx
+
+DATADIR= ${PREFIX}/share/griels
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/griels
+
+.include <bsd.port.mk>
Added: head/games/griels-quest/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/griels-quest/distinfo Tue May 12 23:56:46 2015 (r386185)
@@ -0,0 +1,2 @@
+SHA256 (nevat-griels-quest-git20150512-0282e6a2e3_GH0.tar.gz) = e512c7da6d6d5055bb60229d70e8ae93d1124f7f237c3699641cf7a8b3628be1
+SIZE (nevat-griels-quest-git20150512-0282e6a2e3_GH0.tar.gz) = 6411052
Added: head/games/griels-quest/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/griels-quest/pkg-descr Tue May 12 23:56:46 2015 (r386185)
@@ -0,0 +1,9 @@
+"Griel's Quest for the Sangraal" is a game released for MSX2 systems
+in the year 1990 (only on Japan). In 2005 was ported to MSX1 systems
+by Karoshi Corp.
+
+This version is a port of MSX1 version of the game to the GNU/Linux
+systems. Featuring all the levels, objects and enemies. The program
+is written in C language with the help of SDL 1.2 libraries.
+
+WWW: https://github.com/nevat/griels-quest
Added: head/games/griels-quest/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/griels-quest/pkg-plist Tue May 12 23:56:46 2015 (r386185)
@@ -0,0 +1,53 @@
+bin/griels
+share/applications/griels.desktop
+%%DATADIR%%/data/rounds.txt
+%%DATADIR%%/fx/fx_ding.ogg
+%%DATADIR%%/fx/fx_error.ogg
+%%DATADIR%%/fx/fx_giveup.ogg
+%%DATADIR%%/fx/fx_hahaha.ogg
+%%DATADIR%%/fx/fx_key.ogg
+%%DATADIR%%/fx/fx_kill.ogg
+%%DATADIR%%/fx/fx_ok.ogg
+%%DATADIR%%/fx/fx_poff.ogg
+%%DATADIR%%/fx/fx_start.ogg
+%%DATADIR%%/fx/fx_uaaah.ogg
+%%DATADIR%%/music/ending.ogg
+%%DATADIR%%/music/gameover.ogg
+%%DATADIR%%/music/history.ogg
+%%DATADIR%%/music/stage1.ogg
+%%DATADIR%%/music/stage2.ogg
+%%DATADIR%%/music/stage3.ogg
+%%DATADIR%%/music/stage4.ogg
+%%DATADIR%%/music/stage5.ogg
+%%DATADIR%%/music/stageclear.ogg
+%%DATADIR%%/png/blackbox.png
+%%DATADIR%%/png/blackbox2.png
+%%DATADIR%%/png/blocks.png
+%%DATADIR%%/png/ending1.png
+%%DATADIR%%/png/ending2.png
+%%DATADIR%%/png/ending3.png
+%%DATADIR%%/png/fonts.png
+%%DATADIR%%/png/gamehead.png
+%%DATADIR%%/png/gameover.png
+%%DATADIR%%/png/howtoplay.png
+%%DATADIR%%/png/icon.png
+%%DATADIR%%/png/karoshi.png
+%%DATADIR%%/png/menu.png
+%%DATADIR%%/png/passw1.png
+%%DATADIR%%/png/passw10.png
+%%DATADIR%%/png/passw2.png
+%%DATADIR%%/png/passw3.png
+%%DATADIR%%/png/passw4.png
+%%DATADIR%%/png/passw5.png
+%%DATADIR%%/png/passw6.png
+%%DATADIR%%/png/passw7.png
+%%DATADIR%%/png/passw8.png
+%%DATADIR%%/png/passw9.png
+%%DATADIR%%/png/password.png
+%%DATADIR%%/png/round.png
+%%DATADIR%%/png/soon.png
+%%DATADIR%%/png/startinfo.png
+%%DATADIR%%/png/startscreen.png
+%%DATADIR%%/png/texts.png
+%%DATADIR%%/png/theend.png
+share/pixmaps/griels.png
More information about the svn-ports-all
mailing list