Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 57DBF1A921F for ; Mon, 18 Apr 2022 04:30:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5927A84EB4; Mon, 18 Apr 2022 04:30:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8FD7684EAF for ; Mon, 18 Apr 2022 04:30:25 +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 r1z2YhQHVPzC for ; Mon, 18 Apr 2022 04:30: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 C071C84DA9 for ; Mon, 18 Apr 2022 04:30:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA214FB19; Mon, 18 Apr 2022 04:30:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650256224294950" MIME-Version: 1.0 Date: Mon, 18 Apr 2022 04:30:24 +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: <20220418043024.BA214FB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650256224294950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Apr 18 04:30:24 UTC 2022 Modified Files: pkgsrc/print: Makefile Added Files: pkgsrc/print/tex-context-inifile: DESCR Makefile PLIST distinfo pkgsrc/print/tex-context-inifile-doc: DESCR Makefile PLIST distinfo Log Message: tex-context-inifile{,-doc}: Add version 20080715 The module parses an ini-file and prints the contents with a user-defined layout. The entries of the file may be sorted by up to three sort keys. The format of a simple ini-file would be: [key1] symbol1 = value1 symbol2 = value2 [key2] symbol1 = value3 symbol2 = value4 The module only works with ConTeXt MkIV, and uses Lua to help process the input. To generate a diff of this commit: cvs rdiff -u -r1.850 -r1.851 pkgsrc/print/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-context-inifile/DESCR \ pkgsrc/print/tex-context-inifile/Makefile \ pkgsrc/print/tex-context-inifile/PLIST \ pkgsrc/print/tex-context-inifile/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-context-inifile-doc/DESCR \ pkgsrc/print/tex-context-inifile-doc/Makefile \ pkgsrc/print/tex-context-inifile-doc/PLIST \ pkgsrc/print/tex-context-inifile-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650256224294950 Content-Disposition: inline Content-Length: 5004 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/Makefile diff -u pkgsrc/print/Makefile:1.850 pkgsrc/print/Makefile:1.851 --- pkgsrc/print/Makefile:1.850 Mon Apr 18 04:27:38 2022 +++ pkgsrc/print/Makefile Mon Apr 18 04:30:24 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.850 2022/04/18 04:27:38 markd Exp $ +# $NetBSD: Makefile,v 1.851 2022/04/18 04:30:24 markd Exp $ # COMMENT= Desktop publishing @@ -522,6 +522,8 @@ SUBDIR+= tex-context-gnuplot SUBDIR+= tex-context-gnuplot-doc SUBDIR+= tex-context-handlecsv SUBDIR+= tex-context-handlecsv-doc +SUBDIR+= tex-context-inifile +SUBDIR+= tex-context-inifile-doc SUBDIR+= tex-context-letter SUBDIR+= tex-context-letter-doc SUBDIR+= tex-context-lettrine Added files: Index: pkgsrc/print/tex-context-inifile/DESCR diff -u /dev/null pkgsrc/print/tex-context-inifile/DESCR:1.1 --- /dev/null Mon Apr 18 04:30:24 2022 +++ pkgsrc/print/tex-context-inifile/DESCR Mon Apr 18 04:30:24 2022 @@ -0,0 +1,6 @@ +The module parses an ini-file and prints the contents with a +user-defined layout. The entries of the file may be sorted by +up to three sort keys. The format of a simple ini-file would +be: [key1] symbol1 = value1 symbol2 = value2 [key2] symbol1 = +value3 symbol2 = value4 The module only works with ConTeXt +MkIV, and uses Lua to help process the input. Index: pkgsrc/print/tex-context-inifile/Makefile diff -u /dev/null pkgsrc/print/tex-context-inifile/Makefile:1.1 --- /dev/null Mon Apr 18 04:30:24 2022 +++ pkgsrc/print/tex-context-inifile/Makefile Mon Apr 18 04:30:24 2022 @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2022/04/18 04:30:24 markd Exp $ + +DISTNAME= context-inifile +PKGNAME= tex-${DISTNAME}-20080715 +TEXLIVE_REV= 47085 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/context-inifile +COMMENT= Ini-file pretty-printer, using ConTeXt +LICENSE= gnu-gpl-v2 + +DEPENDS+= tex-context-[0-9]*:../../print/tex-context + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-context-inifile/PLIST diff -u /dev/null pkgsrc/print/tex-context-inifile/PLIST:1.1 --- /dev/null Mon Apr 18 04:30:24 2022 +++ pkgsrc/print/tex-context-inifile/PLIST Mon Apr 18 04:30:24 2022 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2022/04/18 04:30:24 markd Exp $ +share/texmf-dist/tex/context/third/inifile/t-inifile.tex Index: pkgsrc/print/tex-context-inifile/distinfo diff -u /dev/null pkgsrc/print/tex-context-inifile/distinfo:1.1 --- /dev/null Mon Apr 18 04:30:24 2022 +++ pkgsrc/print/tex-context-inifile/distinfo Mon Apr 18 04:30:24 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/04/18 04:30:24 markd Exp $ + +BLAKE2s (context-inifile.r47085.tar.xz) = 962bd1f1be6a5e75a5350d3be7608e3f3a7356cea5c02c82b73bda394f85182c +SHA512 (context-inifile.r47085.tar.xz) = 9dd9b61cd2b5700b0e2b6e59bf4040de9431820c659f121c2681e454ddb4b34454270eac6c442836c90f8a1819761ce0d7659684a1f0c8876fec1f947a0b16f7 +Size (context-inifile.r47085.tar.xz) = 2756 bytes Index: pkgsrc/print/tex-context-inifile-doc/DESCR diff -u /dev/null pkgsrc/print/tex-context-inifile-doc/DESCR:1.1 --- /dev/null Mon Apr 18 04:30:24 2022 +++ pkgsrc/print/tex-context-inifile-doc/DESCR Mon Apr 18 04:30:24 2022 @@ -0,0 +1 @@ +Documentation for tex-context-inifile. Index: pkgsrc/print/tex-context-inifile-doc/Makefile diff -u /dev/null pkgsrc/print/tex-context-inifile-doc/Makefile:1.1 --- /dev/null Mon Apr 18 04:30:24 2022 +++ pkgsrc/print/tex-context-inifile-doc/Makefile Mon Apr 18 04:30:24 2022 @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2022/04/18 04:30:24 markd Exp $ + +DISTNAME= context-inifile.doc +PKGNAME= tex-${DISTNAME:S/./-/}-20080715 +TEXLIVE_REV= 47085 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/context-inifile +COMMENT= Documentation for tex-context-inifile +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-context-inifile-doc/PLIST diff -u /dev/null pkgsrc/print/tex-context-inifile-doc/PLIST:1.1 --- /dev/null Mon Apr 18 04:30:24 2022 +++ pkgsrc/print/tex-context-inifile-doc/PLIST Mon Apr 18 04:30:24 2022 @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2022/04/18 04:30:24 markd Exp $ +share/texmf-dist/doc/context/third/inifile/VERSION +share/texmf-dist/doc/context/third/inifile/inifile-demo.pdf +share/texmf-dist/doc/context/third/inifile/inifile-doc.pdf Index: pkgsrc/print/tex-context-inifile-doc/distinfo diff -u /dev/null pkgsrc/print/tex-context-inifile-doc/distinfo:1.1 --- /dev/null Mon Apr 18 04:30:24 2022 +++ pkgsrc/print/tex-context-inifile-doc/distinfo Mon Apr 18 04:30:24 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/04/18 04:30:24 markd Exp $ + +BLAKE2s (context-inifile.doc.r47085.tar.xz) = badad8cafa9b3a089b720d16d20c96e69c7f418e89ed9a5399904e13dc9ee9b3 +SHA512 (context-inifile.doc.r47085.tar.xz) = 9635bc80ae7222c6a38004ad5f985004634b7db9596e03a23123ad71bbf177639bb1b028bdfe79d51b75c1c429c327f65c2b5e0720723d8bcdf63f4939312850 +Size (context-inifile.doc.r47085.tar.xz) = 81492 bytes --_----------=_1650256224294950--