[104535] trunk/dports/devel
larryv at macports.org
larryv at macports.org
Tue Mar 26 23:39:08 PDT 2013
Revision: 104535
https://trac.macports.org/changeset/104535
Author: larryv at macports.org
Date: 2013-03-26 23:39:08 -0700 (Tue, 26 Mar 2013)
Log Message:
-----------
hs-unordered-containers: New port.
Added Paths:
-----------
trunk/dports/devel/hs-unordered-containers/
trunk/dports/devel/hs-unordered-containers/Portfile
Added: trunk/dports/devel/hs-unordered-containers/Portfile
===================================================================
--- trunk/dports/devel/hs-unordered-containers/Portfile (rev 0)
+++ trunk/dports/devel/hs-unordered-containers/Portfile 2013-03-27 06:39:08 UTC (rev 104535)
@@ -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 unordered-containers 0.2.3.0
+platforms darwin
+license BSD
+maintainers nomaintainer
+
+description Efficient hashing-based container types
+long_description Efficient hashing-based container types. The \
+ containers have been optimized for performance \
+ critical use, both in terms of large data quantities \
+ and high speed. The declared cost of each operation \
+ is either worst-case or amortized, but remains valid \
+ even if structures are shared.
+
+checksums rmd160 91b7d7c2138de34b3b690efe294d90022e04d8b3 \
+ sha256 edb6a442ef9fcf4ce59f66871d51df5c012345fce95970127e75b62e5396efef
+
+depends_lib-append port:hs-hashable
Property changes on: trunk/dports/devel/hs-unordered-containers/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/20130326/69230f31/attachment-0001.html>
More information about the macports-changes
mailing list