pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mendexk: Import mendexk-2.6f as wip/mendexk
Module Name: pkgsrc-wip
Committed By: Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By: steleto
Date: Sat Jan 30 14:33:01 2021 +0900
Changeset: f1341fc30fe63ea42d3d73e33b49d94e64395101
Modified Files:
Makefile
Added Files:
mendexk/DESCR
mendexk/Makefile
mendexk/PLIST
mendexk/distinfo
Log Message:
mendexk: Import mendexk-2.6f as wip/mendexk
The program mendex is a general purpose hierqarchical index generator;
it accepts one or more input files (.idx; often produced by a text
formatter such as LaTeX), sorts the entries, and produces an output
file which can be formatted. It is almost compatible with makeindex,
and additional feature for handling readings of kanji words is also
vailable.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f1341fc30fe63ea42d3d73e33b49d94e64395101
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
mendexk/DESCR | 6 ++++++
mendexk/Makefile | 22 ++++++++++++++++++++++
mendexk/PLIST | 3 +++
mendexk/distinfo | 6 ++++++
5 files changed, 38 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 76c34c1d24..5d9edb4edf 100644
--- a/Makefile
+++ b/Makefile
@@ -2283,6 +2283,7 @@ SUBDIR+= meep-openmpi
SUBDIR+= meka-git
SUBDIR+= memdump
SUBDIR+= memgrep
+SUBDIR+= mendexk
SUBDIR+= menumaker
SUBDIR+= mes-nyacc
SUBDIR+= mescc-tools
diff --git a/mendexk/DESCR b/mendexk/DESCR
new file mode 100644
index 0000000000..f2b063eeec
--- /dev/null
+++ b/mendexk/DESCR
@@ -0,0 +1,6 @@
+The program mendex is a general purpose hierqarchical index generator;
+it accepts one or more input files (.idx; often produced by a text
+formatter such as LaTeX), sorts the entries, and produces an output
+file which can be formatted. It is almost compatible with makeindex,
+and additional feature for handling readings of kanji words is also
+available.
diff --git a/mendexk/Makefile b/mendexk/Makefile
new file mode 100644
index 0000000000..c4d48e9e8e
--- /dev/null
+++ b/mendexk/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+.include "../../print/texlive/Makefile.common"
+
+PKGNAME= mendexk-2.6f
+CATEGORIES= textproc
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://asciidwango.github.io/ptex/base/sources.html
+COMMENT= Japanese index processor
+LICENSE= modified-bsd
+
+EXTRACT_ELEMENTS+= ${DISTNAME}/texk/mendexk
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/texk/mendexk
+
+CONFIGURE_ARGS+= --with-system-kpathsea
+CONFIGURE_ARGS+= --with-system-ptexenc
+
+.include "../../print/kpathsea/buildlink3.mk"
+.include "../../print/ptexenc/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mendexk/PLIST b/mendexk/PLIST
new file mode 100644
index 0000000000..a62a327887
--- /dev/null
+++ b/mendexk/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/mendex
+man/man1/mendex.1
diff --git a/mendexk/distinfo b/mendexk/distinfo
new file mode 100644
index 0000000000..afd30e698d
--- /dev/null
+++ b/mendexk/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