diff options
author | markd <markd@pkgsrc.org> | 2021-02-21 06:20:33 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2021-02-21 06:20:33 +0000 |
commit | 0e06eeebbff7464940f314a9e679c4d5df252bb9 (patch) | |
tree | 2e611ccd4447735275c2296ad9eeaef409287e0e /textproc | |
parent | be2bdcd1593e70fff4425d7a889148d7f4dd8d8c (diff) | |
download | pkgsrc-0e06eeebbff7464940f314a9e679c4d5df252bb9.tar.gz |
upmendex: Add version 0.54
From Atsushi Toyokura in pkgsrc-wip
upmendex is a multilingual index processor with following features:
* Mostly compatible with makeindex and upper compatible with mendex,
based on mendex version 2.6f by ASCII media works.
* Unicode for internal process and support UTF-8 encoding for
input/output. Will work with upLaTeX, XeLaTeX and luaLaTeX.
* Support Latin (including non-English), Greek, Cyrillic, Korean
Hangul and Han (Hanzi ideographs) scripts
* Apply International Components for Unicode (ICU)[4] for sorting
process.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/upmendex/DESCR | 10 | ||||
-rw-r--r-- | textproc/upmendex/Makefile | 24 | ||||
-rw-r--r-- | textproc/upmendex/PLIST | 2 | ||||
-rw-r--r-- | textproc/upmendex/distinfo | 6 |
4 files changed, 42 insertions, 0 deletions
diff --git a/textproc/upmendex/DESCR b/textproc/upmendex/DESCR new file mode 100644 index 00000000000..0b2a684badb --- /dev/null +++ b/textproc/upmendex/DESCR @@ -0,0 +1,10 @@ +upmendex is a multilingual index processor with following features: + + * Mostly compatible with makeindex and upper compatible with mendex, + based on mendex version 2.6f by ASCII media works. + * Unicode for internal process and support UTF-8 encoding for + input/output. Will work with upLaTeX, XeLaTeX and luaLaTeX. + * Support Latin (including non-English), Greek, Cyrillic, Korean + Hangul and Han (Hanzi ideographs) scripts + * Apply International Components for Unicode (ICU)[4] for sorting + process. diff --git a/textproc/upmendex/Makefile b/textproc/upmendex/Makefile new file mode 100644 index 00000000000..4eccfdd1fe4 --- /dev/null +++ b/textproc/upmendex/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2021/02/21 06:20:33 markd Exp $ + +.include "../../print/texlive/Makefile.common" + +PKGNAME= upmendex-0.54 +CATEGORIES= textproc + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/t-tk/upmendex-package/ +COMMENT= Multilingual index processor +LICENSE= modified-bsd + +USE_LANGUAGES= c c++ + +EXTRACT_ELEMENTS+= ${DISTNAME}/texk/upmendex + +WRKSRC= ${WRKDIR}/${DISTNAME}/texk/upmendex + +CONFIGURE_ARGS+= --with-system-kpathsea +CONFIGURE_ARGS+= --with-system-icu + +.include "../../print/kpathsea/buildlink3.mk" +.include "../../textproc/icu/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/upmendex/PLIST b/textproc/upmendex/PLIST new file mode 100644 index 00000000000..71c0260d30a --- /dev/null +++ b/textproc/upmendex/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2021/02/21 06:20:33 markd Exp $ +bin/upmendex diff --git a/textproc/upmendex/distinfo b/textproc/upmendex/distinfo new file mode 100644 index 00000000000..438a983e7e7 --- /dev/null +++ b/textproc/upmendex/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/02/21 06:20:33 markd Exp $ + +SHA1 (texlive-20200406-source.tar.xz) = 94b77331474d678ce75d9d6c673965fd7f93295b +RMD160 (texlive-20200406-source.tar.xz) = 7475f64f21c7ba7a2e7c6e9bfe534dd6d53e4bb9 +SHA512 (texlive-20200406-source.tar.xz) = 65be52cb5e1b52f12feb62c6cf23e56c581b9dccb8d3b9ccc85c12c62b0cb67dd71de8d22d967d2cbf8403502c66bccb238523d13a0d081be104fc9f9c68b477 +Size (texlive-20200406-source.tar.xz) = 55383320 bytes |