Ticket #25853: Portfile-ocamlduce.diff
File Portfile-ocamlduce.diff, 1.8 KB (added by knaack@…, 14 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name ocamlduce 5 version 3.08.4pl35 version 0.5.3 6 6 revision 1 7 7 categories lang ml 8 8 maintainers recoil.org:anil … … 10 10 long_description OCamlDuce is a merger between OCaml and CDuce. It \ 11 11 comes as a modified version of OCaml which integrates \ 12 12 CDuce features: expressions, types, patterns. 13 13 14 homepage http://www.cduce.org/ocaml.html 14 15 platforms darwin 15 master_sites http://pauillac.inria.fr/~frisch/ocamlcduce/download/ 16 worksrcdir ocaml-sub 17 build.target opt 18 build.args -f Makefile.ocamlduce 19 destroot.args -f Makefile.ocamlduce 20 patchfiles patch-Makefile.ocamlduce.diff 21 configure.pre_args -prefix ${prefix} 22 checksums md5 16e69929c9fbe57642dd700bb595360e 23 depends_lib bin:camlp4:ocaml 16 17 master_sites http://pauillac.inria.fr/~frisch/ocamlcduce/download/ \ 18 http://www.cduce.org/download/ 19 20 distname cduce-${version} 21 22 checksums md5 5506326db28419b3f578ff225417448f \ 23 sha1 e59335983583675e06df60bcfb39b3b8b5388f06 \ 24 rmd160 8764d08d44d8ef27539358493068ad739e1399a9 25 26 depends_lib port:ocaml \ 27 port:caml-ulex \ 28 port:caml-findlib \ 29 port:caml-pcre \ 30 port:caml-ocamlnet 24 31 25 32 post-destroot { 26 33 system "ranlib ${destroot}${prefix}/lib/ocaml/ocamlduce.a" 27 34 } 35 36 livecheck.type regex 37 livecheck.url http://www.cduce.org/download/ 38 livecheck.version ${version} 39 livecheck.regex {>cduce-(.*).tar}