Received: by mail.netbsd.org (Postfix, from userid 605) id 9212184DC5; Sun, 14 Feb 2021 20:24:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CBF6584D80 for ; Sun, 14 Feb 2021 20:24:17 +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 vdralIVC9B3R for ; Sun, 14 Feb 2021 20:24:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3AAB684CFC for ; Sun, 14 Feb 2021 20:24:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E071FA95; Sun, 14 Feb 2021 20:24:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613334257137600" MIME-Version: 1.0 Date: Sun, 14 Feb 2021 20:24:17 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/tex-babel-russian To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210214202417.2E071FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613334257137600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Feb 14 20:24:17 UTC 2021 Modified Files: pkgsrc/print/tex-babel-russian: Makefile distinfo Log Message: tex-babel-russian: update to 1.3m 2021-01-10 version 1.3m * The macro `\cyrdash` that prints Cyrillic dash has been changed. Now it is alias of `\textemdash` in all encodings. * New Customisation section added to the module documentation. It describes how to modify the `\cyrdash` macro and shorthand `"--~"` that is intended to print Cyrillic dash in compound names of physical laws, mathematical equations, company titles, e.t.c. such as the Ostrogradsky-Gauss theorem (thanks to Olga Lapko). 2020-10-16 version 1.3l * Patches for Russian language from hyperref package to babel-russian module (thanks to Ulrike Fischer). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/tex-babel-russian/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-babel-russian/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613334257137600 Content-Disposition: inline Content-Length: 2085 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-babel-russian/Makefile diff -u pkgsrc/print/tex-babel-russian/Makefile:1.7 pkgsrc/print/tex-babel-russian/Makefile:1.8 --- pkgsrc/print/tex-babel-russian/Makefile:1.7 Sat Jan 18 23:33:38 2020 +++ pkgsrc/print/tex-babel-russian/Makefile Sun Feb 14 20:24:16 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2020/01/18 23:33:38 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2021/02/14 20:24:16 markd Exp $ DISTNAME= babel-russian -PKGNAME= tex-${DISTNAME}-1.3j -TEXLIVE_REV= 45007 +PKGNAME= tex-${DISTNAME}-1.3m +TEXLIVE_REV= 57376 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/babel-russian @@ -11,6 +11,5 @@ LICENSE= lppl-1.3c DEPENDS+= tex-babel>=3.9l:../../print/tex-babel -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-babel-russian/distinfo diff -u pkgsrc/print/tex-babel-russian/distinfo:1.6 pkgsrc/print/tex-babel-russian/distinfo:1.7 --- pkgsrc/print/tex-babel-russian/distinfo:1.6 Mon Oct 16 08:51:03 2017 +++ pkgsrc/print/tex-babel-russian/distinfo Sun Feb 14 20:24:16 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/10/16 08:51:03 markd Exp $ +$NetBSD: distinfo,v 1.7 2021/02/14 20:24:16 markd Exp $ -SHA1 (tex-babel-russian-45007/babel-russian.tar.xz) = 5a07fffb593a903b557c1c4667958ab59c017001 -RMD160 (tex-babel-russian-45007/babel-russian.tar.xz) = 473a659b3282abab5e02a6826bd067e61949eac6 -SHA512 (tex-babel-russian-45007/babel-russian.tar.xz) = 1a6ded82571af9cdc2f769203ca818ee53d94e59190dfb299a43bbd21127aec3944475e5d58b0f17444da1c3018284fb6a6dcac22d78fae2c665c8f283469e1b -Size (tex-babel-russian-45007/babel-russian.tar.xz) = 6140 bytes +SHA1 (babel-russian.r57376.tar.xz) = 136b91ac727b708a766fea801c33de6d0a6a027a +RMD160 (babel-russian.r57376.tar.xz) = 5a0e2318e9dd1b089dea927ca2217aea54f91245 +SHA512 (babel-russian.r57376.tar.xz) = 5acec3460294e71e6def384a7863a849e8a5d431dde49c77a4a7803af5373b56fcd376f6e73b237dd230728ab5b536f903b6a1bb19fc478dd5e742293a6e6ca8 +Size (babel-russian.r57376.tar.xz) = 6352 bytes --_----------=_1613334257137600--