aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2011-05-09 03:21:29 +0800
committerashish <ashish@FreeBSD.org>2011-05-09 03:21:29 +0800
commit0cbdc65b2f9ab1ce3e731c55035d0ed84ecfef7c (patch)
tree9fce6dc695840a8f679000d738966f5cc51adab4
parentb3c844a07f35fb0671bcb077103acdc8d8de941d (diff)
downloadfreebsd-ports-gnome-0cbdc65b2f9ab1ce3e731c55035d0ed84ecfef7c.tar.gz
freebsd-ports-gnome-0cbdc65b2f9ab1ce3e731c55035d0ed84ecfef7c.tar.zst
freebsd-ports-gnome-0cbdc65b2f9ab1ce3e731c55035d0ed84ecfef7c.zip
A modular composable concurrency abstraction.
WWW: http://hackage.haskell.org/package/stm Approved by: pgj (mentor) Obtained from: FreeBSD Haskell
-rw-r--r--devel/hs-stm/Makefile20
-rw-r--r--devel/hs-stm/distinfo2
-rw-r--r--devel/hs-stm/pkg-descr3
3 files changed, 25 insertions, 0 deletions
diff --git a/devel/hs-stm/Makefile b/devel/hs-stm/Makefile
new file mode 100644
index 000000000000..cd5bd52737b1
--- /dev/null
+++ b/devel/hs-stm/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-stm
+# Date created: March 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= stm
+PORTVERSION= 2.2.0.1
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Software Transactional Memory
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-stm/distinfo b/devel/hs-stm/distinfo
new file mode 100644
index 000000000000..7e7ca3151dfa
--- /dev/null
+++ b/devel/hs-stm/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/stm-2.2.0.1.tar.gz) = 18495d8fd1b280f7fc7efdfa7e97b5112e261eaf2c7c476b3da769e748201ddc
+SIZE (cabal/stm-2.2.0.1.tar.gz) = 6033
diff --git a/devel/hs-stm/pkg-descr b/devel/hs-stm/pkg-descr
new file mode 100644
index 000000000000..c980d54cf127
--- /dev/null
+++ b/devel/hs-stm/pkg-descr
@@ -0,0 +1,3 @@
+A modular composable concurrency abstraction.
+
+WWW: http://hackage.haskell.org/package/stm