aboutsummaryrefslogtreecommitdiff
path: root/security/hs-entropy
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-13 02:49:00 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-13 02:49:00 +0000
commitd1e4cb2f82e9e3ccead94a5333838ad703557ef9 (patch)
tree6738c72e3f19fef4f1083f868f649189e14b297c /security/hs-entropy
parentb7fae4b3655fa500800af7edf384286ce9eaf18a (diff)
downloadports-d1e4cb2f82e9e3ccead94a5333838ad703557ef9.tar.gz
ports-d1e4cb2f82e9e3ccead94a5333838ad703557ef9.zip
Notes
Diffstat (limited to 'security/hs-entropy')
-rw-r--r--security/hs-entropy/Makefile20
-rw-r--r--security/hs-entropy/distinfo2
-rw-r--r--security/hs-entropy/pkg-descr6
3 files changed, 28 insertions, 0 deletions
diff --git a/security/hs-entropy/Makefile b/security/hs-entropy/Makefile
new file mode 100644
index 000000000000..1b5a8359f011
--- /dev/null
+++ b/security/hs-entropy/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-entropy
+# Date created: July 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= entropy
+PORTVERSION= 0.2.1
+CATEGORIES= security haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= A platform-independent entropy source
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/security/hs-entropy/distinfo b/security/hs-entropy/distinfo
new file mode 100644
index 000000000000..e00187ba7d9c
--- /dev/null
+++ b/security/hs-entropy/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/entropy-0.2.1.tar.gz) = 3a332d4b5330c81ae16a8705462ffdf70bbb38f3380cd2cee4e23df7db86e8e2
+SIZE (cabal/entropy-0.2.1.tar.gz) = 3109
diff --git a/security/hs-entropy/pkg-descr b/security/hs-entropy/pkg-descr
new file mode 100644
index 000000000000..9446ad8adef8
--- /dev/null
+++ b/security/hs-entropy/pkg-descr
@@ -0,0 +1,6 @@
+A platform independent method to obtain cryptographically strong entropy
+(urandom on Linux, CryptAPI on Windows, patches welcome). Users looking
+for cryptographically strong (number-theoretically sound) PRNGs should
+see the DRBG package too!
+
+WWW: http://trac.haskell.org/crypto-api/wiki