Received: by mail.netbsd.org (Postfix, from userid 605) id 3DD2684D55; Mon, 23 Oct 2017 09:17:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B889F84D4D for ; Mon, 23 Oct 2017 09:17:37 +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 U7K3guM3_4t6 for ; Mon, 23 Oct 2017 09:17:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3FA3B84C2E for ; Mon, 23 Oct 2017 09:17:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 57F54FBDE; Mon, 23 Oct 2017 09:17:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1508750256125300" MIME-Version: 1.0 Date: Mon, 23 Oct 2017 09:17:36 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/tex-overpic To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20171023091736.57F54FBDE@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. --_----------=_1508750256125300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: markd Date: Mon Oct 23 09:17:36 UTC 2017 Modified Files: pkgsrc/print/tex-overpic: Makefile distinfo Log Message: tex-overpic: update to 1.0 o Code widly rewritten o More options can be changed locally (suggested by Heiko Oberdiek) o New environment ``Overpic'' (suggested by Herbert Voß) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-overpic/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-overpic/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1508750256125300 Content-Disposition: inline Content-Length: 1944 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-overpic/Makefile diff -u pkgsrc/print/tex-overpic/Makefile:1.3 pkgsrc/print/tex-overpic/Makefile:1.4 --- pkgsrc/print/tex-overpic/Makefile:1.3 Wed Sep 6 16:49:42 2017 +++ pkgsrc/print/tex-overpic/Makefile Mon Oct 23 09:17:36 2017 @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2017/09/06 16:49:42 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/10/23 09:17:36 markd Exp $ DISTNAME= overpic -PKGNAME= tex-${DISTNAME}-0.53 -TEXLIVE_REV= 19712 +PKGNAME= tex-${DISTNAME}-1.0 +TEXLIVE_REV= 45500 MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/overpic COMMENT= Combine LaTeX commands over included graphics -LICENSE= lppl-1.3c +LICENSE= lppl-1.0 DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics Index: pkgsrc/print/tex-overpic/distinfo diff -u pkgsrc/print/tex-overpic/distinfo:1.2 pkgsrc/print/tex-overpic/distinfo:1.3 --- pkgsrc/print/tex-overpic/distinfo:1.2 Wed Nov 4 01:02:34 2015 +++ pkgsrc/print/tex-overpic/distinfo Mon Oct 23 09:17:36 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:02:34 agc Exp $ +$NetBSD: distinfo,v 1.3 2017/10/23 09:17:36 markd Exp $ -SHA1 (tex-overpic-19712/overpic.tar.xz) = a00a2d2b5807c0f7e17fc1017829cceb3fb5cb8e -RMD160 (tex-overpic-19712/overpic.tar.xz) = 960165d24484b9da60ad0dc04b9ef86ff64f52ca -SHA512 (tex-overpic-19712/overpic.tar.xz) = 40ec76b3dedd3161fd0ef8d7673443d8f81bfd79411cfcd1b4a8cc853be15a5dd9a542e710c52b07b5fadf0bd2a7744097bb5c9da8180c31f5fd70817e984325 -Size (tex-overpic-19712/overpic.tar.xz) = 1676 bytes +SHA1 (tex-overpic-45500/overpic.tar.xz) = 8126917b9bc687c0b3100b3ae031da18572a8722 +RMD160 (tex-overpic-45500/overpic.tar.xz) = a78bfb0c36c8608ac5953c4cf9ba3bca7c9d0b07 +SHA512 (tex-overpic-45500/overpic.tar.xz) = e8f2dc46c0ce1b3b65e5e7315ebf16024e643ccf362d3a3b5f729e8a2f8d942ae97507e331c773ac9d967b18fab50baeca915608132b901e2ac6d00012a5f8de +Size (tex-overpic-45500/overpic.tar.xz) = 1692 bytes --_----------=_1508750256125300--