Ticket #25853: Portfile-ocamlduce.diff

File Portfile-ocamlduce.diff, 1.8 KB (added by knaack@…, 14 years ago)
  • Portfile

    old new  
    22
    33PortSystem          1.0
    44name                ocamlduce
    5 version             3.08.4pl3
     5version             0.5.3
    66revision            1
    77categories          lang ml
    88maintainers         recoil.org:anil
     
    1010long_description    OCamlDuce is a merger between OCaml and CDuce. It \
    1111                    comes as a modified version of OCaml which integrates \
    1212                    CDuce features: expressions, types, patterns.
     13
    1314homepage            http://www.cduce.org/ocaml.html
    1415platforms           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
     17master_sites        http://pauillac.inria.fr/~frisch/ocamlcduce/download/ \
     18                    http://www.cduce.org/download/
     19
     20distname            cduce-${version}
     21
     22checksums           md5 5506326db28419b3f578ff225417448f \
     23                    sha1 e59335983583675e06df60bcfb39b3b8b5388f06 \
     24                    rmd160 8764d08d44d8ef27539358493068ad739e1399a9
     25
     26depends_lib         port:ocaml \
     27                    port:caml-ulex \
     28                    port:caml-findlib \
     29                    port:caml-pcre \
     30                    port:caml-ocamlnet
    2431
    2532post-destroot {
    2633        system "ranlib ${destroot}${prefix}/lib/ocaml/ocamlduce.a"
    2734}
     35
     36livecheck.type       regex
     37livecheck.url        http://www.cduce.org/download/
     38livecheck.version    ${version}
     39livecheck.regex      {>cduce-(.*).tar}