pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

upmendex: Import upmendex-0.54 as wip/upmendex



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sun Jan 24 13:29:56 2021 +0900
Changeset:	cd0432b33dfcd446e1a0397f3cb2572caff11d7d

Modified Files:
	Makefile
Added Files:
	upmendex/DESCR
	upmendex/Makefile
	upmendex/PLIST
	upmendex/distinfo

Log Message:
upmendex: Import upmendex-0.54 as wip/upmendex

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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cd0432b33dfcd446e1a0397f3cb2572caff11d7d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile          |  1 +
 upmendex/DESCR    | 10 ++++++++++
 upmendex/Makefile | 24 ++++++++++++++++++++++++
 upmendex/PLIST    |  2 ++
 upmendex/distinfo |  6 ++++++
 5 files changed, 43 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index eaffb01a87..857f64c00b 100644
--- a/Makefile
+++ b/Makefile
@@ -5488,6 +5488,7 @@ SUBDIR+=	unpaper
 SUBDIR+=	unrealtournament-server
 SUBDIR+=	unzip
 SUBDIR+=	uperf
+SUBDIR+=	upmendex
 SUBDIR+=	upower
 SUBDIR+=	uprof
 SUBDIR+=	ups-monitor
diff --git a/upmendex/DESCR b/upmendex/DESCR
new file mode 100644
index 0000000000..0b2a684bad
--- /dev/null
+++ b/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/upmendex/Makefile b/upmendex/Makefile
new file mode 100644
index 0000000000..5ccb2a661a
--- /dev/null
+++ b/upmendex/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+.include "../../print/texlive/Makefile.common"
+
+PKGNAME=	upmendex-0.54
+CATEGORIES=	print
+
+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 --git a/upmendex/PLIST b/upmendex/PLIST
new file mode 100644
index 0000000000..399fdf990b
--- /dev/null
+++ b/upmendex/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/upmendex
diff --git a/upmendex/distinfo b/upmendex/distinfo
new file mode 100644
index 0000000000..afd30e698d
--- /dev/null
+++ b/upmendex/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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