Index: devel/hs-ncurses/Makefile =================================================================== --- devel/hs-ncurses/Makefile (nonexistent) +++ devel/hs-ncurses/Makefile (working copy) @@ -0,0 +1,16 @@ +# Created by: Nikolai Lifanov +# $FreeBSD$ + +PORTNAME= ncurses +PORTVERSION= 0.2.14 +CATEGORIES= devel haskell + +MAINTAINER= lifanov@mail.lifanov.com +COMMENT= Modern Haskell binding to GNU curses + +LICENSE= GPLv3 + +USE_CABAL= c2hs>=0.15 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include Property changes on: devel/hs-ncurses/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/hs-ncurses/distinfo =================================================================== --- devel/hs-ncurses/distinfo (nonexistent) +++ devel/hs-ncurses/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (cabal/ncurses-0.2.14.tar.gz) = 0aec2ed4a70c08d45b225a9096711ef3edf6c4b01e8d4de389069939ff1662cc +SIZE (cabal/ncurses-0.2.14.tar.gz) = 28681 Property changes on: devel/hs-ncurses/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/hs-ncurses/pkg-descr =================================================================== --- devel/hs-ncurses/pkg-descr (nonexistent) +++ devel/hs-ncurses/pkg-descr (working copy) @@ -0,0 +1,5 @@ +GNU ncurses is a library for creating command-line application with +pseudo-graphical interfaces. This package is a nice, modern binding +to GNU ncurses. + +WWW: https://hackage.haskell.org/package/ncurses Property changes on: devel/hs-ncurses/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: games/hs-scroll/Makefile =================================================================== --- games/hs-scroll/Makefile (nonexistent) +++ games/hs-scroll/Makefile (working copy) @@ -0,0 +1,22 @@ +# Created by: Nikolai Lifanov +# $FreeBSD$ + +PORTNAME= scroll +PORTVERSION= 1.20151219 +CATEGORIES= games haskell + +MAINTAINER= lifanov@mail.lifanov.com +COMMENT= Bookworm stuck on a scroll + +LICENSE= GPLv2 + +PACKAGENAME= ${PORTNAME} + +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 Property changes on: games/hs-scroll/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: games/hs-scroll/distinfo =================================================================== --- games/hs-scroll/distinfo (nonexistent) +++ games/hs-scroll/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (cabal/scroll-1.20151219.tar.gz) = 4f91c20e645ee715c9d3549fffffcc58943bee4fb3ba2e622e0189ccb70dd050 +SIZE (cabal/scroll-1.20151219.tar.gz) = 265861 Property changes on: games/hs-scroll/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: games/hs-scroll/pkg-descr =================================================================== --- games/hs-scroll/pkg-descr (nonexistent) +++ games/hs-scroll/pkg-descr (working copy) @@ -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/ Property changes on: games/hs-scroll/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: lang/ghc/bsd.hackage.mk =================================================================== --- lang/ghc/bsd.hackage.mk (revision 404036) +++ lang/ghc/bsd.hackage.mk (working copy) @@ -304,6 +304,7 @@ mutable-containers_port= devel/hs-mutable-containers mwc-random_port= math/hs-mwc-random mysql_port= databases/hs-mysql +ncurses_port= devel/hs-ncurses network_port= net/hs-network network-info_port= net/hs-network-info network-multicast_port= net/hs-network-multicast