Received: by mail.netbsd.org (Postfix, from userid 605) id 4867D84D5F; Wed, 5 Jun 2019 21:20:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C4BDB84D36 for ; Wed, 5 Jun 2019 21:20:11 +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 5vvK3KBtHlpd for ; Wed, 5 Jun 2019 21:20:11 +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 4454584C81 for ; Wed, 5 Jun 2019 21:20:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E560FBF4; Wed, 5 Jun 2019 21:20:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155976961135160" MIME-Version: 1.0 Date: Wed, 5 Jun 2019 21:20:11 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/tex-contour To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190605212011.3E560FBF4@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. --_----------=_155976961135160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jun 5 21:20:11 UTC 2019 Added Files: pkgsrc/graphics/tex-contour: DESCR Makefile PLIST distinfo Log Message: graphics/tex-contour: import tex-contour-2.14 This package generates a coloured contour around a given text in order to enable printing text over a background without the need of a coloured box around the text. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-contour/DESCR \ pkgsrc/graphics/tex-contour/Makefile pkgsrc/graphics/tex-contour/PLIST \ pkgsrc/graphics/tex-contour/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155976961135160 Content-Disposition: inline Content-Length: 2270 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/graphics/tex-contour/DESCR diff -u /dev/null pkgsrc/graphics/tex-contour/DESCR:1.1 --- /dev/null Wed Jun 5 21:20:11 2019 +++ pkgsrc/graphics/tex-contour/DESCR Wed Jun 5 21:20:11 2019 @@ -0,0 +1,3 @@ +This package generates a coloured contour around a given text +in order to enable printing text over a background without the +need of a coloured box around the text. Index: pkgsrc/graphics/tex-contour/Makefile diff -u /dev/null pkgsrc/graphics/tex-contour/Makefile:1.1 --- /dev/null Wed Jun 5 21:20:11 2019 +++ pkgsrc/graphics/tex-contour/Makefile Wed Jun 5 21:20:11 2019 @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2019/06/05 21:20:11 wiz Exp $ + +DISTNAME= contour +PKGNAME= tex-${DISTNAME}-2.14 +TEXLIVE_REV= 18950 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/contour +COMMENT= Print a coloured contour around text +LICENSE= lppl-1.3c + +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/graphics/tex-contour/PLIST diff -u /dev/null pkgsrc/graphics/tex-contour/PLIST:1.1 --- /dev/null Wed Jun 5 21:20:11 2019 +++ pkgsrc/graphics/tex-contour/PLIST Wed Jun 5 21:20:11 2019 @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2019/06/05 21:20:11 wiz Exp $ +share/texmf-dist/tex/latex/contour/contour.cfg +share/texmf-dist/tex/latex/contour/contour.sty +share/texmf-dist/tex/latex/contour/dvips.cnt +share/texmf-dist/tex/latex/contour/dvipsone.cnt +share/texmf-dist/tex/latex/contour/pdftex.cnt +share/texmf-dist/tex/latex/contour/vtex.cnt Index: pkgsrc/graphics/tex-contour/distinfo diff -u /dev/null pkgsrc/graphics/tex-contour/distinfo:1.1 --- /dev/null Wed Jun 5 21:20:11 2019 +++ pkgsrc/graphics/tex-contour/distinfo Wed Jun 5 21:20:11 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/06/05 21:20:11 wiz Exp $ + +SHA1 (tex-contour-18950/contour.tar.xz) = 804229631d1fc14611c82140bc09d30cf7cea0c3 +RMD160 (tex-contour-18950/contour.tar.xz) = 52c9b7884546dd906608eabc409e69d77b518e06 +SHA512 (tex-contour-18950/contour.tar.xz) = 0dd4a28f97efcfd0459595776cbab019168fca48984d78f9ec17e0f3af9dbebd378adc6649bce6a9a999651c75316f3ff44e0f10e208465dda2d904d080c41d3 +Size (tex-contour-18950/contour.tar.xz) = 2672 bytes --_----------=_155976961135160--