[100404] trunk/dports/devel/hs-binary/Portfile

cal at macports.org cal at macports.org
Mon Dec 10 15:57:29 PST 2012


Revision: 100404
          https://trac.macports.org/changeset/100404
Author:   cal at macports.org
Date:     2012-12-10 15:57:28 -0800 (Mon, 10 Dec 2012)
Log Message:
-----------
hs-binary: update to 0.6.4.0

Modified Paths:
--------------
    trunk/dports/devel/hs-binary/Portfile

Modified: trunk/dports/devel/hs-binary/Portfile
===================================================================
--- trunk/dports/devel/hs-binary/Portfile	2012-12-10 23:57:14 UTC (rev 100403)
+++ trunk/dports/devel/hs-binary/Portfile	2012-12-10 23:57:28 UTC (rev 100404)
@@ -1,30 +1,20 @@
+# -*- 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
+PortSystem          1.0
+PortGroup           haskell 1.0
 
-haskell.setup	binary 0.5.0.2
-license		BSD
-maintainers	nomaintainer
-platforms	darwin
+haskell.setup       binary 0.6.4.0
+license             BSD
+maintainers         cal openmaintainer
+platforms           darwin
 
-description	Binary serialization for haskell values
-long_description	\
-	Efficient, pure binary serialisation using lazy ByteStrings.	\
-	Haskell values may be encoded to and from binary formats,	\
-	written to disk as binary, or sent over the network.		\
-	Serialisation speeds of over 1 G/sec have been observed, so	\
-	this library should be suitable for high performance scenarios.
+checksums           rmd160  29b02adb4bdb1a3eb614b201188e5647cbba46b9 \
+                    sha256  f0350fe8f767c4b5e9c0fb757ec3835c05e8b61c6d6da1485f85460ebf03086f
 
-checksums	md5     6bf8f3d1441602c9ab09a75e3bd6e926 \
-		sha1    bb680c03dbae2765e14d91376440b762bb4b65a4 \
-		rmd160  a4bb4be2071e33a2c43fea4c1fa6f103733c0753
-
-depends_lib	port:ghc
-
-universal_variant	no
-
-configure.args-append	-v --enable-library-profiling	\
-			--with-gcc=${configure.cc}
-
-build.args-append     -v
+description         Efficient, pure binary serialisation using lazy ByteStrings.
+long_description    ${description}\
+    Haskell values may be encoded to and from binary formats, written to disk as \
+    binary, or sent over the network. Serialisation speeds of over 1 G/sec have \
+    been observed, so this library should be suitable for high performance \
+    scenarios.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121210/373ac37d/attachment.html>


More information about the macports-changes mailing list