aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-largeword
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-13 10:19:28 +0800
committerpgj <pgj@FreeBSD.org>2012-02-13 10:19:28 +0800
commit15cf5a2c5e2a9a316be86628f333cddb56edc562 (patch)
tree01cc8b042b6516c560bec263344dab8f0b25e5e3 /devel/hs-largeword
parentbc6b5840f2bcc2416253d3e873bd85dc68333c09 (diff)
downloadfreebsd-ports-gnome-15cf5a2c5e2a9a316be86628f333cddb56edc562.tar.gz
freebsd-ports-gnome-15cf5a2c5e2a9a316be86628f333cddb56edc562.tar.zst
freebsd-ports-gnome-15cf5a2c5e2a9a316be86628f333cddb56edc562.zip
Provides Word128, Word192 and Word256 and a way of producing other large
words if required. WWW: http://trac.haskell.org/largeword/wiki Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel/hs-largeword')
-rw-r--r--devel/hs-largeword/Makefile20
-rw-r--r--devel/hs-largeword/distinfo2
-rw-r--r--devel/hs-largeword/pkg-descr4
3 files changed, 26 insertions, 0 deletions
diff --git a/devel/hs-largeword/Makefile b/devel/hs-largeword/Makefile
new file mode 100644
index 000000000000..7b775934f8fd
--- /dev/null
+++ b/devel/hs-largeword/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-largeword
+# Date created: July 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= largeword
+PORTVERSION= 1.0.1
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Provides a way of producing other large words
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-largeword/distinfo b/devel/hs-largeword/distinfo
new file mode 100644
index 000000000000..c67cc0ff213c
--- /dev/null
+++ b/devel/hs-largeword/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/largeword-1.0.1.tar.gz) = d93f9150c7d01531442c0362b07f5c38420da90f8698299a1a577120c464734e
+SIZE (cabal/largeword-1.0.1.tar.gz) = 1839
diff --git a/devel/hs-largeword/pkg-descr b/devel/hs-largeword/pkg-descr
new file mode 100644
index 000000000000..7951c5902fb4
--- /dev/null
+++ b/devel/hs-largeword/pkg-descr
@@ -0,0 +1,4 @@
+Provides Word128, Word192 and Word256 and a way of producing other large
+words if required.
+
+WWW: http://trac.haskell.org/largeword/wiki