Ticket #25853: ocamlduce-3.12.0.0.diff
File ocamlduce-3.12.0.0.diff, 1.6 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 5 name ocamlduce 5 version 3. 08.4pl36 revision16 version 3.12.0.0 7 set download_id 441 7 8 categories lang ml 8 9 maintainers nomaintainer 9 10 description Objective Caml extensions for manipulating XML 10 11 long_description OCamlDuce is a merger between OCaml and CDuce. It \ 11 12 comes as a modified version of OCaml which integrates \ 12 13 CDuce features: expressions, types, patterns. 13 homepage http ://www.cduce.org/ocaml.html14 homepage https://forge.ocamlcore.org/projects/ocamlduce/ 14 15 platforms darwin 15 master_sites http://pauillac.inria.fr/~frisch/ocamlcduce/download/ 16 worksrcdir ocaml-sub 16 master_sites https://forge.ocamlcore.org/frs/download.php/${download_id} 17 17 build.target opt 18 18 build.args -f Makefile.ocamlduce 19 19 destroot.args -f Makefile.ocamlduce 20 20 patchfiles patch-Makefile.ocamlduce.diff 21 configure.universal_args-delete --disable-dependency-tracking22 21 configure.pre_args -prefix ${prefix} 23 checksums md5 16e69929c9fbe57642dd700bb595360e24 depends_lib bin:camlp4:ocaml25 22 23 checksums sha1 1cc8cb089edeb438d57b50b51c0dda1f35476927 \ 24 rmd160 4deee8799ec1c8c519e008a7d7d920f424ae2f24 25 26 depends_lib port:ocaml 27 26 28 # ocaml is not universal 27 29 universal_variant no 28 30