diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-10-30 12:24:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-11-10 20:18:10 +0100 |
commit | 02f92e490ec976cd87f7874207fa35745128c51f (patch) | |
tree | d33f8a7976a3795c4501ca45f4f6b5aba1761677 /app-text/msort/metadata.xml | |
parent | dev-libs/libuninum: New package (diff) | |
download | gentoo-02f92e490ec976cd87f7874207fa35745128c51f.tar.gz gentoo-02f92e490ec976cd87f7874207fa35745128c51f.tar.bz2 gentoo-02f92e490ec976cd87f7874207fa35745128c51f.zip |
app-text/msort: New package
Msort is a program for sorting files in sophisticated ways.
Closes: https://bugs.gentoo.org/154528
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/9986
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/msort/metadata.xml')
-rw-r--r-- | app-text/msort/metadata.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-text/msort/metadata.xml b/app-text/msort/metadata.xml new file mode 100644 index 000000000000..f7bd381f8067 --- /dev/null +++ b/app-text/msort/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>ck+gentoo@bl4ckb0x.de</email> + <name>Conrad Kostecki</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + Msort is a program for sorting files in sophisticated ways. + It was originally developed for alphabetizing dictionaries of "exotic" languages + in formats like those used by Shoebox and Toolbox, for which it has been extensively used, + but is useful for many other purposes. + Msort differs from typical sort utilities in providing greater flexibility in parsing + the input into records and identifying key fields and greater control over the sort order. + </longdescription> + <use> + <flag name="heap">Use heap instead of alloca()</flag> + <flag name="icu">Use <pkg>dev-libs/icu</pkg> instead of <pkg>dev-libs/libutf8proc</pkg>.</flag> + <flag name="libuninum">Use <pkg>dev-libs/libuninum</pkg> for conversion.</flag> + </use> +</pkgmetadata> |