Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 6CA091A9217 for ; Tue, 1 Dec 2020 21:59:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CCA4E84DB0; Tue, 1 Dec 2020 21:59:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 07D9684DAC for ; Tue, 1 Dec 2020 21:59:57 +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 c79L9DCauKpm for ; Tue, 1 Dec 2020 21:59:56 +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 6D95284D98 for ; Tue, 1 Dec 2020 21:59:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 667BFFA9D; Tue, 1 Dec 2020 21:59:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1606859996106480" MIME-Version: 1.0 Date: Tue, 1 Dec 2020 21:59:56 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/textproc/miller To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20201201215956.667BFFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1606859996106480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Tue Dec 1 21:59:56 UTC 2020 Modified Files: pkgsrc/textproc/miller: Makefile distinfo Log Message: miller: update to 5.10.0. ChangeLog: Features: - The unsparsify -f feature - The new sort-within-records verb is an old ask, underway from the Go port, backported to C - Likewise the truncate DSL function Bugfixes: - The count -n feature was not implemented as intended - Pretty-print format now works correctly with --headerless-csv-output - The seqgen verb now correctly tracks NR and FNR in the records it emits - An intermittent JSON-parsing bug has been fixed To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/miller/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/miller/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1606859996106480 Content-Disposition: inline Content-Length: 2188 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/miller/Makefile diff -u pkgsrc/textproc/miller/Makefile:1.20 pkgsrc/textproc/miller/Makefile:1.21 --- pkgsrc/textproc/miller/Makefile:1.20 Thu Sep 3 08:14:13 2020 +++ pkgsrc/textproc/miller/Makefile Tue Dec 1 21:59:56 2020 @@ -1,22 +1,24 @@ -# $NetBSD: Makefile,v 1.20 2020/09/03 08:14:13 fcambus Exp $ +# $NetBSD: Makefile,v 1.21 2020/12/01 21:59:56 fcambus Exp $ -DISTNAME= mlr-5.9.1 -PKGNAME= ${DISTNAME:S/mlr/miller/} +DISTNAME= miller-5.10.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=johnkerl/} -GITHUB_PROJECT= miller -GITHUB_RELEASE= v${PKGVERSION_NOREV} +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/johnkerl/miller/ COMMENT= Command-line CSV processor LICENSE= 2-clause-bsd -BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= flex TEST_TARGET= check +INSTALLATION_DIRS+= ${PKGMANDIR}/man1 + +post-install: + ${INSTALL_MAN} ${WRKSRC}/docs/mlr.1 \ + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/miller/distinfo diff -u pkgsrc/textproc/miller/distinfo:1.19 pkgsrc/textproc/miller/distinfo:1.20 --- pkgsrc/textproc/miller/distinfo:1.19 Thu Sep 3 08:14:13 2020 +++ pkgsrc/textproc/miller/distinfo Tue Dec 1 21:59:56 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2020/09/03 08:14:13 fcambus Exp $ +$NetBSD: distinfo,v 1.20 2020/12/01 21:59:56 fcambus Exp $ -SHA1 (mlr-5.9.1.tar.gz) = 5493910bf727141df1aa6c2a2be60ed6e20d3a06 -RMD160 (mlr-5.9.1.tar.gz) = de4c6e1f5f7b1a074d3c30a73be0f5aa5e0b69af -SHA512 (mlr-5.9.1.tar.gz) = ea16a917c500be442a8a4bff37c5de92a4924f9adc1c121bb28a5b4aba87f9429bf17127718639544a6e83f0e2519e9fe5860ed961c4f83486105970b2be39be -Size (mlr-5.9.1.tar.gz) = 1270739 bytes +SHA1 (miller-5.10.0.tar.gz) = 9906ee4c204c45ae3285712a968f8a7cbdb3873f +RMD160 (miller-5.10.0.tar.gz) = 66c8d445ff1b73b17f42c53ea218a5427e809c96 +SHA512 (miller-5.10.0.tar.gz) = a7cbaee9ad4075d27e74ab3a60297164c535ea2bc1e38128174f4f226ad061850d37108e7d7547821b7e6667cb9a024639795d7678b1897fedf6ee15d6064538 +Size (miller-5.10.0.tar.gz) = 6793426 bytes --_----------=_1606859996106480--