[152594] contrib/mp-buildbot/README.md

larryv at macports.org larryv at macports.org
Mon Sep 12 14:07:21 PDT 2016


Revision: 152594
          https://trac.macports.org/changeset/152594
Author:   larryv at macports.org
Date:     2016-09-12 14:07:20 -0700 (Mon, 12 Sep 2016)
Log Message:
-----------
mpbb: List runtime requirements in README

Modified Paths:
--------------
    contrib/mp-buildbot/README.md

Modified: contrib/mp-buildbot/README.md
===================================================================
--- contrib/mp-buildbot/README.md	2016-09-12 21:04:02 UTC (rev 152593)
+++ contrib/mp-buildbot/README.md	2016-09-12 21:07:20 UTC (rev 152594)
@@ -94,3 +94,24 @@
 -   `$option_failcache_dir`:
       A directory for storing information about previously failed builds which
       saves time because builds that are known to fail will not be attempted.
+
+
+## Runtime Requirements ##
+
+-   `mpbb` is written in [bash](https://www.gnu.org/software/bash) and
+    is known to be compatible with 3.2.17 through 3.2.57.
+-   Library functions
+    -   `compute_failcache_hash` requires an
+        [OpenSSL](https://www.openssl.org) that can generate SHA256 digests.
+    -   `parseopt` requires [Frodo Looijaard's enhanced
+        `getopt(1)`](http://frodo.looijaard.name/project/getopt),
+        which is available from the `getopt` port.
+-   Subcommands
+    -   Any subcommand involving ports requires MacPorts, obviously.
+    -   `mpbb checkout` requires one or both of the
+        [Git](https://git-scm.com) and
+        [Subversion](http://subversion.apache.org) clients.
+    -   `mpbb help` requires
+        [`fmt(1)`](https://en.wikipedia.org/wiki/Fmt).
+    -   `mpbb gather-archives` requires [curl](https://curl.haxx.se).
+    -   `mpbb selfupdate` requires Make.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160912/2b3ec940/attachment.html>


More information about the macports-changes mailing list