Received: by mail.netbsd.org (Postfix, from userid 605) id A8D5E85036; Tue, 13 Aug 2019 20:29:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30FB485030 for ; Tue, 13 Aug 2019 20:29:25 +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 yTHXZDOQhPtF for ; Tue, 13 Aug 2019 20:29: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 BCF2584D65 for ; Tue, 13 Aug 2019 20:29:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4769FBF4; Tue, 13 Aug 2019 20:29:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1565728164164880" MIME-Version: 1.0 Date: Tue, 13 Aug 2019 20:29:24 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/graphics To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20190813202924.B4769FBF4@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. --_----------=_1565728164164880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Tue Aug 13 20:29:24 UTC 2019 Modified Files: pkgsrc/graphics: Makefile Log Message: graphics: add tex-tikz-feynhand{,-doc} To generate a diff of this commit: cvs rdiff -u -r1.837 -r1.838 pkgsrc/graphics/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1565728164164880 Content-Disposition: inline Content-Length: 678 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/Makefile diff -u pkgsrc/graphics/Makefile:1.837 pkgsrc/graphics/Makefile:1.838 --- pkgsrc/graphics/Makefile:1.837 Tue Aug 13 02:16:09 2019 +++ pkgsrc/graphics/Makefile Tue Aug 13 20:29:24 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.837 2019/08/13 02:16:09 brook Exp $ +# $NetBSD: Makefile,v 1.838 2019/08/13 20:29:24 markd Exp $ # COMMENT= Graphics tools and libraries @@ -733,6 +733,8 @@ SUBDIR+= tex-tikz-3dplot SUBDIR+= tex-tikz-3dplot-doc SUBDIR+= tex-tikz-cd SUBDIR+= tex-tikz-cd-doc +SUBDIR+= tex-tikz-feynhand +SUBDIR+= tex-tikz-feynhand-doc SUBDIR+= tex-tikzinclude SUBDIR+= tex-tikzinclude-doc SUBDIR+= tex-tikzmark --_----------=_1565728164164880--