Skip to content

Commit

Permalink
Add devel/hs-ncurses
Browse files Browse the repository at this point in the history
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
PR:			200112
  • Loading branch information
pgj committed Feb 19, 2016
1 parent cb7b84e commit 63e2465
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
18 changes: 18 additions & 0 deletions devel/hs-ncurses/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
# $FreeBSD$

PORTNAME= ncurses
PORTVERSION= 0.2.15
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT= Modernised Haskell binding to GNU ncurses

LICENSE= GPLv3

USE_CABAL= c2hs>=0.15

USES= ncurses

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
2 changes: 2 additions & 0 deletions devel/hs-ncurses/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SHA256 (cabal/ncurses-0.2.15.tar.gz) = d66088846d7b82ac7921a81e6456492277f1d81c0b115afe1a35b23e0ec0b198
SIZE (cabal/ncurses-0.2.15.tar.gz) = 29112
5 changes: 5 additions & 0 deletions devel/hs-ncurses/pkg-descr
Original file line number Diff line number Diff line change
@@ -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://john-millikin.com/software/haskell-ncurses/
1 change: 1 addition & 0 deletions lang/ghc/bsd.hackage.mk
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ mutable-containers_port= devel/hs-mutable-containers
mwc-random_port= math/hs-mwc-random
mysql_port= databases/hs-mysql
mysql-simple_port= databases/hs-mysql-simple
ncurses_port= devel/hs-ncurses # lib_depends
network_port= net/hs-network
network-fancy_port= net/hs-network-fancy
network-info_port= net/hs-network-info
Expand Down

0 comments on commit 63e2465

Please sign in to comment.