From owner-svn-ports-all@FreeBSD.ORG Mon Apr 13 19:48:06 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A22A64AE; Mon, 13 Apr 2015 19:48:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82A31D76; Mon, 13 Apr 2015 19:48:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3DJm6OY078658; Mon, 13 Apr 2015 19:48:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3DJm4Dd078652; Mon, 13 Apr 2015 19:48:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201504131948.t3DJm4Dd078652@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 13 Apr 2015 19:48:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383962 - in head/games: . abbayedesmorts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 19:48:06 -0000 Author: amdmi3 Date: Mon Apr 13 19:48:03 2015 New Revision: 383962 URL: https://svnweb.freebsd.org/changeset/ports/383962 Log: In the 13th century, the Cathars, who preach about good Christian beliefs, were being expelled by the Catholic Church out of the Languedoc region in France. One of them, called Jean Raymond, found an old church in which to hide, not knowing that beneath its ruins lay buried an ancient evil. A style close to Spectrum ZX, with its dark background and bright colors, proper fit with the story, because it does look old and somewhat horrifying. Also, the gameplay is direclty inspired by Manic Miner and Jet Set Willy. WWW: https://github.com/nevat/abbayedesmorts-gpl http://locomalito.com/abbaye_des_morts.php Added: head/games/abbayedesmorts/ head/games/abbayedesmorts/Makefile (contents, props changed) head/games/abbayedesmorts/distinfo (contents, props changed) head/games/abbayedesmorts/pkg-descr (contents, props changed) head/games/abbayedesmorts/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Mon Apr 13 19:36:33 2015 (r383961) +++ head/games/Makefile Mon Apr 13 19:48:03 2015 (r383962) @@ -15,6 +15,7 @@ SUBDIR += CaribbeanStud SUBDIR += HeroesOfMightAndMagic SUBDIR += KnightCap + SUBDIR += abbayedesmorts SUBDIR += abe SUBDIR += abuse_sdl SUBDIR += acm Added: head/games/abbayedesmorts/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/abbayedesmorts/Makefile Mon Apr 13 19:48:03 2015 (r383962) @@ -0,0 +1,25 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= abbayedesmorts +PORTVERSION= git20150409 +CATEGORIES= games + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Cross-platform port of l'Abbaye des Morts by Locomalito + +LICENSE= GPLv3 + +USE_GITHUB= yes +GH_ACCOUNT= AMDmi3 # portability changes not yet merged upstream +GH_PROJECT= abbayedesmorts-gpl +GH_TAGNAME= c603c83 + +USE_SDL= sdl2 mixer2 image2 + +DATADIR= ${PREFIX}/share/abbayev2 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/abbayev2 + +.include Added: head/games/abbayedesmorts/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/abbayedesmorts/distinfo Mon Apr 13 19:48:03 2015 (r383962) @@ -0,0 +1,2 @@ +SHA256 (AMDmi3-abbayedesmorts-gpl-git20150409-c603c83_GH0.tar.gz) = e528178740104cada94a910478a446254e40b5af9b8235557929e1c5da519776 +SIZE (AMDmi3-abbayedesmorts-gpl-git20150409-c603c83_GH0.tar.gz) = 1715440 Added: head/games/abbayedesmorts/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/abbayedesmorts/pkg-descr Mon Apr 13 19:48:03 2015 (r383962) @@ -0,0 +1,13 @@ +In the 13th century, the Cathars, who preach about good Christian +beliefs, were being expelled by the Catholic Church out of the +Languedoc region in France. One of them, called Jean Raymond, found +an old church in which to hide, not knowing that beneath its ruins +lay buried an ancient evil. + +A style close to Spectrum ZX, with its dark background and bright +colors, proper fit with the story, because it does look old and +somewhat horrifying. Also, the gameplay is direclty inspired by +Manic Miner and Jet Set Willy. + +WWW: https://github.com/nevat/abbayedesmorts-gpl + http://locomalito.com/abbaye_des_morts.php Added: head/games/abbayedesmorts/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/abbayedesmorts/pkg-plist Mon Apr 13 19:48:03 2015 (r383962) @@ -0,0 +1,38 @@ +bin/abbayev2 +%%DATADIR%%/data/enemies.txt +%%DATADIR%%/data/map.txt +%%DATADIR%%/graphics/blueparch.png +%%DATADIR%%/graphics/ending.png +%%DATADIR%%/graphics/fonts.png +%%DATADIR%%/graphics/gameover.png +%%DATADIR%%/graphics/history.png +%%DATADIR%%/graphics/intro.png +%%DATADIR%%/graphics/intromd.png +%%DATADIR%%/graphics/parchment.png +%%DATADIR%%/graphics/parchment1.png +%%DATADIR%%/graphics/parchment2.png +%%DATADIR%%/graphics/parchment3.png +%%DATADIR%%/graphics/parchment4.png +%%DATADIR%%/graphics/parchment5.png +%%DATADIR%%/graphics/parchment6.png +%%DATADIR%%/graphics/redparch.png +%%DATADIR%%/graphics/tiles.png +%%DATADIR%%/sounds/AreaIChurchN.ogg +%%DATADIR%%/sounds/AreaIICavesV2N.ogg +%%DATADIR%%/sounds/AreaIIIHellN.ogg +%%DATADIR%%/sounds/EvilFightN.ogg +%%DATADIR%%/sounds/GameOverV2N.ogg +%%DATADIR%%/sounds/HangmansTree.ogg +%%DATADIR%%/sounds/Item.ogg +%%DATADIR%%/sounds/MainTitleN.ogg +%%DATADIR%%/sounds/ManhuntN.ogg +%%DATADIR%%/sounds/ManhuntwoodN.ogg +%%DATADIR%%/sounds/PrayerofHopeN.ogg +%%DATADIR%%/sounds/doorfx.ogg +%%DATADIR%%/sounds/jump.ogg +%%DATADIR%%/sounds/mechanismn.ogg +%%DATADIR%%/sounds/onedeathn.ogg +%%DATADIR%%/sounds/shoot.ogg +%%DATADIR%%/sounds/slash.ogg +share/applications/abbaye.desktop +share/pixmaps/abbaye.png