pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/upmendex upmendex: Add version 0.54
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad1dd62cca84
branches: trunk
changeset: 447490:ad1dd62cca84
user: markd <markd%pkgsrc.org@localhost>
date: Sun Feb 21 06:20:33 2021 +0000
description:
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:
textproc/upmendex/DESCR | 10 ++++++++++
textproc/upmendex/Makefile | 24 ++++++++++++++++++++++++
textproc/upmendex/PLIST | 2 ++
textproc/upmendex/distinfo | 6 ++++++
4 files changed, 42 insertions(+), 0 deletions(-)
diffs (58 lines):
diff -r 67f894cc5efc -r ad1dd62cca84 textproc/upmendex/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/upmendex/DESCR Sun Feb 21 06:20:33 2021 +0000
@@ -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 -r 67f894cc5efc -r ad1dd62cca84 textproc/upmendex/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/upmendex/Makefile Sun Feb 21 06:20:33 2021 +0000
@@ -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@localhost
+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 -r 67f894cc5efc -r ad1dd62cca84 textproc/upmendex/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/upmendex/PLIST Sun Feb 21 06:20:33 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 06:20:33 markd Exp $
+bin/upmendex
diff -r 67f894cc5efc -r ad1dd62cca84 textproc/upmendex/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/upmendex/distinfo Sun Feb 21 06:20:33 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index