[106846] trunk/dports/devel/hs-hashed-storage/Portfile

cal at macports.org cal at macports.org
Sat Jun 8 19:13:12 PDT 2013


Revision: 106846
          https://trac.macports.org/changeset/106846
Author:   cal at macports.org
Date:     2013-06-08 19:13:12 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
hs-hashed-storage: update to 0.5.10, for rebuild, add dependencies, update description

Modified Paths:
--------------
    trunk/dports/devel/hs-hashed-storage/Portfile

Modified: trunk/dports/devel/hs-hashed-storage/Portfile
===================================================================
--- trunk/dports/devel/hs-hashed-storage/Portfile	2013-06-09 02:07:35 UTC (rev 106845)
+++ trunk/dports/devel/hs-hashed-storage/Portfile	2013-06-09 02:13:12 UTC (rev 106846)
@@ -1,31 +1,31 @@
+# -*- 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
+PortSystem          1.0
+PortGroup           haskell 1.0
 
-PortGroup	haskell 1.0
-haskell.setup	hashed-storage 0.5.6
-revision	1
-maintainers	gwright
-platforms	darwin
+haskell.setup       hashed-storage 0.5.10
+checksums           rmd160  c1ec485b5a8aa08f749953a71afa0ac31a42b345 \
+                    sha256  05824a4cedd2be03444fd0bc664f5c94f6edc50005f1a8f99657150fa6cdedcc
+
+maintainers         gwright
+platforms           darwin
 license             BSD
 
-description	Hashed file storage support code.
+description         Hashed file storage support code.
 long_description	\
-	Support code for reading and manipulating hashed file storage	\
-	(where each file and directory is associated with a		\
-	cryptographic hash, for corruption-resistant storage and fast	\
-	comparisons).							\
-									\
-	The supported storage formats include darcs hashed pristine,	\
-	a plain filesystem tree and an indexed plain tree (where the	\
+	Support code for reading and manipulating hashed file storage \
+	(where each file and directory is associated with a \
+	cryptographic hash, for corruption-resistant storage and fast \
+	comparisons). \
+	\
+	The supported storage formats include darcs hashed pristine, \
+	a plain filesystem tree and an indexed plain tree (where the \
 	index maintains hashes of the plain files and directories). 
 
-checksums	md5     624ad03c37c3953e6a3214d1a650e163 \
-		sha1    656db2c658e64e8aa4542277cbdb3e1b42ae270b \
-		rmd160  34f78657ff4ab747e81647548877fb99e9e431aa
-
-depends_lib-append \
-		port:hs-binary		\
-		port:hs-dataenc		\
-		port:hs-mmap		\
-		port:hs-zlib
+depends_lib-append  port:hs-binary \
+                    port:hs-dataenc \
+                    port:hs-extensible-exceptions \
+                    port:hs-mmap \
+                    port:hs-mtl \
+                    port:hs-zlib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/61474f75/attachment.html>


More information about the macports-changes mailing list