pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/miller miller: update to 5.10.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/05cf731b88f2
branches: trunk
changeset: 442847:05cf731b88f2
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Tue Dec 01 21:59:56 2020 +0000
description:
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
diffstat:
textproc/miller/Makefile | 16 +++++++++-------
textproc/miller/distinfo | 10 +++++-----
2 files changed, 14 insertions(+), 12 deletions(-)
diffs (50 lines):
diff -r d19c8e98f047 -r 05cf731b88f2 textproc/miller/Makefile
--- a/textproc/miller/Makefile Tue Dec 01 21:37:52 2020 +0000
+++ b/textproc/miller/Makefile Tue Dec 01 21:59:56 2020 +0000
@@ -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@localhost
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"
diff -r d19c8e98f047 -r 05cf731b88f2 textproc/miller/distinfo
--- a/textproc/miller/distinfo Tue Dec 01 21:37:52 2020 +0000
+++ b/textproc/miller/distinfo Tue Dec 01 21:59:56 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index