View | Details | Raw Unified | Return to bug 200112 | Differences between
and this patch

Collapse All | Expand All

(-)devel/hs-ncurses/Makefile (+16 lines)
Line 0 Link Here
1
# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
2
# $FreeBSD$
3
4
PORTNAME=	ncurses
5
PORTVERSION=	0.2.11
6
CATEGORIES=	devel haskell
7
8
MAINTAINER=	lifanov@mail.lifanov.com
9
COMMENT=	Modern Haskell binding to GNU curses
10
11
LICENSE=	GPLv3
12
13
USE_CABAL=	c2hs>=0.15
14
15
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
16
.include <bsd.port.mk>
(-)devel/hs-ncurses/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (cabal/ncurses-0.2.11.tar.gz) = f3dbd238d44c4bf44ccb5364540300bc9a16b539822535f3cd5d9e1189105922
2
SIZE (cabal/ncurses-0.2.11.tar.gz) = 26955
(-)devel/hs-ncurses/pkg-descr (+4 lines)
Line 0 Link Here
1
GNU ncurses is a library for creating command-line application with pseudo-graphical
2
interfaces. This package is a nice, modern binding to GNU ncurses. 
3
4
WWW: https://hackage.haskell.org/package/ncurses
(-)games/hs-scroll/Makefile (+22 lines)
Line 0 Link Here
1
# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
2
# $FreeBSD$
3
4
PORTNAME=	scroll
5
PORTVERSION=	1.20150323
6
CATEGORIES=	games haskell
7
8
MAINTAINER=	lifanov@mail.lifanov.com
9
COMMENT=	Bookworm stuck on a scroll
10
11
LICENSE=	GPLv2
12
13
PACKAGENAME=	${PORTNAME}
14
15
USE_CABAL=	IfElse case-insensitive data-default monad-loops mtl \
16
		optparse-applicative ncurses random text vector
17
18
STANDALONE=	yes
19
EXECUTABLE=	scroll
20
21
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
22
.include <bsd.port.mk>
(-)games/hs-scroll/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (cabal/scroll-1.20150323.tar.gz) = 0dc03b56be5bd2724a3f5e5fff2905587e68032767b23f927b52a462f1dedf1a
2
SIZE (cabal/scroll-1.20150323.tar.gz) = 265531
(-)games/hs-scroll/pkg-descr (+5 lines)
Line 0 Link Here
1
In scroll, you're a bookworm that's stuck on a scroll. You have to dodge
2
between words and use spells to make your way down the page as the scroll
3
is read. Go too slow and you'll get wound up in the scroll and crushed.
4
5
WWW: http://joeyh.name/code/scroll/
(-)lang/ghc/bsd.hackage.mk (+1 lines)
Lines 304-309 Link Here
304
mutable-containers_port=                        devel/hs-mutable-containers
304
mutable-containers_port=                        devel/hs-mutable-containers
305
mwc-random_port=                                math/hs-mwc-random
305
mwc-random_port=                                math/hs-mwc-random
306
mysql_port=                                     databases/hs-mysql
306
mysql_port=                                     databases/hs-mysql
307
ncurses_port=                                   devel/hs-ncurses
307
network_port=                                   net/hs-network
308
network_port=                                   net/hs-network
308
network-info_port=                              net/hs-network-info
309
network-info_port=                              net/hs-network-info
309
network-multicast_port=                         net/hs-network-multicast
310
network-multicast_port=                         net/hs-network-multicast

Return to bug 200112