[109549] trunk/dports/devel

cal at macports.org cal at macports.org
Sat Aug 17 07:33:31 PDT 2013


Revision: 109549
          https://trac.macports.org/changeset/109549
Author:   cal at macports.org
Date:     2013-08-17 07:33:31 -0700 (Sat, 17 Aug 2013)
Log Message:
-----------
hs-pureMD5: rename to canonical case, update to 2.1.2.1, rebuild with GHC 7

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

Removed Paths:
-------------
    trunk/dports/devel/hs-pureMD5/
    trunk/dports/devel/hs-puremd5/Portfile

Deleted: trunk/dports/devel/hs-puremd5/Portfile
===================================================================
--- trunk/dports/devel/hs-pureMD5/Portfile	2013-08-17 09:02:38 UTC (rev 109543)
+++ trunk/dports/devel/hs-puremd5/Portfile	2013-08-17 14:33:31 UTC (rev 109549)
@@ -1,26 +0,0 @@
-# $Id$
-
-PortSystem      1.0
-PortGroup       haskell 1.0
-
-haskell.setup   pureMD5 1.1.0.0
-revision        1
-name            hs-pureMD5
-platforms       darwin
-maintainers     nomaintainer
-license         BSD
-description     An unrolled implementation of MD5 purely in Haskell.
-
-long_description \
-    ${description}
-
-checksums       md5     334909c4c030d29a4f09c4815b61febc \
-                sha1    073ba9b23c71e3546dfb05998a267a38055a4b94 \
-                rmd160  7b2a29d54441614ffd1ba690fe8f31e5e0abc7d2
-
-depends_build-append \
-    port:hs-binary \
-    port:hs-cereal
-
-configure.args-append \
-    --docdir=${prefix}/share/doc/${name}

Copied: trunk/dports/devel/hs-puremd5/Portfile (from rev 109529, trunk/dports/devel/hs-extensible-exceptions/Portfile)
===================================================================
--- trunk/dports/devel/hs-puremd5/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-puremd5/Portfile	2013-08-17 14:33:31 UTC (rev 109549)
@@ -0,0 +1,23 @@
+# -*- 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       pureMD5 2.1.2.1
+checksums           rmd160  b7c9c28e3422e8b1b14a3ad0b73feaee4576e017 \
+                    sha256  6768174686d5eaef76b487f6f8160a932c48012668fbe542e7aba489134956ff
+
+license             BSD
+maintainers         cal openmaintainer
+platforms           darwin
+
+description         A Haskell-only implementation of the MD5 digest (hash) algorithm
+long_description    \
+    A Haskell-only implementation of the MD5 digest (hash) algorithm. This now \
+    supports the crypto-api class interface.
+
+depends_lib-append  port:hs-binary \
+                    port:hs-cereal \
+                    port:hs-crypto-api \
+                    port:hs-tagged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130817/b0b282c0/attachment.html>


More information about the macports-changes mailing list