Received: by mail.netbsd.org (Postfix, from userid 605) id DFA6584FB7; Sun, 13 May 2018 11:52:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 64F9284D45 for ; Sun, 13 May 2018 11:52:24 +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 Y0k5kW-QfNyV for ; Sun, 13 May 2018 11:52:24 +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 BC44884CFC for ; Sun, 13 May 2018 11:52:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ADF2BFBEC; Sun, 13 May 2018 11:52:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526212343100480" MIME-Version: 1.0 Date: Sun, 13 May 2018 11:52:23 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20180513115223.ADF2BFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1526212343100480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun May 13 11:52:23 UTC 2018 Modified Files: pkgsrc/print: Makefile Log Message: print: add tex-{translator,epigraph,biblatex-nature}{,-doc} To generate a diff of this commit: cvs rdiff -u -r1.711 -r1.712 pkgsrc/print/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526212343100480 Content-Disposition: inline Content-Length: 1215 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/Makefile diff -u pkgsrc/print/Makefile:1.711 pkgsrc/print/Makefile:1.712 --- pkgsrc/print/Makefile:1.711 Wed Apr 25 11:02:42 2018 +++ pkgsrc/print/Makefile Sun May 13 11:52:23 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.711 2018/04/25 11:02:42 markd Exp $ +# $NetBSD: Makefile,v 1.712 2018/05/13 11:52:23 markd Exp $ # COMMENT= Desktop publishing @@ -295,6 +295,8 @@ SUBDIR+= tex-biblatex SUBDIR+= tex-biblatex-apa SUBDIR+= tex-biblatex-apa-doc SUBDIR+= tex-biblatex-doc +SUBDIR+= tex-biblatex-nature +SUBDIR+= tex-biblatex-nature-doc SUBDIR+= tex-bibleref-german SUBDIR+= tex-bibleref-german-doc SUBDIR+= tex-bibtex @@ -540,6 +542,8 @@ SUBDIR+= tex-environ SUBDIR+= tex-environ-doc SUBDIR+= tex-envlab SUBDIR+= tex-envlab-doc +SUBDIR+= tex-epigraph +SUBDIR+= tex-epigraph-doc SUBDIR+= tex-eplain SUBDIR+= tex-eplain-doc SUBDIR+= tex-epsf @@ -1272,6 +1276,8 @@ SUBDIR+= tex-translation-enumitem-de-doc SUBDIR+= tex-translation-europecv-de-doc SUBDIR+= tex-translation-filecontents-de-doc SUBDIR+= tex-translation-moreverb-de-doc +SUBDIR+= tex-translator +SUBDIR+= tex-translator-doc SUBDIR+= tex-treetex SUBDIR+= tex-treetex-doc SUBDIR+= tex-trimspaces --_----------=_1526212343100480--