From fe1f70d5f729e331facf481ec45cc1c64e095d85 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 23 Feb 2015 23:28:58 +0000 Subject: Add s6-hiercopy (based on skalibs) Version: rc for 2.0.2.0 --- INSTALL | 2 +- doc/index.html | 6 ++-- doc/s6-hiercopy.html | 66 ++++++++++++++++++++++++++++++++++++ doc/upgrade.html | 8 +++++ package/deps.mak | 3 ++ package/info | 2 +- package/modes | 1 + package/targets.mak | 1 + src/skaembutils/deps-exe/s6-hiercopy | 1 + src/skaembutils/s6-hiercopy.c | 17 ++++++++++ 10 files changed, 103 insertions(+), 4 deletions(-) create mode 100644 doc/s6-hiercopy.html create mode 100644 src/skaembutils/deps-exe/s6-hiercopy create mode 100644 src/skaembutils/s6-hiercopy.c diff --git a/INSTALL b/INSTALL index 00d050d..083a780 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 4.0 or later - - skalibs version 2.2.0.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.3.1.0 or later: http://skarnet.org/software/skalibs/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/doc/index.html b/doc/index.html index 5d00821..95b4372 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,9 @@ the package is now used to host specific utilities such as
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 4.0 or later
  • skalibs version -2.2.0.0 or later
  • +2.3.1.0 or later. It's a build-time requirement. It's also a run-time +requirement if you link against the shared version of the skalibs +library.

    Licensing

    @@ -74,7 +76,7 @@ the package is now used to host specific utilities such as diff --git a/doc/s6-hiercopy.html b/doc/s6-hiercopy.html new file mode 100644 index 0000000..a4c12f0 --- /dev/null +++ b/doc/s6-hiercopy.html @@ -0,0 +1,66 @@ + + + + + s6-portable-utils: the s6-hiercopy program + + + + + + +

    +s6-portable-utils
    +Software
    +skarnet.org +

    + +

    The s6-hiercopy program

    + +

    +s6-hiercopy copies a directory structure recursively. +

    + +

    Interface

    + +
    +     s6-hiercopy source destination
    +
    + + + +

    Notes

    + + + + + diff --git a/doc/upgrade.html b/doc/upgrade.html index 70d8b07..26bb1a8 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,6 +17,14 @@

    What has changed in s6-portable-utils

    +

    in 2.0.2.0

    + + +

    in 2.0.1.0