aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-06-24 18:12:27 +0800
committerpgj <pgj@FreeBSD.org>2012-06-24 18:12:27 +0800
commit9112ce70208fa3612da424e0000796909de58487 (patch)
tree1f53c7544cc60946a160c9d2c686f000db70bf4e /devel
parent0c048b0c0709f55d888692938826a556c160c388 (diff)
downloadfreebsd-ports-gnome-9112ce70208fa3612da424e0000796909de58487.tar.gz
freebsd-ports-gnome-9112ce70208fa3612da424e0000796909de58487.tar.zst
freebsd-ports-gnome-9112ce70208fa3612da424e0000796909de58487.zip
Prevent or capture writing to stdout and other handles.
WWW: https://github.com/trystan/silently Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/hs-silently/Makefile18
-rw-r--r--devel/hs-silently/distinfo2
-rw-r--r--devel/hs-silently/pkg-descr3
4 files changed, 24 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 067088b7b1bd..3919e09a7088 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -691,6 +691,7 @@
SUBDIR += hs-resourcet
SUBDIR += hs-safe
SUBDIR += hs-show
+ SUBDIR += hs-silently
SUBDIR += hs-smallcheck
SUBDIR += hs-split
SUBDIR += hs-stm
diff --git a/devel/hs-silently/Makefile b/devel/hs-silently/Makefile
new file mode 100644
index 000000000000..ff009d36eafd
--- /dev/null
+++ b/devel/hs-silently/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: hs-silently
+# Date created: June 10, 2012
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= silently
+PORTVERSION= 1.1.5
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Prevent or capture writing to stdout and other handles
+
+LICENSE= BSD
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-silently/distinfo b/devel/hs-silently/distinfo
new file mode 100644
index 000000000000..bccd2b78b2a3
--- /dev/null
+++ b/devel/hs-silently/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/silently-1.1.5.tar.gz) = a5ce8c84c2799295314bfcf281fe55679331bd457e88f0a4f4741ca351531fe7
+SIZE (cabal/silently-1.1.5.tar.gz) = 2552
diff --git a/devel/hs-silently/pkg-descr b/devel/hs-silently/pkg-descr
new file mode 100644
index 000000000000..84ac5d6941dc
--- /dev/null
+++ b/devel/hs-silently/pkg-descr
@@ -0,0 +1,3 @@
+Prevent or capture writing to stdout and other handles.
+
+WWW: https://github.com/trystan/silently