Received: by mail.netbsd.org (Postfix, from userid 605) id EC46584D6F; Tue, 13 Aug 2019 02:13:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7515E84D67 for ; Tue, 13 Aug 2019 02:13:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1igmEN8DlQB2 for ; Tue, 13 Aug 2019 02:13:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B1A5584CE8 for ; Tue, 13 Aug 2019 02:13:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AAF2CFBF4; Tue, 13 Aug 2019 02:13:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156566242053470" MIME-Version: 1.0 Date: Tue, 13 Aug 2019 02:13:40 +0000 From: "Brook Milligan" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: brook@netbsd.org X-Mailer: log_accum Message-Id: <20190813021340.AAF2CFBF4@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. --_----------=_156566242053470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: brook Date: Tue Aug 13 02:13:40 UTC 2019 Modified Files: pkgsrc/doc: CHANGES-2019 pkgsrc/graphics: Makefile Added Files: pkgsrc/graphics/tex-chemfig: DESCR Makefile PLIST distinfo Log Message: tex-chemfig: initial commit The package provides the command \chemfig{}, which draws molecules using the TikZ package. The argument provides instructions for the drawing operation. While the diagrams produced are essentially 2-dimensional, the package supports many of the conventional notations for illustrating the 3-dimensional layout of a molecule. The package uses TikZ for its actual drawing operations. To generate a diff of this commit: cvs rdiff -u -r1.3405 -r1.3406 pkgsrc/doc/CHANGES-2019 cvs rdiff -u -r1.835 -r1.836 pkgsrc/graphics/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-chemfig/DESCR \ pkgsrc/graphics/tex-chemfig/Makefile pkgsrc/graphics/tex-chemfig/PLIST \ pkgsrc/graphics/tex-chemfig/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156566242053470 Content-Disposition: inline Content-Length: 3698 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2019 diff -u pkgsrc/doc/CHANGES-2019:1.3405 pkgsrc/doc/CHANGES-2019:1.3406 --- pkgsrc/doc/CHANGES-2019:1.3405 Tue Aug 13 01:50:18 2019 +++ pkgsrc/doc/CHANGES-2019 Tue Aug 13 02:13:40 2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.3405 2019/08/13 01:50:18 schmonz Exp $ +$NetBSD: CHANGES-2019,v 1.3406 2019/08/13 02:13:40 brook Exp $ Changes to the packages collection and infrastructure in 2019: @@ -5613,3 +5613,4 @@ Changes to the packages collection and i Updated textproc/libhighlight to 3.53 [schmonz 2019-08-13] Updated textproc/highlight to 3.53 [schmonz 2019-08-13] Updated textproc/p5-highlight to 3.53 [schmonz 2019-08-13] + Added graphics/tex-chemfig version 1.41 [brook 2019-08-13] Index: pkgsrc/graphics/Makefile diff -u pkgsrc/graphics/Makefile:1.835 pkgsrc/graphics/Makefile:1.836 --- pkgsrc/graphics/Makefile:1.835 Fri Aug 9 20:56:19 2019 +++ pkgsrc/graphics/Makefile Tue Aug 13 02:13:40 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.835 2019/08/09 20:56:19 brook Exp $ +# $NetBSD: Makefile,v 1.836 2019/08/13 02:13:40 brook Exp $ # COMMENT= Graphics tools and libraries @@ -561,6 +561,7 @@ SUBDIR+= tex-blockdraw_mp SUBDIR+= tex-blockdraw_mp-doc SUBDIR+= tex-bpolynomial SUBDIR+= tex-bpolynomial-doc +SUBDIR+= tex-chemfig SUBDIR+= tex-circuitikz SUBDIR+= tex-circuitikz-doc SUBDIR+= tex-cmarrows Added files: Index: pkgsrc/graphics/tex-chemfig/DESCR diff -u /dev/null pkgsrc/graphics/tex-chemfig/DESCR:1.1 --- /dev/null Tue Aug 13 02:13:40 2019 +++ pkgsrc/graphics/tex-chemfig/DESCR Tue Aug 13 02:13:40 2019 @@ -0,0 +1,7 @@ +The package provides the command \chemfig{}, which draws +molecules using the TikZ package. The argument provides +instructions for the drawing operation. While the diagrams +produced are essentially 2-dimensional, the package supports +many of the conventional notations for illustrating the +3-dimensional layout of a molecule. The package uses TikZ for +its actual drawing operations. Index: pkgsrc/graphics/tex-chemfig/Makefile diff -u /dev/null pkgsrc/graphics/tex-chemfig/Makefile:1.1 --- /dev/null Tue Aug 13 02:13:40 2019 +++ pkgsrc/graphics/tex-chemfig/Makefile Tue Aug 13 02:13:40 2019 @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2019/08/13 02:13:40 brook Exp $ + +DISTNAME= chemfig +PKGNAME= tex-${DISTNAME}-1.41 +TEXLIVE_REV= 51176 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/chemfig +COMMENT= Draw molecules with easy syntax +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/graphics/tex-chemfig/PLIST diff -u /dev/null pkgsrc/graphics/tex-chemfig/PLIST:1.1 --- /dev/null Tue Aug 13 02:13:40 2019 +++ pkgsrc/graphics/tex-chemfig/PLIST Tue Aug 13 02:13:40 2019 @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2019/08/13 02:13:40 brook Exp $ +share/texmf-dist/tex/generic/chemfig/chemfig.sty +share/texmf-dist/tex/generic/chemfig/chemfig.tex +share/texmf-dist/tex/generic/chemfig/t-chemfig.tex Index: pkgsrc/graphics/tex-chemfig/distinfo diff -u /dev/null pkgsrc/graphics/tex-chemfig/distinfo:1.1 --- /dev/null Tue Aug 13 02:13:40 2019 +++ pkgsrc/graphics/tex-chemfig/distinfo Tue Aug 13 02:13:40 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/08/13 02:13:40 brook Exp $ + +SHA1 (tex-chemfig-51176/chemfig.tar.xz) = 059aa48e7a4c9f40cbdd28f43ecd0ba3c2c17d2c +RMD160 (tex-chemfig-51176/chemfig.tar.xz) = b6ebfb70cf26caeafcb2e8453585d4748206f2cf +SHA512 (tex-chemfig-51176/chemfig.tar.xz) = bf8b9f313bdc239eac7c11c8b887755fc5106c389b3d62f013c764a8392298f4e0074796ec128edaa0d4126b52b055b3787454885dd2cd214e2603b7896b28dd +Size (tex-chemfig-51176/chemfig.tar.xz) = 23716 bytes --_----------=_156566242053470--