pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/upmendex
Module Name: pkgsrc
Committed By: markd
Date: Sun Feb 21 06:20:33 UTC 2021
Added Files:
pkgsrc/textproc/upmendex: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/upmendex/DESCR \
pkgsrc/textproc/upmendex/Makefile pkgsrc/textproc/upmendex/PLIST \
pkgsrc/textproc/upmendex/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/textproc/upmendex/DESCR
diff -u /dev/null pkgsrc/textproc/upmendex/DESCR:1.1
--- /dev/null Sun Feb 21 06:20:33 2021
+++ pkgsrc/textproc/upmendex/DESCR Sun Feb 21 06:20:33 2021
@@ -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.
Index: pkgsrc/textproc/upmendex/Makefile
diff -u /dev/null pkgsrc/textproc/upmendex/Makefile:1.1
--- /dev/null Sun Feb 21 06:20:33 2021
+++ pkgsrc/textproc/upmendex/Makefile Sun Feb 21 06:20:33 2021
@@ -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"
Index: pkgsrc/textproc/upmendex/PLIST
diff -u /dev/null pkgsrc/textproc/upmendex/PLIST:1.1
--- /dev/null Sun Feb 21 06:20:33 2021
+++ pkgsrc/textproc/upmendex/PLIST Sun Feb 21 06:20:33 2021
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/21 06:20:33 markd Exp $
+bin/upmendex
Index: pkgsrc/textproc/upmendex/distinfo
diff -u /dev/null pkgsrc/textproc/upmendex/distinfo:1.1
--- /dev/null Sun Feb 21 06:20:33 2021
+++ pkgsrc/textproc/upmendex/distinfo Sun Feb 21 06:20:33 2021
@@ -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