Date: Fri, 19 Feb 2016 20:43:06 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409202 - in head: games games/hs-scroll lang/ghc Message-ID: <201602192043.u1JKh6lk029408@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pgj Date: Fri Feb 19 20:43:06 2016 New Revision: 409202 URL: https://svnweb.freebsd.org/changeset/ports/409202 Log: In scroll, you're a bookworm that's stuck on a scroll. You have to dodge between words and use spells to make your way down the page as the scroll is read. Go too slow and you'll get wound up in the scroll and crushed. WWW: http://joeyh.name/code/scroll/ PR: 200112 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> Obtained from: FreeBSD Haskell Added: head/games/hs-scroll/ head/games/hs-scroll/Makefile (contents, props changed) head/games/hs-scroll/distinfo (contents, props changed) head/games/hs-scroll/pkg-descr (contents, props changed) Modified: head/games/Makefile head/lang/ghc/bsd.hackage.mk Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Fri Feb 19 20:38:29 2016 (r409201) +++ head/games/Makefile Fri Feb 19 20:43:06 2016 (r409202) @@ -411,6 +411,7 @@ SUBDIR += hoichess SUBDIR += holotz-castle SUBDIR += hoverboard-sdl + SUBDIR += hs-scroll SUBDIR += hypatia_engine SUBDIR += iagno SUBDIR += icbm3d Added: head/games/hs-scroll/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/hs-scroll/Makefile Fri Feb 19 20:43:06 2016 (r409202) @@ -0,0 +1,22 @@ +# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com> +# $FreeBSD$ + +PORTNAME= scroll +PORTVERSION= 1.20151219 +CATEGORIES= games haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= A roguelike game + +LICENSE= GPLv2 + +PKGNAMEPREFIX= + +USE_CABAL= IfElse case-insensitive data-default monad-loops mtl \ + optparse-applicative ncurses random text vector + +STANDALONE= yes +EXECUTABLE= scroll + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> Added: head/games/hs-scroll/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/hs-scroll/distinfo Fri Feb 19 20:43:06 2016 (r409202) @@ -0,0 +1,2 @@ +SHA256 (cabal/scroll-1.20151219.tar.gz) = 4f91c20e645ee715c9d3549fffffcc58943bee4fb3ba2e622e0189ccb70dd050 +SIZE (cabal/scroll-1.20151219.tar.gz) = 265861 Added: head/games/hs-scroll/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/hs-scroll/pkg-descr Fri Feb 19 20:43:06 2016 (r409202) @@ -0,0 +1,5 @@ +In scroll, you're a bookworm that's stuck on a scroll. You have to dodge +between words and use spells to make your way down the page as the scroll +is read. Go too slow and you'll get wound up in the scroll and crushed. + +WWW: http://joeyh.name/code/scroll/ Modified: head/lang/ghc/bsd.hackage.mk ============================================================================== --- head/lang/ghc/bsd.hackage.mk Fri Feb 19 20:38:29 2016 (r409201) +++ head/lang/ghc/bsd.hackage.mk Fri Feb 19 20:43:06 2016 (r409202) @@ -370,6 +370,7 @@ safe_port= SafeSemaphore_port= devel/hs-SafeSemaphore sandi_port= converters/hs-sandi scientific_port= devel/hs-scientific +scroll_port= games/hs-scroll # executable securemem_port= devel/hs-securemem semigroupoids_port= math/hs-semigroupoids semigroups_port= math/hs-semigroups
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602192043.u1JKh6lk029408>