diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-10 20:22:48 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-17 09:03:26 +0700 |
commit | a9149f6c2d23e7ad1e7efdf48240e51c8475ac78 (patch) | |
tree | abec49c6c8e33634f7b300d0e41fc2b469431d33 /misc/po4a/README_SBo.txt | |
parent | c4bdbf642167229044bd9f8211a302e296a89513 (diff) |
misc/po4a: Updated for version 0.65, new maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/po4a/README_SBo.txt')
-rw-r--r-- | misc/po4a/README_SBo.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/po4a/README_SBo.txt b/misc/po4a/README_SBo.txt new file mode 100644 index 000000000000..65b0f4cb66c7 --- /dev/null +++ b/misc/po4a/README_SBo.txt @@ -0,0 +1,25 @@ +Dependency tree is as follows (all dependencies listed are available +at http://slackbuilds.org). + +po4a +| +|-- perl-Module-Build +|-- perl-YAML-Tiny. mandatory for the YAML module. +|-- perl-text-WrapI18N to format po4a's warnings and error messages. +| | Optional. +| |-- Text::CharWidth. Mandatory +|-- perl-Unicode-LineBreak, includes module Unicode::GCString to compute + text width, neeeded by AsciiDoc to determine two line titles in + encodings different from ASCII. Mandatory for TEXT module. + |-- perl-MIME-Charset. Mandatory + |-- perl-Encode-EUCJPASCII. Optional + |-- perl-Encode-HanExtra. Optional. + |-- perl-Encode-JISX0213. Optional + |-- perl-Encode-ISO2022. Mandatory + +In addition, perl-Test-Pod allows running the test for the POFD format. + +Note: by default the SlackBuild does not run "./Build test". If +you want to run the tests, export TESTS=yes in the SlackBuild's +environment. This will make the package take a few extra minutes to +build. |