Date: Mon, 28 Aug 2017 19:27:28 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448887 - in head/games: . aklabeth Message-ID: <201708281927.v7SJRSv0003058@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Aug 28 19:27:28 2017 New Revision: 448887 URL: https://svnweb.freebsd.org/changeset/ports/448887 Log: - Add games/aklabeth Aklabeth is effectively Ultima 0. This is a port of original version, written in Basic for the Apple II. It's a RPG - sort of. You wander the top world, visit 3D (sort of) dungeons, beat up monsters and perform tasks for the legendary Lord British (AKA Richard Garriott). WWW: http://reconstruction.voyd.net/index.php?event=project&typeKeyword=remakes Added: head/games/aklabeth/ head/games/aklabeth/Makefile (contents, props changed) head/games/aklabeth/distinfo (contents, props changed) head/games/aklabeth/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Mon Aug 28 19:18:56 2017 (r448886) +++ head/games/Makefile Mon Aug 28 19:27:28 2017 (r448887) @@ -32,6 +32,7 @@ SUBDIR += agame SUBDIR += ags SUBDIR += aisleriot + SUBDIR += aklabeth SUBDIR += alephone SUBDIR += alephone-data SUBDIR += alephone-scenarios Added: head/games/aklabeth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/aklabeth/Makefile Mon Aug 28 19:27:28 2017 (r448887) @@ -0,0 +1,37 @@ +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= aklabeth +PORTVERSION= 1.0 +CATEGORIES= games +MASTER_SITES= http://reconstruction.voyd.net/zips/ + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Remake of Richard Garriott's Ultima prequel + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +GNU_CONFIGURE= yes +USE_SDL= sdl + +PLIST_FILES= bin/${PORTNAME} + +PORTDOCS= AUTHORS README + +DESKTOP_ENTRIES="Aklabeth" \ + "" \ + "" \ + "${PORTNAME}" \ + "Game;RolePlaying;" \ + "" + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ +.endfor + +.include <bsd.port.mk> Added: head/games/aklabeth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/aklabeth/distinfo Mon Aug 28 19:27:28 2017 (r448887) @@ -0,0 +1,3 @@ +TIMESTAMP = 1503939995 +SHA256 (aklabeth-1.0.tar.gz) = ce8486519f434a229f002a77cad28cb40e66794225d2b8ac7013ab867c2ff044 +SIZE (aklabeth-1.0.tar.gz) = 235131 Added: head/games/aklabeth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/aklabeth/pkg-descr Mon Aug 28 19:27:28 2017 (r448887) @@ -0,0 +1,8 @@ +Aklabeth is effectively Ultima 0. This is a port of original version, +written in Basic for the Apple II. + +It's a RPG - sort of. You wander the top world, visit 3D (sort of) +dungeons, beat up monsters and perform tasks for the legendary Lord +British (AKA Richard Garriott). + +WWW: http://reconstruction.voyd.net/index.php?event=project&typeKeyword=remakes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708281927.v7SJRSv0003058>