Received: by mail.netbsd.org (Postfix, from userid 605) id C97E084DD2; Mon, 15 Feb 2021 01:38:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D44B84D2F for ; Mon, 15 Feb 2021 01:38:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id CuFNXw1nsEWS for ; Mon, 15 Feb 2021 01:38:18 +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 7242084D0D for ; Mon, 15 Feb 2021 01:38:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 60F72FA95; Mon, 15 Feb 2021 01:38:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613353098180080" MIME-Version: 1.0 Date: Mon, 15 Feb 2021 01:38:18 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-mathscience To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210215013818.60F72FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613353098180080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Feb 15 01:38:18 UTC 2021 Modified Files: pkgsrc/meta-pkgs/texlive-collection-mathscience: Makefile Log Message: texlive-collection-mathscience: update for revision 57535 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \ pkgsrc/meta-pkgs/texlive-collection-mathscience/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613353098180080 Content-Disposition: inline Content-Length: 2906 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-mathscience/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-mathscience/Makefile:1.13 pkgsrc/meta-pkgs/texlive-collection-mathscience/Makefile:1.14 --- pkgsrc/meta-pkgs/texlive-collection-mathscience/Makefile:1.13 Sun May 10 04:13:27 2020 +++ pkgsrc/meta-pkgs/texlive-collection-mathscience/Makefile Mon Feb 15 01:38:18 2021 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2020/05/10 04:13:27 markd Exp $ +# $NetBSD: Makefile,v 1.14 2021/02/15 01:38:18 markd Exp $ DISTNAME= collection-mathscience PKGNAME= texlive-${DISTNAME}-2020pre1 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 54754 +TEXLIVE_REV= 57535 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tug.org/texlive/ @@ -22,6 +22,7 @@ DEPENDS+= tex-accents-[0-9]*:../../print DEPENDS+= tex-algorithm2e-[0-9]*:../../print/tex-algorithm2e DEPENDS+= tex-algorithmicx-[0-9]*:../../print/tex-algorithmicx DEPENDS+= tex-algorithms-[0-9]*:../../print/tex-algorithms +# depend algpseudocodex # depend algxpar # depend aligned-overset # depend amscdx @@ -44,6 +45,7 @@ DEPENDS+= tex-bussproofs-[0-9]*:../../pr # depend bytefield # depend calculation # depend cascade +# depend causets DEPENDS+= tex-ccfonts-[0-9]*:../../fonts/tex-ccfonts # depend ccool DEPENDS+= tex-chemarrow-[0-9]*:../../print/tex-chemarrow @@ -62,6 +64,7 @@ DEPENDS+= tex-clrscode-[0-9]*:../../prin # depend clrscode3e # depend codeanatomy # depend commath +# depend commutative-diagrams # depend complexity # depend computational-complexity DEPENDS+= tex-concmath-[0-9]*:../../fonts/tex-concmath @@ -69,6 +72,7 @@ DEPENDS+= tex-concrete-[0-9]*:../../font # depend conteq # depend correctmathalign # depend cryptocode +# depend decision-table # depend delim # depend delimseasy # depend delimset @@ -104,6 +108,7 @@ DEPENDS+= tex-ebproof-[0-9]*:../../print # depend gotoh # depend grundgesetze # depend gu +# depend helmholtz-ellis-ji-notation # depend hep # depend hepnames # depend hepparticles @@ -114,6 +119,7 @@ DEPENDS+= tex-ebproof-[0-9]*:../../print # depend ionumbers # depend isomath # depend jkmath +# depend jupynotex # depend karnaugh # depend karnaugh-map # depend karnaughmap @@ -134,6 +140,7 @@ DEPENDS+= tex-mathpartir-[0-9]*:../../ma # depend matlab-prettifier # depend matrix-skeleton # depend mattens +# depend membranecomputing # depend memorygraphs # depend mgltex DEPENDS+= tex-mhchem-[0-9]*:../../print/tex-mhchem @@ -158,6 +165,7 @@ DEPENDS+= tex-oubraces-[0-9]*:../../prin # depend pm-isomath # depend polexpr # depend prftree +# depend principia # depend proba # depend proof-at-the-end # depend prooftrees @@ -171,6 +179,7 @@ DEPENDS+= tex-oubraces-[0-9]*:../../prin # depend revquantum # depend ribbonproofs # depend rmathbr +# depend sankey # depend sasnrdisplay # depend sciposter # depend sclang-prettifier --_----------=_1613353098180080--