diff options
author | markd <markd@pkgsrc.org> | 2022-04-18 04:37:13 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2022-04-18 04:37:13 +0000 |
commit | f7d315d573592bf8d005e514f4a9b78f14767419 (patch) | |
tree | 79695ad349f97d78a72ac1f8e5c968bdc7200e3b /meta-pkgs | |
parent | f83b96c3df2c583d215e264ab597ca10e2cdbc74 (diff) | |
download | pkgsrc-f7d315d573592bf8d005e514f4a9b78f14767419.tar.gz |
texlive-collection-context: add packages, bump version to 2022
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/texlive-collection-context/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/meta-pkgs/texlive-collection-context/Makefile b/meta-pkgs/texlive-collection-context/Makefile index c67e9b45079..9ddd7e599a5 100644 --- a/meta-pkgs/texlive-collection-context/Makefile +++ b/meta-pkgs/texlive-collection-context/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2020/05/10 04:13:24 markd Exp $ +# $NetBSD: Makefile,v 1.11 2022/04/18 04:37:13 markd Exp $ DISTNAME= collection-context -PKGNAME= texlive-${DISTNAME}-2020pre1 +PKGNAME= texlive-${DISTNAME}-2022 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 54074 @@ -20,8 +20,8 @@ DEPENDS+= tex-context-animation-[0-9]*:../../print/tex-context-animation DEPENDS+= tex-context-annotation-[0-9]*:../../print/tex-context-annotation DEPENDS+= tex-context-bnf-[0-9]*:../../print/tex-context-bnf DEPENDS+= tex-context-chromato-[0-9]*:../../print/tex-context-chromato -# depend context-cmscbf -# depend context-cmttbf +DEPENDS+= tex-context-cmscbf-[0-9]*:../../print/tex-context-cmscbf +DEPENDS+= tex-context-cmttbf-[0-9]*:../../print/tex-context-cmttbf DEPENDS+= tex-context-construction-plan-[0-9]*:../../print/tex-context-construction-plan DEPENDS+= tex-context-cyrillicnumbers-[0-9]*:../../print/tex-context-cyrillicnumbers DEPENDS+= tex-context-degrade-[0-9]*:../../print/tex-context-degrade @@ -31,14 +31,13 @@ DEPENDS+= tex-context-french-[0-9]*:../../print/tex-context-french DEPENDS+= tex-context-fullpage-[0-9]*:../../print/tex-context-fullpage DEPENDS+= tex-context-gantt-[0-9]*:../../print/tex-context-gantt DEPENDS+= tex-context-gnuplot-[0-9]*:../../print/tex-context-gnuplot -# depend context-handlecsv -# depend context-inifile -# depend context-layout +DEPENDS+= tex-context-handlecsv-[0-9]*:../../print/tex-context-handlecsv +DEPENDS+= tex-context-inifile-[0-9]*:../../print/tex-context-inifile +DEPENDS+= tex-context-layout-[0-9]*:../../print/tex-context-layout DEPENDS+= tex-context-letter-[0-9]*:../../print/tex-context-letter DEPENDS+= tex-context-lettrine-[0-9]*:../../print/tex-context-lettrine DEPENDS+= tex-context-mathsets-[0-9]*:../../print/tex-context-mathsets -# only a doc package exists -#DEPENDS+= tex-context-notes-zh-cn-[0-9]*:../../print/tex-context-notes-zh-cn +# context-notes-zh-cn is documentation only DEPENDS+= tex-context-rst-[0-9]*:../../print/tex-context-rst DEPENDS+= tex-context-ruby-[0-9]*:../../print/tex-context-ruby DEPENDS+= tex-context-simplefonts-[0-9]*:../../print/tex-context-simplefonts @@ -49,7 +48,7 @@ DEPENDS+= tex-context-typearea-[0-9]*:../../print/tex-context-typearea DEPENDS+= tex-context-typescripts-[0-9]*:../../print/tex-context-typescripts DEPENDS+= tex-context-vim-[0-9]*:../../print/tex-context-vim DEPENDS+= tex-context-visualcounter-[0-9]*:../../print/tex-context-visualcounter -# depend npp-for-context +# npp-for-context is documentation only META_PACKAGE= yes |