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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup ocaml 1.0 |
---|
6 | name caml-fileutils |
---|
7 | version 0.4.3 |
---|
8 | categories devel ml |
---|
9 | maintainers googlemail.com:benedikt.meurer |
---|
10 | license LGPL-2.1 |
---|
11 | description File manipulation library for OCaml |
---|
12 | long_description ocaml-fileutils is a file manipulation library for OCaml. \ |
---|
13 | It is intended to provide a basic interface to the most \ |
---|
14 | common real file and filename operations, similar in style \ |
---|
15 | to what the GNU fileutils provide. |
---|
16 | |
---|
17 | homepage http://forge.ocamlcore.org/projects/ocaml-fileutils/ |
---|
18 | platforms darwin |
---|
19 | master_sites http://forge.ocamlcore.org/frs/download.php/625/ |
---|
20 | |
---|
21 | distname ocaml-fileutils-${version} |
---|
22 | |
---|
23 | checksums md5 b2a3c8541a130d7c601a7deb5e982ef7 \ |
---|
24 | sha1 a2a7326565f8cf5d8cc11264b9612329579a9d46 \ |
---|
25 | rmd160 181e7c8ea72fb4438809705584a2ee7e132367e6 |
---|
26 | |
---|
27 | livecheck.type regex |
---|
28 | livecheck.url http://forge.ocamlcore.org/frs/?group_id=128 |
---|
29 | livecheck.regex {>ocaml-fileutils-(.*)\.tar\.gz} |
---|
30 | |
---|
31 | use_oasis yes |
---|
32 | use_oasis_doc yes |
---|
33 | |
---|
34 | configure.args-append "--destdir ${destroot} --docdir ${prefix}/share/doc/caml-fileutils" |
---|
35 | |
---|