pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Apr 18 03:18:01 UTC 2022

Modified Files:
        pkgsrc/print: Makefile
Added Files:
        pkgsrc/print/tex-imakeidx: DESCR Makefile PLIST distinfo
        pkgsrc/print/tex-imakeidx-doc: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.837 -r1.838 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-imakeidx/DESCR \
    pkgsrc/print/tex-imakeidx/Makefile pkgsrc/print/tex-imakeidx/PLIST \
    pkgsrc/print/tex-imakeidx/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-imakeidx-doc/DESCR \
    pkgsrc/print/tex-imakeidx-doc/Makefile \
    pkgsrc/print/tex-imakeidx-doc/PLIST \
    pkgsrc/print/tex-imakeidx-doc/distinfo

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

Modified files:

Index: pkgsrc/print/Makefile
diff -u pkgsrc/print/Makefile:1.837 pkgsrc/print/Makefile:1.838
--- pkgsrc/print/Makefile:1.837 Mon Apr 18 03:15:08 2022
+++ pkgsrc/print/Makefile       Mon Apr 18 03:18:01 2022
@@ -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-iftex-doc
 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

Added files:

Index: pkgsrc/print/tex-imakeidx/DESCR
diff -u /dev/null pkgsrc/print/tex-imakeidx/DESCR:1.1
--- /dev/null   Mon Apr 18 03:18:01 2022
+++ pkgsrc/print/tex-imakeidx/DESCR     Mon Apr 18 03:18:01 2022
@@ -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.
Index: pkgsrc/print/tex-imakeidx/Makefile
diff -u /dev/null pkgsrc/print/tex-imakeidx/Makefile:1.1
--- /dev/null   Mon Apr 18 03:18:01 2022
+++ pkgsrc/print/tex-imakeidx/Makefile  Mon Apr 18 03:18:01 2022
@@ -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"
Index: pkgsrc/print/tex-imakeidx/PLIST
diff -u /dev/null pkgsrc/print/tex-imakeidx/PLIST:1.1
--- /dev/null   Mon Apr 18 03:18:01 2022
+++ pkgsrc/print/tex-imakeidx/PLIST     Mon Apr 18 03:18:01 2022
@@ -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
Index: pkgsrc/print/tex-imakeidx/distinfo
diff -u /dev/null pkgsrc/print/tex-imakeidx/distinfo:1.1
--- /dev/null   Mon Apr 18 03:18:01 2022
+++ pkgsrc/print/tex-imakeidx/distinfo  Mon Apr 18 03:18:01 2022
@@ -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

Index: pkgsrc/print/tex-imakeidx-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-imakeidx-doc/DESCR:1.1
--- /dev/null   Mon Apr 18 03:18:01 2022
+++ pkgsrc/print/tex-imakeidx-doc/DESCR Mon Apr 18 03:18:01 2022
@@ -0,0 +1 @@
+Documentation for tex-imakeidx.
Index: pkgsrc/print/tex-imakeidx-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-imakeidx-doc/Makefile:1.1
--- /dev/null   Mon Apr 18 03:18:01 2022
+++ pkgsrc/print/tex-imakeidx-doc/Makefile      Mon Apr 18 03:18:01 2022
@@ -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"
Index: pkgsrc/print/tex-imakeidx-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-imakeidx-doc/PLIST:1.1
--- /dev/null   Mon Apr 18 03:18:01 2022
+++ pkgsrc/print/tex-imakeidx-doc/PLIST Mon Apr 18 03:18:01 2022
@@ -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
Index: pkgsrc/print/tex-imakeidx-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-imakeidx-doc/distinfo:1.1
--- /dev/null   Mon Apr 18 03:18:01 2022
+++ pkgsrc/print/tex-imakeidx-doc/distinfo      Mon Apr 18 03:18:01 2022
@@ -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



Home | Main Index | Thread Index | Old Index