[59416] trunk/dports/devel/caml-bin-prot/Portfile
avsm at macports.org
avsm at macports.org
Wed Oct 14 13:26:53 PDT 2009
Revision: 59416
http://trac.macports.org/changeset/59416
Author: avsm at macports.org
Date: 2009-10-14 13:26:49 -0700 (Wed, 14 Oct 2009)
Log Message:
-----------
update to caml-bin-prot-1.2.20, add long_description, make build reliable by disabling parallel build
Modified Paths:
--------------
trunk/dports/devel/caml-bin-prot/Portfile
Modified: trunk/dports/devel/caml-bin-prot/Portfile
===================================================================
--- trunk/dports/devel/caml-bin-prot/Portfile 2009-10-14 20:21:03 UTC (rev 59415)
+++ trunk/dports/devel/caml-bin-prot/Portfile 2009-10-14 20:26:49 UTC (rev 59416)
@@ -2,10 +2,17 @@
PortSystem 1.0
name caml-bin-prot
-version 1.2.10
+version 1.2.20
categories devel ml
maintainers erickt openmaintainer
description A binary protocol generator
+long_description This library contains functionality for reading and writing OCaml-values \
+ in a type-safe binary protocol. These functions are extremely efficient and \
+ provide users with a convenient and safe way of performing I/O on any \
+ extensionally defined data type. This means that functions, objects, and \
+ values whose type is bound through a polymorphic record field are not \
+ supported, but everything else is.
+
homepage http://ocaml.janestreet.com/?q=node/13
platforms darwin
master_sites http://www.janestreet.com/ocaml
@@ -13,13 +20,14 @@
distfiles bin-prot-release-${version}.tar.gz
worksrcdir bin-prot-release-${version}
-checksums md5 ad3fc9fe56e1c7c6252cd5773947ea04 \
- sha1 8cb2d87754d6e41a3c2221657f238fb7c726974a \
- rmd160 57b04b87dae398a1ce61f7736e3a92b7516cfc60
+checksums md5 e87e2c76d53b6ff38e276053bd78a787 \
+ sha1 8dcf1f8b5465b5db630fbabbe9a6b9c1a9ebca05 \
+ rmd160 b6312efedfbfabd7de6a5ff76c4d6bde657c96cb
depends_lib port:ocaml port:caml-findlib port:caml-ounit
use_configure no
+use_parallel_build no
build.env PREFIX=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091014/6b7a7b9f/attachment.html>
More information about the macports-changes
mailing list