svn commit: r409201 - in head: devel devel/hs-ncurses lang/ghc

Gabor Pali pgj at FreeBSD.org
Fri Feb 19 20:38:32 UTC 2016


Author: pgj
Date: Fri Feb 19 20:38:29 2016
New Revision: 409201
URL: https://svnweb.freebsd.org/changeset/ports/409201

Log:
  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 at mail.lifanov.com>
  Obtained from:	FreeBSD Haskell

Added:
  head/devel/hs-ncurses/
  head/devel/hs-ncurses/Makefile   (contents, props changed)
  head/devel/hs-ncurses/distinfo   (contents, props changed)
  head/devel/hs-ncurses/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile
  head/lang/ghc/bsd.hackage.mk

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Feb 19 20:25:34 2016	(r409200)
+++ head/devel/Makefile	Fri Feb 19 20:38:29 2016	(r409201)
@@ -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

Added: head/devel/hs-ncurses/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/hs-ncurses/Makefile	Fri Feb 19 20:38:29 2016	(r409201)
@@ -0,0 +1,18 @@
+# Created by: Nikolai Lifanov <lifanov at mail.lifanov.com>
+# $FreeBSD$
+
+PORTNAME=	ncurses
+PORTVERSION=	0.2.15
+CATEGORIES=	devel haskell
+
+MAINTAINER=	haskell at 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>

Added: head/devel/hs-ncurses/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/hs-ncurses/distinfo	Fri Feb 19 20:38:29 2016	(r409201)
@@ -0,0 +1,2 @@
+SHA256 (cabal/ncurses-0.2.15.tar.gz) = d66088846d7b82ac7921a81e6456492277f1d81c0b115afe1a35b23e0ec0b198
+SIZE (cabal/ncurses-0.2.15.tar.gz) = 29112

Added: head/devel/hs-ncurses/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/hs-ncurses/pkg-descr	Fri Feb 19 20:38:29 2016	(r409201)
@@ -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/

Modified: head/lang/ghc/bsd.hackage.mk
==============================================================================
--- head/lang/ghc/bsd.hackage.mk	Fri Feb 19 20:25:34 2016	(r409200)
+++ head/lang/ghc/bsd.hackage.mk	Fri Feb 19 20:38:29 2016	(r409201)
@@ -304,6 +304,7 @@ murmur-hash_port=                       
 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


More information about the svn-ports-all mailing list