From owner-svn-ports-head@freebsd.org Fri Feb 19 20:43:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D138AAC705; Fri, 19 Feb 2016 20:43:08 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 32C2E109D; Fri, 19 Feb 2016 20:43:08 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JKh7TW029413; Fri, 19 Feb 2016 20:43:07 GMT (envelope-from pgj@FreeBSD.org) Received: (from pgj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JKh6lk029408; Fri, 19 Feb 2016 20:43:06 GMT (envelope-from pgj@FreeBSD.org) Message-Id: <201602192043.u1JKh6lk029408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgj set sender to pgj@FreeBSD.org using -f From: Gabor Pali Date: Fri, 19 Feb 2016 20:43:06 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 20:43:08 -0000 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 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 +# $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 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