pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/miller



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.

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@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"

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



Home | Main Index | Thread Index | Old Index