Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LmwErSgl; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=vo599I7E Received: by mail.netbsd.org (Postfix, from userid 605) id DAFCA84EA4; Wed, 20 Mar 2024 10:51:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710931876; bh=64oroUae+wsxEofRI5GXnHwe5eBAJD9GSplggamGpYM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=LmwErSglbnJEHhj2zsdaXMs405Ud4Ho+hLIcRQnRTMiNb3gWWAXDl+5D/I5zEx7qs mLMLV6rSt/Vf9S2Pow9veSJJxLQJQ6rC/vvzzv659/U9W+wkuBMWGwzZddqDOIwqkd 8B0EqgkSXp7FMAYGsx1QSBEcwS8iVq92/Xw7xtOQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD61784DA5 for ; Wed, 20 Mar 2024 10:51:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 wqLLrAqm6_Ah for ; Wed, 20 Mar 2024 10:51:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4568784C13 for ; Wed, 20 Mar 2024 10:51:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710931874; bh=64oroUae+wsxEofRI5GXnHwe5eBAJD9GSplggamGpYM=; h=Date:From:Subject:To:Reply-To; b=vo599I7EtVRv+QDSeKrGil04meZ37LcuUA5yHeUa0jGF0vIrsYbF54CShyCgTLHZU C6sMBifNR4r6NQmxQrCNLOsL7QE6uWyrb7SEFdL5BGfHN55CBBrF+ZlnfTE9mUCsos c7pz9z4vhDDfZ0My0F+/pa8lAT6gtmhRIBvSIXlU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3BB5EFA2C; Wed, 20 Mar 2024 10:51:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710931874140100" MIME-Version: 1.0 Date: Wed, 20 Mar 2024 10:51:14 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/tex-mathtools To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20240320105114.3BB5EFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710931874140100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Wed Mar 20 10:51:14 UTC 2024 Modified Files: pkgsrc/print/tex-mathtools: Makefile distinfo Log Message: tex-mathtools: update to 1.30 * Added a caveat about \xmapsto when ever unicode-math is loaded. The macro does not work as the symbol marking the bar at the start is not available under unicode-math. * Added a default \MT_active_colon_false: for when centercolon=true has never been executed * Gave \DeclarePairedDelimiter... support for the empty scaler (dot) * Added \xLongrightarrow and \xLongleftarrow * Added a bracing group inside \newtagform such that the inner format only applies to the number To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/tex-mathtools/Makefile \ pkgsrc/print/tex-mathtools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710931874140100 Content-Disposition: inline Content-Length: 1656 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-mathtools/Makefile diff -u pkgsrc/print/tex-mathtools/Makefile:1.13 pkgsrc/print/tex-mathtools/Makefile:1.14 --- pkgsrc/print/tex-mathtools/Makefile:1.13 Thu Sep 1 04:41:50 2022 +++ pkgsrc/print/tex-mathtools/Makefile Wed Mar 20 10:51:14 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2022/09/01 04:41:50 markd Exp $ +# $NetBSD: Makefile,v 1.14 2024/03/20 10:51:14 markd Exp $ DISTNAME= mathtools -PKGNAME= tex-${DISTNAME}-1.29 -TEXLIVE_REV= 63767 +PKGNAME= tex-${DISTNAME}-1.30 +TEXLIVE_REV= 70596 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/mathtools Index: pkgsrc/print/tex-mathtools/distinfo diff -u pkgsrc/print/tex-mathtools/distinfo:1.13 pkgsrc/print/tex-mathtools/distinfo:1.14 --- pkgsrc/print/tex-mathtools/distinfo:1.13 Thu Sep 1 04:41:50 2022 +++ pkgsrc/print/tex-mathtools/distinfo Wed Mar 20 10:51:14 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2022/09/01 04:41:50 markd Exp $ +$NetBSD: distinfo,v 1.14 2024/03/20 10:51:14 markd Exp $ -BLAKE2s (mathtools.r63767.tar.xz) = 0408f5bc09e0e328cf6ae34612e4f6c21f1829f33a87e483216b44df0cc7e1ff -SHA512 (mathtools.r63767.tar.xz) = 767b804aeec1ee62667529a523a22e38a4a20dbb7a3a4f74476d25f5cceed38b001b21fc2e8eeec6313e25ee3066ee05b47e1fad3ecce228d6ee13e2d78f6dd4 -Size (mathtools.r63767.tar.xz) = 20472 bytes +BLAKE2s (mathtools.r70596.tar.xz) = 08c46395e8d855d8881161cb23161c7c3f76d689a47af5b380c37d269bf4d739 +SHA512 (mathtools.r70596.tar.xz) = 7715d1ae985a85d65e2ab5877e262c7ce80e476c5acde56bbed802138e31ec7f873386b1886fd95bba8acdd1151644d2f02dd1a019b2f856794678a128202fdb +Size (mathtools.r70596.tar.xz) = 20532 bytes --_----------=_1710931874140100--