Commits

Landon Fuller authored 0b0e0bd899f
ocaml-ounit: resurrect and update to 2.0.8

See: https://github.com/macports/macports-ports/commit/639b06ce5ed6fb597da272ace3e79f8f661369e2
No tags

ocaml/ocaml-ounit/Portfile

Added
1 +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 +
3 +PortSystem 1.0
4 +PortGroup ocaml 1.1
5 +
6 +name ocaml-ounit
7 +version 2.0.8
8 +categories ocaml devel
9 +maintainers {landonf @landonf} openmaintainer
10 +license MIT
11 +description Unit test framework for OCaml
12 +long_description OUnit is a unit test framework for OCaml. \
13 + It allows one to easily create unit-tests for OCaml code. \
14 + It is based on HUnit, a unit testing framework for Haskell. \
15 + It is similar to JUnit, and other XUnit testing frameworks.
16 +
17 +homepage http://ounit.forge.ocamlcore.org/
18 +platforms darwin
19 +master_sites https://download.ocamlcore.org/ounit/ounit/${version}
20 +
21 +distname ounit-${version}
22 +
23 +checksums rmd160 6de6c7d036e2013f35616d49b9c88603a9786f0a \
24 + sha256 2e30fe79648e928b5a9d20f83d5a1a805826c7193e821464a9e4752661ba2e0e \
25 + size 116095
26 +
27 +livecheck.type regex
28 +livecheck.url http://forge.ocamlcore.org/frs/?group_id=162
29 +livecheck.regex {>ounit-(.*)\.tar\.gz}
30 +
31 +ocaml.build_type oasis
32 +
33 +oasis.build_docs yes

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut