misc/po4a: Updated for version 0.55.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
65e750ede7
commit
e967d749e0
|
@ -6,7 +6,7 @@ allowing gettext's usage on unexpected areas like documentation.
|
|||
In po4a each documentation format is handled by a module, that
|
||||
converts this format to/from PO. Formats included in po4a-0.47 are:
|
||||
AsciiDoc, BibTex, Dia, Halibut, KernelHelp, LaTeX, Man, POD, SGML, TeX,
|
||||
Texinfo, Text, WML, XHTML, XML.
|
||||
Texinfo, Text, WML, XHTML, XML, Yaml
|
||||
|
||||
man pages are encoded in UTF-8. To read them in other languages than English,
|
||||
do this for instance:
|
||||
|
@ -20,8 +20,8 @@ http://slackbuilds.org).
|
|||
|
||||
Po4a-0.47
|
||||
|
|
||||
|-- perl-YAML-Tiny. Mandatory for the Yaml module.
|
||||
|-- 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
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
# LC_ALL=en_US.utf8 ./po4a.SlackBuild
|
||||
|
||||
PRGNAM=po4a
|
||||
VERSION=${VERSION:-0.53}
|
||||
VERSION=${VERSION:-0.55}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="po4a"
|
||||
VERSION="0.53"
|
||||
VERSION="0.55"
|
||||
HOMEPAGE="https://po4a.org/"
|
||||
DOWNLOAD="https://github.com/mquinson/po4a/releases/download/v0.53/po4a-0.53.tar.gz"
|
||||
MD5SUM="5f0728b762352edce650ad0165e6a173"
|
||||
DOWNLOAD="https://github.com/mquinson/po4a/releases/download/v0.55/po4a-0.55.tar.gz"
|
||||
MD5SUM="cecc2a4190f97bf0430d78a5cb07071b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Unicode-LineBreak perl-Module-Build perl-YAML-Tiny"
|
||||
|
|
|
@ -12,8 +12,8 @@ po4a: po4a (PO for anything) eases translations and their maintenance,
|
|||
po4a: allowing gettext's usage on unexpected areas like documentation.
|
||||
po4a:
|
||||
po4a: In po4a each documentation format is handled by a module, that
|
||||
po4a: converts this format to/from PO. Formats included in po4a-0.53 are:
|
||||
po4a: converts this format to/from PO. Formats included in po4a-0.45 are:
|
||||
po4a: BibTex, Dia, Halibut, Kernelhelp, LaTeX, Man, POD, SGML, TeX,
|
||||
po4a: Texinfo, Text, WML, XHTML, XML, Yaml.
|
||||
po4a: Texinfo, Text, WML, XHTML, XML.
|
||||
po4a:
|
||||
po4a:
|
||||
|
|
Loading…
Reference in New Issue