1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

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/

PR:		200112
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2016-02-19 20:38:29 +00:00
parent c28eb0e90f
commit 8036e6ca81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409201
5 changed files with 27 additions and 0 deletions

View File

@ -948,6 +948,7 @@
SUBDIR += hs-mueval
SUBDIR += hs-murmur-hash
SUBDIR += hs-mutable-containers
SUBDIR += hs-ncurses
SUBDIR += hs-newtype
SUBDIR += hs-old-locale
SUBDIR += hs-old-time

18
devel/hs-ncurses/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/ncurses-0.2.15.tar.gz) = d66088846d7b82ac7921a81e6456492277f1d81c0b115afe1a35b23e0ec0b198
SIZE (cabal/ncurses-0.2.15.tar.gz) = 29112

View File

@ -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/

View File

@ -304,6 +304,7 @@ murmur-hash_port= devel/hs-murmur-hash
mutable-containers_port= devel/hs-mutable-containers
mwc-random_port= math/hs-mwc-random
mysql_port= databases/hs-mysql
ncurses_port= devel/hs-ncurses # lib_depends
network_port= net/hs-network
network-info_port= net/hs-network-info
network-multicast_port= net/hs-network-multicast