[65123] trunk/dports/devel

nox at macports.org nox at macports.org
Mon Mar 22 08:18:53 PDT 2010


Revision: 65123
          http://trac.macports.org/changeset/65123
Author:   nox at macports.org
Date:     2010-03-22 08:18:51 -0700 (Mon, 22 Mar 2010)
Log Message:
-----------
Create new port hs-pureMD5

An unrolled implementation of MD5 purely in Haskell.

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

Added: trunk/dports/devel/hs-pureMD5/Portfile
===================================================================
--- trunk/dports/devel/hs-pureMD5/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-pureMD5/Portfile	2010-03-22 15:18:51 UTC (rev 65123)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       haskell 1.0
+
+haskell.setup   pureMD5 1.1.0.0
+name            hs-pureMD5
+platforms       darwin
+categories      devel
+maintainers     nox openmaintainer
+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}
+
+universal_variant no


Property changes on: trunk/dports/devel/hs-pureMD5/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100322/a45b61db/attachment.html>


More information about the macports-changes mailing list