[104311] trunk/dports/devel

sean at macports.org sean at macports.org
Sat Mar 23 09:40:22 PDT 2013


Revision: 104311
          https://trac.macports.org/changeset/104311
Author:   sean at macports.org
Date:     2013-03-23 09:40:22 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
hs-sha: add new port for a suite of digest functions

Added Paths:
-----------
    trunk/dports/devel/hs-sha/
    trunk/dports/devel/hs-sha/Portfile

Added: trunk/dports/devel/hs-sha/Portfile
===================================================================
--- trunk/dports/devel/hs-sha/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-sha/Portfile	2013-03-23 16:40:22 UTC (rev 104311)
@@ -0,0 +1,24 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           haskell 1.0
+
+haskell.setup       SHA 1.6.1
+maintainers         nomaintainer
+platforms           darwin
+universal_variant   no
+
+description         Implementations of the SHA suite of message digest functions
+
+long_description \
+    This library implements the SHA suite of message digest functions, \
+    according to NIST FIPS 180-2 (with the SHA-224 addendum), as well as the SHA-based \
+    HMAC routines. The functions have been tested against most of the NIST and RFC test \
+    vectors for the various functions. While some attention has been paid to performance, \
+    these do not presently reach the speed of well-tuned libraries, like OpenSSL.
+
+checksums           rmd160  01950ac8e056fac60a50135d315a9f1896e031ec \
+                    sha256  fdb9924aa31493ad198e3b3498a8204cc7013e0ef86215faf1c4e435a7166aec
+
+depends_lib         port:hs-binary
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/28345ab7/attachment.html>


More information about the macports-changes mailing list