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.14
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.14.tar.gz) = 0aec2ed4a70c08d45b225a9096711ef3edf6c4b01e8d4de389069939ff1662cc
2
SIZE (cabal/ncurses-0.2.14.tar.gz) = 28681
(-)devel/hs-ncurses/pkg-descr (+5 lines)
Line 0 Link Here
1
GNU ncurses is a library for creating command-line application with
2
pseudo-graphical interfaces. This package is a nice, modern binding
3
to GNU ncurses. 
4
5
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.20151219
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.20151219.tar.gz) = 4f91c20e645ee715c9d3549fffffcc58943bee4fb3ba2e622e0189ccb70dd050
2
SIZE (cabal/scroll-1.20151219.tar.gz) = 265861
(-)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