Revision: 93981 https://trac.macports.org/changeset/93981 Author: jmr@macports.org Date: 2012-06-06 01:29:50 -0700 (Wed, 06 Jun 2012) Log Message: ----------- New port: ocaml-expect (#31630) Added Paths: ----------- trunk/dports/devel/ocaml-expect/ trunk/dports/devel/ocaml-expect/Portfile Added: trunk/dports/devel/ocaml-expect/Portfile =================================================================== --- trunk/dports/devel/ocaml-expect/Portfile (rev 0) +++ trunk/dports/devel/ocaml-expect/Portfile 2012-06-06 08:29:50 UTC (rev 93981) @@ -0,0 +1,39 @@ +# -*- 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 +# $Id$ + +PortSystem 1.0 +PortGroup ocaml 1.0 + +name ocaml-expect +version 0.0.2 +categories devel ml +maintainers googlemail.com:benedikt.meurer +license LGPL-2.1 +description Expect-like framework +long_description This is a simple implementation of `expect` to help building \ + unitary testing of interactive program. It helps to receive \ + question and send answers from an interactive process. You \ + can match the question using a regular expression (Str). You \ + can also use a timeout to ensure that the process answer in \ + time. + +homepage http://forge.ocamlcore.org/projects/ocaml-expect/ +platforms darwin +master_sites http://forge.ocamlcore.org/frs/download.php/475/ + +checksums md5 723288a1c9078f86e6185e78a6baa577 \ + sha1 e61d48cdec55c8ab032ea88db371b6f77d0e5063 \ + rmd160 fb6b6c41cbac7a30b6e6376b93bc31ab65bef2f0 + +depends_lib port:ocaml-extlib \ + port:ocaml-ounit \ + port:ocaml-pcre + +livecheck.type regex +livecheck.url http://forge.ocamlcore.org/frs/?group_id=177 +livecheck.regex {>ocaml-expect-(.*)\.tar\.gz} + +use_oasis yes +use_oasis_doc yes + +configure.args-append --destdir "${destroot}" --docdir "${prefix}/share/doc/caml-expect" Property changes on: trunk/dports/devel/ocaml-expect/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
jmr@macports.org