Received: by mail.netbsd.org (Postfix, from userid 605) id 6F2AB84EAE; Tue, 14 Mar 2023 19:54:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F56A84EA5 for ; Tue, 14 Mar 2023 19:54:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BTHFuHTOwGYi for ; Tue, 14 Mar 2023 19:54:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 09F7B84CF9 for ; Tue, 14 Mar 2023 19:54:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 029A4FA90; Tue, 14 Mar 2023 19:54:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1678823692147060" MIME-Version: 1.0 Date: Tue, 14 Mar 2023 19:54:52 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-luatex To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230314195453.029A4FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1678823692147060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Tue Mar 14 19:54:52 UTC 2023 Modified Files: pkgsrc/meta-pkgs/texlive-collection-luatex: Makefile Log Message: texlive-collection-luatex: update to revision 65791 To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 \ pkgsrc/meta-pkgs/texlive-collection-luatex/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1678823692147060 Content-Disposition: inline Content-Length: 2762 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-luatex/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-luatex/Makefile:1.22 pkgsrc/meta-pkgs/texlive-collection-luatex/Makefile:1.23 --- pkgsrc/meta-pkgs/texlive-collection-luatex/Makefile:1.22 Thu Sep 1 06:17:02 2022 +++ pkgsrc/meta-pkgs/texlive-collection-luatex/Makefile Tue Mar 14 19:54:52 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2022/09/01 06:17:02 markd Exp $ +# $NetBSD: Makefile,v 1.23 2023/03/14 19:54:52 markd Exp $ DISTNAME= collection-luatex PKGNAME= texlive-${DISTNAME}-2022pre2 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 64203 +TEXLIVE_REV= 65791 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tug.org/texlive/ @@ -16,6 +16,7 @@ DEPENDS+= texlive-collection-basic-[0-9] # depend auto-pst-pdf-lua # depend barracuda # depend bezierplot +# depend blopentype # depend checkcites # depend chickenize # depend chinese-jfm @@ -32,6 +33,7 @@ DEPENDS+= tex-ctablestack-[0-9]*:../../p # depend kanaparser # depend ligtype # depend linebreaker +# depend lparse # depend lt3luabridge # depend lua-typo # depend lua-uca @@ -40,9 +42,12 @@ DEPENDS+= tex-lua-uni-algos-[0-9]*:../.. # depend lua-visual-debug # depend lua-widow-control # depend luaaddplot +# depend luacas # depend luacensor DEPENDS+= tex-luacode-[0-9]*:../../print/tex-luacode DEPENDS+= tex-luacolor-[0-9]*:../../print/tex-luacolor +# depend luacomplex +# depend luagcd # depend luahyphenrules # depend luaimageembed # depend luaindex @@ -53,17 +58,23 @@ DEPENDS+= tex-luacolor-[0-9]*:../../prin DEPENDS+= tex-lualatex-math-[0-9]*:../../math/tex-lualatex-math # depend lualatex-truncate DEPENDS+= tex-lualibs-[0-9]*:../../devel/tex-lualibs +# depend lualinalg # depend luamathalign +# depend luamaths +# depend luamodulartables # depend luamplib +# depend luaoptions DEPENDS+= tex-luaotfload-[0-9]*:../../fonts/tex-luaotfload # depend luapackageloader # depend luaprogtable # depend luaquotes +# depend luaset # depend luarandom DEPENDS+= tex-luatex85-[0-9]*:../../print/tex-luatex85 DEPENDS+= tex-luatexbase-[0-9]*:../../devel/tex-luatexbase # depend luatexko # depend luatextra +# depend luatruthtable # depend luavlna # depend luaxml # depend lutabulartools @@ -79,9 +90,11 @@ DEPENDS+= tex-luatexbase-[0-9]*:../../de # depend pdfarticle # depend pdfextra # depend penlight +# depend piton # depend placeat # depend plantuml # depend pyluatex +# depend scikgtex # depend selnolig # depend showhyphenation # depend showkerning @@ -89,6 +102,7 @@ DEPENDS+= tex-luatexbase-[0-9]*:../../de # depend spelling # depend stricttex # depend truthtable +# depend tsvtemplate # depend typewriter # depend uninormalize # depend yamlvars --_----------=_1678823692147060--