pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-imakeidx{,-doc}: Add version 1.3e



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75af22c67114
branches:  trunk
changeset: 377214:75af22c67114
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 18 03:18:01 2022 +0000

description:
tex-imakeidx{,-doc}: Add version 1.3e

The package enables the user to produce and typeset one or more
indexes simultaneously with a document. The package is known to
work in LaTeX documents processed with pdfLaTeX, XeLaTeX and
LuaLaTeX. If makeindex is used for processing the index
entries, no particular setting up is needed when TeX Live is
used. Using xindy or other programs it is necessary to enable
shell escape; shell escape is also needed if splitindex is
used.

diffstat:

 print/Makefile                  |   4 +++-
 print/tex-imakeidx-doc/DESCR    |   1 +
 print/tex-imakeidx-doc/Makefile |  13 +++++++++++++
 print/tex-imakeidx-doc/PLIST    |   4 ++++
 print/tex-imakeidx-doc/distinfo |   5 +++++
 print/tex-imakeidx/DESCR        |   8 ++++++++
 print/tex-imakeidx/Makefile     |  13 +++++++++++++
 print/tex-imakeidx/PLIST        |   2 ++
 print/tex-imakeidx/distinfo     |   5 +++++
 9 files changed, 54 insertions(+), 1 deletions(-)

diffs (101 lines):

diff -r 690cfdd69859 -r 75af22c67114 print/Makefile
--- a/print/Makefile    Mon Apr 18 03:15:08 2022 +0000
+++ b/print/Makefile    Mon Apr 18 03:18:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.837 2022/04/18 03:15:08 markd Exp $
+# $NetBSD: Makefile,v 1.838 2022/04/18 03:18:01 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -925,6 +925,8 @@
 SUBDIR+=       tex-ifxptex
 SUBDIR+=       tex-ifxptex-doc
 SUBDIR+=       tex-igo
+SUBDIR+=       tex-imakeidx
+SUBDIR+=       tex-imakeidx-doc
 SUBDIR+=       tex-impatient-doc
 SUBDIR+=       tex-import
 SUBDIR+=       tex-import-doc
diff -r 690cfdd69859 -r 75af22c67114 print/tex-imakeidx-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-imakeidx-doc/DESCR      Mon Apr 18 03:18:01 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-imakeidx.
diff -r 690cfdd69859 -r 75af22c67114 print/tex-imakeidx-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-imakeidx-doc/Makefile   Mon Apr 18 03:18:01 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:18:01 markd Exp $
+
+DISTNAME=      imakeidx.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.3e
+TEXLIVE_REV=   42287
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/imakeidx
+COMMENT=       Documentation for tex-imakeidx
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 690cfdd69859 -r 75af22c67114 print/tex-imakeidx-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-imakeidx-doc/PLIST      Mon Apr 18 03:18:01 2022 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:18:01 markd Exp $
+share/texmf-dist/doc/latex/imakeidx/README
+share/texmf-dist/doc/latex/imakeidx/imakeidx.pdf
+share/texmf-dist/doc/latex/imakeidx/manifest.txt
diff -r 690cfdd69859 -r 75af22c67114 print/tex-imakeidx-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-imakeidx-doc/distinfo   Mon Apr 18 03:18:01 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:18:01 markd Exp $
+
+BLAKE2s (imakeidx.doc.r42287.tar.xz) = e9f3fdd1bde324f0c97c8225e8f7a36d0c1ddc3018158a516f5dc4d43f42fe75
+SHA512 (imakeidx.doc.r42287.tar.xz) = a07d9461013045274f03145e97d286d930055c4573e917a78e8913841cae30fb61b99e66d098b4ba014cf44e92982301c7d72414e3ce1df176bfd35ecd26ddf0
+Size (imakeidx.doc.r42287.tar.xz) = 518160 bytes
diff -r 690cfdd69859 -r 75af22c67114 print/tex-imakeidx/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-imakeidx/DESCR  Mon Apr 18 03:18:01 2022 +0000
@@ -0,0 +1,8 @@
+The package enables the user to produce and typeset one or more
+indexes simultaneously with a document. The package is known to
+work in LaTeX documents processed with pdfLaTeX, XeLaTeX and
+LuaLaTeX. If makeindex is used for processing the index
+entries, no particular setting up is needed when TeX Live is
+used. Using xindy or other programs it is necessary to enable
+shell escape; shell escape is also needed if splitindex is
+used.
diff -r 690cfdd69859 -r 75af22c67114 print/tex-imakeidx/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-imakeidx/Makefile       Mon Apr 18 03:18:01 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:18:01 markd Exp $
+
+DISTNAME=      imakeidx
+PKGNAME=       tex-${DISTNAME}-1.3e
+TEXLIVE_REV=   42287
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/imakeidx
+COMMENT=       Package for producing multiple indexes
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 690cfdd69859 -r 75af22c67114 print/tex-imakeidx/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-imakeidx/PLIST  Mon Apr 18 03:18:01 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:18:01 markd Exp $
+share/texmf-dist/tex/latex/imakeidx/imakeidx.sty
diff -r 690cfdd69859 -r 75af22c67114 print/tex-imakeidx/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-imakeidx/distinfo       Mon Apr 18 03:18:01 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:18:01 markd Exp $
+
+BLAKE2s (imakeidx.r42287.tar.xz) = a13678b0b24d77e1dac2eb58f65c7b45f161f626cbe05376257b666e3265c144
+SHA512 (imakeidx.r42287.tar.xz) = 6ca0680f29daf88dfbd26fa87d47a65c8b2c2d534321b814ff78d77d0b97d7fc5654b4dc0b91d12eb0c9373cfaff5fac59f24def8d0f50d97da34fda6f839d84
+Size (imakeidx.r42287.tar.xz) = 4072 bytes



Home | Main Index | Thread Index | Old Index