summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2022-04-08 23:07:05 +0000
committermarkd <markd@pkgsrc.org>2022-04-08 23:07:05 +0000
commitb23c088d24b17cc0377852902893e6b7a6e030f0 (patch)
treeb13be441a426bac154d3e9df904047690627b493
parent3181f2210b7c7550e75366bafa72e906874c06f2 (diff)
downloadpkgsrc-b23c088d24b17cc0377852902893e6b7a6e030f0.tar.gz
tex-glossaries{,-doc}: update to 4.49
- bug fix: list style with entrycounter has problematic unexpanded content - new command \glsunexpandedfieldvalue (provided for use in \glslistexpandedname) - new command \glscapitalisewords (defaults to \capitalisewords) provides a way to switch to \capitalisefmtwords if required - added new files containing dummy entries for testing: - example-glossaries-longchild.tex - example-glossaries-childmultipar.tex
-rw-r--r--print/tex-glossaries-doc/DESCR2
-rw-r--r--print/tex-glossaries-doc/Makefile6
-rw-r--r--print/tex-glossaries-doc/distinfo8
-rw-r--r--print/tex-glossaries/DESCR32
-rw-r--r--print/tex-glossaries/Makefile7
-rw-r--r--print/tex-glossaries/PLIST6
-rw-r--r--print/tex-glossaries/distinfo8
7 files changed, 36 insertions, 33 deletions
diff --git a/print/tex-glossaries-doc/DESCR b/print/tex-glossaries-doc/DESCR
index a1dede84ed2..cd1d9b72a55 100644
--- a/print/tex-glossaries-doc/DESCR
+++ b/print/tex-glossaries-doc/DESCR
@@ -1 +1 @@
-This is documentation for tex-glossaries.
+Documentation for tex-glossaries.
diff --git a/print/tex-glossaries-doc/Makefile b/print/tex-glossaries-doc/Makefile
index ab05594247d..6b03685d426 100644
--- a/print/tex-glossaries-doc/Makefile
+++ b/print/tex-glossaries-doc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2020/05/01 02:30:50 markd Exp $
+# $NetBSD: Makefile,v 1.14 2022/04/08 23:07:05 markd Exp $
DISTNAME= glossaries.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-4.46
-TEXLIVE_REV= 54402
+PKGNAME= tex-${DISTNAME:S/./-/}-4.49
+TEXLIVE_REV= 60921
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/glossaries
diff --git a/print/tex-glossaries-doc/distinfo b/print/tex-glossaries-doc/distinfo
index 9a530326475..052925e024e 100644
--- a/print/tex-glossaries-doc/distinfo
+++ b/print/tex-glossaries-doc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:13:28 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/04/08 23:07:05 markd Exp $
-BLAKE2s (glossaries.doc.r54402.tar.xz) = c6b994849e4fd061a42c78725a0300b955a23453027768f20351bcab1c69c22d
-SHA512 (glossaries.doc.r54402.tar.xz) = 7c364a8a843d32af396b76a14e3abb97a82638a41538653aac8046273b9d669bc1ada0744435f918eb0c169852fa01025e4f4257783b0101a60231de708fe82b
-Size (glossaries.doc.r54402.tar.xz) = 5992740 bytes
+BLAKE2s (glossaries.doc.r60921.tar.xz) = 512e6458c24e73ee99b88e522102dd0613366b4bf7893f36d24f44c474e3db40
+SHA512 (glossaries.doc.r60921.tar.xz) = 0f5dbfb060a90bf677b2dda55a08c2a5a74ac2978957a18e76ec269da09c592ddf97cfd83f4a802255383626a45aa3399fa037ce6025e03bcc258bd96745faac
+Size (glossaries.doc.r60921.tar.xz) = 6387244 bytes
diff --git a/print/tex-glossaries/DESCR b/print/tex-glossaries/DESCR
index 6486ef80022..cb147deb6d9 100644
--- a/print/tex-glossaries/DESCR
+++ b/print/tex-glossaries/DESCR
@@ -1,17 +1,17 @@
-The glossaries package supports acronyms and multiple glossaries, and
-has provision for operation in several languages (using the facilities
-of either babel or polyglossia). New entries are defined to have a name
-and description (and optionally an associated symbol). Support for
+The glossaries package supports acronyms and multiple
+glossaries, and has provision for operation in several
+languages (using the facilities of either babel or
+polyglossia). New entries are defined to have a name and
+description (and optionally an associated symbol). Support for
multiple languages is offered, and plural forms of terms may be
-specified. An additional package, glossaries-accsupp, can make use of
-the accsupp package mechanisms for accessibility support for PDF files
-containing glossaries. The user may define new glossary styles, and
-preambles and postambles can be specified. There is provision for
-loading a database of terms, but only terms used in the text will be
-added to the relevant glossary. The package uses an indexing program to
-provide the actual glossary; either makeindex or xindy may serve this
-purpose, and a Perl script is provided to serve as interface. The
-package distribution also provides the mfirstuc package, for changing
-the first letter of a word to upper case. The package supersedes the
-author's glossary package (which is now obsolete), and a conversion tool
-is provided.
+specified. An additional package, glossaries-accsupp, can make
+use of the accsupp package mechanisms for accessibility support
+for PDF files containing glossaries. The user may define new
+glossary styles, and preambles and postambles can be specified.
+There is provision for loading a database of terms, but only
+terms used in the text will be added to the relevant glossary.
+The package uses an indexing program to provide the actual
+glossary; either makeindex or xindy may serve this purpose, and
+a Perl script is provided to serve as interface. This package
+requires the mfirstuc package. The package supersedes the
+author's glossary package (which is now obsolete).
diff --git a/print/tex-glossaries/Makefile b/print/tex-glossaries/Makefile
index 0d752cbb225..d4d51cec177 100644
--- a/print/tex-glossaries/Makefile
+++ b/print/tex-glossaries/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2021/05/24 19:53:49 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2022/04/08 23:07:05 markd Exp $
DISTNAME= glossaries
-PKGNAME= tex-${DISTNAME}-4.46
-PKGREVISION= 2
-TEXLIVE_REV= 54402
+PKGNAME= tex-${DISTNAME}-4.49
+TEXLIVE_REV= 60921
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/glossaries
diff --git a/print/tex-glossaries/PLIST b/print/tex-glossaries/PLIST
index f3fdfd3ba63..2acc7b07ad1 100644
--- a/print/tex-glossaries/PLIST
+++ b/print/tex-glossaries/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.6 2017/10/23 02:08:35 markd Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/04/08 23:07:05 markd Exp $
bin/makeglossaries
share/texmf-dist/scripts/glossaries/glossaries.perl
+share/texmf-dist/tex/latex/glossaries/base/glossaries-2020-03-19.sty
share/texmf-dist/tex/latex/glossaries/base/glossaries-babel.sty
share/texmf-dist/tex/latex/glossaries/base/glossaries-compatible-207.sty
share/texmf-dist/tex/latex/glossaries/base/glossaries-compatible-307.sty
@@ -10,6 +11,7 @@ share/texmf-dist/tex/latex/glossaries/base/glossaries.sty
share/texmf-dist/tex/latex/glossaries/expl/glossaries-accsupp.sty
share/texmf-dist/tex/latex/glossaries/styles/glossary-hypernav.sty
share/texmf-dist/tex/latex/glossaries/styles/glossary-inline.sty
+share/texmf-dist/tex/latex/glossaries/styles/glossary-list-2020-03-19.sty
share/texmf-dist/tex/latex/glossaries/styles/glossary-list.sty
share/texmf-dist/tex/latex/glossaries/styles/glossary-long.sty
share/texmf-dist/tex/latex/glossaries/styles/glossary-longbooktabs.sty
@@ -22,10 +24,12 @@ share/texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-acronym-de
share/texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-acronym.tex
share/texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-acronyms-lang.tex
share/texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-brief.tex
+share/texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-childmultipar.tex
share/texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-childnoname.tex
share/texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-cite.tex
share/texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-images.tex
share/texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-long.tex
+share/texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-longchild.tex
share/texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-multipar.tex
share/texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-parent.tex
share/texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-symbolnames.tex
diff --git a/print/tex-glossaries/distinfo b/print/tex-glossaries/distinfo
index d379db41fc6..b234d7f1867 100644
--- a/print/tex-glossaries/distinfo
+++ b/print/tex-glossaries/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 11:13:28 nia Exp $
+$NetBSD: distinfo,v 1.16 2022/04/08 23:07:05 markd Exp $
-BLAKE2s (glossaries.r54402.tar.xz) = 8be317b3170f10ec55f0f0bd0400c8d0458336a069c2326e751acfe6ef3cd3d7
-SHA512 (glossaries.r54402.tar.xz) = e900f8bc7b9f04088a3b2cbd3ff409603babaf232f09d6c75e85e3050ab0bd98b90c6e04e01aebb183e9fcbc4865c34568a7392d8b46ab318b506d10f1972d99
-Size (glossaries.r54402.tar.xz) = 77968 bytes
+BLAKE2s (glossaries.r60921.tar.xz) = 5e61aae0131c10b33f02b11a0777894e80c6e4c741b357477ddc8bcb7b06a9ad
+SHA512 (glossaries.r60921.tar.xz) = 9e9fd1abd6728f6b42b158542abcd5d35b5205c6452e1900cbc06b664ea2adca2da9dbf375c049227ff955bb7152514b8f358c7a527d5b47edfd80ee1005903a
+Size (glossaries.r60921.tar.xz) = 80756 bytes