[64853] trunk/dports/devel

gwright at macports.org gwright at macports.org
Tue Mar 16 07:44:12 PDT 2010


Revision: 64853
          http://trac.macports.org/changeset/64853
Author:   gwright at macports.org
Date:     2010-03-16 07:44:12 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
New port to support darcs 2.4.

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

Added: trunk/dports/devel/hs-hashed-storage/Portfile
===================================================================
--- trunk/dports/devel/hs-hashed-storage/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-hashed-storage/Portfile	2010-03-16 14:44:12 UTC (rev 64853)
@@ -0,0 +1,35 @@
+# $Id: Portfile 40948 2008-10-18 20:05:04Z ryandesign at macports.org $
+
+PortSystem 1.0
+
+PortGroup	haskell 1.0
+haskell.setup	hashed-storage 0.4.7
+maintainers	gwright
+platforms	darwin
+
+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	\
+	index maintains hashes of the plain files and directories). 
+
+checksums	md5     357688675e348eee8c3c60058635f907 \
+		sha1    dc732b95ea3f454d870544012093fd203dd214fd \
+		rmd160  07d11934511f0cb2731faea7f3158067377e4c96
+
+depends_lib	port:ghc		\
+		port:hs-binary		\
+		port:hs-dataenc		\
+		port:hs-mmap
+
+universal_variant	no
+
+configure.args-append	-v --enable-library-profiling	\
+			--with-gcc=${configure.cc}
+
+build.args-append     -v
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100316/4772ef6a/attachment.html>


More information about the macports-changes mailing list