Revision
93921
Author
mww@macports.org
Date
2012-06-04 06:13:12 -0700 (Mon, 04 Jun 2012)

Log Message

ocaml-pipebang: new port

Modified Paths

Added Paths

Diff

Modified: trunk/dports/devel/ocaml-pipebang/Portfile (93918 => 93921)


--- trunk/dports/devel/ocaml-variantslib/Portfile	2012-06-04 13:04:49 UTC (rev 93918)
+++ trunk/dports/devel/ocaml-pipebang/Portfile	2012-06-04 13:13:12 UTC (rev 93921)
@@ -3,21 +3,21 @@
 PortSystem 1.0
 PortGroup ocaml 1.0
 
-name                ocaml-variantslib
+name                ocaml-pipebang
 version             108.00.01
 categories          devel ml
 platforms           darwin
 license             LGPL-2.1
 maintainers         mww openmaintainer
-description         OCaml variants as first class values
+description         Syntax extension to transform x |! f into f x
 long_description    ${description}
 
 homepage            https://bitbucket.org/yminsky/ocaml-core/
 master_sites        https://bitbucket.org/yminsky/ocaml-core/downloads/
-distname            variantslib-${version}
+distname            pipebang-${version}
 
-checksums           rmd160  8568aca7574ec009326392312dc4844ae9a55334 \
-                    sha256  8c019a22009022f024972885a7988be44e4cad13f16753d179072b21d7f326a1
+checksums           rmd160  56a405aef57766e4ef7c5cd135b175bcdc8f9167 \
+                    sha256  675411f4f71aa6f8161aebec61f39d0ff2e59dcac938879fa206d8b6faab201c
 
 depends_lib         port:ocaml port:ocaml-findlib port:ocaml-type-conv